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-empty.svg | |
parent | battery icons (diff) | |
download | tabler-icons-7d70adccaea1d83a41b80580fcbcf154da948070.tar.xz |
battery fixes
Diffstat (limited to '_icons/battery-empty.svg')
-rw-r--r-- | _icons/battery-empty.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_icons/battery-empty.svg b/_icons/battery-empty.svg index b3b8c704..c06639ff 100644 --- a/_icons/battery-empty.svg +++ b/_icons/battery-empty.svg @@ -1,6 +1,6 @@ --- --- <svg> - <rect x="3" y="7" width="17" height="10" rx="2"></rect> - <rect x="20" y="10" width="1" height="4" ></rect> + <rect x="4" y="7" width="15" height="10" rx="2"></rect> + <rect x="19" y="10" width="1" height="4" ></rect> </svg> |