mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 20:37:41 +01:00
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:
24
icons/circle-pound-sterling.json
Normal file
24
icons/circle-pound-sterling.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
||||||
16
icons/circle-pound-sterling.svg
Normal file
16
icons/circle-pound-sterling.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="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 |
Reference in New Issue
Block a user