@central-icons-react-native/square-filled-radius-0-stroke-2 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": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 14.5996C11.3373 14.5996 10.7998 15.1371 10.7998 15.7998C10.7999 16.4624 11.3373 17 12 17C12.6627 17 13.2001 16.4625 13.2002 15.7998C13.2002 15.1371 12.6627 14.5996 12 14.5996ZM11.25 13H12.75L13.25 7H10.75L11.25 13Z\" fill=\"currentColor\"/>",
|
|
4464
|
+
"tags": "Path",
|
|
4465
|
+
"componentName": "IconExclamationCircleBold",
|
|
4466
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
4467
|
+
"pathname": "src/IconExclamationCircleBold"
|
|
4468
|
+
},
|
|
4462
4469
|
{
|
|
4463
4470
|
"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\"/>",
|
|
4464
4471
|
"tags": "Path",
|