@central-icons-react-native/round-outlined-radius-3-stroke-1 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/IconCalenderRemove/index.js +1 -1
- package/IconCalenderRemove/index.js.map +1 -1
- package/IconCalenderRemove/index.mjs +1 -1
- package/IconCalenderRemove/index.mjs.map +1 -1
- 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 +15 -1
- 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 +8 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
"pathname": "src/IconCalenderNextWeek"
|
|
2256
2256
|
},
|
|
2257
2257
|
{
|
|
2258
|
-
"svg": "<Path d=\"M20.5 7.5C20.5 5.84315 19.1569 4.5 17.5 4.5H6.5C4.84315 4.5 3.5 5.84315 3.5 7.5V8.
|
|
2258
|
+
"svg": "<Path d=\"M20.5 7.5C20.5 5.84315 19.1569 4.5 17.5 4.5H6.5C4.84315 4.5 3.5 5.84315 3.5 7.5V8.5H20.5V7.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 8.5V17.5C3.5 19.1569 4.84315 20.5 6.5 20.5H12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 15.5L15.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 15.5L20.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2259
2259
|
"tags": "Path",
|
|
2260
2260
|
"componentName": "IconCalenderRemove",
|
|
2261
2261
|
"iconName": "calender-remove, date-remove",
|
|
@@ -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.5\" stroke=\"currentColor\"/><Path d=\"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z\" 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
|
+
},
|
|
4462
4469
|
{
|
|
4463
4470
|
"svg": "<Path d=\"M12 9.00011V13.5001M12 16.0001H12.01M9.4635 4.51619L2.90648 14.8981C1.64483 16.8957 3.08029 19.5001 5.44295 19.5001H18.557C20.9197 19.5001 22.3551 16.8957 21.0935 14.8981L14.5364 4.51618C13.3592 2.65216 10.6408 2.65216 9.4635 4.51619ZM12.25 16.0001C12.25 16.1382 12.138 16.2501 12 16.2501C11.8619 16.2501 11.75 16.1382 11.75 16.0001C11.75 15.862 11.8619 15.7501 12 15.7501C12.138 15.7501 12.25 15.862 12.25 16.0001Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
4464
4471
|
"tags": "Path",
|