feat(icons): added circle-pound-sterling icon (#2822)

* Added icons/circle-pound-sterling.svg

* Added icons/circle-pound-sterling.json

* Update icons/circle-pound-sterling.json

Co-authored-by: Jakob Guddas <github@jguddas.de>

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
LieOnLion
2025-05-16 13:06:04 +01:00
committed by GitHub
parent ba77aa6a76
commit e3e6dd9ccc
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"karsa-mistmere",
"jguddas",
"danielbayley",
"LieOnLion"
],
"tags": [
"monetization",
"coin",
"penny",
"marketing",
"currency",
"money",
"payment",
"british",
"gbp",
"£"
],
"categories": [
"finance"
]
}

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="M10 16V9.5a1 1 0 0 1 5 0" />
<path d="M8 12h4" />
<path d="M8 16h7" />
<circle cx="12" cy="12" r="10" />
</svg>

After

Width:  |  Height:  |  Size: 330 B