diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 21:02:52 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 21:02:52 +0100 |
commit | 7d70adccaea1d83a41b80580fcbcf154da948070 (patch) | |
tree | 6e893d7cbf7240dc3ca23e77e1c6532a38d49eff /_icons/battery-charging.svg | |
parent | battery icons (diff) | |
download | tabler-icons-7d70adccaea1d83a41b80580fcbcf154da948070.tar.xz |
battery fixes
Diffstat (limited to '_icons/battery-charging.svg')
-rw-r--r-- | _icons/battery-charging.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_icons/battery-charging.svg b/_icons/battery-charging.svg new file mode 100644 index 00000000..415fc897 --- /dev/null +++ b/_icons/battery-charging.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M7 7H6a2 2 0 00-2 2v6a2 2 0 002 2h2m7-10h2a2 2 0 012 2v6a2 2 0 01-2 2h-1" /> + <rect x="19" y="10" width="1" height="4" ></rect> + <polyline points="11 8 10 12 13 12 12 16"></polyline> + +</svg> |