@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.242 → 1.1.244
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.
- package/IconArmchair/index.js +1 -1
- package/IconArmchair/index.js.map +1 -1
- package/IconArmchair/index.mjs +1 -1
- package/IconArmchair/index.mjs.map +1 -1
- package/IconConstructionHelmet/index.js +1 -1
- package/IconConstructionHelmet/index.js.map +1 -1
- package/IconConstructionHelmet/index.mjs +1 -1
- package/IconConstructionHelmet/index.mjs.map +1 -1
- package/IconEyedropper/index.d.ts +4 -0
- package/IconEyedropper/index.js +2 -0
- package/IconEyedropper/index.js.map +1 -0
- package/IconEyedropper/index.mjs +2 -0
- package/IconEyedropper/index.mjs.map +1 -0
- package/IconEyedropper2/index.d.ts +4 -0
- package/IconEyedropper2/index.js +2 -0
- package/{IconColorPicker → IconEyedropper2}/index.js.map +1 -1
- package/{IconColorPicker → IconEyedropper2}/index.mjs +1 -1
- package/{IconColorPicker → IconEyedropper2}/index.mjs.map +1 -1
- package/IconFileArrowLeftIn/index.js +1 -1
- package/IconFileArrowLeftIn/index.js.map +1 -1
- package/IconFileArrowLeftIn/index.mjs +1 -1
- package/IconFileArrowLeftIn/index.mjs.map +1 -1
- package/IconMask1/index.d.ts +4 -0
- package/IconMask1/index.js +2 -0
- package/IconMask1/index.js.map +1 -0
- package/IconMask1/index.mjs +2 -0
- package/IconMask1/index.mjs.map +1 -0
- package/IconMedicalCross/index.d.ts +4 -0
- package/IconMedicalCross/index.js +2 -0
- package/IconMedicalCross/index.js.map +1 -0
- package/IconMedicalCross/index.mjs +2 -0
- package/IconMedicalCross/index.mjs.map +1 -0
- package/IconMedicalCrossCircle/index.d.ts +4 -0
- package/IconMedicalCrossCircle/index.js +2 -0
- package/IconMedicalCrossCircle/index.js.map +1 -0
- package/IconMedicalCrossCircle/index.mjs +2 -0
- package/IconMedicalCrossCircle/index.mjs.map +1 -0
- package/IconMedicalCrossSquare/index.d.ts +4 -0
- package/IconMedicalCrossSquare/index.js +2 -0
- package/IconMedicalCrossSquare/index.js.map +1 -0
- package/IconMedicalCrossSquare/index.mjs +2 -0
- package/IconMedicalCrossSquare/index.mjs.map +1 -0
- package/IconRepaint/index.js +1 -1
- package/IconRepaint/index.js.map +1 -1
- package/IconRepaint/index.mjs +1 -1
- package/IconRepaint/index.mjs.map +1 -1
- package/IconRobotHeadSlop/index.js +1 -1
- package/IconRobotHeadSlop/index.js.map +1 -1
- package/IconRobotHeadSlop/index.mjs +1 -1
- package/IconRobotHeadSlop/index.mjs.map +1 -1
- package/IconStore2/index.js +1 -1
- package/IconStore2/index.js.map +1 -1
- package/IconStore2/index.mjs +1 -1
- package/IconStore2/index.mjs.map +1 -1
- package/IconThings/index.js +1 -1
- package/IconThings/index.js.map +1 -1
- package/IconThings/index.mjs +1 -1
- package/IconThings/index.mjs.map +1 -1
- package/IconVoiceover2/index.d.ts +4 -0
- package/IconVoiceover2/index.js +2 -0
- package/IconVoiceover2/index.js.map +1 -0
- package/IconVoiceover2/index.mjs +2 -0
- package/IconVoiceover2/index.mjs.map +1 -0
- package/README.md +10 -1
- package/filtered-icons.json +105 -21
- package/icons/index.d.ts +7 -1
- package/icons-index.json +24 -7
- package/index.d.ts +7 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +11 -2
- package/tsx-icons.json +58 -16
- package/IconColorPicker/index.d.ts +0 -4
- package/IconColorPicker/index.js +0 -2
package/README.md
CHANGED
|
@@ -250,6 +250,7 @@ Below is a complete list of available icons:
|
|
|
250
250
|
- IconSquareLinesBottom
|
|
251
251
|
- IconVoiceControl
|
|
252
252
|
- IconVoiceover
|
|
253
|
+
- IconVoiceover2
|
|
253
254
|
|
|
254
255
|
### Arrows
|
|
255
256
|
|
|
@@ -711,7 +712,6 @@ Below is a complete list of available icons:
|
|
|
711
712
|
- IconCircle
|
|
712
713
|
- IconColorPalette
|
|
713
714
|
- IconColorPalette2
|
|
714
|
-
- IconColorPicker
|
|
715
715
|
- IconColorRoll
|
|
716
716
|
- IconColors
|
|
717
717
|
- IconColorSwatch
|
|
@@ -725,6 +725,8 @@ Below is a complete list of available icons:
|
|
|
725
725
|
- IconEditSmall2
|
|
726
726
|
- IconEraser
|
|
727
727
|
- IconEraserSimple
|
|
728
|
+
- IconEyedropper
|
|
729
|
+
- IconEyedropper2
|
|
728
730
|
- IconFeather
|
|
729
731
|
- IconFeather2
|
|
730
732
|
- IconGlass
|
|
@@ -1061,6 +1063,13 @@ Below is a complete list of available icons:
|
|
|
1061
1063
|
- IconTouch
|
|
1062
1064
|
- IconTouchGrass
|
|
1063
1065
|
|
|
1066
|
+
### Health & Medical
|
|
1067
|
+
|
|
1068
|
+
- IconMask1
|
|
1069
|
+
- IconMedicalCross
|
|
1070
|
+
- IconMedicalCrossCircle
|
|
1071
|
+
- IconMedicalCrossSquare
|
|
1072
|
+
|
|
1064
1073
|
### Interface General
|
|
1065
1074
|
|
|
1066
1075
|
- IconAnchor1
|
package/filtered-icons.json
CHANGED
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
},
|
|
1193
1193
|
{
|
|
1194
1194
|
"category": "Furniture & Household",
|
|
1195
|
-
"svg": "<
|
|
1195
|
+
"svg": "<path d=\"M19.5 11.5C20.3284 11.5 21 12.1716 21 13V15C21 16.8638 19.7252 18.43 18 18.874V20C18 20.5523 17.5523 21 17 21C16.4477 21 16 20.5523 16 20V19H8V20C8 20.5523 7.55228 21 7 21C6.44772 21 6 20.5523 6 20V18.874C4.27477 18.43 3 16.8638 3 15V13.5C3 12.6716 3.67157 12 4.5 12C5.32843 12 6 12.6716 6 13.5V15H18V13C18 12.1716 18.6716 11.5 19.5 11.5Z\" fill=\"currentColor\"/><path d=\"M15 3C17.2091 3 19 4.79086 19 7V10C17.3431 10 16 11.3431 16 13H8C8 11.3431 6.65685 10 5 10V7C5 4.79086 6.79086 3 9 3H15Z\" fill=\"currentColor\"/>",
|
|
1196
1196
|
"iconName": "armchair, seat, chill",
|
|
1197
1197
|
"variant": {
|
|
1198
1198
|
"join": "round",
|
|
@@ -8036,20 +8036,6 @@
|
|
|
8036
8036
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
8037
8037
|
"componentName": "IconColorPalette2"
|
|
8038
8038
|
},
|
|
8039
|
-
{
|
|
8040
|
-
"category": "Edit",
|
|
8041
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7071 6.29289L11.5 7.08582L14.2929 4.29295C15.6011 2.98475 17.6205 2.82122 19.1065 3.80237C19.3188 3.94254 19.5202 4.10606 19.7071 4.29295C21.0153 5.60116 21.1788 7.62058 20.1977 9.10659C20.0575 9.31888 19.894 9.52028 19.7071 9.70716L16.9142 12.5L17.7071 13.2929C18.0976 13.6834 18.0976 14.3166 17.7071 14.7071C17.3166 15.0976 16.6834 15.0976 16.2929 14.7071L15.5 13.9142L9 20.4143C8.62493 20.7893 8.11622 21.0001 7.58579 21.0001H5C3.89543 21.0001 3 20.1046 3 19.0001V16.4143C3 15.8838 3.21071 15.3751 3.58579 15.0001L10.0858 8.50003L9.29289 7.70711C8.90237 7.31658 8.90237 6.68342 9.29289 6.29289C9.68342 5.90237 10.3166 5.90237 10.7071 6.29289ZM11.5 9.91427L14.0858 12.5001L11.5858 15H6.41427L11.5 9.91427Z\" fill=\"currentColor\"/>",
|
|
8042
|
-
"iconName": "color-picker, color",
|
|
8043
|
-
"variant": {
|
|
8044
|
-
"join": "round",
|
|
8045
|
-
"filled": "on",
|
|
8046
|
-
"radius": "3",
|
|
8047
|
-
"stroke": "2"
|
|
8048
|
-
},
|
|
8049
|
-
"createdAt": "2025-02-15T21:11:33.928598+00:00",
|
|
8050
|
-
"packageName": "round-filled-radius-3-stroke-2",
|
|
8051
|
-
"componentName": "IconColorPicker"
|
|
8052
|
-
},
|
|
8053
8039
|
{
|
|
8054
8040
|
"category": "Edit",
|
|
8055
8041
|
"svg": "<path d=\"M6 6C6 4.34315 7.34315 3 9 3H18C19.6569 3 21 4.34315 21 6V8C21 9.65685 19.6569 11 18 11H9C7.34315 11 6 9.65685 6 8H5V10C5 11.1046 5.89543 12 7 12H13C13.5523 12 14 12.4477 14 13V15.1707C15.1652 15.5825 16 16.6938 16 18V21C16 21.5523 15.5523 22 15 22C14.4477 22 14 21.5523 14 21V18C14 17.4477 13.5523 17 13 17C12.4477 17 12 17.4477 12 18V21C12 21.5523 11.5523 22 11 22C10.4477 22 10 21.5523 10 21V18C10 16.6938 10.8348 15.5825 12 15.1707V14H7C4.79086 14 3 12.2091 3 10V8C3 6.89543 3.89543 6 5 6H6Z\" fill=\"currentColor\"/>",
|
|
@@ -8402,7 +8388,7 @@
|
|
|
8402
8388
|
},
|
|
8403
8389
|
{
|
|
8404
8390
|
"category": "Things",
|
|
8405
|
-
"svg": "<path
|
|
8391
|
+
"svg": "<path d=\"M20.5 16C21.3284 16 22 16.6716 22 17.5V18.5C22 19.3284 21.3284 20 20.5 20H3.5C2.67157 20 2 19.3284 2 18.5V17.5C2 16.6716 2.67157 16 3.5 16H20.5Z\" fill=\"currentColor\"/><path d=\"M8 14H3V12.5C3.00001 8.9666 5.03699 5.91035 8 4.4375V14Z\" fill=\"currentColor\"/><path d=\"M13 3C13.5523 3 14 3.44772 14 4V14H10V4C10 3.44772 10.4477 3 11 3H13Z\" fill=\"currentColor\"/><path d=\"M16 4.4375C18.963 5.91035 21 8.9666 21 12.5V14H16V4.4375Z\" fill=\"currentColor\"/>",
|
|
8406
8392
|
"iconName": "construction-helmet, work, wip",
|
|
8407
8393
|
"variant": {
|
|
8408
8394
|
"join": "round",
|
|
@@ -10794,6 +10780,34 @@
|
|
|
10794
10780
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
10795
10781
|
"componentName": "IconEyeClosed"
|
|
10796
10782
|
},
|
|
10783
|
+
{
|
|
10784
|
+
"category": "Edit",
|
|
10785
|
+
"svg": "<path d=\"M14.958 13.7498L9.9326 18.7752C9.49089 19.2169 8.93872 19.5328 8.33396 19.6892L7.11326 20.0047C6.75046 20.0985 6.41895 20.2882 6.15428 20.5535C5.40675 21.3009 4.19476 21.3009 3.44725 20.5535C2.69988 19.806 2.69987 18.594 3.44725 17.8465C3.71059 17.5825 3.89936 17.2533 3.99314 16.8924L4.3115 15.6648C4.46823 15.0613 4.78369 14.511 5.22459 14.0701L10.251 9.04276L14.958 13.7498Z\" fill=\"currentColor\"/><path d=\"M15.7969 3.73124C17.0554 2.65253 18.9323 2.72427 20.1045 3.89628C21.2766 5.06844 21.3482 6.94527 20.2695 8.2039L19.622 8.95976C19.2215 9.42723 19.001 10.0229 19.001 10.6385V10.8787C19.0008 11.409 18.79 11.9178 18.415 12.2928C17.634 13.0735 16.3679 13.0735 15.5869 12.2928L11.708 8.41386C10.9271 7.63288 10.9272 6.36678 11.708 5.58573C12.083 5.21073 12.5917 4.99988 13.1221 4.99979H13.3623C13.9783 4.99979 14.5743 4.77873 15.042 4.37772L15.7969 3.73124Z\" fill=\"currentColor\"/>",
|
|
10786
|
+
"iconName": "eyedropper, color-picker, pipette, suction-tube, labor",
|
|
10787
|
+
"variant": {
|
|
10788
|
+
"join": "round",
|
|
10789
|
+
"filled": "on",
|
|
10790
|
+
"radius": "3",
|
|
10791
|
+
"stroke": "2"
|
|
10792
|
+
},
|
|
10793
|
+
"createdAt": "2026-05-21T12:02:30.83156+00:00",
|
|
10794
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
10795
|
+
"componentName": "IconEyedropper"
|
|
10796
|
+
},
|
|
10797
|
+
{
|
|
10798
|
+
"category": "Edit",
|
|
10799
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7071 6.29289L11.5 7.08582L14.2929 4.29295C15.6011 2.98475 17.6205 2.82122 19.1065 3.80237C19.3188 3.94254 19.5202 4.10606 19.7071 4.29295C21.0153 5.60116 21.1788 7.62058 20.1977 9.10659C20.0575 9.31888 19.894 9.52028 19.7071 9.70716L16.9142 12.5L17.7071 13.2929C18.0976 13.6834 18.0976 14.3166 17.7071 14.7071C17.3166 15.0976 16.6834 15.0976 16.2929 14.7071L15.5 13.9142L9 20.4143C8.62493 20.7893 8.11622 21.0001 7.58579 21.0001H5C3.89543 21.0001 3 20.1046 3 19.0001V16.4143C3 15.8838 3.21071 15.3751 3.58579 15.0001L10.0858 8.50003L9.29289 7.70711C8.90237 7.31658 8.90237 6.68342 9.29289 6.29289C9.68342 5.90237 10.3166 5.90237 10.7071 6.29289ZM11.5 9.91427L14.0858 12.5001L11.5858 15H6.41427L11.5 9.91427Z\" fill=\"currentColor\"/>",
|
|
10800
|
+
"iconName": "eyedropper-2, color-picker, pipette, suction-tube, labor",
|
|
10801
|
+
"variant": {
|
|
10802
|
+
"join": "round",
|
|
10803
|
+
"filled": "on",
|
|
10804
|
+
"radius": "3",
|
|
10805
|
+
"stroke": "2"
|
|
10806
|
+
},
|
|
10807
|
+
"createdAt": "2025-02-15T21:11:33.928598+00:00",
|
|
10808
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
10809
|
+
"componentName": "IconEyedropper2"
|
|
10810
|
+
},
|
|
10797
10811
|
{
|
|
10798
10812
|
"category": "Accessibility",
|
|
10799
10813
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 4C15.8038 3.99997 19.5071 6.10671 22.0673 10.1138C22.8011 11.2622 22.8011 12.7377 22.0673 13.8861C19.5071 17.8932 15.8038 20 12.0001 20C8.19639 20 4.49313 17.8933 1.93289 13.8862C1.19913 12.7378 1.19913 11.2623 1.93289 10.1139C4.49313 6.10681 8.19638 4.00003 12.0001 4ZM8.50011 12C8.50011 10.067 10.0671 8.5 12.0001 8.5C13.9331 8.5 15.5001 10.067 15.5001 12C15.5001 13.933 13.9331 15.5 12.0001 15.5C10.0671 15.5 8.50011 13.933 8.50011 12Z\" fill=\"currentColor\"/>",
|
|
@@ -11104,7 +11118,7 @@
|
|
|
11104
11118
|
},
|
|
11105
11119
|
{
|
|
11106
11120
|
"category": "Folders & Files",
|
|
11107
|
-
"svg": "<path d=\"M7.29297 15.293C7.68349 14.9024 8.31651 14.9024 8.70703 15.293L11.707 18.293C12.0976 18.6835 12.0976 19.3165 11.707 19.707L8.70703 22.707C8.31651 23.0976 7.68349 23.0976 7.29297 22.707C6.90244 22.3165 6.90244 21.6835 7.29297 21.293L8.58594 20H4C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18H8.58594L7.29297 16.707C6.90244 16.3165 6.90244 15.6835 7.29297 15.
|
|
11121
|
+
"svg": "<path d=\"M7.29297 15.293C7.68349 14.9024 8.31651 14.9024 8.70703 15.293L11.707 18.293C12.0976 18.6835 12.0976 19.3165 11.707 19.707L8.70703 22.707C8.31651 23.0976 7.68349 23.0976 7.29297 22.707C6.90244 22.3165 6.90244 21.6835 7.29297 21.293L8.58594 20H4C3.44772 20 3 19.5523 3 19C3 18.4477 3.44772 18 4 18H8.58594L7.29297 16.707C6.90244 16.3165 6.90244 15.6835 7.29297 15.293Z\" fill=\"currentColor\"/><path d=\"M12 7C12 8.65685 13.3431 10 15 10H20V18C20 20.2091 18.2091 22 16 22H12.2422L13.1211 21.1211C14.2927 19.9495 14.2927 18.0505 13.1211 16.8789L10.1211 13.8789C8.94952 12.7073 7.05048 12.7073 5.87891 13.8789C5.29312 14.4647 5 15.2323 5 16H4V6C4 3.79086 5.79086 2 8 2H12V7Z\" fill=\"currentColor\"/><path d=\"M19.4141 8H15C14.4477 8 14 7.55228 14 7V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
|
|
11108
11122
|
"iconName": "file-arrow-left-in, document-arrow-left-in, incoming",
|
|
11109
11123
|
"variant": {
|
|
11110
11124
|
"join": "round",
|
|
@@ -16310,6 +16324,20 @@
|
|
|
16310
16324
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
16311
16325
|
"componentName": "IconMask"
|
|
16312
16326
|
},
|
|
16327
|
+
{
|
|
16328
|
+
"category": "Health & Medical",
|
|
16329
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9014 3.27489C11.6195 3.06975 12.3805 3.06975 13.0986 3.27489L17.0986 4.41747C18.5657 4.83669 19.641 6.04413 19.9238 7.50047H20C21.7948 7.50047 23.2499 8.95566 23.25 10.7505C23.2498 12.4892 21.8842 13.9087 20.167 13.9956L20 14.0005V14.646C19.9998 16.1608 19.1439 17.5466 17.7891 18.2241L13.7891 20.2241C12.663 20.787 11.337 20.787 10.2109 20.2241L6.21094 18.2241C4.85607 17.5466 4.00016 16.1608 4 14.646V14.0005L3.83301 13.9956C2.11584 13.9087 0.750222 12.4892 0.75 10.7505C0.750128 8.95566 2.20515 7.50047 4 7.50047H4.07617C4.35903 6.04413 5.43426 4.83669 6.90137 4.41747L10.9014 3.27489ZM9 13.0005C8.44775 13.0005 8.00006 13.4482 8 14.0005C8.00019 14.5526 8.44784 15.0005 9 15.0005H15C15.5522 15.0005 15.9998 14.5526 16 14.0005C15.9999 13.4482 15.5522 13.0005 15 13.0005H9ZM3.87207 9.50633C3.24188 9.57039 2.75012 10.1034 2.75 10.7505C2.75022 11.3974 3.24196 11.9296 3.87207 11.9936L4 12.0005V9.50047L3.87207 9.50633ZM20 12.0005L20.1279 11.9936C20.758 11.9296 21.2498 11.3974 21.25 10.7505C21.2499 10.0602 20.6903 9.50047 20 9.50047V12.0005ZM9 9.00047C8.44775 9.00047 8.00006 9.44824 8 10.0005C8.00019 10.5526 8.44784 11.0005 9 11.0005H15C15.5522 11.0005 15.9998 10.5526 16 10.0005C15.9999 9.44824 15.5522 9.00047 15 9.00047H9Z\" fill=\"currentColor\"/>",
|
|
16330
|
+
"iconName": "mask, medical-mask, covid",
|
|
16331
|
+
"variant": {
|
|
16332
|
+
"join": "round",
|
|
16333
|
+
"filled": "on",
|
|
16334
|
+
"radius": "3",
|
|
16335
|
+
"stroke": "2"
|
|
16336
|
+
},
|
|
16337
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16338
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
16339
|
+
"componentName": "IconMask1"
|
|
16340
|
+
},
|
|
16313
16341
|
{
|
|
16314
16342
|
"category": "Social Media & Brands",
|
|
16315
16343
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9683 17.2439C18.4742 16.9446 20.6561 15.4006 20.9304 13.9898C21.3625 11.7674 21.3268 8.56632 21.3268 8.56632C21.3268 4.22771 18.4842 2.95599 18.4842 2.95599C17.051 2.29772 14.5899 2.0209 12.033 2H11.9702C9.41328 2.0209 6.95379 2.29772 5.52045 2.95599C5.52045 2.95599 2.67779 4.22771 2.67779 8.56632C2.67779 8.82934 2.67643 9.10599 2.67501 9.39399C2.67108 10.1938 2.66672 11.0812 2.68986 12.0074C2.79308 16.2504 3.46773 20.432 7.39063 21.4703C9.19939 21.9491 10.7523 22.0493 12.003 21.9805C14.2712 21.8548 15.5444 21.1711 15.5444 21.1711L15.4696 19.5254C15.4696 19.5254 13.8488 20.0365 12.0285 19.9742C10.225 19.9124 8.32108 19.7797 8.02939 17.5655C8.00246 17.371 7.98899 17.163 7.98899 16.9446C7.98899 16.9446 9.75939 17.3774 12.003 17.4802C13.375 17.5431 14.6616 17.3998 15.9683 17.2439ZM17.9739 14.1562V8.90285C17.9739 7.82919 17.7006 6.97599 17.1516 6.34477C16.5852 5.71354 15.8436 5.38996 14.9232 5.38996C13.858 5.38996 13.0515 5.79931 12.5183 6.61814L11.9998 7.48717L11.4814 6.61814C10.9481 5.79931 10.1416 5.38996 9.07657 5.38996C8.15602 5.38996 7.41446 5.71354 6.84821 6.34477C6.2991 6.97599 6.02572 7.82919 6.02572 8.90285V14.1562H8.107V9.05726C8.107 7.98241 8.55924 7.43685 9.46383 7.43685C10.464 7.43685 10.9654 8.08402 10.9654 9.36371V12.1547H13.0344V9.36371C13.0344 8.08402 13.5356 7.43685 14.5358 7.43685C15.4404 7.43685 15.8927 7.98241 15.8927 9.05726V14.1562H17.9739Z\" fill=\"currentColor\"/>",
|
|
@@ -16478,6 +16506,48 @@
|
|
|
16478
16506
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
16479
16507
|
"componentName": "IconMedal"
|
|
16480
16508
|
},
|
|
16509
|
+
{
|
|
16510
|
+
"category": "Health & Medical",
|
|
16511
|
+
"svg": "<path d=\"M13 2C14.6569 2 16 3.34315 16 5V7C16 7.55228 16.4477 8 17 8H19C20.6569 8 22 9.34315 22 11V13C22 14.6569 20.6569 16 19 16H17C16.4477 16 16 16.4477 16 17V19C16 20.6569 14.6569 22 13 22H11C9.34315 22 8 20.6569 8 19V17C8 16.4477 7.55228 16 7 16H5C3.34315 16 2 14.6569 2 13V11C2 9.34315 3.34315 8 5 8H7C7.55228 8 8 7.55228 8 7V5C8 3.34315 9.34315 2 11 2H13Z\" fill=\"currentColor\"/>",
|
|
16512
|
+
"iconName": "medical-cross, first-aid, emergency",
|
|
16513
|
+
"variant": {
|
|
16514
|
+
"join": "round",
|
|
16515
|
+
"filled": "on",
|
|
16516
|
+
"radius": "3",
|
|
16517
|
+
"stroke": "2"
|
|
16518
|
+
},
|
|
16519
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16520
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
16521
|
+
"componentName": "IconMedicalCross"
|
|
16522
|
+
},
|
|
16523
|
+
{
|
|
16524
|
+
"category": "Health & Medical",
|
|
16525
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM11 8C10.7239 8 10.5 8.22386 10.5 8.5V10C10.5 10.2761 10.2761 10.5 10 10.5H8.5C8.22386 10.5 8 10.7239 8 11V13C8 13.2761 8.22386 13.5 8.5 13.5H10C10.2761 13.5 10.5 13.7239 10.5 14V15.5C10.5 15.7761 10.7239 16 11 16H13C13.2761 16 13.5 15.7761 13.5 15.5V14C13.5 13.7239 13.7239 13.5 14 13.5H15.5C15.7761 13.5 16 13.2761 16 13V11C16 10.7239 15.7761 10.5 15.5 10.5H14C13.7239 10.5 13.5 10.2761 13.5 10V8.5C13.5 8.22386 13.2761 8 13 8H11Z\" fill=\"currentColor\"/>",
|
|
16526
|
+
"iconName": "medical-cross-circle, first-aid, emergency",
|
|
16527
|
+
"variant": {
|
|
16528
|
+
"join": "round",
|
|
16529
|
+
"filled": "on",
|
|
16530
|
+
"radius": "3",
|
|
16531
|
+
"stroke": "2"
|
|
16532
|
+
},
|
|
16533
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16534
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
16535
|
+
"componentName": "IconMedicalCrossCircle"
|
|
16536
|
+
},
|
|
16537
|
+
{
|
|
16538
|
+
"category": "Health & Medical",
|
|
16539
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3C19.2091 3 21 4.79086 21 7V17C21 19.2091 19.2091 21 17 21H7C4.79086 21 3 19.2091 3 17V7C3 4.79086 4.79086 3 7 3H17ZM11 8C10.7239 8 10.5 8.22386 10.5 8.5V10C10.5 10.2761 10.2761 10.5 10 10.5H8.5C8.22386 10.5 8 10.7239 8 11V13C8 13.2761 8.22386 13.5 8.5 13.5H10C10.2761 13.5 10.5 13.7239 10.5 14V15.5C10.5 15.7761 10.7239 16 11 16H13C13.2761 16 13.5 15.7761 13.5 15.5V14C13.5 13.7239 13.7239 13.5 14 13.5H15.5C15.7761 13.5 16 13.2761 16 13V11C16 10.7239 15.7761 10.5 15.5 10.5H14C13.7239 10.5 13.5 10.2761 13.5 10V8.5C13.5 8.22386 13.2761 8 13 8H11Z\" fill=\"currentColor\"/>",
|
|
16540
|
+
"iconName": "medical-cross-square, first-aid, emergency",
|
|
16541
|
+
"variant": {
|
|
16542
|
+
"join": "round",
|
|
16543
|
+
"filled": "on",
|
|
16544
|
+
"radius": "3",
|
|
16545
|
+
"stroke": "2"
|
|
16546
|
+
},
|
|
16547
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16548
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
16549
|
+
"componentName": "IconMedicalCrossSquare"
|
|
16550
|
+
},
|
|
16481
16551
|
{
|
|
16482
16552
|
"category": "Things",
|
|
16483
16553
|
"svg": "<path d=\"M17.4789 3.63124C15.3039 1.45625 11.7775 1.45625 9.60252 3.63124L7.3206 5.91316L10.2945 8.88704C11.7349 7.75024 13.5538 7.0718 15.5311 7.0718C16.8073 7.0718 18.0174 7.35438 19.1024 7.86039C19.1817 6.33986 18.6407 4.79313 17.4789 3.63124Z\" fill=\"currentColor\"/><path d=\"M8.88704 10.2945L5.91316 7.3206L3.63124 9.60252C1.45625 11.7775 1.45625 15.3039 3.63124 17.4789C4.79313 18.6407 6.33986 19.1817 7.86039 19.1024C7.35438 18.0174 7.0718 16.8073 7.0718 15.5311C7.0718 13.5538 7.75024 11.7349 8.88704 10.2945Z\" fill=\"currentColor\"/><path d=\"M13.3013 9.4568C10.8273 10.3653 9.06223 12.7421 9.06223 15.5311C9.06223 19.1038 11.9584 22 15.5311 22C15.6241 22 15.7167 21.998 15.8088 21.9941L13.3013 9.4568Z\" fill=\"currentColor\"/><path d=\"M17.7609 21.6054C20.2349 20.697 22 18.3202 22 15.5311C22 11.9584 19.1038 9.06223 15.5311 9.06223C15.4381 9.06223 15.3455 9.06419 15.2534 9.06808L17.7609 21.6054Z\" fill=\"currentColor\"/>",
|
|
@@ -20904,7 +20974,7 @@
|
|
|
20904
20974
|
},
|
|
20905
20975
|
{
|
|
20906
20976
|
"category": "Edit",
|
|
20907
|
-
"svg": "<path d=\"
|
|
20977
|
+
"svg": "<path d=\"M13.5049 16C14.8829 16.0001 16 17.1171 16 18.4951C16 20.8426 13.8443 21.0077 12.0098 21C11.4575 20.9977 11.0023 20.5425 11 19.9902C10.9924 18.1558 11.1574 16 13.5049 16Z\" fill=\"currentColor\"/><path d=\"M3.44242 12.0068C3.99087 11.9427 4.48751 12.3353 4.55179 12.8838C4.84334 15.371 6.35435 17.4893 8.47464 18.6211C8.96188 18.8811 9.14582 19.4874 8.88578 19.9746C8.62569 20.4617 8.02042 20.6457 7.53324 20.3857C4.85211 18.9548 2.93553 16.274 2.56546 13.1162C2.50129 12.5678 2.89396 12.0711 3.44242 12.0068Z\" fill=\"currentColor\"/><path d=\"M14.1836 15.0664C15.8869 12.7787 19.2312 8.71355 21.333 10.668C23.4375 12.6248 19.2529 16.0819 16.9346 17.8154C16.661 16.4303 15.5689 15.3394 14.1836 15.0664Z\" fill=\"currentColor\"/><path d=\"M12 2.5C15.1587 2.5 17.958 4.04258 19.6836 6.41113C20.0087 6.8575 19.9102 7.48342 19.4639 7.80859C19.0175 8.13365 18.3916 8.03519 18.0664 7.58887C16.701 5.71486 14.4923 4.5 12 4.5C9.7801 4.50012 7.78512 5.46513 6.41117 7H8.50101C9.05307 7.00026 9.50101 7.44788 9.50101 8C9.50101 8.55212 9.05307 8.99974 8.50101 9H4.50003C4.23497 8.99989 3.98044 8.89447 3.793 8.70703C3.62897 8.54291 3.52759 8.32755 3.50492 8.09863L3.50003 8V4C3.50003 3.44786 3.94794 3.00023 4.50003 3C5.05232 3 5.50003 3.44772 5.50003 4V5.07324C7.19875 3.47849 9.48461 2.50011 12 2.5Z\" fill=\"currentColor\"/>",
|
|
20908
20978
|
"iconName": "repaint, recreate, redo",
|
|
20909
20979
|
"variant": {
|
|
20910
20980
|
"join": "round",
|
|
@@ -21212,7 +21282,7 @@
|
|
|
21212
21282
|
},
|
|
21213
21283
|
{
|
|
21214
21284
|
"category": "AI & Magic",
|
|
21215
|
-
"svg": "<path
|
|
21285
|
+
"svg": "<path d=\"M13.6217 12.5C13.8737 12.5002 14.0865 12.6884 14.1178 12.9385L14.7916 18.333C14.8193 18.5542 14.9905 18.7299 15.2096 18.7705C16.887 19.0809 18.0006 19.6278 18.0006 20.25C18.0006 21.2165 15.3142 22 12.0006 22C8.68701 22 6.00061 21.2165 6.00061 20.25C6.00061 19.628 7.11313 19.081 8.78968 18.7705C9.00885 18.7299 9.18094 18.5542 9.20862 18.333L9.88343 12.9375C9.91493 12.6876 10.1276 12.5001 10.3795 12.5H13.6217Z\" fill=\"currentColor\"/><path d=\"M2.14514 18.4463C2.44327 18.0196 3.1034 17.8739 3.61975 18.1201C4.13609 18.3665 5.24846 19.3582 4.95081 19.7852C4.65254 20.2118 3.05748 19.9124 2.54065 19.666C2.02442 19.4195 1.84713 18.8731 2.14514 18.4463Z\" fill=\"currentColor\"/><path d=\"M20.3805 18.1201C20.8968 17.8737 21.5568 18.0197 21.8551 18.4463C22.1532 18.8731 21.9769 19.4195 21.4606 19.666C20.944 19.9124 19.3487 20.2119 19.0504 19.7852C18.7526 19.3583 19.864 18.3669 20.3805 18.1201Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0006 1.5C12.5528 1.50017 13.0006 1.94782 13.0006 2.5V3H16.5006C18.4449 3.00015 20.0641 4.38778 20.4244 6.22656C21.0637 6.56035 21.5006 7.22894 21.5006 8V9C21.5006 9.73966 21.0976 10.3835 20.5006 10.7295V12C20.5006 14.5479 18.5943 16.649 16.1305 16.959L15.6764 13.3145L15.6715 13.2803C15.9519 13.2184 16.1904 13.0088 16.2721 12.7129C16.3895 12.2872 16.1391 11.8462 15.7135 11.7285C13.1602 11.0235 10.8411 11.0235 8.28772 11.7285C7.86203 11.8462 7.61167 12.2871 7.72913 12.7129C7.81078 13.0084 8.04873 13.2182 8.32874 13.2803L8.32483 13.3135L7.8678 16.959C5.40533 16.6478 3.50061 14.5469 3.50061 12V10.7305C2.90325 10.3845 2.50061 9.73996 2.50061 9V8C2.50061 7.22943 2.93627 6.56056 3.57483 6.22656C3.93509 4.38761 5.55616 3.00011 7.50061 3H11.0006V2.5C11.0006 1.94779 11.4484 1.50012 12.0006 1.5ZM9.25061 6.5C8.42229 6.50012 7.75061 7.17165 7.75061 8C7.75061 8.82835 8.42229 9.49988 9.25061 9.5C10.0789 9.49983 10.7506 8.82832 10.7506 8C10.7506 7.17168 10.0789 6.50017 9.25061 6.5ZM14.7506 6.5C13.9223 6.50012 13.2506 7.17165 13.2506 8C13.2506 8.82835 13.9223 9.49988 14.7506 9.5C15.5789 9.49983 16.2506 8.82832 16.2506 8C16.2506 7.17168 15.5789 6.50017 14.7506 6.5Z\" fill=\"currentColor\"/>",
|
|
21216
21286
|
"iconName": "robot-head-slop",
|
|
21217
21287
|
"variant": {
|
|
21218
21288
|
"join": "round",
|
|
@@ -24362,7 +24432,7 @@
|
|
|
24362
24432
|
},
|
|
24363
24433
|
{
|
|
24364
24434
|
"category": "Building",
|
|
24365
|
-
"svg": "<path d=\"
|
|
24435
|
+
"svg": "<path d=\"M15.557 10.293C16.3876 11.3366 17.6685 12 19.0951 12C19.7789 12 20.4231 11.8492 20.9994 11.5811V17C20.9994 19.2091 19.2085 21 16.9994 21H14.9994C14.4473 20.9998 13.9994 20.5522 13.9994 20V17.5C13.9994 16.3954 13.104 15.5 11.9994 15.5C10.895 15.5002 9.99939 16.3955 9.99939 17.5V20C9.99939 20.5523 9.55168 21 8.99939 21H6.99939C4.7903 20.9999 2.99939 19.2091 2.99939 17V11.5811C3.57562 11.8491 4.22 12 4.90369 12C6.33025 12 7.61116 11.3366 8.44178 10.293C9.27492 11.3305 10.5543 12 11.9994 12C13.4445 12 14.7239 11.3306 15.557 10.293Z\" fill=\"currentColor\"/><path d=\"M7.41639 7.66016C7.32223 8.97838 6.22528 10 4.90369 10C3.37097 9.99981 2.19391 8.64235 2.41053 7.125L2.50916 6.43457C2.79067 4.46398 4.47852 3 6.46912 3H7.74939L7.41639 7.66016Z\" fill=\"currentColor\"/><path d=\"M14.5531 7.25684C14.659 8.73907 13.4854 10 11.9994 10C10.5134 9.99999 9.33981 8.73906 9.44568 7.25684L9.74939 3H14.2494L14.5531 7.25684Z\" fill=\"currentColor\"/><path d=\"M17.5306 3C19.5211 3.00016 21.2081 4.46408 21.4896 6.43457L21.5883 7.125C21.8049 8.64244 20.6279 9.99995 19.0951 10C17.7735 10 16.6766 8.97838 16.5824 7.66016L16.2494 3H17.5306Z\" fill=\"currentColor\"/>",
|
|
24366
24436
|
"iconName": "store-2",
|
|
24367
24437
|
"variant": {
|
|
24368
24438
|
"join": "round",
|
|
@@ -25468,7 +25538,7 @@
|
|
|
25468
25538
|
},
|
|
25469
25539
|
{
|
|
25470
25540
|
"category": "Social Media & Brands",
|
|
25471
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.
|
|
25541
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.8717 8.05419C15.062 8.03983 15.2997 8.04152 15.5084 8.22313C15.6482 8.34501 15.753 8.53198 15.7633 8.73192V8.80809C15.7585 8.88373 15.7399 8.95835 15.7086 9.02782C15.6771 9.09746 15.6201 9.18112 15.5621 9.26024C15.5014 9.34305 15.4285 9.43493 15.3551 9.52489C15.1984 9.71675 15.0608 9.8755 14.9752 9.98192C14.2735 10.8472 13.6074 11.742 12.9801 12.6626L12.9791 12.6636C12.7869 12.9437 12.6017 13.2349 12.4137 13.5259L12.4127 13.5249C12.3104 13.69 12.1678 13.9598 11.9859 14.1528C11.8909 14.2536 11.7747 14.3469 11.6324 14.4009C11.4863 14.4562 11.3236 14.4656 11.149 14.4165C10.9501 14.3604 10.7608 14.2149 10.608 14.0776L10.1959 13.6733L9.25155 12.7641C9.04187 12.5655 8.74018 12.3123 8.55819 12.0249C8.4772 11.8969 8.45015 11.7304 8.46054 11.5845C8.47081 11.4403 8.52167 11.269 8.64804 11.1538C8.81658 11.0003 8.99681 10.9197 9.18417 10.9097C9.36786 10.8999 9.53568 10.9592 9.68026 11.0405C9.82417 11.1215 9.95688 11.2311 10.0738 11.3374C10.1326 11.3908 10.1895 11.4453 10.2428 11.4966C10.2968 11.5486 10.3472 11.5971 10.3951 11.6411L11.1949 12.3755C11.3972 12.0707 11.6397 11.7426 11.8463 11.4585C12.4485 10.6285 13.0835 9.82204 13.7486 9.04149L14.109 8.62059C14.2373 8.47565 14.3723 8.33191 14.5084 8.21044C14.6178 8.11293 14.75 8.07705 14.8463 8.05712L14.858 8.05516L14.8717 8.05419Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.86 2.25048C16.8765 2.25047 19.0797 2.1286 20.1578 4.16844C20.5556 4.92174 20.5767 5.91064 20.6187 7.88719L20.69 11.2456C20.712 12.2778 20.7227 12.7945 20.7115 13.31C20.7016 13.7682 20.6783 14.2263 20.6422 14.6831C20.6015 15.1972 20.5393 15.7101 20.4137 16.7349L20.4019 16.8315C20.1886 18.5722 20.0816 19.443 19.6734 20.0991C19.3137 20.6771 18.7929 21.1376 18.1754 21.4243C17.4744 21.7497 16.5973 21.7505 14.8433 21.7505H9.1539C7.39997 21.7505 6.52281 21.7497 5.82186 21.4243C5.20443 21.1376 4.68348 20.6771 4.32382 20.0991C3.9157 19.443 3.80867 18.5722 3.5953 16.8315L3.58358 16.7349C3.45797 15.7101 3.39577 15.1972 3.35507 14.6831C3.31891 14.2263 3.29568 13.7682 3.28573 13.31C3.27455 12.7945 3.28525 12.2778 3.30722 11.2456L3.3785 7.88719C3.42056 5.91064 3.4416 4.92174 3.83944 4.16844C4.91749 2.12857 7.12072 2.25047 9.13729 2.25048H14.86ZM8.3912 5.7495C7.28984 5.7495 6.7388 5.74954 6.31503 5.96239C5.94225 6.14978 5.63718 6.44957 5.44296 6.81883C5.22226 7.23868 5.212 7.78981 5.19198 8.8911L5.09921 13.9995C5.0992 14.2316 5.09899 14.3481 5.10897 14.4477C5.19829 15.337 5.86699 16.0587 6.74667 16.2163C6.84531 16.2339 6.96141 16.2434 7.19296 16.2612L7.83261 16.31C8.2482 16.3421 8.45639 16.3587 8.62069 16.435C8.85809 16.5456 9.0433 16.7455 9.13534 16.9907C9.19896 17.1605 9.19882 17.3695 9.19882 17.7866V17.8999C9.19882 18.4596 9.19933 18.7398 9.30819 18.9536C9.404 19.1415 9.5568 19.2943 9.74472 19.3901C9.95857 19.4991 10.2387 19.4995 10.7984 19.4995H13.1988C13.7588 19.4995 14.0386 19.4991 14.2525 19.3901C14.4407 19.2942 14.5942 19.1417 14.69 18.9536C14.7989 18.7398 14.7984 18.4595 14.7984 17.8999V17.8452C14.7984 17.3399 14.799 17.0866 14.8932 16.8852C14.9761 16.7081 15.1092 16.5588 15.276 16.4565C15.4654 16.3404 15.7172 16.3122 16.2193 16.2554L16.9488 16.1724C16.972 16.1715 16.9838 16.1709 16.9937 16.1704C18.0526 16.1202 18.8885 15.2529 18.899 14.1929V13.9995L18.8082 8.89305C18.7886 7.79122 18.7788 7.23986 18.5582 6.81981C18.364 6.45029 18.0591 6.14992 17.6861 5.96239C17.2622 5.74942 16.7108 5.7495 15.609 5.7495H8.3912Z\" fill=\"currentColor\"/><path opacity=\"0.4\" d=\"M14.8555 17C14.8033 17.1858 14.8027 17.4306 14.8027 17.8457V17.9004C14.8027 18.4598 14.8021 18.7403 14.6934 18.9541C14.5976 19.1419 14.4446 19.2948 14.2568 19.3906C14.043 19.4995 13.7626 19.5 13.2031 19.5H10.8027C10.243 19.5 9.96288 19.4995 9.74902 19.3906C9.56103 19.2947 9.40734 19.1421 9.31152 18.9541C9.20277 18.7403 9.20312 18.4598 9.20312 17.9004V17.7871C9.20312 17.3766 9.20133 17.1683 9.14062 17H14.8555Z\" fill=\"currentColor\"/>",
|
|
25472
25542
|
"iconName": "things",
|
|
25473
25543
|
"variant": {
|
|
25474
25544
|
"join": "round",
|
|
@@ -27188,6 +27258,20 @@
|
|
|
27188
27258
|
"packageName": "round-filled-radius-3-stroke-2",
|
|
27189
27259
|
"componentName": "IconVoiceover"
|
|
27190
27260
|
},
|
|
27261
|
+
{
|
|
27262
|
+
"category": "Accessibility",
|
|
27263
|
+
"svg": "<path d=\"M6.40332 10.0004C7.83718 10.0004 9 11.1632 9 12.597V19.4037C8.99979 20.8374 7.83705 22.0004 6.40332 22.0004C5.49164 22.0002 4.64689 21.5213 4.17773 20.7396L3.39746 19.4398C2.0295 19.1609 1.00018 17.9507 1 16.5004V15.5004C1 14.0498 2.02933 12.8388 3.39746 12.5599L4.17773 11.2611C4.64686 10.4792 5.49153 10.0005 6.40332 10.0004Z\" fill=\"currentColor\"/><path d=\"M10.2705 12.8168C10.6482 12.4139 11.2807 12.3933 11.6836 12.7709C12.5911 13.6217 13 14.8454 13 16.0004C12.9999 17.1552 12.5911 18.3791 11.6836 19.2298C11.2807 19.6072 10.6482 19.5865 10.2705 19.1839C9.89299 18.7811 9.91373 18.1486 10.3164 17.7709C10.742 17.3718 10.9999 16.7201 11 16.0004C11 15.2806 10.7419 14.629 10.3164 14.2298C9.91362 13.8522 9.89313 13.2197 10.2705 12.8168Z\" fill=\"currentColor\"/><path d=\"M5.74121 6.95934C7.93568 3.54523 11.1918 1.8245 14.4922 2.015C17.7897 2.20549 20.913 4.29041 22.8848 8.03453C23.0381 8.32603 23.0382 8.67472 22.8848 8.96617C21.0424 12.4644 18.1953 14.5161 15.1318 14.9252C14.5847 14.998 14.082 14.6129 14.0088 14.0658C13.9359 13.5186 14.32 13.016 14.8672 12.9427C17.0592 12.6501 19.2725 11.2237 20.8555 8.50035C19.1564 5.57664 16.7317 4.14715 14.377 4.01109C11.9029 3.86829 9.28813 5.13917 7.42285 8.04137C7.12411 8.50535 6.50536 8.63948 6.04102 8.34117C5.57685 8.04252 5.44292 7.42376 5.74121 6.95934Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 5.25035C15.7949 5.25035 17.25 6.70543 17.25 8.50035C17.2498 10.2951 15.7948 11.7504 14 11.7504C12.2052 11.7504 10.7502 10.2951 10.75 8.50035C10.75 6.70543 12.2051 5.25035 14 5.25035ZM14 7.25035C13.3096 7.25035 12.75 7.81 12.75 8.50035C12.7502 9.19053 13.3098 9.75035 14 9.75035C14.6902 9.75035 15.2498 9.19053 15.25 8.50035C15.25 7.81 14.6904 7.25035 14 7.25035Z\" fill=\"currentColor\"/>",
|
|
27264
|
+
"iconName": "voiceover-2, sound, eye, accessibility",
|
|
27265
|
+
"variant": {
|
|
27266
|
+
"join": "round",
|
|
27267
|
+
"filled": "on",
|
|
27268
|
+
"radius": "3",
|
|
27269
|
+
"stroke": "2"
|
|
27270
|
+
},
|
|
27271
|
+
"createdAt": "2026-05-21T12:02:30.83156+00:00",
|
|
27272
|
+
"packageName": "round-filled-radius-3-stroke-2",
|
|
27273
|
+
"componentName": "IconVoiceover2"
|
|
27274
|
+
},
|
|
27191
27275
|
{
|
|
27192
27276
|
"category": "Sound & Music",
|
|
27193
27277
|
"svg": "<path d=\"M7.50391 4C7.50391 3.44772 7.05619 3 6.50391 3C5.95162 3 5.50391 3.44772 5.50391 4V16C5.50391 16.5523 5.95162 17 6.50391 17C7.05619 17 7.50391 16.5523 7.50391 16V4Z\" fill=\"currentColor\"/><path d=\"M14.5039 5C14.5039 4.44772 14.0562 4 13.5039 4C12.9516 4 12.5039 4.44772 12.5039 5V7.5C12.5039 8.05228 12.9516 8.5 13.5039 8.5C14.0562 8.5 14.5039 8.05228 14.5039 7.5V5Z\" fill=\"currentColor\"/><path d=\"M11.0039 7C11.0039 6.44772 10.5562 6 10.0039 6C9.45162 6 9.00391 6.44772 9.00391 7V10C9.00391 10.5523 9.45162 11 10.0039 11C10.5562 11 11.0039 10.5523 11.0039 10V7Z\" fill=\"currentColor\"/><path d=\"M4.00391 9C4.00391 8.44772 3.55619 8 3.00391 8C2.45162 8 2.00391 8.44772 2.00391 9V11C2.00391 11.5523 2.45162 12 3.00391 12C3.55619 12 4.00391 11.5523 4.00391 11V9Z\" fill=\"currentColor\"/><path d=\"M19.0017 15.5C19.0017 16.8807 17.8824 18 16.5017 18C15.121 18 14.0017 16.8807 14.0017 15.5C14.0017 14.1193 15.121 13 16.5017 13C17.8824 13 19.0017 14.1193 19.0017 15.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.0017 15.5C11.0017 12.4624 13.4641 10 16.5017 10C19.5393 10 22.0017 12.4624 22.0017 15.5C22.0017 18.5376 19.5393 21 16.5017 21C13.4641 21 11.0017 18.5376 11.0017 15.5ZM16.5017 12C14.5687 12 13.0017 13.567 13.0017 15.5C13.0017 17.433 14.5687 19 16.5017 19C18.4347 19 20.0017 17.433 20.0017 15.5C20.0017 13.567 18.4347 12 16.5017 12Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -573,7 +573,6 @@ export type CentralIconName =
|
|
|
573
573
|
| "IconCollaborationPointerRight"
|
|
574
574
|
| "IconColorPalette"
|
|
575
575
|
| "IconColorPalette2"
|
|
576
|
-
| "IconColorPicker"
|
|
577
576
|
| "IconColorRoll"
|
|
578
577
|
| "IconColors"
|
|
579
578
|
| "IconColorSwatch"
|
|
@@ -770,6 +769,8 @@ export type CentralIconName =
|
|
|
770
769
|
| "IconExposure1"
|
|
771
770
|
| "IconExposure2"
|
|
772
771
|
| "IconEyeClosed"
|
|
772
|
+
| "IconEyedropper"
|
|
773
|
+
| "IconEyedropper2"
|
|
773
774
|
| "IconEyeOpen"
|
|
774
775
|
| "IconEyeSlash"
|
|
775
776
|
| "IconEyeSlash2"
|
|
@@ -1164,6 +1165,7 @@ export type CentralIconName =
|
|
|
1164
1165
|
| "IconMarkerCircle"
|
|
1165
1166
|
| "IconMarkup"
|
|
1166
1167
|
| "IconMask"
|
|
1168
|
+
| "IconMask1"
|
|
1167
1169
|
| "IconMastadon"
|
|
1168
1170
|
| "IconMathBasic"
|
|
1169
1171
|
| "IconMathEquals"
|
|
@@ -1176,6 +1178,9 @@ export type CentralIconName =
|
|
|
1176
1178
|
| "IconMathNotes"
|
|
1177
1179
|
| "IconMathScientific"
|
|
1178
1180
|
| "IconMedal"
|
|
1181
|
+
| "IconMedicalCross"
|
|
1182
|
+
| "IconMedicalCrossCircle"
|
|
1183
|
+
| "IconMedicalCrossSquare"
|
|
1179
1184
|
| "IconMedicinePill"
|
|
1180
1185
|
| "IconMedicinePill2"
|
|
1181
1186
|
| "IconMedicineTablett"
|
|
@@ -1941,6 +1946,7 @@ export type CentralIconName =
|
|
|
1941
1946
|
| "IconVoiceMid"
|
|
1942
1947
|
| "IconVoiceMode"
|
|
1943
1948
|
| "IconVoiceover"
|
|
1949
|
+
| "IconVoiceover2"
|
|
1944
1950
|
| "IconVoiceRecord"
|
|
1945
1951
|
| "IconVoiceSettings"
|
|
1946
1952
|
| "IconVoiceShare"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.244",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 2012,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
]
|
|
108
108
|
},
|
|
109
109
|
"Accessibility": {
|
|
110
|
-
"count":
|
|
110
|
+
"count": 13,
|
|
111
111
|
"icons": [
|
|
112
112
|
"IconCircleHalfFill",
|
|
113
113
|
"IconCirclePerson",
|
|
@@ -120,7 +120,8 @@
|
|
|
120
120
|
"IconReduceMotion",
|
|
121
121
|
"IconSquareLinesBottom",
|
|
122
122
|
"IconVoiceControl",
|
|
123
|
-
"IconVoiceover"
|
|
123
|
+
"IconVoiceover",
|
|
124
|
+
"IconVoiceover2"
|
|
124
125
|
]
|
|
125
126
|
},
|
|
126
127
|
"Arrows": {
|
|
@@ -576,7 +577,7 @@
|
|
|
576
577
|
]
|
|
577
578
|
},
|
|
578
579
|
"Edit": {
|
|
579
|
-
"count":
|
|
580
|
+
"count": 91,
|
|
580
581
|
"icons": [
|
|
581
582
|
"Icon3d",
|
|
582
583
|
"IconAddKeyframe",
|
|
@@ -600,7 +601,6 @@
|
|
|
600
601
|
"IconCircle",
|
|
601
602
|
"IconColorPalette",
|
|
602
603
|
"IconColorPalette2",
|
|
603
|
-
"IconColorPicker",
|
|
604
604
|
"IconColorRoll",
|
|
605
605
|
"IconColors",
|
|
606
606
|
"IconColorSwatch",
|
|
@@ -614,6 +614,8 @@
|
|
|
614
614
|
"IconEditSmall2",
|
|
615
615
|
"IconEraser",
|
|
616
616
|
"IconEraserSimple",
|
|
617
|
+
"IconEyedropper",
|
|
618
|
+
"IconEyedropper2",
|
|
617
619
|
"IconFeather",
|
|
618
620
|
"IconFeather2",
|
|
619
621
|
"IconGlass",
|
|
@@ -967,6 +969,15 @@
|
|
|
967
969
|
"IconTouchGrass"
|
|
968
970
|
]
|
|
969
971
|
},
|
|
972
|
+
"Health & Medical": {
|
|
973
|
+
"count": 4,
|
|
974
|
+
"icons": [
|
|
975
|
+
"IconMask1",
|
|
976
|
+
"IconMedicalCross",
|
|
977
|
+
"IconMedicalCrossCircle",
|
|
978
|
+
"IconMedicalCrossSquare"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
970
981
|
"Interface General": {
|
|
971
982
|
"count": 199,
|
|
972
983
|
"icons": [
|
|
@@ -2781,7 +2792,6 @@
|
|
|
2781
2792
|
"IconCollaborationPointerRight": "collaboration-pointer-right, cursor, agents",
|
|
2782
2793
|
"IconColorPalette": "color-palette, colours",
|
|
2783
2794
|
"IconColorPalette2": "color-palette-2, design, coloring",
|
|
2784
|
-
"IconColorPicker": "color-picker, color",
|
|
2785
2795
|
"IconColorRoll": "color-roll, paint-roller",
|
|
2786
2796
|
"IconColors": "colors, rgb, adjustments",
|
|
2787
2797
|
"IconColorSwatch": "color-swatch, palette, colours",
|
|
@@ -2978,6 +2988,8 @@
|
|
|
2978
2988
|
"IconExposure1": "exposure-1, plus-minus",
|
|
2979
2989
|
"IconExposure2": "exposure-2, macro, flower",
|
|
2980
2990
|
"IconEyeClosed": "eye-closed, see, hidden",
|
|
2991
|
+
"IconEyedropper": "eyedropper, color-picker, pipette, suction-tube, labor",
|
|
2992
|
+
"IconEyedropper2": "eyedropper-2, color-picker, pipette, suction-tube, labor",
|
|
2981
2993
|
"IconEyeOpen": "eye-open, show, see, reveal, look, visible",
|
|
2982
2994
|
"IconEyeSlash": "eye-slash, hide, eye off, see, look, not visible",
|
|
2983
2995
|
"IconEyeSlash2": "eye-slash-2, accessibility eye, a11y",
|
|
@@ -3372,6 +3384,7 @@
|
|
|
3372
3384
|
"IconMarkerCircle": "marker-circle, highlight",
|
|
3373
3385
|
"IconMarkup": "markup, marker, highlight",
|
|
3374
3386
|
"IconMask": "mask, theatre",
|
|
3387
|
+
"IconMask1": "mask, medical-mask, covid",
|
|
3375
3388
|
"IconMastadon": "mastadon",
|
|
3376
3389
|
"IconMathBasic": "math-basic, calc",
|
|
3377
3390
|
"IconMathEquals": "math-equals, =",
|
|
@@ -3384,6 +3397,9 @@
|
|
|
3384
3397
|
"IconMathNotes": "math-notes, function",
|
|
3385
3398
|
"IconMathScientific": "math-scientific, function",
|
|
3386
3399
|
"IconMedal": "medal, trophy, badge, winner, win",
|
|
3400
|
+
"IconMedicalCross": "medical-cross, first-aid, emergency",
|
|
3401
|
+
"IconMedicalCrossCircle": "medical-cross-circle, first-aid, emergency",
|
|
3402
|
+
"IconMedicalCrossSquare": "medical-cross-square, first-aid, emergency",
|
|
3387
3403
|
"IconMedicinePill": "medicine-pill",
|
|
3388
3404
|
"IconMedicinePill2": "medicine-pill-2, tablett",
|
|
3389
3405
|
"IconMedicineTablett": "medicine-tablett, pill",
|
|
@@ -4149,6 +4165,7 @@
|
|
|
4149
4165
|
"IconVoiceMid": "voice-mid, wave",
|
|
4150
4166
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
4151
4167
|
"IconVoiceover": "voiceover, sound",
|
|
4168
|
+
"IconVoiceover2": "voiceover-2, sound, eye, accessibility",
|
|
4152
4169
|
"IconVoiceRecord": "voice-record",
|
|
4153
4170
|
"IconVoiceSettings": "voice-settings, edit-voice",
|
|
4154
4171
|
"IconVoiceShare": "voice-share",
|
package/index.d.ts
CHANGED
|
@@ -572,7 +572,6 @@ export { IconCollaborationPointerLeft, default as IconCollaborationPointerLeftDe
|
|
|
572
572
|
export { IconCollaborationPointerRight, default as IconCollaborationPointerRightDefault, } from "./IconCollaborationPointerRight";
|
|
573
573
|
export { IconColorPalette, default as IconColorPaletteDefault, } from "./IconColorPalette";
|
|
574
574
|
export { IconColorPalette2, default as IconColorPalette2Default, } from "./IconColorPalette2";
|
|
575
|
-
export { IconColorPicker, default as IconColorPickerDefault, } from "./IconColorPicker";
|
|
576
575
|
export { IconColorRoll, default as IconColorRollDefault, } from "./IconColorRoll";
|
|
577
576
|
export { IconColorSwatch, default as IconColorSwatchDefault, } from "./IconColorSwatch";
|
|
578
577
|
export { IconColors, default as IconColorsDefault } from "./IconColors";
|
|
@@ -773,6 +772,8 @@ export { IconEyeOpen, default as IconEyeOpenDefault } from "./IconEyeOpen";
|
|
|
773
772
|
export { IconEyeSlash, default as IconEyeSlashDefault } from "./IconEyeSlash";
|
|
774
773
|
export { IconEyeSlash2, default as IconEyeSlash2Default, } from "./IconEyeSlash2";
|
|
775
774
|
export { IconEyeSparkle, default as IconEyeSparkleDefault, } from "./IconEyeSparkle";
|
|
775
|
+
export { IconEyedropper, default as IconEyedropperDefault, } from "./IconEyedropper";
|
|
776
|
+
export { IconEyedropper2, default as IconEyedropper2Default, } from "./IconEyedropper2";
|
|
776
777
|
export { IconFaceId, default as IconFaceIdDefault } from "./IconFaceId";
|
|
777
778
|
export { IconFaceIdFace, default as IconFaceIdFaceDefault, } from "./IconFaceIdFace";
|
|
778
779
|
export { IconFacebook, default as IconFacebookDefault } from "./IconFacebook";
|
|
@@ -1163,6 +1164,7 @@ export { IconMarker2, default as IconMarker2Default } from "./IconMarker2";
|
|
|
1163
1164
|
export { IconMarkerCircle, default as IconMarkerCircleDefault, } from "./IconMarkerCircle";
|
|
1164
1165
|
export { IconMarkup, default as IconMarkupDefault } from "./IconMarkup";
|
|
1165
1166
|
export { IconMask, default as IconMaskDefault } from "./IconMask";
|
|
1167
|
+
export { IconMask1, default as IconMask1Default } from "./IconMask1";
|
|
1166
1168
|
export { IconMastadon, default as IconMastadonDefault } from "./IconMastadon";
|
|
1167
1169
|
export { IconMathBasic, default as IconMathBasicDefault, } from "./IconMathBasic";
|
|
1168
1170
|
export { IconMathEquals, default as IconMathEqualsDefault, } from "./IconMathEquals";
|
|
@@ -1175,6 +1177,9 @@ export { IconMathMultiplication, default as IconMathMultiplicationDefault, } fro
|
|
|
1175
1177
|
export { IconMathNotes, default as IconMathNotesDefault, } from "./IconMathNotes";
|
|
1176
1178
|
export { IconMathScientific, default as IconMathScientificDefault, } from "./IconMathScientific";
|
|
1177
1179
|
export { IconMedal, default as IconMedalDefault } from "./IconMedal";
|
|
1180
|
+
export { IconMedicalCross, default as IconMedicalCrossDefault, } from "./IconMedicalCross";
|
|
1181
|
+
export { IconMedicalCrossCircle, default as IconMedicalCrossCircleDefault, } from "./IconMedicalCrossCircle";
|
|
1182
|
+
export { IconMedicalCrossSquare, default as IconMedicalCrossSquareDefault, } from "./IconMedicalCrossSquare";
|
|
1178
1183
|
export { IconMedicinePill, default as IconMedicinePillDefault, } from "./IconMedicinePill";
|
|
1179
1184
|
export { IconMedicinePill2, default as IconMedicinePill2Default, } from "./IconMedicinePill2";
|
|
1180
1185
|
export { IconMedicineTablett, default as IconMedicineTablettDefault, } from "./IconMedicineTablett";
|
|
@@ -1944,6 +1949,7 @@ export { IconVoiceSettings, default as IconVoiceSettingsDefault, } from "./IconV
|
|
|
1944
1949
|
export { IconVoiceShare, default as IconVoiceShareDefault, } from "./IconVoiceShare";
|
|
1945
1950
|
export { IconVoiceSparkle, default as IconVoiceSparkleDefault, } from "./IconVoiceSparkle";
|
|
1946
1951
|
export { IconVoiceover, default as IconVoiceoverDefault, } from "./IconVoiceover";
|
|
1952
|
+
export { IconVoiceover2, default as IconVoiceover2Default, } from "./IconVoiceover2";
|
|
1947
1953
|
export { IconVolleyball, default as IconVolleyballDefault, } from "./IconVolleyball";
|
|
1948
1954
|
export { IconVolumeDown, default as IconVolumeDownDefault, } from "./IconVolumeDown";
|
|
1949
1955
|
export { IconVolumeFull, default as IconVolumeFullDefault, } from "./IconVolumeFull";
|