Add Turkish lira icons (#2873)

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Jamie Law
2025-06-30 20:59:19 +01:00
committed by GitHub
parent 5f0c19afaa
commit 95830a0d88
6 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"jamiemlaw"
],
"tags": [
"discount",
"offer",
"sale",
"voucher",
"tag",
"monetization",
"marketing",
"finance",
"financial",
"exchange",
"transaction",
"payment",
"try",
"₺"
],
"categories": [
"shopping",
"finance"
]
}

View File

@@ -0,0 +1,15 @@
<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 7v10a5 5 0 0 0 5-5" />
<path d="m15 8-6 3" />
<path d="M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76" />
</svg>

After

Width:  |  Height:  |  Size: 445 B

View File

@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley",
"jamiemlaw"
],
"tags": [
"bill",
"voucher",
"slip",
"check",
"counterfoil",
"currency",
"try",
"₺"
],
"categories": [
"finance",
"travel"
]
}

View File

@@ -0,0 +1,15 @@
<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="M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5" />
<path d="m14 8-6 3" />
<path d="M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z" />
</svg>

After

Width:  |  Height:  |  Size: 368 B

14
icons/turkish-lira.json Normal file
View File

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

15
icons/turkish-lira.svg Normal file
View File

@@ -0,0 +1,15 @@
<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="M15 4 5 9" />
<path d="m15 8.5-10 5" />
<path d="M18 12a9 9 0 0 1-9 9V3" />
</svg>

After

Width:  |  Height:  |  Size: 299 B