@central-icons-react-native/round-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.
Files changed (47) hide show
  1. package/IconArrowsHide/index.d.ts +4 -0
  2. package/IconArrowsHide/index.js +2 -0
  3. package/IconArrowsHide/index.js.map +1 -0
  4. package/IconArrowsHide/index.mjs +2 -0
  5. package/IconArrowsHide/index.mjs.map +1 -0
  6. package/IconArrowsShow/index.d.ts +4 -0
  7. package/IconArrowsShow/index.js +2 -0
  8. package/IconArrowsShow/index.js.map +1 -0
  9. package/IconArrowsShow/index.mjs +2 -0
  10. package/IconArrowsShow/index.mjs.map +1 -0
  11. package/IconArrowsZoom/index.d.ts +4 -0
  12. package/IconArrowsZoom/index.js +2 -0
  13. package/IconArrowsZoom/index.js.map +1 -0
  14. package/IconArrowsZoom/index.mjs +2 -0
  15. package/IconArrowsZoom/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 +18 -4
  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/round-outlined-radius-0-stroke-1.5",
22
- version: "1.1.51",
22
+ version: "1.1.53",
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/round-outlined-radius-0-stroke-1.5",
3
- "version": "1.1.51",
3
+ "version": "1.1.53",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
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.5 16.25L12 13.75L14.5 16.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 7.75L12 10.25L9.5 7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 20.25V14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 9.5V3.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.25 4.75H2.75V19.25H7.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.75 4.75H21.25V19.25H16.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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.75M3.75 3.75H9.25M3.75 3.75L12 12M14.75 3.75H20.25M20.25 3.75V9.25M20.25 3.75L12 12M12 12V20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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 5.25L12 2.75L14.5 5.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 18.75L12 21.25L9.5 18.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 9.25V3.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 20.5V14.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.25 8.75H2.75V15.25H7.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.75 8.75H21.25V15.25H16.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
859
+ "tags": "Path",
860
+ "componentName": "IconArrowsShow",
861
+ "iconName": "arrows-show, expand, maximize",
862
+ "pathname": "src/IconArrowsShow"
863
+ },
864
+ {
865
+ "svg": "<Path d=\"M4.75 9.25V4.75H9.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.25 9.25V4.75H14.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.25 14.75V19.25H14.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.75 14.75V19.25H9.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 5L9.5 9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 5L14.5 9.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 19L14.5 14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5 19L9.5 14.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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=\"round\" strokeLinejoin=\"round\"/>",
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=\"M10.001 8.5C10.001 8.5 3.41704 10.7679 2.79102 17.2479\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 8.75C16 8.75 20 12 21.25 17.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M16 7.75H19.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\" fill=\"currentColor\"/><Path d=\"M20.3536 5.60355C20.1583 5.40829 19.8417 5.40829 19.6464 5.60355L17.8536 7.39645C17.6583 7.59171 17.6583 7.90829 17.8536 8.10355L19.6464 9.89645C19.8417 10.0917 20.1583 10.0917 20.3536 9.89645L22.1464 8.10355C22.3417 7.90829 22.3417 7.59171 22.1464 7.39645L20.3536 5.60355Z\" fill=\"currentColor\"/><Circle cx=\"13\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
10722
+ "tags": "Circle, Path",
10723
+ "componentName": "IconVectorAnchorPointAsymmetric",
10724
+ "iconName": "vector-anchor-point-asymmetric",
10725
+ "pathname": "src/IconVectorAnchorPointAsymmetric"
10726
+ },
10727
+ {
10728
+ "svg": "<Path d=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\" fill=\"currentColor\"/><Path d=\"M18.1036 11.6036C17.9083 11.4083 17.5917 11.4083 17.3964 11.6036L15.6036 13.3964C15.4083 13.5917 15.4083 13.9083 15.6036 14.1036L17.3964 15.8964C17.5917 16.0917 17.9083 16.0917 18.1036 15.8964L19.8964 14.1036C20.0917 13.9083 20.0917 13.5917 19.8964 13.3964L18.1036 11.6036Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>",
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\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2.75 17.5L10.0526 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.25 17.5L14 10\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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=\"M8.99998 8.5C8.99998 8.5 3.33012 10.7679 2.79102 17.2479\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 8.5C15 8.5 20.669 10.7676 21.2088 17.2465\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.88907 7.75H2.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M15 7.75H21.5\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M2.85355 5.60355C2.65829 5.40829 2.34171 5.40829 2.14645 5.60355L0.353553 7.39645C0.158291 7.59171 0.158292 7.90829 0.353554 8.10355L2.14645 9.89645C2.34171 10.0917 2.65829 10.0917 2.85355 9.89645L4.64645 8.10355C4.84171 7.90829 4.84171 7.59171 4.64645 7.39645L2.85355 5.60355Z\" fill=\"currentColor\"/><Path d=\"M21.8536 5.60355C21.6583 5.40829 21.3417 5.40829 21.1464 5.60355L19.3536 7.39645C19.1583 7.59171 19.1583 7.90829 19.3536 8.10355L21.1464 9.89645C21.3417 10.0917 21.6583 10.0917 21.8536 9.89645L23.6464 8.10355C23.8417 7.90829 23.8417 7.59171 23.6464 7.39645L21.8536 5.60355Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"7.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
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",