@central-icons-react-native/square-outlined-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=\"M9 3V20H12C15.3137 20 18 17.3137 18 14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4.67578 12.1479L15.9998 7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4.67578 16.1479L15.9998 11\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
4198
|
+
"tags": "Path",
|
|
4199
|
+
"componentName": "IconCurrencyLira",
|
|
4200
|
+
"iconName": "currency-lira, money",
|
|
4201
|
+
"pathname": "src/IconCurrencyLira"
|
|
4202
|
+
},
|
|
4196
4203
|
{
|
|
4197
4204
|
"svg": "<Path d=\"M20 11H4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M20 7H4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M7 21V3H12C15.3137 3 18 5.68629 18 9C18 12.3137 15.3137 15 12 15H7.5\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M2 18L4 11.5H10L12 18H2Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 11.5L9 5H15L17 11.5H7Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 18L14 11.5H20L22 18H12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
6326
|
+
"tags": "Path",
|
|
6327
|
+
"componentName": "IconGold",
|
|
6328
|
+
"iconName": "gold, goldbars",
|
|
6329
|
+
"pathname": "src/IconGold"
|
|
6330
|
+
},
|
|
6317
6331
|
{
|
|
6318
6332
|
"svg": "<Circle cx=\"12\" cy=\"10\" r=\"7.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 16.5V22L12 21L16 22V16.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M13.0391 6V14H11.1094V7.80469H11.0625L9.27344 8.89844V7.22656L11.2461 6H13.0391Z\" fill=\"currentColor\"/>",
|
|
6319
6333
|
"tags": "Circle, Path",
|