@central-icons-react-native/round-outlined-radius-1-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 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.
|
|
2258
|
+
"svg": "<Path d=\"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H20.5V5.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.5V19.5C3.5 20.0523 3.94772 20.5 4.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.0001 9.4999V13.9999M12.0001 16.4999H12.0101M11.1372 3.47311L2.63179 17.9945C2.24133 18.6611 2.72209 19.4999 3.49468 19.4999H20.5054C21.278 19.4999 21.7588 18.6611 21.3683 17.9945L12.8629 3.47311C12.4767 2.81365 11.5234 2.81365 11.1372 3.47311ZM12.2501 16.4999C12.2501 16.638 12.1381 16.7499 12.0001 16.7499C11.862 16.7499 11.7501 16.638 11.7501 16.4999C11.7501 16.3618 11.862 16.2499 12.0001 16.2499C12.1381 16.2499 12.2501 16.3618 12.2501 16.4999Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
4464
4471
|
"tags": "Path",
|