@central-icons-react-native/round-outlined-radius-0-stroke-2 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
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-0-stroke-2",
21
- version: "1.1.50",
21
+ version: "1.1.52",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
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 4H4V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 4H20V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20 16V20H16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 20H4V16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 10H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 14H13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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=\"M2 12L11 4V8.5C19.5 8.5 22 11.5 22 20C20.5 17 19.5 15.5 11 15.5V20L2 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
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=\"M5 9V5H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 9V5H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 15V19H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 15V19H9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.5 5.5L9.5 9.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 5.5L14.5 9.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 18.5L14.5 14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.5 18.5L9.5 14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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 8L7 4L11 8M13 16L17 20L21 16M7 5V20M17 4V19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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 4H4V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 4H20V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 20H4V16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 10H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 14H13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" 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 19V9H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 19V5H7V19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 9H3V19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22 19H2\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 19V15H14V19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
8671
8692
  "tags": "Path",
@@ -10682,6 +10703,34 @@
10682
10703
  "iconName": "vault, safe",
10683
10704
  "pathname": "src/IconVault"
10684
10705
  },
10706
+ {
10707
+ "svg": "<G clip-Path=\"url(#clip0_13682_26641)\"><Path d=\"M21 17C19.5 13.0002 16 9.50024 16 9.50024\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M9 8H2.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M16 8H19.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Circle cx=\"13\" cy=\"8\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 8C6.05878 9.34852 3.1959 12.7128 3 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.20711 5.95711C2.81658 5.56658 2.18342 5.56658 1.79289 5.95711L0.457107 7.29289C0.0665825 7.68342 0.0665832 8.31658 0.457107 8.70711L1.79289 10.0429C2.18342 10.4334 2.81658 10.4334 3.20711 10.0429L4.54289 8.70711C4.93342 8.31658 4.93342 7.68342 4.54289 7.29289L3.20711 5.95711Z\" fill=\"currentColor\"/><Path d=\"M21.2071 5.95711C20.8166 5.56658 20.1834 5.56658 19.7929 5.95711L18.4571 7.29289C18.0666 7.68342 18.0666 8.31658 18.4571 8.70711L19.7929 10.0429C20.1834 10.4334 20.8166 10.4334 21.2071 10.0429L22.5429 8.70711C22.9334 8.31658 22.9334 7.68342 22.5429 7.29289L21.2071 5.95711Z\" fill=\"currentColor\"/></G><Defs><ClipPath id=\"clip0_13682_26641\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
10708
+ "tags": "Circle, ClipPath, Defs, G, Path, Rect",
10709
+ "componentName": "IconVectorAnchorPointAsymmetric",
10710
+ "iconName": "vector-anchor-point-asymmetric",
10711
+ "pathname": "src/IconVectorAnchorPointAsymmetric"
10712
+ },
10713
+ {
10714
+ "svg": "<G clip-Path=\"url(#clip0_13682_26504)\"><Path d=\"M8.5 8H2.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 10.5L21 17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"8\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.20711 5.95711C2.81658 5.56658 2.18342 5.56658 1.79289 5.95711L0.457107 7.29289C0.0665825 7.68342 0.0665832 8.31658 0.457107 8.70711L1.79289 10.0429C2.18342 10.4334 2.81658 10.4334 3.20711 10.0429L4.54289 8.70711C4.93342 8.31658 4.93342 7.68342 4.54289 7.29289L3.20711 5.95711Z\" fill=\"currentColor\"/><Path d=\"M18.7071 11.9571C18.3166 11.5666 17.6834 11.5666 17.2929 11.9571L15.9571 13.2929C15.5666 13.6834 15.5666 14.3166 15.9571 14.7071L17.2929 16.0429C17.6834 16.4334 18.3166 16.4334 18.7071 16.0429L20.0429 14.7071C20.4334 14.3166 20.4334 13.6834 20.0429 13.2929L18.7071 11.9571Z\" fill=\"currentColor\"/><Path d=\"M8.99694 8.44434C5.62048 9.71794 3.16783 12.8953 3 16.9443\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></G><Defs><ClipPath id=\"clip0_13682_26504\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
10715
+ "tags": "Circle, ClipPath, Defs, G, Path, Rect",
10716
+ "componentName": "IconVectorAnchorPointDisconnected",
10717
+ "iconName": "vector-anchor-point-disconnected",
10718
+ "pathname": "src/IconVectorAnchorPointDisconnected"
10719
+ },
10720
+ {
10721
+ "svg": "<Circle cx=\"12\" cy=\"8\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3 17L9.5 10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M21 17L14.5 10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
10722
+ "tags": "Circle, Path",
10723
+ "componentName": "IconVectorAnchorPointStraight",
10724
+ "iconName": "vector-anchor-point-straight, no-smoothing",
10725
+ "pathname": "src/IconVectorAnchorPointStraight"
10726
+ },
10727
+ {
10728
+ "svg": "<G clip-Path=\"url(#clip0_13682_26344)\"><Path d=\"M8.99694 8.44434C5.62048 9.71794 3.16783 12.8953 3 16.9443M15.0031 8.44434C18.3795 9.71794 20.8322 12.8953 21 16.9443\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"8\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9 8H2.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M15 8H21.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3.20711 5.95711C2.81658 5.56658 2.18342 5.56658 1.79289 5.95711L0.457107 7.29289C0.0665825 7.68342 0.0665832 8.31658 0.457107 8.70711L1.79289 10.0429C2.18342 10.4334 2.81658 10.4334 3.20711 10.0429L4.54289 8.70711C4.93342 8.31658 4.93342 7.68342 4.54289 7.29289L3.20711 5.95711Z\" fill=\"currentColor\"/><Path d=\"M22.2071 5.95711C21.8166 5.56658 21.1834 5.56658 20.7929 5.95711L19.4571 7.29289C19.0666 7.68342 19.0666 8.31658 19.4571 8.70711L20.7929 10.0429C21.1834 10.4334 21.8166 10.4334 22.2071 10.0429L23.5429 8.70711C23.9334 8.31658 23.9334 7.68342 23.5429 7.29289L22.2071 5.95711Z\" fill=\"currentColor\"/></G><Defs><ClipPath id=\"clip0_13682_26344\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
10729
+ "tags": "Circle, ClipPath, Defs, G, Path, Rect",
10730
+ "componentName": "IconVectorAnchorPointStraight1",
10731
+ "iconName": "vector-anchor-point-straight, mirror-angle",
10732
+ "pathname": "src/IconVectorAnchorPointStraight1"
10733
+ },
10685
10734
  {
10686
10735
  "svg": "<Path d=\"M6 12C6 13.1046 5.10457 14 4 14C2.89543 14 2 13.1046 2 12C2 10.8954 2.89543 10 4 10C5.10457 10 6 10.8954 6 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M22 12C22 13.1046 21.1046 14 20 14C18.8954 14 18 13.1046 18 12C18 10.8954 18.8954 10 20 10C21.1046 10 22 10.8954 22 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6.5 12H17.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3.75 9.875C4.69563 6.20889 8.03078 3.5 12 3.5C15.9692 3.5 19.3044 6.20889 20.25 9.875\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M20.25 14.125C19.3044 17.7911 15.9692 20.5 12 20.5C8.03078 20.5 4.69563 17.7911 3.75 14.125\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
10687
10736
  "tags": "Path",