@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.55 → 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/IconCalenderSparkle/index.d.ts +4 -0
- package/IconCalenderSparkle/index.js +2 -0
- package/IconCalenderSparkle/index.js.map +1 -0
- package/IconCalenderSparkle/index.mjs +2 -0
- package/IconCalenderSparkle/index.mjs.map +1 -0
- 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 +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
|
@@ -2261,6 +2261,13 @@
|
|
|
2261
2261
|
"iconName": "calender-remove, date-remove",
|
|
2262
2262
|
"pathname": "src/IconCalenderRemove"
|
|
2263
2263
|
},
|
|
2264
|
+
{
|
|
2265
|
+
"svg": "<Path d=\"M20.5 4.5H3.5V8.5H20.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.5 8.5V20.5H12.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
|
|
2266
|
+
"tags": "Path",
|
|
2267
|
+
"componentName": "IconCalenderSparkle",
|
|
2268
|
+
"iconName": "calender-sparkle, date, plan",
|
|
2269
|
+
"pathname": "src/IconCalenderSparkle"
|
|
2270
|
+
},
|
|
2264
2271
|
{
|
|
2265
2272
|
"svg": "<Path d=\"M3.5 3.5V3H3V3.5H3.5ZM20.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 20.5H3V21H3.5V20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM20.5 3.5H20V7.5H20.5H21V3.5H20.5ZM20.5 7.5H20V20.5H20.5H21V7.5H20.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5ZM3.5 20.5H4V7.5H3.5H3V20.5H3.5ZM3.5 7.5H4V3.5H3.5H3V7.5H3.5Z\" fill=\"currentColor\"/><Path d=\"M14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14Z\" stroke=\"currentColor\"/><Path d=\"M3.5 7.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
2266
2273
|
"tags": "Path",
|
|
@@ -4452,6 +4459,13 @@
|
|
|
4452
4459
|
"iconName": "exclamation-circle, info, warning",
|
|
4453
4460
|
"pathname": "src/IconExclamationCircle"
|
|
4454
4461
|
},
|
|
4462
|
+
{
|
|
4463
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M11.5 13.5L11.25 7H12.75L12.5 13.5H11.5Z\" fill=\"currentColor\"/><Circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\"/>",
|
|
4464
|
+
"tags": "Circle, Path",
|
|
4465
|
+
"componentName": "IconExclamationCircleBold",
|
|
4466
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
4467
|
+
"pathname": "src/IconExclamationCircleBold"
|
|
4468
|
+
},
|
|
4455
4469
|
{
|
|
4456
4470
|
"svg": "<Path d=\"M12 9.5V14M12 16.49V16.5M12 3L2.25 19.5H21.75L12 3Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
4457
4471
|
"tags": "Path",
|