@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.43 → 1.1.44
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/README.md +2 -4
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +7 -8
- 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 +7 -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",
|