@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.45 → 1.1.48
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/IconExclamationCircle/index.d.ts +4 -0
- package/IconExclamationCircle/index.js +2 -0
- package/IconExclamationCircle/index.js.map +1 -0
- package/IconExclamationCircle/index.mjs +2 -0
- package/IconExclamationCircle/index.mjs.map +1 -0
- package/IconExclamationTriangle/index.d.ts +4 -0
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js.map +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs.map +1 -1
- package/README.md +2 -1
- package/filtered-icons.json +28 -14
- package/icons/index.d.ts +2 -1
- package/icons-index.json +7 -5
- package/index.d.ts +2 -1
- 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 -7
- package/IconTriangleExclamation/index.d.ts +0 -4
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4417,6 +4417,20 @@
|
|
|
4417
4417
|
"iconName": "euro, currency, money, coin, EURO",
|
|
4418
4418
|
"pathname": "src/IconEuro"
|
|
4419
4419
|
},
|
|
4420
|
+
{
|
|
4421
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 7.5V13\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"12\" cy=\"15.7\" r=\"1.2\" fill=\"currentColor\"/>",
|
|
4422
|
+
"tags": "Circle, Path",
|
|
4423
|
+
"componentName": "IconExclamationCircle",
|
|
4424
|
+
"iconName": "exclamation-circle, info, warning",
|
|
4425
|
+
"pathname": "src/IconExclamationCircle"
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"svg": "<Path d=\"M12 16V15.99M12 10V13M12 3L2.5 19H21.5L12 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
4429
|
+
"tags": "Path",
|
|
4430
|
+
"componentName": "IconExclamationTriangle",
|
|
4431
|
+
"iconName": "exclamation-triangle, error, warning, alert",
|
|
4432
|
+
"pathname": "src/IconExclamationTriangle"
|
|
4433
|
+
},
|
|
4420
4434
|
{
|
|
4421
4435
|
"svg": "<Path d=\"M4 10V4H21V15H15M17 11V8H14M14 11L16.5 8.5M11 14H3V21H11V14Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
4422
4436
|
"tags": "Path",
|
|
@@ -10514,13 +10528,6 @@
|
|
|
10514
10528
|
"iconName": "trending-circle",
|
|
10515
10529
|
"pathname": "src/IconTrendingCircle"
|
|
10516
10530
|
},
|
|
10517
|
-
{
|
|
10518
|
-
"svg": "<Path d=\"M12 16V15.99M12 10V13M12 3L2.5 19H21.5L12 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
10519
|
-
"tags": "Path",
|
|
10520
|
-
"componentName": "IconTriangleExclamation",
|
|
10521
|
-
"iconName": "triangle-exclamation, error, warning, alert",
|
|
10522
|
-
"pathname": "src/IconTriangleExclamation"
|
|
10523
|
-
},
|
|
10524
10531
|
{
|
|
10525
10532
|
"svg": "<Path d=\"M12.0039 17V14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18 5H21V7C21 8.65685 19.6569 10 18 10\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 17H17V21H7V17Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 5H3V7C3 8.65685 4.34315 10 6 10\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
10526
10533
|
"tags": "Path",
|