@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.20 → 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=\"M6 6L18 18M18 6L6 18\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
3526
|
+
"tags": "Path",
|
|
3527
|
+
"componentName": "IconCrossMedium",
|
|
3528
|
+
"iconName": "cross-medium, crossed medium, close",
|
|
3529
|
+
"pathname": "src/IconCrossMedium"
|
|
3530
|
+
},
|
|
3524
3531
|
{
|
|
3525
3532
|
"svg": "<Path d=\"M7.5 7.5L16.5 16.5M16.5 7.5L7.5 16.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
3526
3533
|
"tags": "Path",
|