@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.52 → 1.1.53
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/IconArrowsHide/index.d.ts +4 -0
- package/IconArrowsHide/index.js +2 -0
- package/IconArrowsHide/index.js.map +1 -0
- package/IconArrowsHide/index.mjs +2 -0
- package/IconArrowsHide/index.mjs.map +1 -0
- package/IconArrowsShow/index.d.ts +4 -0
- package/IconArrowsShow/index.js +2 -0
- package/IconArrowsShow/index.js.map +1 -0
- package/IconArrowsShow/index.mjs +2 -0
- package/IconArrowsShow/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- 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
|
@@ -805,6 +805,13 @@
|
|
|
805
805
|
"iconName": "arrow-share-right, next, forward",
|
|
806
806
|
"pathname": "src/IconArrowShareRight"
|
|
807
807
|
},
|
|
808
|
+
{
|
|
809
|
+
"svg": "<Path d=\"M15.3535 16.1465L14.6465 16.8535L12.5 14.707V21H11.5V14.707L9.35352 16.8535L8.64648 16.1465L12 12.793L15.3535 16.1465Z\" fill=\"currentColor\"/><Path d=\"M8 5H3V19H8V20H2V4H8V5Z\" fill=\"currentColor\"/><Path d=\"M22 20H16V19H21V5H16V4H22V20Z\" fill=\"currentColor\"/><Path d=\"M12.5 9.29297L14.6465 7.14648L15.3535 7.85352L12 11.207L8.64648 7.85352L9.35352 7.14648L11.5 9.29297V3H12.5V9.29297Z\" fill=\"currentColor\"/>",
|
|
810
|
+
"tags": "Path",
|
|
811
|
+
"componentName": "IconArrowsHide",
|
|
812
|
+
"iconName": "arrows-hide, collapse, minimize",
|
|
813
|
+
"pathname": "src/IconArrowsHide"
|
|
814
|
+
},
|
|
808
815
|
{
|
|
809
816
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3H10V4H4.70711L12 11.2929L19.2929 4H14V3H21V10H20V4.70711L12.5 12.2071V21H11.5V12.2071L4 4.70711V10H3V3Z\" fill=\"currentColor\"/>",
|
|
810
817
|
"tags": "Path",
|
|
@@ -847,6 +854,13 @@
|
|
|
847
854
|
"iconName": "arrows-repeat-right-left-off, repost-off",
|
|
848
855
|
"pathname": "src/IconArrowsRepeatRightLeftOff"
|
|
849
856
|
},
|
|
857
|
+
{
|
|
858
|
+
"svg": "<Path d=\"M12.5 20.293L14.6465 18.1465L15.3535 18.8535L12 22.207L8.64648 18.8535L9.35352 18.1465L11.5 20.293V14H12.5V20.293Z\" fill=\"currentColor\"/><Path d=\"M8 9H3V15H8V16H2V8H8V9Z\" fill=\"currentColor\"/><Path d=\"M22 16H16V15H21V9H16V8H22V16Z\" fill=\"currentColor\"/><Path d=\"M15.3535 5.14648L14.6465 5.85352L12.5 3.70703V10H11.5V3.70703L9.35352 5.85352L8.64648 5.14648L12 1.79297L15.3535 5.14648Z\" fill=\"currentColor\"/>",
|
|
859
|
+
"tags": "Path",
|
|
860
|
+
"componentName": "IconArrowsShow",
|
|
861
|
+
"iconName": "arrows-show, expand, maximize",
|
|
862
|
+
"pathname": "src/IconArrowsShow"
|
|
863
|
+
},
|
|
850
864
|
{
|
|
851
865
|
"svg": "<Path d=\"M10.3535 14.3535L5.70703 19H10V20H4V14H5V18.293L9.64648 13.6465L10.3535 14.3535Z\" fill=\"currentColor\"/><Path d=\"M19 18.293V14H20V20H14V19H18.293L13.6465 14.3535L14.3535 13.6465L19 18.293Z\" fill=\"currentColor\"/><Path d=\"M10 5H5.70703L10.3535 9.64648L9.64648 10.3535L5 5.70703V10H4V4H10V5Z\" fill=\"currentColor\"/><Path d=\"M20 10H19V5.70703L14.3535 10.3535L13.6465 9.64648L18.293 5H14V4H20V10Z\" fill=\"currentColor\"/>",
|
|
852
866
|
"tags": "Path",
|