@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.39 → 1.1.41

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/IconAnchor/index.d.ts +4 -0
  2. package/IconAnchor/index.js +2 -0
  3. package/IconAnchor/index.js.map +1 -0
  4. package/IconAnchor/index.mjs +2 -0
  5. package/IconAnchor/index.mjs.map +1 -0
  6. package/IconCheckCircle2/index.d.ts +4 -0
  7. package/IconCheckCircle2/index.js +2 -0
  8. package/IconCheckCircle2/index.js.map +1 -0
  9. package/IconCheckCircle2/index.mjs +2 -0
  10. package/IconCheckCircle2/index.mjs.map +1 -0
  11. package/IconDoupleCheck/index.d.ts +4 -0
  12. package/IconDoupleCheck/index.js +2 -0
  13. package/IconDoupleCheck/index.js.map +1 -0
  14. package/IconDoupleCheck/index.mjs +2 -0
  15. package/IconDoupleCheck/index.mjs.map +1 -0
  16. package/IconDoupleCheckmark1/index.d.ts +4 -0
  17. package/IconDoupleCheckmark1/index.js +2 -0
  18. package/IconDoupleCheckmark1/index.js.map +1 -0
  19. package/IconDoupleCheckmark1/index.mjs +2 -0
  20. package/IconDoupleCheckmark1/index.mjs.map +1 -0
  21. package/IconDoupleCheckmark1Small/index.d.ts +4 -0
  22. package/IconDoupleCheckmark1Small/index.js +2 -0
  23. package/IconDoupleCheckmark1Small/index.js.map +1 -0
  24. package/IconDoupleCheckmark1Small/index.mjs +2 -0
  25. package/IconDoupleCheckmark1Small/index.mjs.map +1 -0
  26. package/IconHook/index.d.ts +4 -0
  27. package/IconHook/index.js +2 -0
  28. package/IconHook/index.js.map +1 -0
  29. package/IconHook/index.mjs +2 -0
  30. package/IconHook/index.mjs.map +1 -0
  31. package/IconSwitchVoice/index.d.ts +4 -0
  32. package/IconSwitchVoice/index.js +2 -0
  33. package/IconSwitchVoice/index.js.map +1 -0
  34. package/IconSwitchVoice/index.mjs +2 -0
  35. package/IconSwitchVoice/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 +19 -5
  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-1-stroke-1.5",
22
- version: "1.1.39",
22
+ version: "1.1.41",
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-1-stroke-1.5",
3
- "version": "1.1.39",
3
+ "version": "1.1.41",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -224,6 +224,13 @@
224
224
  "iconName": "analytics, analysis",
225
225
  "pathname": "src/IconAnalytics"
226
226
  },
227
+ {
228
+ "svg": "<Circle cx=\"12\" cy=\"6.5\" r=\"2.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M12 9.25V16.125C12 18.4032 13.8468 20.25 16.125 20.25C18.4032 20.25 20.25 18.4032 20.25 16.125V13L18 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/><Path d=\"M12 9.25V16.125C12 18.4032 10.1532 20.25 7.875 20.25C5.59683 20.25 3.75 18.4032 3.75 16.125V13L6 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"square\"/>",
229
+ "tags": "Circle, Path",
230
+ "componentName": "IconAnchor",
231
+ "iconName": "anchor, webhooks",
232
+ "pathname": "src/IconAnchor"
233
+ },
227
234
  {
228
235
  "svg": "<Path d=\"M17.75 11.75H21.25L18.709 20.5281C18.5852 20.9557 18.1936 21.25 17.7484 21.25H12M6.25 11.75H2.75L5.29102 20.5281C5.41481 20.9557 5.80639 21.25 6.25158 21.25H12M12 21.25V8.25M12 8.25C13.5188 8.25 14.75 7.01878 14.75 5.5C14.75 3.98122 13.5188 2.75 12 2.75C10.4812 2.75 9.25 3.98122 9.25 5.5C9.25 7.01878 10.4812 8.25 12 8.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
229
236
  "tags": "Path",
@@ -2611,6 +2618,13 @@
2611
2618
  "iconName": "chart-7, statistics, graph",
2612
2619
  "pathname": "src/IconChart7"
2613
2620
  },
2621
+ {
2622
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.75 12.9231L10.5625 15.75L15.25 8.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
2623
+ "tags": "Circle, Path",
2624
+ "componentName": "IconCheckCircle2",
2625
+ "iconName": "check-circle-2, done, confirm, save, success",
2626
+ "pathname": "src/IconCheckCircle2"
2627
+ },
2614
2628
  {
2615
2629
  "svg": "<Path d=\"M11.75 16.25H20.25M11.75 7.75H20.25M3.75 8.625L5.41667 9.75L8.75 5.25M3.75 17.625L5.41667 18.75L8.75 14.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
2616
2630
  "tags": "Path",
@@ -4018,6 +4032,27 @@
4018
4032
  "iconName": "dot-grid-3x3, menu, drag, grab",
4019
4033
  "pathname": "src/IconDotGrid3x3"
4020
4034
  },
4035
+ {
4036
+ "svg": "<Path d=\"M1.75 14.7187L7.51961 19.25L18.25 4.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.5195 19.25L22.2499 4.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>",
4037
+ "tags": "Path",
4038
+ "componentName": "IconDoupleCheck",
4039
+ "iconName": "douple-check",
4040
+ "pathname": "src/IconDoupleCheck"
4041
+ },
4042
+ {
4043
+ "svg": "<Path d=\"M2.75 12.7768L7.92857 19.25L17.25 4.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.9287 19.25L21.2501 4.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4044
+ "tags": "Path",
4045
+ "componentName": "IconDoupleCheckmark1",
4046
+ "iconName": "douple-checkmark-1",
4047
+ "pathname": "src/IconDoupleCheckmark1"
4048
+ },
4049
+ {
4050
+ "svg": "<Path d=\"M5.75 13.0625L8.9375 16.25L14.25 7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12.9375 16.25L18.25 7.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4051
+ "tags": "Path",
4052
+ "componentName": "IconDoupleCheckmark1Small",
4053
+ "iconName": "douple-checkmark-1-small",
4054
+ "pathname": "src/IconDoupleCheckmark1Small"
4055
+ },
4021
4056
  {
4022
4057
  "svg": "<Path d=\"M3.75 9.25H8.25C8.80228 9.25 9.25 8.80228 9.25 8.25V3.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.25 9.25H15.75C15.1977 9.25 14.75 8.80228 14.75 8.25V3.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.75 20.25V15.75C14.75 15.1977 15.1977 14.75 15.75 14.75H20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.75 14.75H8.25C8.80228 14.75 9.25 15.1977 9.25 15.75V20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.75 9.25H8.25C8.80228 9.25 9.25 8.80228 9.25 8.25V3.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.25 9.25H15.75C15.1977 9.25 14.75 8.80228 14.75 8.25V3.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.75 20.25V15.75C14.75 15.1977 15.1977 14.75 15.75 14.75H20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.75 14.75H8.25C8.80228 14.75 9.25 15.1977 9.25 15.75V20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4023
4058
  "tags": "Path",
@@ -5635,6 +5670,13 @@
5635
5670
  "iconName": "home-round-door",
5636
5671
  "pathname": "src/IconHomeRoundDoor"
5637
5672
  },
5673
+ {
5674
+ "svg": "<Circle cx=\"9.25\" cy=\"5.75\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M9.25 9V17.5C9.25 19.5711 10.9289 21.25 13 21.25C15.0711 21.25 16.75 19.5711 16.75 17.5V12L13.75 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
5675
+ "tags": "Circle, Path",
5676
+ "componentName": "IconHook",
5677
+ "iconName": "hook, phishing",
5678
+ "pathname": "src/IconHook"
5679
+ },
5638
5680
  {
5639
5681
  "svg": "<Path d=\"M3.75 20.25H20.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.75 7.75C14.1977 7.75 13.75 8.19772 13.75 8.75V16.25C13.75 16.8023 14.1977 17.25 14.75 17.25H16.25C16.8023 17.25 17.25 16.8023 17.25 16.25V8.75C17.25 8.19772 16.8023 7.75 16.25 7.75H14.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.75 3.75C7.19772 3.75 6.75 4.19772 6.75 4.75V16.25C6.75 16.8023 7.19772 17.25 7.75 17.25H9.25C9.80228 17.25 10.25 16.8023 10.25 16.25V4.75C10.25 4.19772 9.80228 3.75 9.25 3.75H7.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
5640
5682
  "tags": "Path",
@@ -9793,6 +9835,13 @@
9793
9835
  "iconName": "sushi, nigiri, sashime, maki",
9794
9836
  "pathname": "src/IconSushi"
9795
9837
  },
9838
+ {
9839
+ "svg": "<Path d=\"M20.75 8.75V10.75M17.25 3.75V15.75M13.75 6.75V10.75M10.25 4.75V7.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 18.25C4.92893 18.25 3.25 16.5711 3.25 14.5C3.25 14.3305 3.26125 14.1636 3.28304 14M7 10.75C9.07107 10.75 10.75 12.4289 10.75 14.5C10.75 14.6695 10.7388 14.8364 10.717 15\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M7.5692 12.9776V8.87955C7.5692 8.37046 6.95369 8.11551 6.59371 8.47549L4.54469 10.5245C4.32153 10.7477 4.32153 11.1095 4.54469 11.3326L6.59371 13.3817C6.95369 13.7416 7.5692 13.4867 7.5692 12.9776Z\" fill=\"currentColor\"/><Path d=\"M6.4308 20.5489V16.4508C6.4308 15.9418 7.04631 15.6868 7.40629 16.0468L9.45531 18.0958C9.67847 18.319 9.67847 18.6808 9.45531 18.9039L7.40629 20.9529C7.04631 21.3129 6.4308 21.058 6.4308 20.5489Z\" fill=\"currentColor\"/>",
9840
+ "tags": "Path",
9841
+ "componentName": "IconSwitchVoice",
9842
+ "iconName": "switch-voice, change-voice",
9843
+ "pathname": "src/IconSwitchVoice"
9844
+ },
9796
9845
  {
9797
9846
  "svg": "<Path d=\"M8.25 11.0543L13.6888 4.13218C13.8784 3.89089 14.1683 3.75 14.4752 3.75H20.25V9.52483C20.25 9.83169 20.1091 10.1216 19.8678 10.3112L12.9457 15.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M5.70396 10.1224L4.77174 11.2877C4.4997 11.6277 4.479 12.1047 4.72056 12.4671L6.40191 14.9891L2.95707 18.4328C2.56644 18.8234 2.56639 19.4566 2.95696 19.8472L4.15252 21.0427C4.54309 21.4333 5.17634 21.4333 5.56684 21.0426L9.01061 17.5978L11.5326 19.2791C11.895 19.5207 12.372 19.5 12.712 19.2279L13.8773 18.2957C14.3427 17.9234 14.3812 17.2292 13.9597 16.8078L7.19194 10.04C6.77049 9.61853 6.07629 9.65698 5.70396 10.1224Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
9798
9847
  "tags": "Path",