@central-icons-react-native/square-filled-radius-0-stroke-1.5 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.8105 6.25L13.0605 12L18.8105 17.75L17.75 18.8105L12 13.0605L6.25 18.8105L5.18945 17.75L10.9395 12L5.18945 6.25L6.25 5.18945L12 10.9395L17.75 5.18945L18.8105 6.25Z\" 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.00001 6.23242L12 10.2324L16 6.23242L17.7678 8.00019L13.7678 12.0002L17.7678 16.0002L16 17.768L12 13.768L8.00001 17.768L6.23224 16.0002L10.2322 12.0002L6.23224 8.00019L8.00001 6.23242Z\" fill=\"currentColor\"/>",
|
|
3526
3533
|
"tags": "Path",
|