@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.50 → 1.1.52

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.
Files changed (47) hide show
  1. package/IconArrowsAllSides21/index.d.ts +4 -0
  2. package/IconArrowsAllSides21/index.js +2 -0
  3. package/IconArrowsAllSides21/index.js.map +1 -0
  4. package/IconArrowsAllSides21/index.mjs +2 -0
  5. package/IconArrowsAllSides21/index.mjs.map +1 -0
  6. package/IconArrowsZoom/index.d.ts +4 -0
  7. package/IconArrowsZoom/index.js +2 -0
  8. package/IconArrowsZoom/index.js.map +1 -0
  9. package/IconArrowsZoom/index.mjs +2 -0
  10. package/IconArrowsZoom/index.mjs.map +1 -0
  11. package/IconScanTextSparkle/index.d.ts +4 -0
  12. package/IconScanTextSparkle/index.js +2 -0
  13. package/IconScanTextSparkle/index.js.map +1 -0
  14. package/IconScanTextSparkle/index.mjs +2 -0
  15. package/IconScanTextSparkle/index.mjs.map +1 -0
  16. package/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
  17. package/IconVectorAnchorPointAsymmetric/index.js +2 -0
  18. package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
  19. package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
  20. package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
  21. package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
  22. package/IconVectorAnchorPointDisconnected/index.js +2 -0
  23. package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
  24. package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
  25. package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
  26. package/IconVectorAnchorPointStraight/index.d.ts +4 -0
  27. package/IconVectorAnchorPointStraight/index.js +2 -0
  28. package/IconVectorAnchorPointStraight/index.js.map +1 -0
  29. package/IconVectorAnchorPointStraight/index.mjs +2 -0
  30. package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
  31. package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
  32. package/IconVectorAnchorPointStraight1/index.js +2 -0
  33. package/IconVectorAnchorPointStraight1/index.js.map +1 -0
  34. package/IconVectorAnchorPointStraight1/index.mjs +2 -0
  35. package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
  36. package/README.md +7 -0
  37. package/filtered-icons.json +98 -0
  38. package/icons/index.d.ts +7 -0
  39. package/icons-index.json +20 -6
  40. package/index.d.ts +7 -0
  41. package/index.js +1 -1
  42. package/index.js.map +1 -1
  43. package/index.mjs +1 -1
  44. package/index.mjs.map +1 -1
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/tsx-icons.json +49 -0
package/license-check.js CHANGED
@@ -19,7 +19,7 @@ const licenseCheck = async () => {
19
19
  body: JSON.stringify({
20
20
  package:
21
21
  "central-icons-react-native/square-outlined-radius-0-stroke-1.5",
22
- version: "1.1.50",
22
+ version: "1.1.52",
23
23
  }),
24
24
  signal: controller.signal,
25
25
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.50",
3
+ "version": "1.1.52",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -784,6 +784,13 @@
784
784
  "iconName": "arrows-all-sides-2, scan, move, focus",
785
785
  "pathname": "src/IconArrowsAllSides2"
786
786
  },
787
+ {
788
+ "svg": "<Path d=\"M8.25 3.75H3.75V8.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M15.75 3.75H20.25V8.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M20.25 15.75V20.25H15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.25 20.25H3.75V15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.75 9.75H15.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.75 14.25H13.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
789
+ "tags": "Path",
790
+ "componentName": "IconArrowsAllSides21",
791
+ "iconName": "arrows-all-sides-2, scan-text, text, focus, list",
792
+ "pathname": "src/IconArrowsAllSides21"
793
+ },
787
794
  {
788
795
  "svg": "<Path d=\"M1.75 12L11.25 3.75V8.5C19.75 8.5 22.25 11.75 22.25 20.25C20.75 17.25 19.75 15.5 11.25 15.5V20.25L1.75 12Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
789
796
  "tags": "Path",
@@ -840,6 +847,13 @@
840
847
  "iconName": "arrows-repeat-right-left-off, repost-off",
841
848
  "pathname": "src/IconArrowsRepeatRightLeftOff"
842
849
  },
850
+ {
851
+ "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
+ "tags": "Path",
853
+ "componentName": "IconArrowsZoom",
854
+ "iconName": "arrows-zoom, scale, motion, move, directions",
855
+ "pathname": "src/IconArrowsZoom"
856
+ },
843
857
  {
844
858
  "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\"/>",
845
859
  "tags": "Path",
@@ -8666,6 +8680,13 @@
8666
8680
  "iconName": "satellite-2, radar, feed",
8667
8681
  "pathname": "src/IconSatellite2"
8668
8682
  },
8683
+ {
8684
+ "svg": "<Path d=\"M8.25 3.75H3.75V8.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M15.75 3.75H20.25V8.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.25 20.25H3.75V15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.75 9.75H15.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M8.75 14.25H13.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
8685
+ "tags": "Path",
8686
+ "componentName": "IconScanTextSparkle",
8687
+ "iconName": "scan-text-sparkle, scan, arrows-all-sides,focus, list",
8688
+ "pathname": "src/IconScanTextSparkle"
8689
+ },
8669
8690
  {
8670
8691
  "svg": "<Path d=\"M21.25 19.25V8.75H17.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M17.25 19.25V4.75H6.75V19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M6.75 8.75H2.75V19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M22.25 19.25H1.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M9.75 19.25V14.75H14.25V19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
8671
8692
  "tags": "Path",
@@ -10682,6 +10703,34 @@
10682
10703
  "iconName": "vault, safe",
10683
10704
  "pathname": "src/IconVault"
10684
10705
  },
10706
+ {
10707
+ "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\"/>",
10708
+ "tags": "Circle, Path",
10709
+ "componentName": "IconVectorAnchorPointAsymmetric",
10710
+ "iconName": "vector-anchor-point-asymmetric",
10711
+ "pathname": "src/IconVectorAnchorPointAsymmetric"
10712
+ },
10713
+ {
10714
+ "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\"/>",
10715
+ "tags": "Circle, Path",
10716
+ "componentName": "IconVectorAnchorPointDisconnected",
10717
+ "iconName": "vector-anchor-point-disconnected",
10718
+ "pathname": "src/IconVectorAnchorPointDisconnected"
10719
+ },
10720
+ {
10721
+ "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\"/>",
10722
+ "tags": "Circle, Path",
10723
+ "componentName": "IconVectorAnchorPointStraight",
10724
+ "iconName": "vector-anchor-point-straight, no-smoothing",
10725
+ "pathname": "src/IconVectorAnchorPointStraight"
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=\"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\"/>",
10729
+ "tags": "Circle, Path",
10730
+ "componentName": "IconVectorAnchorPointStraight1",
10731
+ "iconName": "vector-anchor-point-straight, mirror-angle",
10732
+ "pathname": "src/IconVectorAnchorPointStraight1"
10733
+ },
10685
10734
  {
10686
10735
  "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\"/>",
10687
10736
  "tags": "Path",