diff options
author | codecalm <codecalm@gmail.com> | 2020-10-15 18:09:19 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-15 18:09:19 +0200 |
commit | cc22ad9b1fc48aa10561eda05e7245205c4e9967 (patch) | |
tree | f97ccc690a4ce83d25a9f93d295e0917d96f7e44 /src/_icons/charging-pile.svg | |
parent | icons tags (diff) | |
download | tabler-icons-cc22ad9b1fc48aa10561eda05e7245205c4e9967.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/charging-pile.svg')
-rw-r--r-- | src/_icons/charging-pile.svg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index 4b0fbdaf..188dfcab 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -2,10 +2,10 @@ category: Vehicles --- <svg> - <path d="M18 7l-1 1"/> - <path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3"/> - <path d="M4 20V6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14"/> - <path d="M9 11.5L7.5 14h3L9 16.5"/> - <path d="M3 20h12"/> - <path d="M4 8h10"/> + <line x1="18" y1="7" x2="17" y2="8" /> + <path d="M14 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /> + <path d="M4 20v-14a2 2 0 0 1 2 -2h6a2 2 0 0 1 2 2v14" /> + <path d="M9 11.5l-1.5 2.5h3l-1.5 2.5" /> + <line x1="3" y1="20" x2="15" y2="20" /> + <line x1="4" y1="8" x2="14" y2="8" /> </svg> |