@central-icons-react-native/square-outlined-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=\"M9 16.5L12 13.5L15 16.5\" stroke=\"currentColor\"/><Path d=\"M15 7.5L12 10.5L9 7.5\" stroke=\"currentColor\"/><Path d=\"M12 21V14\" stroke=\"currentColor\"/><Path d=\"M12 10V3\" stroke=\"currentColor\"/><Path d=\"M8.0002 4.5H2.5V19.5H8\" stroke=\"currentColor\"/><Path d=\"M16 4.5H21.5V19.5H16\" stroke=\"currentColor\"/>",
|
|
810
|
+
"tags": "Path",
|
|
811
|
+
"componentName": "IconArrowsHide",
|
|
812
|
+
"iconName": "arrows-hide, collapse, minimize",
|
|
813
|
+
"pathname": "src/IconArrowsHide"
|
|
814
|
+
},
|
|
808
815
|
{
|
|
809
816
|
"svg": "<Path d=\"M3.5 9.5V3.5H9.5M14.5 3.5H20.5V9.5M12 12V20.5M12 12L4 4M12 12L20 4\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
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=\"M9 5.5L12 2.5L15 5.5\" stroke=\"currentColor\"/><Path d=\"M15 18.5L12 21.5L9 18.5\" stroke=\"currentColor\"/><Path d=\"M12 10V3\" stroke=\"currentColor\"/><Path d=\"M12 21V14\" stroke=\"currentColor\"/><Path d=\"M8.0002 8.5H2.5V15.5H8\" stroke=\"currentColor\"/><Path d=\"M16 8.5H21.5V15.5H16\" stroke=\"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 4.5H4.5V10\" stroke=\"currentColor\"/><Path d=\"M14 4.5H19.5V10\" stroke=\"currentColor\"/><Path d=\"M10 19.5H4.5V14\" stroke=\"currentColor\"/><Path d=\"M14 19.5H19.5V14\" stroke=\"currentColor\"/><Path d=\"M5 5L10 10\" stroke=\"currentColor\"/><Path d=\"M19 5L14 10\" stroke=\"currentColor\"/><Path d=\"M10 14L5 19\" stroke=\"currentColor\"/><Path d=\"M14 14L19 19\" stroke=\"currentColor\"/>",
|
|
852
866
|
"tags": "Path",
|