diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/charging-pile.svg | 8 | ||||
-rw-r--r-- | src/_icons/device-audio-tape.svg | 8 | ||||
-rw-r--r-- | src/_icons/gas-station.svg | 11 |
3 files changed, 16 insertions, 11 deletions
diff --git a/src/_icons/charging-pile.svg b/src/_icons/charging-pile.svg index 03278308..4b0fbdaf 100644 --- a/src/_icons/charging-pile.svg +++ b/src/_icons/charging-pile.svg @@ -2,6 +2,10 @@ category: Vehicles --- <svg> - <path d="M18 7l-1 1m-4 3h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0V9l-3-3M4 19h10m-9 0V7a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v12" /> - <path d="M9 11.5L7.5 14h3L9 16.5M5 9h8" /> + <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"/> </svg> diff --git a/src/_icons/device-audio-tape.svg b/src/_icons/device-audio-tape.svg index e9a784e0..c19d3d64 100644 --- a/src/_icons/device-audio-tape.svg +++ b/src/_icons/device-audio-tape.svg @@ -2,8 +2,8 @@ category: Devices --- <svg> - <rect x="3" y="5" width="18" height="14" rx="2" /> - <path d="M3 17l4-4h10l4 4" /> - <line x1="7" y1="9" x2="7.01" y2="9" /> - <line x1="17" y1="9" x2="17.01" y2="9" /> + <rect x="3" y="5" width="18" height="14" rx="2"/> + <path d="M3 17l4-3h10l4 3"/> + <circle cx="7.5" cy="9.5" r=".5" fill="currentColor"/> + <circle cx="16.5" cy="9.5" r=".5" fill="currentColor"/> </svg> diff --git a/src/_icons/gas-station.svg b/src/_icons/gas-station.svg index a22f4230..63c6c928 100644 --- a/src/_icons/gas-station.svg +++ b/src/_icons/gas-station.svg @@ -4,9 +4,10 @@ category: Vehicles version: 1.14 --- <svg> - <path d="M13 11h1a2 2 0 0 1 2 2v3a1.5 1.5 0 0 0 3 0v-7l-3 -3" /> - <line x1="4" y1="19" x2="14" y2="19" /> - <line x1="5" y1="11" x2="13" y2="11" /> - <path d="M5 19v-12a2 2 0 0 1 2 -2h4a2 2 0 0 1 2 2v12" /> - <path d="M17 7v1a1 1 0 0 0 1 1h1" /> + <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"/> </svg> + |