mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 13:05:39 +02:00
feat(icons): added georgian-lari icon (#3323)
* Added icons/georgian-lari.svg * Added icons/georgian-lari.json
This commit is contained in:
committed by
GitHub
parent
5821c62880
commit
40d9e44b03
14
icons/georgian-lari.json
Normal file
14
icons/georgian-lari.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"contributors": [
|
||||
"kivicode"
|
||||
],
|
||||
"tags": [
|
||||
"currency",
|
||||
"money",
|
||||
"payment"
|
||||
],
|
||||
"categories": [
|
||||
"finance"
|
||||
]
|
||||
}
|
||||
16
icons/georgian-lari.svg
Normal file
16
icons/georgian-lari.svg
Normal 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 |
Reference in New Issue
Block a user