@central-icons-react-native/round-outlined-radius-3-stroke-2 1.1.128 → 1.1.130

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 (48) hide show
  1. package/IconCheckCircle2Dashed/index.d.ts +4 -0
  2. package/IconCheckCircle2Dashed/index.js +2 -0
  3. package/IconCheckCircle2Dashed/index.js.map +1 -0
  4. package/IconCheckCircle2Dashed/index.mjs +2 -0
  5. package/IconCheckCircle2Dashed/index.mjs.map +1 -0
  6. package/IconCheckCircleDashed/index.d.ts +4 -0
  7. package/IconCheckCircleDashed/index.js +2 -0
  8. package/IconCheckCircleDashed/index.js.map +1 -0
  9. package/IconCheckCircleDashed/index.mjs +2 -0
  10. package/IconCheckCircleDashed/index.mjs.map +1 -0
  11. package/IconCloseCircleDashed/index.d.ts +4 -0
  12. package/IconCloseCircleDashed/index.js +2 -0
  13. package/IconCloseCircleDashed/index.js.map +1 -0
  14. package/IconCloseCircleDashed/index.mjs +2 -0
  15. package/IconCloseCircleDashed/index.mjs.map +1 -0
  16. package/IconProgress100/index.js +1 -1
  17. package/IconProgress100/index.js.map +1 -1
  18. package/IconProgress100/index.mjs +1 -1
  19. package/IconProgress100/index.mjs.map +1 -1
  20. package/IconProgress25/index.js +1 -1
  21. package/IconProgress25/index.js.map +1 -1
  22. package/IconProgress25/index.mjs +1 -1
  23. package/IconProgress25/index.mjs.map +1 -1
  24. package/IconProgress50/index.js +1 -1
  25. package/IconProgress50/index.js.map +1 -1
  26. package/IconProgress50/index.mjs +1 -1
  27. package/IconProgress50/index.mjs.map +1 -1
  28. package/IconProgress75/index.js +1 -1
  29. package/IconProgress75/index.js.map +1 -1
  30. package/IconProgress75/index.mjs +1 -1
  31. package/IconProgress75/index.mjs.map +1 -1
  32. package/IconSeparateVideoVoice/index.d.ts +4 -0
  33. package/IconSeparateVideoVoice/index.js +2 -0
  34. package/IconSeparateVideoVoice/index.js.map +1 -0
  35. package/IconSeparateVideoVoice/index.mjs +2 -0
  36. package/IconSeparateVideoVoice/index.mjs.map +1 -0
  37. package/README.md +4 -0
  38. package/filtered-icons.json +60 -4
  39. package/icons/index.d.ts +4 -0
  40. package/icons-index.json +12 -4
  41. package/index.d.ts +4 -0
  42. package/index.js +1 -1
  43. package/index.js.map +1 -1
  44. package/index.mjs +1 -1
  45. package/index.mjs.map +1 -1
  46. package/license-check.js +1 -1
  47. package/package.json +1 -1
  48. package/tsx-icons.json +32 -4
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-3-stroke-2",
21
- version: "1.1.128",
21
+ version: "1.1.130",
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-3-stroke-2",
3
- "version": "1.1.128",
3
+ "version": "1.1.130",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -2877,6 +2877,20 @@
2877
2877
  "iconName": "check-circle-2, done, confirm, save, success",
2878
2878
  "pathname": "src/IconCheckCircle2"
2879
2879
  },
2880
+ {
2881
+ "svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeDasharray=\"3 4\"/><Path d=\"M8 12.875L10.625 15.5L15 9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
2882
+ "tags": "Path",
2883
+ "componentName": "IconCheckCircle2Dashed",
2884
+ "iconName": "check-circle-2-dashed, progress",
2885
+ "pathname": "src/IconCheckCircle2Dashed"
2886
+ },
2887
+ {
2888
+ "svg": "<Path d=\"M15 9.5L10.5 15L8.5 13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeDasharray=\"3 4\"/>",
2889
+ "tags": "Path",
2890
+ "componentName": "IconCheckCircleDashed",
2891
+ "iconName": "check-circle-dashed, done, confirm, save, success",
2892
+ "pathname": "src/IconCheckCircleDashed"
2893
+ },
2880
2894
  {
2881
2895
  "svg": "<Path d=\"M13 16H20M13 8H20M4 9L5.5 10L8.5 6M4 17L5.5 18L8.5 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
2882
2896
  "tags": "Path",
@@ -3318,6 +3332,13 @@
3318
3332
  "iconName": "clock-square, time, timer",
3319
3333
  "pathname": "src/IconClockSquare"
3320
3334
  },
3335
+ {
3336
+ "svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeDasharray=\"3 4\"/><Path d=\"M15 9L9 15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 15L9 9\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
3337
+ "tags": "Path",
3338
+ "componentName": "IconCloseCircleDashed",
3339
+ "iconName": "close-circle-dashed, close, checkbox, remove",
3340
+ "pathname": "src/IconCloseCircleDashed"
3341
+ },
3321
3342
  {
3322
3343
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.9571 11.2929C15.5666 10.9024 14.9334 10.9024 14.5429 11.2929C14.1524 11.6834 14.1524 12.3166 14.5429 12.7071C14.9334 13.0976 15.5666 13.0976 15.9571 12.7071C16.3476 12.3166 16.9808 12.3166 17.3713 12.7071C17.7618 13.0976 17.7618 13.7308 17.3713 14.1213C16.1997 15.2929 14.3003 15.2929 13.1287 14.1213C11.9571 12.9497 11.9571 11.0503 13.1287 9.87868C14.3003 8.70711 16.1997 8.70711 17.3713 9.87868C17.7618 10.2692 17.7618 10.9024 17.3713 11.2929C16.9808 11.6834 16.3476 11.6834 15.9571 11.2929ZM9.62552 11.0726C9.26263 10.9261 8.83433 11.0015 8.54289 11.2929C8.15237 11.6834 8.15237 12.3166 8.54289 12.7071C8.93342 13.0976 9.56658 13.0976 9.95711 12.7071C10.3476 12.3166 10.9808 12.3166 11.3713 12.7071C11.7618 13.0976 11.7618 13.7308 11.3713 14.1213C10.1997 15.2929 8.30025 15.2929 7.12868 14.1213C5.95711 12.9497 5.95711 11.0503 7.12868 9.87868C8.00741 8.99995 9.2939 8.78174 10.3745 9.21816C10.7385 9.36517 11.0787 9.58604 11.3713 9.87868C11.7618 10.2692 11.7618 10.9024 11.3713 11.2929C10.9808 11.6834 10.3476 11.6834 9.95711 11.2929C9.85782 11.1936 9.74498 11.1209 9.62552 11.0726Z\" fill=\"currentColor\"/><Path d=\"M4 7C4 5.34315 5.34315 4 7 4H17C18.6569 4 20 5.34315 20 7V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
3323
3344
  "tags": "Path",
@@ -8940,28 +8961,28 @@
8940
8961
  "pathname": "src/IconProducthunt"
8941
8962
  },
8942
8963
  {
8943
- "svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5C15.866 5 19 8.13401 19 12Z\" fill=\"currentColor\"/>",
8964
+ "svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18.5 12C18.5 15.5899 15.5899 18.5 12 18.5C8.41015 18.5 5.5 15.5899 5.5 12C5.5 8.41015 8.41015 5.5 12 5.5C15.5899 5.5 18.5 8.41015 18.5 12Z\" fill=\"currentColor\"/>",
8944
8965
  "tags": "Path",
8945
8966
  "componentName": "IconProgress100",
8946
8967
  "iconName": "progress-100, ideas, open, status, task",
8947
8968
  "pathname": "src/IconProgress100"
8948
8969
  },
8949
8970
  {
8950
- "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 12C19 8.13401 15.866 5 12 5V12H19Z\" fill=\"currentColor\"/>",
8971
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H18.5Z\" fill=\"currentColor\"/>",
8951
8972
  "tags": "Circle, Path",
8952
8973
  "componentName": "IconProgress25",
8953
8974
  "iconName": "progress-25, ideas, open, status, task",
8954
8975
  "pathname": "src/IconProgress25"
8955
8976
  },
8956
8977
  {
8957
- "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V19Z\" fill=\"currentColor\"/>",
8978
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V18.5Z\" fill=\"currentColor\"/>",
8958
8979
  "tags": "Circle, Path",
8959
8980
  "componentName": "IconProgress50",
8960
8981
  "iconName": "progress-50, ideas, open, status, tas",
8961
8982
  "pathname": "src/IconProgress50"
8962
8983
  },
8963
8984
  {
8964
- "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 19C15.866 19 19 15.866 19 12C19 8.13401 15.866 5 12 5V12H5C5 15.866 8.13401 19 12 19Z\" fill=\"currentColor\"/>",
8985
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 18.5C15.5899 18.5 18.5 15.5899 18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H5.5C5.5 15.5899 8.41015 18.5 12 18.5Z\" fill=\"currentColor\"/>",
8965
8986
  "tags": "Circle, Path",
8966
8987
  "componentName": "IconProgress75",
8967
8988
  "iconName": "progress-75, ideas, open, status, tas",
@@ -9674,6 +9695,13 @@
9674
9695
  "iconName": "send, email, paper-plane, arrow",
9675
9696
  "pathname": "src/IconSend"
9676
9697
  },
9698
+ {
9699
+ "svg": "<Path d=\"M13 6H6C4.34315 6 3 7.34315 3 9V15C3 16.6569 4.34315 18 6 18H13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 3V21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 9V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22 10.5V13.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 6V18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 9H6.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 15H6.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 9H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 15H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
9700
+ "tags": "Path",
9701
+ "componentName": "IconSeparateVideoVoice",
9702
+ "iconName": "separate-video-voice, video-audio",
9703
+ "pathname": "src/IconSeparateVideoVoice"
9704
+ },
9677
9705
  {
9678
9706
  "svg": "<Path d=\"M3 8C3 6.34315 4.34315 5 6 5H18C19.6569 5 21 6.34315 21 8V12H3V8Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M3 12H21V16C21 17.6569 19.6569 19 18 19H6C4.34315 19 3 17.6569 3 16V12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6.5 14.625C6.98325 14.625 7.375 15.0168 7.375 15.5C7.375 15.9832 6.98325 16.375 6.5 16.375C6.01675 16.375 5.625 15.9832 5.625 15.5C5.625 15.0168 6.01675 14.625 6.5 14.625ZM6.5 7.625C6.98325 7.625 7.375 8.01675 7.375 8.5C7.375 8.98325 6.98325 9.375 6.5 9.375C6.01675 9.375 5.625 8.98325 5.625 8.5C5.625 8.01675 6.01675 7.625 6.5 7.625Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.75\"/>",
9679
9707
  "tags": "Path",