@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.176 → 1.1.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconCurrencyLira/index.d.ts +4 -0
- package/IconCurrencyLira/index.js +2 -0
- package/IconCurrencyLira/index.js.map +1 -0
- package/IconCurrencyLira/index.mjs +2 -0
- package/IconCurrencyLira/index.mjs.map +1 -0
- package/IconGold/index.d.ts +4 -0
- package/IconGold/index.js +2 -0
- package/IconGold/index.js.map +1 -0
- package/IconGold/index.mjs +2 -0
- package/IconGold/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4193,6 +4193,13 @@
|
|
|
4193
4193
|
"iconName": "currency-euro, money",
|
|
4194
4194
|
"pathname": "src/IconCurrencyEuro"
|
|
4195
4195
|
},
|
|
4196
|
+
{
|
|
4197
|
+
"svg": "<Path d=\"M10 8.62891L15.5859 6.08984L16.4141 7.91016L10 10.8262V12.6289L15.5859 10.0898L16.4141 11.9102L10 14.8262V19H12C14.7614 19 17 16.7614 17 14H19C19 17.866 15.866 21 12 21H8V15.7354L5.08984 17.0586L4.26172 15.2373L8 13.5371V11.7354L5.08984 13.0586L4.26172 11.2373L8 9.53711V3H10V8.62891Z\" fill=\"currentColor\"/>",
|
|
4198
|
+
"tags": "Path",
|
|
4199
|
+
"componentName": "IconCurrencyLira",
|
|
4200
|
+
"iconName": "currency-lira, money",
|
|
4201
|
+
"pathname": "src/IconCurrencyLira"
|
|
4202
|
+
},
|
|
4196
4203
|
{
|
|
4197
4204
|
"svg": "<Path d=\"M19.75 11H4.25\" stroke=\"currentColor\" strokeWidth=\"2.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M19.75 7H4.25\" stroke=\"currentColor\" strokeWidth=\"2.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M7.25 20.75V3.25H11.9167C15.1383 3.25 17.75 5.86167 17.75 9.08333C17.75 12.305 15.1383 14.9167 11.9167 14.9167H7.72727\" stroke=\"currentColor\" strokeWidth=\"2.5\" strokeLinecap=\"square\"/>",
|
|
4198
4205
|
"tags": "Path",
|
|
@@ -6314,6 +6321,13 @@
|
|
|
6314
6321
|
"iconName": "goat-head, goated",
|
|
6315
6322
|
"pathname": "src/IconGoatHead"
|
|
6316
6323
|
},
|
|
6324
|
+
{
|
|
6325
|
+
"svg": "<Path d=\"M12.001 17.8262L14.0986 12H20.9033L23.4238 19H0.578125L3.09863 12H9.90332L12.001 17.8262Z\" fill=\"currentColor\"/><Path d=\"M17.9238 11H6.07812L8.59863 4H15.4033L17.9238 11Z\" fill=\"currentColor\"/>",
|
|
6326
|
+
"tags": "Path",
|
|
6327
|
+
"componentName": "IconGold",
|
|
6328
|
+
"iconName": "gold, goldbars",
|
|
6329
|
+
"pathname": "src/IconGold"
|
|
6330
|
+
},
|
|
6317
6331
|
{
|
|
6318
6332
|
"svg": "<Path d=\"M16.5 23.2812L12 22.0303L7.5 23.2812V18.1182C8.83945 18.84 10.3718 19.25 12 19.25C13.6282 19.25 15.1605 18.84 16.5 18.1182V23.2812Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.5C16.5563 1.5 20.25 5.19365 20.25 9.75C20.25 14.3063 16.5563 18 12 18C7.44365 18 3.75 14.3063 3.75 9.75C3.75 5.19365 7.44365 1.5 12 1.5ZM9.27344 6.97656V8.64844L11.0625 7.55469H11.1094V13.75H13.0391V5.75H11.2461L9.27344 6.97656Z\" fill=\"currentColor\"/>",
|
|
6319
6333
|
"tags": "Path",
|