@central-icons-react-native/square-outlined-radius-0-stroke-1.5 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=\"M8 4.75H2.75V19.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M16 4.75H21.25V19.25H16\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M9 16.75L12 13.75L15 16.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 21V14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M15 7.25L12 10.25L9 7.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 9.5V3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
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.75 9.25V3.75H9.25M14.75 3.75H20.25V9.25M12 12V20.25M12 12L4.5 4.5M12 12L19.5 4.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.75L12 2.75L15 5.75\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M15 18.25L12 21.25L9 18.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 10V3.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 20.5V14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M8 8.75H2.75V15.25H8\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M16 8.75H21.25V15.25H16\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
859
|
+
"tags": "Path",
|
|
860
|
+
"componentName": "IconArrowsShow",
|
|
861
|
+
"iconName": "arrows-show, expand, maximize",
|
|
862
|
+
"pathname": "src/IconArrowsShow"
|
|
863
|
+
},
|
|
850
864
|
{
|
|
851
865
|
"svg": "<Path d=\"M4.75 10V4.75H10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19.25 10V4.75H14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19.25 14V19.25H14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M4.75 14V19.25H10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M5 5L10 10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19 5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M19 19L14 14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M5 19L10 14\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
852
866
|
"tags": "Path",
|