diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 16:42:02 +0100 |
commit | 605ac9c6b9ee69292080b618a2cb0e39062130de (patch) | |
tree | 5541ce4479d576de56dc2d347042a6b6c9536282 /_icons/battery-1.svg | |
parent | new icons (diff) | |
download | tabler-icons-605ac9c6b9ee69292080b618a2cb0e39062130de.tar.xz |
icons optimize
Diffstat (limited to '_icons/battery-1.svg')
-rw-r--r-- | _icons/battery-1.svg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_icons/battery-1.svg b/_icons/battery-1.svg index fa6663ba..68643f9f 100644 --- a/_icons/battery-1.svg +++ b/_icons/battery-1.svg @@ -2,7 +2,6 @@ group: battery --- <svg> - <path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2"></path> - <polyline points="7 10 7 14"/> + <path d="M6 7h11a2 2 0 012 2v.5a.5 .5 0 00.5 .5a.5 .5 0 01.5 .5v3a.5 .5 0 01-.5 .5a.5 .5 0 00-.5 .5v.5a2 2 0 01-2 2h-11a2 2 0 01-2 -2v-6a2 2 0 012 -2" /> + <line x1="7" y1="10" x2="7" y2="14" /> </svg> - |