@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.56 → 1.1.57
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/IconExclamationCircleBold/index.d.ts +4 -0
- package/IconExclamationCircleBold/index.js +2 -0
- package/IconExclamationCircleBold/index.js.map +1 -0
- package/IconExclamationCircleBold/index.mjs +2 -0
- package/IconExclamationCircleBold/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4459,6 +4459,13 @@
|
|
|
4459
4459
|
"iconName": "exclamation-circle, info, warning",
|
|
4460
4460
|
"pathname": "src/IconExclamationCircle"
|
|
4461
4461
|
},
|
|
4462
|
+
{
|
|
4463
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M11.35 13L11 7H13L12.65 13H11.35Z\" fill=\"currentColor\"/><Circle cx=\"11.9999\" cy=\"15.8998\" r=\"1.1\" fill=\"currentColor\"/>",
|
|
4464
|
+
"tags": "Circle, Path",
|
|
4465
|
+
"componentName": "IconExclamationCircleBold",
|
|
4466
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
4467
|
+
"pathname": "src/IconExclamationCircleBold"
|
|
4468
|
+
},
|
|
4462
4469
|
{
|
|
4463
4470
|
"svg": "<Path d=\"M12 9.75V13.75M12 16.24V16.25M12 3.25L2.5 19.25H21.5L12 3.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
4464
4471
|
"tags": "Path",
|