mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 10:18:24 +02:00
feat(lab): added bat icon to lab (#3914)
* Added icons/bat.svg * Added icons/bat.json * Username change * Update icons/bat.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update bat.svg * Modify SVG path data for bat icon * Add use cases to bat.json Added use cases for night mode and related themes. * Update bat.svg * Move bat icon --------- Co-authored-by: Rajnish Mehta <172272341+KnarliX@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
38
lab/bat.json
Normal file
38
lab/bat.json
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
"$schema": "../icon.schema.json",
|
||||||
|
"contributors": [
|
||||||
|
"RajnishKMehta"
|
||||||
|
],
|
||||||
|
"use-cases": [
|
||||||
|
"night mode",
|
||||||
|
"nocturnal wildlife",
|
||||||
|
"cave exploration",
|
||||||
|
"halloween theme",
|
||||||
|
"spooky content",
|
||||||
|
"horror category",
|
||||||
|
"wildlife tracking",
|
||||||
|
"animal identification",
|
||||||
|
"dark themed event",
|
||||||
|
"vampire themed content"
|
||||||
|
],
|
||||||
|
"tags": [
|
||||||
|
"nocturnal",
|
||||||
|
"vampire",
|
||||||
|
"winged",
|
||||||
|
"creature",
|
||||||
|
"nocturne",
|
||||||
|
"flying",
|
||||||
|
"bat",
|
||||||
|
"animal",
|
||||||
|
"mammal",
|
||||||
|
"wildlife",
|
||||||
|
"cave",
|
||||||
|
"halloween",
|
||||||
|
"wings",
|
||||||
|
"night",
|
||||||
|
"chamgadar"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"animals"
|
||||||
|
]
|
||||||
|
}
|
||||||
14
lab/bat.svg
Normal file
14
lab/bat.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<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="M12 20c1.1-2.8 2.9-4.8 5-4 .8-2 2.6-3.4 5-3-.2-2.4.1-5-2-7.2-1.6 2.3-3.3 2.4-5 2.3-2.4-4.8 3.8-5.8-3-2-6.8-3.8-.6-2.8-3 2-1.7.1-3.4 0-5-2.3C1.9 8 2.2 10.6 2 13c2.4-.4 4.2 1 5 3 2.1-.8 3.9 1.2 5 4" />
|
||||||
|
<path d="M9 8a3 3 0 006 0" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 451 B |
Reference in New Issue
Block a user