@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.44 → 1.1.46
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/IconExclamationCircle/index.d.ts +4 -0
- package/IconExclamationCircle/index.js +2 -0
- package/IconExclamationCircle/index.js.map +1 -0
- package/IconExclamationCircle/index.mjs +2 -0
- package/IconExclamationCircle/index.mjs.map +1 -0
- package/IconJump/index.d.ts +4 -0
- package/IconJump/index.js +2 -0
- package/IconJump/index.js.map +1 -0
- package/IconJump/index.mjs +2 -0
- package/IconJump/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
|
@@ -4417,6 +4417,13 @@
|
|
|
4417
4417
|
"iconName": "euro, currency, money, coin, EURO",
|
|
4418
4418
|
"pathname": "src/IconEuro"
|
|
4419
4419
|
},
|
|
4420
|
+
{
|
|
4421
|
+
"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.5C11.3373 14.5 10.7998 15.0375 10.7998 15.7002C10.7999 16.3628 11.3373 16.9004 12 16.9004C12.6627 16.9004 13.2001 16.3628 13.2002 15.7002C13.2002 15.0375 12.6627 14.5 12 14.5ZM11 13H13V7.5H11V13Z\" fill=\"currentColor\"/>",
|
|
4422
|
+
"tags": "Path",
|
|
4423
|
+
"componentName": "IconExclamationCircle",
|
|
4424
|
+
"iconName": "exclamation-circle, info, warning",
|
|
4425
|
+
"pathname": "src/IconExclamationCircle"
|
|
4426
|
+
},
|
|
4420
4427
|
{
|
|
4421
4428
|
"svg": "<Path d=\"M22 3V16H14V14H20V5H5V11H3V3H22Z\" fill=\"currentColor\"/><Path d=\"M18 7V12H16V10.4142L14 12.4142L12.5858 11L14.5858 9H13V7H18Z\" fill=\"currentColor\"/><Path d=\"M12 13V22H2V13H12Z\" fill=\"currentColor\"/>",
|
|
4422
4429
|
"tags": "Path",
|
|
@@ -6041,6 +6048,13 @@
|
|
|
6041
6048
|
"iconName": "judge-gavel, legal, terms, law",
|
|
6042
6049
|
"pathname": "src/IconJudgeGavel"
|
|
6043
6050
|
},
|
|
6051
|
+
{
|
|
6052
|
+
"svg": "<Path d=\"M22 11H20V7.30859C16.4443 10.6235 13.8611 13.8886 13.1426 18H17V20H7V18H10.9561C10.7252 15.4427 9.54459 13.06 7.83594 11.2529C5.91964 9.22621 3.41857 8 1 8V6C4.08141 6 7.08036 7.54295 9.28906 9.87891C10.4924 11.1516 11.4804 12.6838 12.1348 14.374C13.4604 11.2069 15.7726 8.53541 18.4727 6H15V4H22V11Z\" fill=\"currentColor\"/>",
|
|
6053
|
+
"tags": "Path",
|
|
6054
|
+
"componentName": "IconJump",
|
|
6055
|
+
"iconName": "jump, skip",
|
|
6056
|
+
"pathname": "src/IconJump"
|
|
6057
|
+
},
|
|
6044
6058
|
{
|
|
6045
6059
|
"svg": "<Path d=\"M2 4V16H8V4H2Z\" fill=\"currentColor\"/><Path d=\"M9 4V20H15V4H9Z\" fill=\"currentColor\"/><Path d=\"M16 4V14H22V4H16Z\" fill=\"currentColor\"/>",
|
|
6046
6060
|
"tags": "Path",
|