feat(icons): added car-battery icon (#4088)

This commit is contained in:
Andrey Nazarenko
2026-08-09 16:42:20 +03:00
committed by GitHub
parent b7b6ecf131
commit 62527757e2
2 changed files with 47 additions and 0 deletions

29
icons/car-battery.json Normal file
View 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
View 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