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/gas-station.svg | |
parent | icons tags (diff) | |
download | tabler-icons-cc22ad9b1fc48aa10561eda05e7245205c4e9967.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons/gas-station.svg')
-rw-r--r-- | src/_icons/gas-station.svg | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg index 6f51b625..c968da1f 100644 --- a/src/_icons/gas-station.svg +++ b/src/_icons/gas-station.svg @@ -5,10 +5,9 @@ category: Vehicles version: 1.14 --- <svg> - <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="M3 20h12"/> - <path d="M18 7v1a1 1 0 0 0 1 1h1"/> - <path d="M4 11h10"/> + <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" /> + <line x1="3" y1="20" x2="15" y2="20" /> + <path d="M18 7v1a1 1 0 0 0 1 1h1" /> + <line x1="4" y1="11" x2="14" y2="11" /> </svg> - |