mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 11:57:43 +01:00
feat(icons): added ev-charger icon (#2781)
* Added icons/ev-charger.svg * Added icons/ev-charger.json * Updated icons/ev-charger.json * Updated icons/ev-charger.svg * Update ev-charger.svg * Update icons/ev-charger.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Updated icons/fuel.svg * Updated icons/fuel.json * Update ev-charger.json --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
29
icons/ev-charger.json
Normal file
29
icons/ev-charger.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"UsamaKhan",
|
||||
"karsa-mistmere",
|
||||
"ericfennis",
|
||||
"colebemis",
|
||||
"csandman",
|
||||
"johnletey"
|
||||
],
|
||||
"tags": [
|
||||
"electric",
|
||||
"charger",
|
||||
"station",
|
||||
"vehicle",
|
||||
"fast",
|
||||
"plug",
|
||||
"ev",
|
||||
"power",
|
||||
"electricity",
|
||||
"energy",
|
||||
"accumulator",
|
||||
"charge"
|
||||
],
|
||||
"categories": [
|
||||
"transportation",
|
||||
"navigation"
|
||||
]
|
||||
}
|
||||
17
icons/ev-charger.svg
Normal file
17
icons/ev-charger.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5" />
|
||||
<path d="M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16" />
|
||||
<path d="M2 21h13" />
|
||||
<path d="M3 7h11" />
|
||||
<path d="m9 11-2 3h3l-2 3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 429 B |
@@ -2,7 +2,8 @@
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"karsa-mistmere",
|
||||
"ericfennis"
|
||||
"ericfennis",
|
||||
"UsamaKhan"
|
||||
],
|
||||
"tags": [
|
||||
"filling-station",
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<line x1="3" x2="15" y1="22" y2="22" />
|
||||
<line x1="4" x2="14" y1="9" y2="9" />
|
||||
<path d="M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18" />
|
||||
<path d="M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5" />
|
||||
<path d="M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 4 0v-6.998a2 2 0 0 0-.59-1.42L18 5" />
|
||||
<path d="M14 21V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16" />
|
||||
<path d="M2 21h13" />
|
||||
<path d="M3 9h11" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 397 B |
Reference in New Issue
Block a user