@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.43 → 1.1.45
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/IconDino/index.d.ts +4 -0
- package/IconDino/index.js +2 -0
- package/IconDino/index.js.map +1 -0
- package/IconDino/index.mjs +2 -0
- package/IconDino/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 +3 -4
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +10 -9
- 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
|
@@ -3955,6 +3955,13 @@
|
|
|
3955
3955
|
"iconName": "dices, random, roll",
|
|
3956
3956
|
"pathname": "src/IconDices"
|
|
3957
3957
|
},
|
|
3958
|
+
{
|
|
3959
|
+
"svg": "<Path d=\"M16 10.5C8.96912 6.22033 7.17125 9.97708 5.46456 13.5433C4.37972 15.8101 3.33172 18 1 18V20H6V22H10V20H13V22H17V19.1973C18.7934 18.1599 20 16.2208 20 14V6.5L22 5.5V5C22 3.34315 20.6569 2 19 2C17.3431 2 16 3.34315 16 5V10.5Z\" fill=\"currentColor\"/>",
|
|
3960
|
+
"tags": "Path",
|
|
3961
|
+
"componentName": "IconDino",
|
|
3962
|
+
"iconName": "dino, age, old",
|
|
3963
|
+
"pathname": "src/IconDino"
|
|
3964
|
+
},
|
|
3958
3965
|
{
|
|
3959
3966
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.5 3L23.25 8L19.5 13H13V21H11V17H4.5L0.75 12L4.5 7H11V3H19.5ZM13 5V11H18.5L20.75 8L18.5 5H13Z\" fill=\"currentColor\"/>",
|
|
3960
3967
|
"tags": "Path",
|
|
@@ -6034,6 +6041,13 @@
|
|
|
6034
6041
|
"iconName": "judge-gavel, legal, terms, law",
|
|
6035
6042
|
"pathname": "src/IconJudgeGavel"
|
|
6036
6043
|
},
|
|
6044
|
+
{
|
|
6045
|
+
"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\"/>",
|
|
6046
|
+
"tags": "Path",
|
|
6047
|
+
"componentName": "IconJump",
|
|
6048
|
+
"iconName": "jump, skip",
|
|
6049
|
+
"pathname": "src/IconJump"
|
|
6050
|
+
},
|
|
6037
6051
|
{
|
|
6038
6052
|
"svg": "<Path d=\"M2 4V16H8V4H2Z\" fill=\"currentColor\"/><Path d=\"M9 4V20H15V4H9Z\" fill=\"currentColor\"/><Path d=\"M16 4V14H22V4H16Z\" fill=\"currentColor\"/>",
|
|
6039
6053
|
"tags": "Path",
|