@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.165 → 1.1.167

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 (74) hide show
  1. package/IconBranchSimple/index.d.ts +4 -0
  2. package/IconBranchSimple/index.js +2 -0
  3. package/IconBranchSimple/index.js.map +1 -0
  4. package/IconBranchSimple/index.mjs +2 -0
  5. package/IconBranchSimple/index.mjs.map +1 -0
  6. package/IconClaw/index.d.ts +4 -0
  7. package/IconClaw/index.js +2 -0
  8. package/IconClaw/index.js.map +1 -0
  9. package/IconClaw/index.mjs +2 -0
  10. package/IconClaw/index.mjs.map +1 -0
  11. package/IconDraftSimple/index.d.ts +4 -0
  12. package/IconDraftSimple/index.js +2 -0
  13. package/IconDraftSimple/index.js.map +1 -0
  14. package/IconDraftSimple/index.mjs +2 -0
  15. package/IconDraftSimple/index.mjs.map +1 -0
  16. package/IconForkSimple/index.d.ts +4 -0
  17. package/IconForkSimple/index.js +2 -0
  18. package/IconForkSimple/index.js.map +1 -0
  19. package/IconForkSimple/index.mjs +2 -0
  20. package/IconForkSimple/index.mjs.map +1 -0
  21. package/IconMergeConflictSimple/index.d.ts +4 -0
  22. package/IconMergeConflictSimple/index.js +2 -0
  23. package/IconMergeConflictSimple/index.js.map +1 -0
  24. package/IconMergeConflictSimple/index.mjs +2 -0
  25. package/IconMergeConflictSimple/index.mjs.map +1 -0
  26. package/IconMergedSimple/index.d.ts +4 -0
  27. package/IconMergedSimple/index.js +2 -0
  28. package/IconMergedSimple/index.js.map +1 -0
  29. package/IconMergedSimple/index.mjs +2 -0
  30. package/IconMergedSimple/index.mjs.map +1 -0
  31. package/IconProgress100/index.js +1 -1
  32. package/IconProgress100/index.js.map +1 -1
  33. package/IconProgress100/index.mjs +1 -1
  34. package/IconProgress100/index.mjs.map +1 -1
  35. package/IconProgress50/index.js +1 -1
  36. package/IconProgress50/index.js.map +1 -1
  37. package/IconProgress50/index.mjs +1 -1
  38. package/IconProgress50/index.mjs.map +1 -1
  39. package/IconProgress75/index.js +1 -1
  40. package/IconProgress75/index.js.map +1 -1
  41. package/IconProgress75/index.mjs +1 -1
  42. package/IconProgress75/index.mjs.map +1 -1
  43. package/IconProgressArc/index.d.ts +4 -0
  44. package/IconProgressArc/index.js +2 -0
  45. package/IconProgressArc/index.js.map +1 -0
  46. package/IconProgressArc/index.mjs +2 -0
  47. package/IconProgressArc/index.mjs.map +1 -0
  48. package/IconPullRequestClosedSimple/index.d.ts +4 -0
  49. package/IconPullRequestClosedSimple/index.js +2 -0
  50. package/IconPullRequestClosedSimple/index.js.map +1 -0
  51. package/IconPullRequestClosedSimple/index.mjs +2 -0
  52. package/IconPullRequestClosedSimple/index.mjs.map +1 -0
  53. package/IconPullRequestSimple/index.d.ts +4 -0
  54. package/IconPullRequestSimple/index.js +2 -0
  55. package/IconPullRequestSimple/index.js.map +1 -0
  56. package/IconPullRequestSimple/index.mjs +2 -0
  57. package/IconPullRequestSimple/index.mjs.map +1 -0
  58. package/README.md +9 -1
  59. package/filtered-icons.json +123 -11
  60. package/icons/index.d.ts +9 -1
  61. package/icons-index.json +22 -6
  62. package/index.d.ts +9 -1
  63. package/index.js +1 -1
  64. package/index.js.map +1 -1
  65. package/index.mjs +1 -1
  66. package/index.mjs.map +1 -1
  67. package/license-check.js +1 -1
  68. package/package.json +1 -1
  69. package/tsx-icons.json +66 -10
  70. package/IconProgress25/index.d.ts +0 -4
  71. package/IconProgress25/index.js +0 -2
  72. package/IconProgress25/index.js.map +0 -1
  73. package/IconProgress25/index.mjs +0 -2
  74. package/IconProgress25/index.mjs.map +0 -1
package/README.md CHANGED
@@ -159,6 +159,7 @@ Below is a complete list of available icons:
159
159
  - IconBubbleWideSparkle
160
160
  - IconCalenderSparkle
161
161
  - IconCameraSparkle
162
+ - IconClaw
162
163
  - IconClipboard2Sparkle
163
164
  - IconCloudySparkle
164
165
  - IconConsoleSparkle
@@ -444,6 +445,7 @@ Below is a complete list of available icons:
444
445
  - IconBrackets1
445
446
  - IconBrackets2
446
447
  - IconBranch
448
+ - IconBranchSimple
447
449
  - IconBug
448
450
  - IconBugFace
449
451
  - IconChanges
@@ -464,14 +466,20 @@ Below is a complete list of available icons:
464
466
  - IconDifferenceIgnored
465
467
  - IconDifferenceModified
466
468
  - IconDraft
469
+ - IconDraftSimple
467
470
  - IconForkCode
471
+ - IconForkSimple
468
472
  - IconHammer
469
473
  - IconHammer2
470
474
  - IconHook
471
475
  - IconLadybug
472
476
  - IconMergeConflict
477
+ - IconMergeConflictSimple
473
478
  - IconMerged
479
+ - IconMergedSimple
474
480
  - IconPullRequest
481
+ - IconPullRequestClosedSimple
482
+ - IconPullRequestSimple
475
483
  - IconPush
476
484
  - IconRequestClosed
477
485
  - IconRunShortcut
@@ -1129,9 +1137,9 @@ Below is a complete list of available icons:
1129
1137
  - IconPlusSmall
1130
1138
  - IconPreview
1131
1139
  - IconProgress100
1132
- - IconProgress25
1133
1140
  - IconProgress50
1134
1141
  - IconProgress75
1142
+ - IconProgressArc
1135
1143
  - IconQrCode
1136
1144
  - IconQuickSearch
1137
1145
  - IconReview
@@ -4018,6 +4018,20 @@
4018
4018
  "packageName": "round-outlined-radius-2-stroke-2",
4019
4019
  "componentName": "IconBranch"
4020
4020
  },
4021
+ {
4022
+ "category": "Code",
4023
+ "svg": "<path d=\"M6 21C7.65685 21 9 19.6569 9 18C9 16.3431 7.65685 15 6 15C4.34315 15 3 16.3431 3 18C3 19.6569 4.34315 21 6 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 7.65685 16.3431 9 18 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 3.5V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M15 6C10.0294 6 6 10.0294 6 15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
4024
+ "iconName": "branch-simple",
4025
+ "variant": {
4026
+ "join": "round",
4027
+ "filled": "off",
4028
+ "radius": "2",
4029
+ "stroke": "2"
4030
+ },
4031
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
4032
+ "packageName": "round-outlined-radius-2-stroke-2",
4033
+ "componentName": "IconBranchSimple"
4034
+ },
4021
4035
  {
4022
4036
  "category": "Food",
4023
4037
  "svg": "<path d=\"M21 12.1979C21 17.2778 20.8202 21.6408 14.6279 20C12.6673 19.4805 10.3747 21.1034 8.74603 21C0.842074 20.4984 0.740195 2.99991 10.6432 3C16.2291 3.00005 14.6567 5.71722 16.2291 7.59896C17.5889 9.22625 21 7.59896 21 12.1979Z\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"11\" cy=\"13\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"/>",
@@ -6762,6 +6776,20 @@
6762
6776
  "packageName": "round-outlined-radius-2-stroke-2",
6763
6777
  "componentName": "IconClaudeai"
6764
6778
  },
6779
+ {
6780
+ "category": "AI & Magic",
6781
+ "svg": "<path d=\"M6.89045 3.53518L6.40769 2.28C6.34281 2.11131 6.18074 2 6 2C5.81926 2 5.65719 2.11131 5.59231 2.28L5.10955 3.53518C5.00797 3.79927 4.79927 4.00797 4.53518 4.10955L3.28 4.59231C3.11131 4.65719 3 4.81926 3 5C3 5.18074 3.11131 5.34281 3.28 5.40769L4.53518 5.89045C4.79927 5.99203 5.00797 6.20073 5.10955 6.46482L5.59231 7.72C5.65719 7.88869 5.81926 8 6 8C6.18074 8 6.34281 7.88869 6.40769 7.72L6.89045 6.46482C6.99203 6.20073 7.20073 5.99203 7.46482 5.89045L8.72 5.40769C8.88869 5.34281 9 5.18074 9 5C9 4.81926 8.88869 4.65719 8.72 4.59231L7.46482 4.10955C7.20073 4.00797 6.99203 3.79927 6.89045 3.53518Z\" fill=\"currentColor\"/><path d=\"M10.9998 14L8.99975 13.5L8.49975 12L6.99975 11.5L6.77547 10.6029C6.61343 9.95471 6.03104 9.5 5.36292 9.5C4.71336 9.5 4.14336 9.9338 4.08358 10.5806C4.01441 11.3289 4.02392 12.3802 4.3809 13.4545C5.09645 15.6081 7.9553 18 7.9553 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.68655 20.9997H17.8408C22.954 14.0553 19.2464 0.40281 9.99976 3.49993L10.8614 5.56478L10.4794 6.82964L11.6052 7.75901L11.1256 9.7206L12.0849 11.1917L11.6052 14.6245L8.08203 17.9026C8.08203 19.9675 9.68655 20.9997 9.68655 20.9997Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
6782
+ "iconName": "claw, openclaw, ai, qclaw",
6783
+ "variant": {
6784
+ "join": "round",
6785
+ "filled": "off",
6786
+ "radius": "2",
6787
+ "stroke": "2"
6788
+ },
6789
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
6790
+ "packageName": "round-outlined-radius-2-stroke-2",
6791
+ "componentName": "IconClaw"
6792
+ },
6765
6793
  {
6766
6794
  "category": "Interface General",
6767
6795
  "svg": "<path d=\"M15 5H17C18.1046 5 19 5.89543 19 7V19C19 20.1046 18.1046 21 17 21H7C5.89543 21 5 20.1046 5 19V7C5 5.89543 5.89543 5 7 5H9M15 5V7H9V5M15 5C15 3.89543 14.1046 3 13 3H11C9.89543 3 9 3.89543 9 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -9296,6 +9324,20 @@
9296
9324
  "packageName": "round-outlined-radius-2-stroke-2",
9297
9325
  "componentName": "IconDraft"
9298
9326
  },
9327
+ {
9328
+ "category": "Code",
9329
+ "svg": "<path d=\"M18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 20.5V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"10.5\" r=\"1.5\" fill=\"currentColor\"/><circle cx=\"18\" cy=\"5\" r=\"1.5\" fill=\"currentColor\"/>",
9330
+ "iconName": "draft-simple",
9331
+ "variant": {
9332
+ "join": "round",
9333
+ "filled": "off",
9334
+ "radius": "2",
9335
+ "stroke": "2"
9336
+ },
9337
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
9338
+ "packageName": "round-outlined-radius-2-stroke-2",
9339
+ "componentName": "IconDraftSimple"
9340
+ },
9299
9341
  {
9300
9342
  "category": "Edit",
9301
9343
  "svg": "<path d=\"M3 13.4373C10.9441 5.61671 14.2217 2.57684 16.1477 4.61689C18.8876 7.51877 4.81487 16.3263 8.70811 18.5625C11.9519 20.4243 17.1868 10.2665 19.3367 12.8717C20.605 14.407 16.1477 17.8098 17.3343 19.5029C18.1493 20.6653 19.8966 19.5547 21 18.5625\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -11578,6 +11620,20 @@
11578
11620
  "packageName": "round-outlined-radius-2-stroke-2",
11579
11621
  "componentName": "IconForkKnife"
11580
11622
  },
11623
+ {
11624
+ "category": "Code",
11625
+ "svg": "<path d=\"M12 21C13.6569 21 15 19.6569 15 18C15 16.3431 13.6569 15 12 15C10.3431 15 9 16.3431 9 18C9 19.6569 10.3431 21 12 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 9C19.6569 9 21 7.65685 21 6C21 4.34315 19.6569 3 18 3C16.3431 3 15 4.34315 15 6C15 7.65685 16.3431 9 18 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 9V10C6 11.1046 6.89543 12 8 12H12M12 12V15.5M12 12H16C17.1046 12 18 11.1046 18 10V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
11626
+ "iconName": "fork-simple, agents",
11627
+ "variant": {
11628
+ "join": "round",
11629
+ "filled": "off",
11630
+ "radius": "2",
11631
+ "stroke": "2"
11632
+ },
11633
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
11634
+ "packageName": "round-outlined-radius-2-stroke-2",
11635
+ "componentName": "IconForkSimple"
11636
+ },
11581
11637
  {
11582
11638
  "category": "Food",
11583
11639
  "svg": "<path d=\"M4 4V9C4 10.6569 5.34315 12 7 12C8.65685 12 10 10.6569 10 9V4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 12V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 12.5V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7 4V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.25 8C20.25 10.2782 18.7949 12 17 12C15.2051 12 13.75 10.2782 13.75 8C13.75 5.72183 15.2051 3.75 17 3.75C18.7949 3.75 20.25 5.72183 20.25 8Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15568,6 +15624,20 @@
15568
15624
  "packageName": "round-outlined-radius-2-stroke-2",
15569
15625
  "componentName": "IconMergeConflict"
15570
15626
  },
15627
+ {
15628
+ "category": "Code",
15629
+ "svg": "<path d=\"M6 12V20.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 6H16C17.1046 6 18 6.89543 18 8V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 3.5L8.5 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M8.5 3.5L3.5 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
15630
+ "iconName": "merge-conflict-simple",
15631
+ "variant": {
15632
+ "join": "round",
15633
+ "filled": "off",
15634
+ "radius": "2",
15635
+ "stroke": "2"
15636
+ },
15637
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
15638
+ "packageName": "round-outlined-radius-2-stroke-2",
15639
+ "componentName": "IconMergeConflictSimple"
15640
+ },
15571
15641
  {
15572
15642
  "category": "Code",
15573
15643
  "svg": "<circle cx=\"6\" cy=\"6\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"18\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"18\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 6H16C17.1046 6 18 6.89543 18 8V16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -15582,6 +15652,20 @@
15582
15652
  "packageName": "round-outlined-radius-2-stroke-2",
15583
15653
  "componentName": "IconMerged"
15584
15654
  },
15655
+ {
15656
+ "category": "Code",
15657
+ "svg": "<path d=\"M18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 20.5V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 9C6 13.9706 10.0294 18 15 18\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
15658
+ "iconName": "merged-simple",
15659
+ "variant": {
15660
+ "join": "round",
15661
+ "filled": "off",
15662
+ "radius": "2",
15663
+ "stroke": "2"
15664
+ },
15665
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
15666
+ "packageName": "round-outlined-radius-2-stroke-2",
15667
+ "componentName": "IconMergedSimple"
15668
+ },
15585
15669
  {
15586
15670
  "category": "Sound & Music",
15587
15671
  "svg": "<path d=\"M12.0013 19V21M12.0013 19C8.32307 19 6.14811 16.7451 5.01562 15M12.0013 19C15.6795 19 17.8545 16.7451 18.987 15M16.0013 7V11C16.0013 13.2091 14.2104 15 12.0013 15C9.79215 15 8.00129 13.2091 8.00129 11V7C8.00129 4.79086 9.79215 3 12.0013 3C14.2104 3 16.0013 4.79086 16.0013 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -18874,7 +18958,7 @@
18874
18958
  },
18875
18959
  {
18876
18960
  "category": "Interface General",
18877
- "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\" stroke-width=\"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\"/>",
18961
+ "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\" stroke-width=\"2\"/><path d=\"M18.25 12C18.25 15.4518 15.4518 18.25 12 18.25C8.54822 18.25 5.75 15.4518 5.75 12C5.75 8.54822 8.54822 5.75 12 5.75C15.4518 5.75 18.25 8.54822 18.25 12Z\" fill=\"currentColor\"/>",
18878
18962
  "iconName": "progress-100, ideas, open, status, task",
18879
18963
  "variant": {
18880
18964
  "join": "round",
@@ -18888,8 +18972,8 @@
18888
18972
  },
18889
18973
  {
18890
18974
  "category": "Interface General",
18891
- "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M18.5 12C18.5 8.41015 15.5899 5.5 12 5.5V12H18.5Z\" fill=\"currentColor\"/>",
18892
- "iconName": "progress-25, ideas, open, status, task",
18975
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 18.25C15.4518 18.25 18.25 15.4518 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75V18.25Z\" fill=\"currentColor\"/>",
18976
+ "iconName": "progress-50, ideas, open, status, tas",
18893
18977
  "variant": {
18894
18978
  "join": "round",
18895
18979
  "filled": "off",
@@ -18898,12 +18982,12 @@
18898
18982
  },
18899
18983
  "createdAt": "2025-11-14T21:00:57.563615+00:00",
18900
18984
  "packageName": "round-outlined-radius-2-stroke-2",
18901
- "componentName": "IconProgress25"
18985
+ "componentName": "IconProgress50"
18902
18986
  },
18903
18987
  {
18904
18988
  "category": "Interface General",
18905
- "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"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\"/>",
18906
- "iconName": "progress-50, ideas, open, status, tas",
18989
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M12 18.25C15.4518 18.25 18.25 15.4518 18.25 12C18.25 8.54822 15.4518 5.75 12 5.75V12H5.75C5.75 15.4518 8.54822 18.25 12 18.25Z\" fill=\"currentColor\"/>",
18990
+ "iconName": "progress-75, ideas, open, status, tas",
18907
18991
  "variant": {
18908
18992
  "join": "round",
18909
18993
  "filled": "off",
@@ -18912,21 +18996,21 @@
18912
18996
  },
18913
18997
  "createdAt": "2025-11-14T21:00:57.563615+00:00",
18914
18998
  "packageName": "round-outlined-radius-2-stroke-2",
18915
- "componentName": "IconProgress50"
18999
+ "componentName": "IconProgress75"
18916
19000
  },
18917
19001
  {
18918
19002
  "category": "Interface General",
18919
- "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"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\"/>",
18920
- "iconName": "progress-75, ideas, open, status, tas",
19003
+ "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\" stroke-width=\"2\"/><path d=\"M12 5.75C13.1193 5.75 14.2181 6.05059 15.1815 6.62036C16.1449 7.19014 16.9377 8.00818 17.4769 8.98904C18.0161 9.9699 18.2821 11.0776 18.2469 12.1963C18.2118 13.3151 17.8768 14.4039 17.2771 15.3489L12 12V5.75Z\" fill=\"currentColor\"/>",
19004
+ "iconName": "progress-arc, progress-dynamic, ideas, open, status, task",
18921
19005
  "variant": {
18922
19006
  "join": "round",
18923
19007
  "filled": "off",
18924
19008
  "radius": "2",
18925
19009
  "stroke": "2"
18926
19010
  },
18927
- "createdAt": "2025-11-14T21:00:57.563615+00:00",
19011
+ "createdAt": "2026-03-18T08:01:02.568962+00:00",
18928
19012
  "packageName": "round-outlined-radius-2-stroke-2",
18929
- "componentName": "IconProgress75"
19013
+ "componentName": "IconProgressArc"
18930
19014
  },
18931
19015
  {
18932
19016
  "category": "Layout",
@@ -19040,6 +19124,34 @@
19040
19124
  "packageName": "round-outlined-radius-2-stroke-2",
19041
19125
  "componentName": "IconPullRequest"
19042
19126
  },
19127
+ {
19128
+ "category": "Code",
19129
+ "svg": "<path d=\"M18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 20.5V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 3.5L15.5 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 3.5L20.5 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18 15V11.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19130
+ "iconName": "pull-request-closed-simple",
19131
+ "variant": {
19132
+ "join": "round",
19133
+ "filled": "off",
19134
+ "radius": "2",
19135
+ "stroke": "2"
19136
+ },
19137
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
19138
+ "packageName": "round-outlined-radius-2-stroke-2",
19139
+ "componentName": "IconPullRequestClosedSimple"
19140
+ },
19141
+ {
19142
+ "category": "Code",
19143
+ "svg": "<path d=\"M18 21C19.6569 21 21 19.6569 21 18C21 16.3431 19.6569 15 18 15C16.3431 15 15 16.3431 15 18C15 19.6569 16.3431 21 18 21Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 9C7.65685 9 9 7.65685 9 6C9 4.34315 7.65685 3 6 3C4.34315 3 3 4.34315 3 6C3 7.65685 4.34315 9 6 9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 20.5V9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 6H16C17.1046 6 18 6.89543 18 8V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.25 3.5L12 6L14.25 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19144
+ "iconName": "pull-request-simple",
19145
+ "variant": {
19146
+ "join": "round",
19147
+ "filled": "off",
19148
+ "radius": "2",
19149
+ "stroke": "2"
19150
+ },
19151
+ "createdAt": "2026-03-18T07:00:53.819312+00:00",
19152
+ "packageName": "round-outlined-radius-2-stroke-2",
19153
+ "componentName": "IconPullRequestSimple"
19154
+ },
19043
19155
  {
19044
19156
  "category": "Nature & Energy",
19045
19157
  "svg": "<path d=\"M20 20H4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 5C20 5.55228 19.5523 6 19 6C18.4477 6 18 5.55228 18 5C18 4.44772 18.4477 4 19 4C19.5523 4 20 4.44772 20 5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 6V20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.35446 10.6096C3.75802 9.21192 3.82974 7.69685 4.42647 6.42071M4.35446 10.6096L17.9928 5.3949M4.35446 10.6096C4.86891 11.8152 5.79034 12.7223 6.89013 13.239\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9997 8L12.9406 7.66128L11.0588 7.66128L11.9997 8ZM15.3788 20.3387C15.5659 20.8584 16.1388 21.128 16.6584 20.9409C17.178 20.7538 17.4476 20.1809 17.2606 19.6613L15.3788 20.3387ZM6.7388 19.6613C6.55173 20.1809 6.82133 20.7538 7.34097 20.9409C7.86061 21.128 8.43351 20.8584 8.62057 20.3387L6.7388 19.6613ZM14.8797 16L15.8206 15.6613L14.8797 16ZM11.0588 7.66128L8.1788 15.6613L10.0606 16.3387L12.9406 8.33872L11.0588 7.66128ZM8.1788 15.6613L6.7388 19.6613L8.62057 20.3387L10.0606 16.3387L8.1788 15.6613ZM11.0588 8.33872L13.9388 16.3387L15.8206 15.6613L12.9406 7.66128L11.0588 8.33872ZM13.9388 16.3387L15.3788 20.3387L17.2606 19.6613L15.8206 15.6613L13.9388 16.3387ZM9.11969 17H14.8797V15H9.11969V17Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -286,6 +286,7 @@ export type CentralIconName =
286
286
  | "IconBrain2"
287
287
  | "IconBrainSideview"
288
288
  | "IconBranch"
289
+ | "IconBranchSimple"
289
290
  | "IconBreakfast"
290
291
  | "IconBrightness"
291
292
  | "IconBrilliance"
@@ -482,6 +483,7 @@ export type CentralIconName =
482
483
  | "IconClapboard"
483
484
  | "IconClapboardWide"
484
485
  | "IconClaudeai"
486
+ | "IconClaw"
485
487
  | "IconClipboard"
486
488
  | "IconClipboard2"
487
489
  | "IconClipboard2Sparkle"
@@ -663,6 +665,7 @@ export type CentralIconName =
663
665
  | "IconDownsize"
664
666
  | "IconDownsize2"
665
667
  | "IconDraft"
668
+ | "IconDraftSimple"
666
669
  | "IconDraw"
667
670
  | "IconDrawer1"
668
671
  | "IconDrawer2"
@@ -826,6 +829,7 @@ export type CentralIconName =
826
829
  | "IconFork"
827
830
  | "IconForkCode"
828
831
  | "IconForkKnife"
832
+ | "IconForkSimple"
829
833
  | "IconForkSpoon"
830
834
  | "IconFormCapsule"
831
835
  | "IconFormCircle"
@@ -1111,7 +1115,9 @@ export type CentralIconName =
1111
1115
  | "IconMegaphone"
1112
1116
  | "IconMegaphone2"
1113
1117
  | "IconMergeConflict"
1118
+ | "IconMergeConflictSimple"
1114
1119
  | "IconMerged"
1120
+ | "IconMergedSimple"
1115
1121
  | "IconMicrophone"
1116
1122
  | "IconMicrophoneOff"
1117
1123
  | "IconMicrophoneSparkle"
@@ -1348,9 +1354,9 @@ export type CentralIconName =
1348
1354
  | "IconProcessor"
1349
1355
  | "IconProducthunt"
1350
1356
  | "IconProgress100"
1351
- | "IconProgress25"
1352
1357
  | "IconProgress50"
1353
1358
  | "IconProgress75"
1359
+ | "IconProgressArc"
1354
1360
  | "IconProjects"
1355
1361
  | "IconPrompt"
1356
1362
  | "IconPrompt1"
@@ -1359,6 +1365,8 @@ export type CentralIconName =
1359
1365
  | "IconPromptTextToVideo"
1360
1366
  | "IconPropeller"
1361
1367
  | "IconPullRequest"
1368
+ | "IconPullRequestClosedSimple"
1369
+ | "IconPullRequestSimple"
1362
1370
  | "IconPumpjack"
1363
1371
  | "IconPush"
1364
1372
  | "IconPushTheButton"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.165",
3
+ "version": "1.1.167",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1880,
14
+ "totalIcons": 1888,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 70,
17
+ "count": 71,
18
18
  "icons": [
19
19
  "IconAiTokens",
20
20
  "IconAiTranslate",
@@ -29,6 +29,7 @@
29
29
  "IconBubbleWideSparkle",
30
30
  "IconCalenderSparkle",
31
31
  "IconCameraSparkle",
32
+ "IconClaw",
32
33
  "IconClipboard2Sparkle",
33
34
  "IconCloudySparkle",
34
35
  "IconConsoleSparkle",
@@ -305,7 +306,7 @@
305
306
  ]
306
307
  },
307
308
  "Code": {
308
- "count": 57,
309
+ "count": 64,
309
310
  "icons": [
310
311
  "IconAgent",
311
312
  "IconAgenticCoding",
@@ -326,6 +327,7 @@
326
327
  "IconBrackets1",
327
328
  "IconBrackets2",
328
329
  "IconBranch",
330
+ "IconBranchSimple",
329
331
  "IconBug",
330
332
  "IconBugFace",
331
333
  "IconChanges",
@@ -346,14 +348,20 @@
346
348
  "IconDifferenceIgnored",
347
349
  "IconDifferenceModified",
348
350
  "IconDraft",
351
+ "IconDraftSimple",
349
352
  "IconForkCode",
353
+ "IconForkSimple",
350
354
  "IconHammer",
351
355
  "IconHammer2",
352
356
  "IconHook",
353
357
  "IconLadybug",
354
358
  "IconMergeConflict",
359
+ "IconMergeConflictSimple",
355
360
  "IconMerged",
361
+ "IconMergedSimple",
356
362
  "IconPullRequest",
363
+ "IconPullRequestClosedSimple",
364
+ "IconPullRequestSimple",
357
365
  "IconPush",
358
366
  "IconRequestClosed",
359
367
  "IconRunShortcut",
@@ -1037,9 +1045,9 @@
1037
1045
  "IconPlusSmall",
1038
1046
  "IconPreview",
1039
1047
  "IconProgress100",
1040
- "IconProgress25",
1041
1048
  "IconProgress50",
1042
1049
  "IconProgress75",
1050
+ "IconProgressArc",
1043
1051
  "IconQrCode",
1044
1052
  "IconQuickSearch",
1045
1053
  "IconReview",
@@ -2369,6 +2377,7 @@
2369
2377
  "IconBrain2": "brain-2, ai, thinking, database, ki",
2370
2378
  "IconBrainSideview": "brain-sideview, thinking",
2371
2379
  "IconBranch": "branch",
2380
+ "IconBranchSimple": "branch-simple",
2372
2381
  "IconBreakfast": "breakfast, fried-egg",
2373
2382
  "IconBrightness": "brightness",
2374
2383
  "IconBrilliance": "brilliance, yin yang, ballance",
@@ -2565,6 +2574,7 @@
2565
2574
  "IconClapboard": "clapboard, movie, film",
2566
2575
  "IconClapboardWide": "clapboard-wide, movie, film",
2567
2576
  "IconClaudeai": "claudeai",
2577
+ "IconClaw": "claw, openclaw, ai, qclaw",
2568
2578
  "IconClipboard": "clipboard, copy, list",
2569
2579
  "IconClipboard2": "clipboard-2, copy, list",
2570
2580
  "IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list, auto-fill, form-fill",
@@ -2746,6 +2756,7 @@
2746
2756
  "IconDownsize": "downsize, exit-full-screen, scale-down",
2747
2757
  "IconDownsize2": "downsize-2, exit-full-screen, scale-down",
2748
2758
  "IconDraft": "draft",
2759
+ "IconDraftSimple": "draft-simple",
2749
2760
  "IconDraw": "draw, sketch, scratch",
2750
2761
  "IconDrawer1": "drawer-1",
2751
2762
  "IconDrawer2": "drawer-2",
@@ -2909,6 +2920,7 @@
2909
2920
  "IconFork": "fork, caple, food, restaurant",
2910
2921
  "IconForkCode": "fork-code",
2911
2922
  "IconForkKnife": "fork-knife, cable, restaurant, cutlery",
2923
+ "IconForkSimple": "fork-simple, agents",
2912
2924
  "IconForkSpoon": "fork-spoon, cable, restaurant, cutlery",
2913
2925
  "IconFormCapsule": "form-capsule, button",
2914
2926
  "IconFormCircle": "form-circle",
@@ -3194,7 +3206,9 @@
3194
3206
  "IconMegaphone": "megaphone, loud, speak, promote, feedback",
3195
3207
  "IconMegaphone2": "megaphone-2, loud, speak, promote, feedback",
3196
3208
  "IconMergeConflict": "merge-conflict",
3209
+ "IconMergeConflictSimple": "merge-conflict-simple",
3197
3210
  "IconMerged": "merged",
3211
+ "IconMergedSimple": "merged-simple",
3198
3212
  "IconMicrophone": "microphone, mic, sound, podcast",
3199
3213
  "IconMicrophoneOff": "microphone-off",
3200
3214
  "IconMicrophoneSparkle": "microphone-sparkle, mic, sound, podcast",
@@ -3431,9 +3445,9 @@
3431
3445
  "IconProcessor": "processor, chip",
3432
3446
  "IconProducthunt": "producthunt",
3433
3447
  "IconProgress100": "progress-100, ideas, open, status, task",
3434
- "IconProgress25": "progress-25, ideas, open, status, task",
3435
3448
  "IconProgress50": "progress-50, ideas, open, status, tas",
3436
3449
  "IconProgress75": "progress-75, ideas, open, status, tas",
3450
+ "IconProgressArc": "progress-arc, progress-dynamic, ideas, open, status, task",
3437
3451
  "IconProjects": "projects, stack, templates, timeline",
3438
3452
  "IconPrompt": "prompt, scan-text",
3439
3453
  "IconPrompt1": "prompt, vibe-designing, box-sparkle",
@@ -3442,6 +3456,8 @@
3442
3456
  "IconPromptTextToVideo": "prompt-text-to-video",
3443
3457
  "IconPropeller": "propeller, flight, test, wind",
3444
3458
  "IconPullRequest": "pull-request, pr-create",
3459
+ "IconPullRequestClosedSimple": "pull-request-closed-simple",
3460
+ "IconPullRequestSimple": "pull-request-simple",
3445
3461
  "IconPumpjack": "pumpjack, oil",
3446
3462
  "IconPush": "push, launch, rocket",
3447
3463
  "IconPushTheButton": "push-the-button, hot, alarm",
package/index.d.ts CHANGED
@@ -285,6 +285,7 @@ export { IconBrain1, default as IconBrain1Default } from "./IconBrain1";
285
285
  export { IconBrain2, default as IconBrain2Default } from "./IconBrain2";
286
286
  export { IconBrainSideview, default as IconBrainSideviewDefault, } from "./IconBrainSideview";
287
287
  export { IconBranch, default as IconBranchDefault } from "./IconBranch";
288
+ export { IconBranchSimple, default as IconBranchSimpleDefault, } from "./IconBranchSimple";
288
289
  export { IconBreakfast, default as IconBreakfastDefault, } from "./IconBreakfast";
289
290
  export { IconBrightness, default as IconBrightnessDefault, } from "./IconBrightness";
290
291
  export { IconBrilliance, default as IconBrillianceDefault, } from "./IconBrilliance";
@@ -481,6 +482,7 @@ export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCir
481
482
  export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard";
482
483
  export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
483
484
  export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
485
+ export { IconClaw, default as IconClawDefault } from "./IconClaw";
484
486
  export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard";
485
487
  export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
486
488
  export { IconClipboard2Sparkle, default as IconClipboard2SparkleDefault, } from "./IconClipboard2Sparkle";
@@ -662,6 +664,7 @@ export { IconDoupleCheckmark2Small, default as IconDoupleCheckmark2SmallDefault,
662
664
  export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
663
665
  export { IconDownsize2, default as IconDownsize2Default, } from "./IconDownsize2";
664
666
  export { IconDraft, default as IconDraftDefault } from "./IconDraft";
667
+ export { IconDraftSimple, default as IconDraftSimpleDefault, } from "./IconDraftSimple";
665
668
  export { IconDraw, default as IconDrawDefault } from "./IconDraw";
666
669
  export { IconDrawer1, default as IconDrawer1Default } from "./IconDrawer1";
667
670
  export { IconDrawer2, default as IconDrawer2Default } from "./IconDrawer2";
@@ -826,6 +829,7 @@ export { IconForYou, default as IconForYouDefault } from "./IconForYou";
826
829
  export { IconFork, default as IconForkDefault } from "./IconFork";
827
830
  export { IconForkCode, default as IconForkCodeDefault } from "./IconForkCode";
828
831
  export { IconForkKnife, default as IconForkKnifeDefault, } from "./IconForkKnife";
832
+ export { IconForkSimple, default as IconForkSimpleDefault, } from "./IconForkSimple";
829
833
  export { IconForkSpoon, default as IconForkSpoonDefault, } from "./IconForkSpoon";
830
834
  export { IconFormCapsule, default as IconFormCapsuleDefault, } from "./IconFormCapsule";
831
835
  export { IconFormCircle, default as IconFormCircleDefault, } from "./IconFormCircle";
@@ -1110,7 +1114,9 @@ export { IconMedium, default as IconMediumDefault } from "./IconMedium";
1110
1114
  export { IconMegaphone, default as IconMegaphoneDefault, } from "./IconMegaphone";
1111
1115
  export { IconMegaphone2, default as IconMegaphone2Default, } from "./IconMegaphone2";
1112
1116
  export { IconMergeConflict, default as IconMergeConflictDefault, } from "./IconMergeConflict";
1117
+ export { IconMergeConflictSimple, default as IconMergeConflictSimpleDefault, } from "./IconMergeConflictSimple";
1113
1118
  export { IconMerged, default as IconMergedDefault } from "./IconMerged";
1119
+ export { IconMergedSimple, default as IconMergedSimpleDefault, } from "./IconMergedSimple";
1114
1120
  export { IconMicrophone, default as IconMicrophoneDefault, } from "./IconMicrophone";
1115
1121
  export { IconMicrophoneOff, default as IconMicrophoneOffDefault, } from "./IconMicrophoneOff";
1116
1122
  export { IconMicrophoneSparkle, default as IconMicrophoneSparkleDefault, } from "./IconMicrophoneSparkle";
@@ -1347,9 +1353,9 @@ export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1347
1353
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1348
1354
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
1349
1355
  export { IconProgress100, default as IconProgress100Default, } from "./IconProgress100";
1350
- export { IconProgress25, default as IconProgress25Default, } from "./IconProgress25";
1351
1356
  export { IconProgress50, default as IconProgress50Default, } from "./IconProgress50";
1352
1357
  export { IconProgress75, default as IconProgress75Default, } from "./IconProgress75";
1358
+ export { IconProgressArc, default as IconProgressArcDefault, } from "./IconProgressArc";
1353
1359
  export { IconProjects, default as IconProjectsDefault } from "./IconProjects";
1354
1360
  export { IconPrompt, default as IconPromptDefault } from "./IconPrompt";
1355
1361
  export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
@@ -1358,6 +1364,8 @@ export { IconPromptTextToImage, default as IconPromptTextToImageDefault, } from
1358
1364
  export { IconPromptTextToVideo, default as IconPromptTextToVideoDefault, } from "./IconPromptTextToVideo";
1359
1365
  export { IconPropeller, default as IconPropellerDefault, } from "./IconPropeller";
1360
1366
  export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
1367
+ export { IconPullRequestClosedSimple, default as IconPullRequestClosedSimpleDefault, } from "./IconPullRequestClosedSimple";
1368
+ export { IconPullRequestSimple, default as IconPullRequestSimpleDefault, } from "./IconPullRequestSimple";
1361
1369
  export { IconPumpjack, default as IconPumpjackDefault } from "./IconPumpjack";
1362
1370
  export { IconPush, default as IconPushDefault } from "./IconPush";
1363
1371
  export { IconPushTheButton, default as IconPushTheButtonDefault, } from "./IconPushTheButton";