mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
feat(icons): added car-battery icon (#4088)
This commit is contained in:
29
icons/car-battery.json
Normal file
29
icons/car-battery.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"andreynaz4renko"
|
||||
],
|
||||
"use-cases": [
|
||||
"Showing battery status, power, and charging state",
|
||||
"Category icon for car batteries, jump starters, or battery testers",
|
||||
"Menu or shortcut for power-related info"
|
||||
],
|
||||
"tags": [
|
||||
"battery",
|
||||
"automobile",
|
||||
"powercell",
|
||||
"electric",
|
||||
"power",
|
||||
"electricity",
|
||||
"energy",
|
||||
"accumulator",
|
||||
"charge",
|
||||
"transport",
|
||||
"vehicle",
|
||||
"car"
|
||||
],
|
||||
"categories": [
|
||||
"connectivity",
|
||||
"transportation"
|
||||
]
|
||||
}
|
||||
18
icons/car-battery.svg
Normal file
18
icons/car-battery.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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 13h4" />
|
||||
<path d="M16 15v-4" />
|
||||
<path d="M18 5v2" />
|
||||
<path d="M6 13h4" />
|
||||
<path d="M6 5v2" />
|
||||
<rect x="2" y="7" width="20" height="12" rx="2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 378 B |
Reference in New Issue
Block a user