feat(icons): added georgian-lari icon (#3323)

* Added icons/georgian-lari.svg

* Added icons/georgian-lari.json
This commit is contained in:
Vladimir Kirilenko
2025-06-21 08:31:53 +02:00
committed by GitHub
parent 5821c62880
commit 40d9e44b03
2 changed files with 30 additions and 0 deletions

14
icons/georgian-lari.json Normal file
View File

@@ -0,0 +1,14 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"kivicode"
],
"tags": [
"currency",
"money",
"payment"
],
"categories": [
"finance"
]
}

16
icons/georgian-lari.svg Normal file
View File

@@ -0,0 +1,16 @@
<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="M11.5 21a7.5 7.5 0 1 1 7.35-9" />
<path d="M13 12V3" />
<path d="M4 21h16" />
<path d="M9 12V3" />
</svg>

After

Width:  |  Height:  |  Size: 324 B