@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.46 → 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/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 +1 -1
- package/filtered-icons.json +14 -14
- package/icons/index.d.ts +1 -1
- package/icons-index.json +3 -3
- package/index.d.ts +1 -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 +7 -7
- package/IconTriangleExclamation/index.d.ts +0 -4
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4424,6 +4424,13 @@
|
|
|
4424
4424
|
"iconName": "exclamation-circle, info, warning",
|
|
4425
4425
|
"pathname": "src/IconExclamationCircle"
|
|
4426
4426
|
},
|
|
4427
|
+
{
|
|
4428
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.742188 19.9997L11.9989 1.04102L23.2557 19.9997H0.742188ZM13 8.99976V13.9998H11V8.99976H13ZM11 14.9998H13V16.9998H11V14.9998Z\" fill=\"currentColor\"/>",
|
|
4429
|
+
"tags": "Path",
|
|
4430
|
+
"componentName": "IconExclamationTriangle",
|
|
4431
|
+
"iconName": "exclamation-triangle, error, warning, alert",
|
|
4432
|
+
"pathname": "src/IconExclamationTriangle"
|
|
4433
|
+
},
|
|
4427
4434
|
{
|
|
4428
4435
|
"svg": "<Path d=\"M22 3V16H14V14H20V5H5V11H3V3H22Z\" fill=\"currentColor\"/><Path d=\"M18 7V12H16V10.4142L14 12.4142L12.5858 11L14.5858 9H13V7H18Z\" fill=\"currentColor\"/><Path d=\"M12 13V22H2V13H12Z\" fill=\"currentColor\"/>",
|
|
4429
4436
|
"tags": "Path",
|
|
@@ -10521,13 +10528,6 @@
|
|
|
10521
10528
|
"iconName": "trending-circle",
|
|
10522
10529
|
"pathname": "src/IconTrendingCircle"
|
|
10523
10530
|
},
|
|
10524
|
-
{
|
|
10525
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M0.742188 19.9997L11.9989 1.04102L23.2557 19.9997H0.742188ZM13 8.99976V13.9998H11V8.99976H13ZM11 14.9998H13V16.9998H11V14.9998Z\" fill=\"currentColor\"/>",
|
|
10526
|
-
"tags": "Path",
|
|
10527
|
-
"componentName": "IconTriangleExclamation",
|
|
10528
|
-
"iconName": "triangle-exclamation, error, warning, alert",
|
|
10529
|
-
"pathname": "src/IconTriangleExclamation"
|
|
10530
|
-
},
|
|
10531
10531
|
{
|
|
10532
10532
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 2H19V4H22V7C22 9.09706 20.3862 10.8172 18.3328 10.9864C17.3487 13.0696 15.3669 14.5892 13.0039 14.9286V16H18V22H6V16H11.0039V14.9297C8.63747 14.5925 6.65237 13.0719 5.66717 10.9864C3.61375 10.8172 2 9.09706 2 7V4H5V2ZM5 6H4V7C4 7.75678 4.42032 8.41539 5.04025 8.7551C5.01365 8.50705 5 8.25512 5 8V6ZM19 6V8C19 8.25512 18.9864 8.50705 18.9597 8.7551C19.5797 8.41539 20 7.75678 20 7V6H19Z\" fill=\"currentColor\"/>",
|
|
10533
10533
|
"tags": "Path",
|