diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 20:46:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 20:46:08 +0100 |
commit | 88eb32c603fe4c99bf315846313b99dc9c300d80 (patch) | |
tree | 80b88bebab641fd242fe13ba1f6be0872496f27c /_icons/battery-4.svg | |
parent | icons preview fix (diff) | |
download | tabler-icons-88eb32c603fe4c99bf315846313b99dc9c300d80.tar.xz |
battery icons
Diffstat (limited to '_icons/battery-4.svg')
-rw-r--r-- | _icons/battery-4.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_icons/battery-4.svg b/_icons/battery-4.svg new file mode 100644 index 00000000..f60a5750 --- /dev/null +++ b/_icons/battery-4.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <rect x="3" y="7" width="17" height="10" rx="2"></rect> + <rect x="20" y="10" width="1" height="4" ></rect> + <polyline points="6 10 6 14"></polyline> + <polyline points="9.5 10 9.5 14"></polyline> + <polyline points="13 10 13 14"></polyline> + <polyline points="16.5 10 16.5 14"></polyline> +</svg> |