@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.19 → 1.1.21
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/IconCrossMedium/index.d.ts +4 -0
- package/IconCrossMedium/index.js +2 -0
- package/IconCrossMedium/index.js.map +1 -0
- package/IconCrossMedium/index.mjs +2 -0
- package/IconCrossMedium/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- 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 +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -3521,6 +3521,13 @@
|
|
|
3521
3521
|
"iconName": "cross-large, crossed large, close",
|
|
3522
3522
|
"pathname": "src/IconCrossLarge"
|
|
3523
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
"svg": "<Path d=\"M18.9141 6.5L13.4141 12L18.9141 17.5L17.5 18.9141L12 13.4141L6.5 18.9141L5.08594 17.5L10.5859 12L5.08594 6.5L6.5 5.08594L12 10.5859L17.5 5.08594L18.9141 6.5Z\" fill=\"currentColor\"/>",
|
|
3526
|
+
"tags": "Path",
|
|
3527
|
+
"componentName": "IconCrossMedium",
|
|
3528
|
+
"iconName": "cross-medium, crossed medium, close",
|
|
3529
|
+
"pathname": "src/IconCrossMedium"
|
|
3530
|
+
},
|
|
3524
3531
|
{
|
|
3525
3532
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.25 6.12891L12 9.87891L15.75 6.12891L17.8713 8.25023L14.1213 12.0002L17.8713 15.7502L15.75 17.8715L12 14.1215L8.25 17.8715L6.12868 15.7502L9.87868 12.0002L6.12868 8.25023L8.25 6.12891Z\" fill=\"currentColor\"/>",
|
|
3526
3533
|
"tags": "Path",
|