@central-icons-react-native/round-outlined-radius-2-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/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/{IconColorPicker → IconEyedropper2}/index.js +1 -1
- package/{IconColorPicker → IconEyedropper2}/index.js.map +1 -1
- package/{IconColorPicker → IconEyedropper2}/index.mjs +1 -1
- package/{IconColorPicker → IconEyedropper2}/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/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 +99 -15
- 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 +50 -8
- package/IconColorPicker/index.d.ts +0 -4
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
|
|
|
5
5
|
|
|
6
6
|
# Central Icons — React Native
|
|
7
7
|
|
|
8
|
-
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.244) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2012 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
|
|
9
9
|
|
|
10
10
|
The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
|
|
11
11
|
|
|
@@ -202,6 +202,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
202
202
|
- **IconSquareLinesBottom** — square-lines-bottom, transcription
|
|
203
203
|
- **IconVoiceControl** — voice-control
|
|
204
204
|
- **IconVoiceover** — voiceover, sound
|
|
205
|
+
- **IconVoiceover2** — voiceover-2, sound, eye, accessibility
|
|
205
206
|
|
|
206
207
|
### Arrows
|
|
207
208
|
|
|
@@ -663,7 +664,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
663
664
|
- **IconCircle** — circle, line, paint
|
|
664
665
|
- **IconColorPalette** — color-palette, colours
|
|
665
666
|
- **IconColorPalette2** — color-palette-2, design, coloring
|
|
666
|
-
- **IconColorPicker** — color-picker, color
|
|
667
667
|
- **IconColorRoll** — color-roll, paint-roller
|
|
668
668
|
- **IconColors** — colors, rgb, adjustments
|
|
669
669
|
- **IconColorSwatch** — color-swatch, palette, colours
|
|
@@ -677,6 +677,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
677
677
|
- **IconEditSmall2** — edit-small-2
|
|
678
678
|
- **IconEraser** — eraser, rubber, clean-up
|
|
679
679
|
- **IconEraserSimple** — eraser-simple, rubber, clean-up
|
|
680
|
+
- **IconEyedropper** — eyedropper, color-picker, pipette, suction-tube, labor
|
|
681
|
+
- **IconEyedropper2** — eyedropper-2, color-picker, pipette, suction-tube, labor
|
|
680
682
|
- **IconFeather** — feather, writing
|
|
681
683
|
- **IconFeather2** — feather-2, writing
|
|
682
684
|
- **IconGlass** — glass, material, shader, liquid-glass
|
|
@@ -1013,6 +1015,13 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1013
1015
|
- **IconTouch** — touch, tab, click
|
|
1014
1016
|
- **IconTouchGrass** — touch-grass, nature, logout
|
|
1015
1017
|
|
|
1018
|
+
### Health & Medical
|
|
1019
|
+
|
|
1020
|
+
- **IconMask1** — mask, medical-mask, covid
|
|
1021
|
+
- **IconMedicalCross** — medical-cross, first-aid, emergency
|
|
1022
|
+
- **IconMedicalCrossCircle** — medical-cross-circle, first-aid, emergency
|
|
1023
|
+
- **IconMedicalCrossSquare** — medical-cross-square, first-aid, emergency
|
|
1024
|
+
|
|
1016
1025
|
### Interface General
|
|
1017
1026
|
|
|
1018
1027
|
- **IconAnchor1** — anchor-1, link
|
package/tsx-icons.json
CHANGED
|
@@ -4018,13 +4018,6 @@
|
|
|
4018
4018
|
"iconName": "color-palette-2, design, coloring",
|
|
4019
4019
|
"pathname": "src/IconColorPalette2"
|
|
4020
4020
|
},
|
|
4021
|
-
{
|
|
4022
|
-
"svg": "<Path d=\"M15.5858 4.41422L4.29289 15.7071C4.10536 15.8946 4 16.149 4 16.4142V19C4 19.5523 4.44772 20 5 20H7.58579C7.851 20 8.10536 19.8946 8.29289 19.7071L19.5858 8.41422C20.3668 7.63317 20.3668 6.36684 19.5858 5.58579L18.4142 4.41422C17.6332 3.63317 16.3668 3.63317 15.5858 4.41422Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4023
|
-
"tags": "Path",
|
|
4024
|
-
"componentName": "IconColorPicker",
|
|
4025
|
-
"iconName": "color-picker, color",
|
|
4026
|
-
"pathname": "src/IconColorPicker"
|
|
4027
|
-
},
|
|
4028
4021
|
{
|
|
4029
4022
|
"svg": "<Path d=\"M7 6C7 4.89543 7.89543 4 9 4H18C19.1046 4 20 4.89543 20 6V8C20 9.10457 19.1046 10 18 10H9C7.89543 10 7 9.10457 7 8V7V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 7H5C4.44772 7 4 7.44772 4 8V11C4 12.1046 4.89543 13 6 13H13V15.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 21V18C15 16.8954 14.1046 16 13 16C11.8954 16 11 16.8954 11 18V21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4030
4023
|
"tags": "Path",
|
|
@@ -5397,6 +5390,20 @@
|
|
|
5397
5390
|
"iconName": "eye-closed, see, hidden",
|
|
5398
5391
|
"pathname": "src/IconEyeClosed"
|
|
5399
5392
|
},
|
|
5393
|
+
{
|
|
5394
|
+
"svg": "<Path d=\"M11.0008 9L6.11695 13.8838C5.88755 14.1132 5.77285 14.2279 5.6792 14.3575C5.59606 14.4725 5.5254 14.5961 5.46841 14.726C5.40422 14.8724 5.36351 15.0295 5.2821 15.3435L4.88258 16.8845C4.82902 17.0911 4.72121 17.2796 4.57031 17.4305L4.30078 17.7C3.7485 18.2523 3.7485 19.1477 4.30078 19.7C4.85307 20.2523 5.7485 20.2523 6.30078 19.7L6.57031 19.4305C6.72121 19.2796 6.90971 19.1718 7.11628 19.1182L8.65728 18.7187C8.97132 18.6373 9.12833 18.5966 9.27474 18.5324C9.40472 18.4754 9.52827 18.4047 9.64329 18.3216C9.77285 18.2279 9.88755 18.1132 10.1169 17.8838L15.0008 13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.4393 12.4394L11.5607 8.56089C10.9749 7.97511 10.9749 7.02536 11.5607 6.43958C11.842 6.15828 12.2235 6.00024 12.6213 6.00024H13.0565C13.2573 6.00024 13.3577 6.00024 13.4549 5.99074C13.7975 5.95721 14.1257 5.83579 14.4077 5.63824C14.4876 5.58223 14.5639 5.51687 14.7164 5.38616L15.621 4.61073C16.6812 3.70185 18.2625 3.76254 19.25 4.75004C20.2375 5.7375 20.2982 7.31874 19.3894 8.37903L18.614 9.28363C18.4833 9.43613 18.418 9.51238 18.362 9.59233C18.1644 9.87429 18.043 10.2025 18.0095 10.5451C18 10.6422 18 10.7427 18 10.9435V11.3787C18 11.7765 17.842 12.158 17.5607 12.4393C16.9749 13.0251 16.0251 13.0251 15.4393 12.4394Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5395
|
+
"tags": "Path",
|
|
5396
|
+
"componentName": "IconEyedropper",
|
|
5397
|
+
"iconName": "eyedropper, color-picker, pipette, suction-tube, labor",
|
|
5398
|
+
"pathname": "src/IconEyedropper"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"svg": "<Path d=\"M15.5858 4.41422L4.29289 15.7071C4.10536 15.8946 4 16.149 4 16.4142V19C4 19.5523 4.44772 20 5 20H7.58579C7.851 20 8.10536 19.8946 8.29289 19.7071L19.5858 8.41422C20.3668 7.63317 20.3668 6.36684 19.5858 5.58579L18.4142 4.41422C17.6332 3.63317 16.3668 3.63317 15.5858 4.41422Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5402
|
+
"tags": "Path",
|
|
5403
|
+
"componentName": "IconEyedropper2",
|
|
5404
|
+
"iconName": "eyedropper-2, color-picker, pipette, suction-tube, labor",
|
|
5405
|
+
"pathname": "src/IconEyedropper2"
|
|
5406
|
+
},
|
|
5400
5407
|
{
|
|
5401
5408
|
"svg": "<Path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.4974 11.0946C16.66 2.96839 7.33998 2.96848 2.50257 11.0947C2.17069 11.6523 2.17069 12.3479 2.50257 12.9054C7.33998 21.0316 16.66 21.0315 21.4974 12.9053C21.8293 12.3477 21.8293 11.6521 21.4974 11.0946Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5402
5409
|
"tags": "Path",
|
|
@@ -8155,6 +8162,13 @@
|
|
|
8155
8162
|
"iconName": "mask, theatre",
|
|
8156
8163
|
"pathname": "src/IconMask"
|
|
8157
8164
|
},
|
|
8165
|
+
{
|
|
8166
|
+
"svg": "<Path d=\"M5 15.2639V7.5086C5 6.61564 5.59195 5.83087 6.45056 5.58555L11.4506 4.15698C11.8097 4.05438 12.1903 4.05438 12.5494 4.15698L17.5494 5.58555C18.408 5.83087 19 6.61564 19 7.5086V15.2639C19 16.0215 18.572 16.714 17.8944 17.0528L12.8944 19.5528C12.3314 19.8343 11.6686 19.8343 11.1056 19.5528L6.10557 17.0528C5.428 16.714 5 16.0215 5 15.2639Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 10H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 14H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.75 8.5H20.25C21.3546 8.5 22.25 9.39543 22.25 10.5V11C22.25 12.1046 21.3546 13 20.25 13H19.75\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.25 8.5H3.75C2.64543 8.5 1.75 9.39543 1.75 10.5V11C1.75 12.1046 2.64543 13 3.75 13H4.25\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8167
|
+
"tags": "Path",
|
|
8168
|
+
"componentName": "IconMask1",
|
|
8169
|
+
"iconName": "mask, medical-mask, covid",
|
|
8170
|
+
"pathname": "src/IconMask1"
|
|
8171
|
+
},
|
|
8158
8172
|
{
|
|
8159
8173
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"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\"/>",
|
|
8160
8174
|
"tags": "Path",
|
|
@@ -8239,6 +8253,27 @@
|
|
|
8239
8253
|
"iconName": "medal, trophy, badge, winner, win",
|
|
8240
8254
|
"pathname": "src/IconMedal"
|
|
8241
8255
|
},
|
|
8256
|
+
{
|
|
8257
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 3C9.89543 3 9 3.89543 9 5L9 7C9 8.10457 8.10457 9 7 9H5C3.89543 9 3 9.89543 3 11L3 13C3 14.1046 3.89543 15 5 15L7 15C8.10457 15 9 15.8954 9 17V19C9 20.1046 9.89543 21 11 21H13C14.1046 21 15 20.1046 15 19V17C15 15.8954 15.8954 15 17 15L19 15C20.1046 15 21 14.1046 21 13V11C21 9.89543 20.1046 9 19 9H17C15.8954 9 15 8.10457 15 7V5C15 3.89543 14.1046 3 13 3L11 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8258
|
+
"tags": "Path",
|
|
8259
|
+
"componentName": "IconMedicalCross",
|
|
8260
|
+
"iconName": "medical-cross, first-aid, emergency",
|
|
8261
|
+
"pathname": "src/IconMedicalCross"
|
|
8262
|
+
},
|
|
8263
|
+
{
|
|
8264
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.5 10.5V8H10.5V10.5H8V13.5H10.5V16H13.5V13.5H16V10.5H13.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
8265
|
+
"tags": "Circle, Path",
|
|
8266
|
+
"componentName": "IconMedicalCrossCircle",
|
|
8267
|
+
"iconName": "medical-cross-circle, first-aid, emergency",
|
|
8268
|
+
"pathname": "src/IconMedicalCrossCircle"
|
|
8269
|
+
},
|
|
8270
|
+
{
|
|
8271
|
+
"svg": "<Path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.5 10.5V8H10.5V10.5H8V13.5H10.5V16H13.5V13.5H16V10.5H13.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
8272
|
+
"tags": "Path",
|
|
8273
|
+
"componentName": "IconMedicalCrossSquare",
|
|
8274
|
+
"iconName": "medical-cross-square, first-aid, emergency",
|
|
8275
|
+
"pathname": "src/IconMedicalCrossSquare"
|
|
8276
|
+
},
|
|
8242
8277
|
{
|
|
8243
8278
|
"svg": "<Path d=\"M17.4541 10.0962C18.6109 8.31497 18.4083 5.90826 16.8462 4.34619C15.0513 2.55127 12.1411 2.55127 10.3462 4.34619L4.34619 10.3462C2.55127 12.1411 2.55127 15.0513 4.34619 16.8462C5.90826 18.4083 8.31497 18.6109 10.0962 17.4541\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 7.5L11 11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"15.5\" cy=\"15.5\" r=\"5.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 20.5L14.5 10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8244
8279
|
"tags": "Circle, Path",
|
|
@@ -12734,7 +12769,7 @@
|
|
|
12734
12769
|
"pathname": "src/IconThermostat"
|
|
12735
12770
|
},
|
|
12736
12771
|
{
|
|
12737
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.
|
|
12772
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"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 fillRule=\"evenodd\" clipRule=\"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\"/>",
|
|
12738
12773
|
"tags": "Path",
|
|
12739
12774
|
"componentName": "IconThings",
|
|
12740
12775
|
"iconName": "things",
|
|
@@ -13594,6 +13629,13 @@
|
|
|
13594
13629
|
"iconName": "voiceover, sound",
|
|
13595
13630
|
"pathname": "src/IconVoiceover"
|
|
13596
13631
|
},
|
|
13632
|
+
{
|
|
13633
|
+
"svg": "<Path d=\"M14.9998 13.9334C17.6886 13.5744 20.2812 11.7633 21.9998 8.49996C18.3222 1.51668 10.6418 1.18341 6.58203 7.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.25 8.5C16.25 9.74264 15.2426 10.75 14 10.75C12.7574 10.75 11.75 9.74264 11.75 8.5C11.75 7.25736 12.7574 6.25 14 6.25C15.2426 6.25 16.25 7.25736 16.25 8.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 18.5C12.3333 17.25 12.3333 14.75 11 13.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2 17.223V14.777C2 14.0717 2.57173 13.5 3.27698 13.5C3.72554 13.5 4.14121 13.2647 4.37199 12.88L5.03501 11.775C5.32349 11.2942 5.84307 11 6.40377 11C7.28534 11 8 11.7147 8 12.5962V19.4038C8 20.2853 7.28534 21 6.40377 21C5.84307 21 5.32349 20.7058 5.03501 20.225L4.37199 19.12C4.14121 18.7353 3.72554 18.5 3.27698 18.5C2.57173 18.5 2 17.9283 2 17.223Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
13634
|
+
"tags": "Path",
|
|
13635
|
+
"componentName": "IconVoiceover2",
|
|
13636
|
+
"iconName": "voiceover-2, sound, eye, accessibility",
|
|
13637
|
+
"pathname": "src/IconVoiceover2"
|
|
13638
|
+
},
|
|
13597
13639
|
{
|
|
13598
13640
|
"svg": "<Circle cx=\"16.5\" cy=\"15.5\" r=\"4.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"2.5\" fill=\"currentColor\"/><Path d=\"M3.00391 9V11M6.50391 4V16M10.0039 7V10M13.5039 5V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
13599
13641
|
"tags": "Circle, Path",
|