@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.51 → 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/IconArrowsZoom/index.d.ts +4 -0
- package/IconArrowsZoom/index.js +2 -0
- package/IconArrowsZoom/index.js.map +1 -0
- package/IconArrowsZoom/index.mjs +2 -0
- package/IconArrowsZoom/index.mjs.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
- package/IconVectorAnchorPointAsymmetric/index.js +2 -0
- package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
- package/IconVectorAnchorPointDisconnected/index.js +2 -0
- package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
- package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight/index.js +2 -0
- package/IconVectorAnchorPointStraight/index.js.map +1 -0
- package/IconVectorAnchorPointStraight/index.mjs +2 -0
- package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight1/index.js +2 -0
- package/IconVectorAnchorPointStraight1/index.js.map +1 -0
- package/IconVectorAnchorPointStraight1/index.mjs +2 -0
- package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +98 -0
- package/icons/index.d.ts +7 -0
- package/icons-index.json +18 -4
- package/index.d.ts +7 -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 +49 -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,20 @@
|
|
|
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
|
+
},
|
|
864
|
+
{
|
|
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\"/>",
|
|
866
|
+
"tags": "Path",
|
|
867
|
+
"componentName": "IconArrowsZoom",
|
|
868
|
+
"iconName": "arrows-zoom, scale, motion, move, directions",
|
|
869
|
+
"pathname": "src/IconArrowsZoom"
|
|
870
|
+
},
|
|
850
871
|
{
|
|
851
872
|
"svg": "<Path d=\"M3.25 7.75L7.25 3.75L11.25 7.75M12.75 16.25L16.75 20.25L20.75 16.25M7.25 5V20.25M16.75 3.75V19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
852
873
|
"tags": "Path",
|
|
@@ -10696,6 +10717,34 @@
|
|
|
10696
10717
|
"iconName": "vault, safe",
|
|
10697
10718
|
"pathname": "src/IconVault"
|
|
10698
10719
|
},
|
|
10720
|
+
{
|
|
10721
|
+
"svg": "<Path d=\"M2.75 18C2.75 10.75 10 8.5 10 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M9.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><Circle cx=\"13\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M21.25 18C20 12 16 8.5 16 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M16 7.75H19\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M20 5.25L17.5 7.75L20 10.25L22.5 7.75L20 5.25Z\" fill=\"currentColor\"/>",
|
|
10722
|
+
"tags": "Circle, Path",
|
|
10723
|
+
"componentName": "IconVectorAnchorPointAsymmetric",
|
|
10724
|
+
"iconName": "vector-anchor-point-asymmetric",
|
|
10725
|
+
"pathname": "src/IconVectorAnchorPointAsymmetric"
|
|
10726
|
+
},
|
|
10727
|
+
{
|
|
10728
|
+
"svg": "<Path d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><Path d=\"M17.5 11L15 13.5L17.5 16L20 13.5L17.5 11Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
10729
|
+
"tags": "Circle, Path",
|
|
10730
|
+
"componentName": "IconVectorAnchorPointDisconnected",
|
|
10731
|
+
"iconName": "vector-anchor-point-disconnected",
|
|
10732
|
+
"pathname": "src/IconVectorAnchorPointDisconnected"
|
|
10733
|
+
},
|
|
10734
|
+
{
|
|
10735
|
+
"svg": "<Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M2.75 17.5L10.0526 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
10736
|
+
"tags": "Circle, Path",
|
|
10737
|
+
"componentName": "IconVectorAnchorPointStraight",
|
|
10738
|
+
"iconName": "vector-anchor-point-straight, no-smoothing",
|
|
10739
|
+
"pathname": "src/IconVectorAnchorPointStraight"
|
|
10740
|
+
},
|
|
10741
|
+
{
|
|
10742
|
+
"svg": "<Path d=\"M2.75 18C2.75 10.75 9 8.5 9 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M21.25 18C21.25 10.75 15 8.5 15 8.5\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M15 7.75H21.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M2.5 5.25L0 7.75L2.5 10.25L5 7.75L2.5 5.25Z\" fill=\"currentColor\"/><Path d=\"M21.5 5.25L19 7.75L21.5 10.25L24 7.75L21.5 5.25Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
|
|
10743
|
+
"tags": "Circle, Path",
|
|
10744
|
+
"componentName": "IconVectorAnchorPointStraight1",
|
|
10745
|
+
"iconName": "vector-anchor-point-straight, mirror-angle",
|
|
10746
|
+
"pathname": "src/IconVectorAnchorPointStraight1"
|
|
10747
|
+
},
|
|
10699
10748
|
{
|
|
10700
10749
|
"svg": "<Path d=\"M6.25 12C6.25 13.2426 5.24264 14.25 4 14.25C2.75736 14.25 1.75 13.2426 1.75 12C1.75 10.7574 2.75736 9.75 4 9.75C5.24264 9.75 6.25 10.7574 6.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M22.25 12C22.25 13.2426 21.2426 14.25 20 14.25C18.7574 14.25 17.75 13.2426 17.75 12C17.75 10.7574 18.7574 9.75 20 9.75C21.2426 9.75 22.25 10.7574 22.25 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M6.5 12H17.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M3.58789 9.5C4.66683 5.88564 8.02516 3.25 12.0009 3.25C15.9767 3.25 19.335 5.88564 20.414 9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M20.414 14.5C19.335 18.1144 15.9767 20.75 12.0009 20.75C8.02517 20.75 4.66684 18.1144 3.58789 14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
|
|
10701
10750
|
"tags": "Path",
|