@central-icons-react-native/square-outlined-radius-0-stroke-2 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 17L12 14L15 17\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M15 7L12 10L9 7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 21V15\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 9V3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 5H3V19H8\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 5H21V19H16\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
810
|
+
"tags": "Path",
|
|
811
|
+
"componentName": "IconArrowsHide",
|
|
812
|
+
"iconName": "arrows-hide, collapse, minimize",
|
|
813
|
+
"pathname": "src/IconArrowsHide"
|
|
814
|
+
},
|
|
808
815
|
{
|
|
809
816
|
"svg": "<Path d=\"M4 9V4H9M15 4H20V9M12 12V20M12 12L5 5M12 12L19 5\" stroke=\"currentColor\" strokeWidth=\"2\" 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 6L12 3L15 6\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M15 18L12 21L9 18\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 10V4\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 20V14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 9H3V15H8\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 9H21V15H16\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
859
|
+
"tags": "Path",
|
|
860
|
+
"componentName": "IconArrowsShow",
|
|
861
|
+
"iconName": "arrows-show, expand, maximize",
|
|
862
|
+
"pathname": "src/IconArrowsShow"
|
|
863
|
+
},
|
|
850
864
|
{
|
|
851
865
|
"svg": "<Path d=\"M5 10V5H10\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 10V5H14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 14V19H14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 14V19H10\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5.5 5.5L10 10\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18.5 5.5L14 10\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18.5 18.5L14 14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5.5 18.5L10 14\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
852
866
|
"tags": "Path",
|