@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.241 → 1.1.243

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 (76) hide show
  1. package/IconChevronTriangleDownMedium/index.d.ts +4 -0
  2. package/IconChevronTriangleDownMedium/index.js +2 -0
  3. package/IconChevronTriangleDownMedium/index.js.map +1 -0
  4. package/IconChevronTriangleDownMedium/index.mjs +2 -0
  5. package/IconChevronTriangleDownMedium/index.mjs.map +1 -0
  6. package/IconChevronTriangleLeftMedium/index.d.ts +4 -0
  7. package/IconChevronTriangleLeftMedium/index.js +2 -0
  8. package/IconChevronTriangleLeftMedium/index.js.map +1 -0
  9. package/IconChevronTriangleLeftMedium/index.mjs +2 -0
  10. package/IconChevronTriangleLeftMedium/index.mjs.map +1 -0
  11. package/IconChevronTriangleRightMedium/index.d.ts +4 -0
  12. package/IconChevronTriangleRightMedium/index.js +2 -0
  13. package/IconChevronTriangleRightMedium/index.js.map +1 -0
  14. package/IconChevronTriangleRightMedium/index.mjs +2 -0
  15. package/IconChevronTriangleRightMedium/index.mjs.map +1 -0
  16. package/IconChevronTriangleUpMedium/index.d.ts +4 -0
  17. package/IconChevronTriangleUpMedium/index.js +2 -0
  18. package/IconChevronTriangleUpMedium/index.js.map +1 -0
  19. package/IconChevronTriangleUpMedium/index.mjs +2 -0
  20. package/IconChevronTriangleUpMedium/index.mjs.map +1 -0
  21. package/IconEyedropper/index.d.ts +4 -0
  22. package/IconEyedropper/index.js +2 -0
  23. package/IconEyedropper/index.js.map +1 -0
  24. package/IconEyedropper/index.mjs +2 -0
  25. package/IconEyedropper/index.mjs.map +1 -0
  26. package/IconEyedropper2/index.d.ts +4 -0
  27. package/IconEyedropper2/index.js +2 -0
  28. package/{IconColorPicker → IconEyedropper2}/index.js.map +1 -1
  29. package/IconEyedropper2/index.mjs +2 -0
  30. package/{IconColorPicker → IconEyedropper2}/index.mjs.map +1 -1
  31. package/IconFileArrowLeftIn/index.js +1 -1
  32. package/IconFileArrowLeftIn/index.js.map +1 -1
  33. package/IconFileArrowLeftIn/index.mjs +1 -1
  34. package/IconFileArrowLeftIn/index.mjs.map +1 -1
  35. package/IconRepaint/index.js +1 -1
  36. package/IconRepaint/index.js.map +1 -1
  37. package/IconRepaint/index.mjs +1 -1
  38. package/IconRepaint/index.mjs.map +1 -1
  39. package/IconRobotHeadSlop/index.js +1 -1
  40. package/IconRobotHeadSlop/index.js.map +1 -1
  41. package/IconRobotHeadSlop/index.mjs +1 -1
  42. package/IconRobotHeadSlop/index.mjs.map +1 -1
  43. package/IconStore2/index.js +1 -1
  44. package/IconStore2/index.js.map +1 -1
  45. package/IconStore2/index.mjs +1 -1
  46. package/IconStore2/index.mjs.map +1 -1
  47. package/IconThings/index.js +1 -1
  48. package/IconThings/index.js.map +1 -1
  49. package/IconThings/index.mjs +1 -1
  50. package/IconThings/index.mjs.map +1 -1
  51. package/IconVoiceover/index.d.ts +4 -0
  52. package/IconVoiceover/index.js +2 -0
  53. package/IconVoiceover/index.js.map +1 -0
  54. package/IconVoiceover/index.mjs +2 -0
  55. package/IconVoiceover/index.mjs.map +1 -0
  56. package/IconVoiceover2/index.d.ts +4 -0
  57. package/IconVoiceover2/index.js +2 -0
  58. package/IconVoiceover2/index.js.map +1 -0
  59. package/IconVoiceover2/index.mjs +2 -0
  60. package/IconVoiceover2/index.mjs.map +1 -0
  61. package/README.md +8 -1
  62. package/filtered-icons.json +119 -21
  63. package/icons/index.d.ts +8 -1
  64. package/icons-index.json +24 -10
  65. package/index.d.ts +8 -1
  66. package/index.js +1 -1
  67. package/index.js.map +1 -1
  68. package/index.mjs +1 -1
  69. package/index.mjs.map +1 -1
  70. package/license-check.js +1 -1
  71. package/package.json +1 -1
  72. package/skills/central-icons-react-native/SKILL.md +11 -4
  73. package/tsx-icons.json +63 -14
  74. package/IconColorPicker/index.d.ts +0 -4
  75. package/IconColorPicker/index.js +0 -2
  76. package/IconColorPicker/index.mjs +0 -2
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-filled-radius-0-stroke-2",
21
- version: "1.1.241",
21
+ version: "1.1.243",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.241",
3
+ "version": "1.1.243",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.241) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2001 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.243) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2008 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
 
@@ -201,6 +201,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
201
201
  - **IconReduceMotion** — reduce-motion
202
202
  - **IconSquareLinesBottom** — square-lines-bottom, transcription
203
203
  - **IconVoiceControl** — voice-control
204
+ - **IconVoiceover** — voiceover, sound
205
+ - **IconVoiceover2** — voiceover-2, sound, eye, accessibility
204
206
 
205
207
  ### Arrows
206
208
 
@@ -299,8 +301,12 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
299
301
  - **IconChevronTop** — chevron-top
300
302
  - **IconChevronTopMedium** — chevron-top-medium
301
303
  - **IconChevronTopSmall** — chevron-top-small
302
- - **IconChevronTriangleDownSmall** — chevron-triangle-down-small, dropdown
303
- - **IconChevronTriangleUpSmall** — chevron-triangle-up-small, dropdown
304
+ - **IconChevronTriangleDownMedium** — chevron-triangle-down-medium, dropdown, caret
305
+ - **IconChevronTriangleDownSmall** — chevron-triangle-down-small, dropdown, caret
306
+ - **IconChevronTriangleLeftMedium** — chevron-triangle-left-medium, dropdown, caret
307
+ - **IconChevronTriangleRightMedium** — chevron-triangle-right-medium, dropdown, caret
308
+ - **IconChevronTriangleUpMedium** — chevron-triangle-up-medium, dropdown, caret
309
+ - **IconChevronTriangleUpSmall** — chevron-triangle-up-small, dropdown, caret
304
310
  - **IconCollaborationPointerLeft** — collaboration-pointer-left, cursor, agents
305
311
  - **IconCollaborationPointerRight** — collaboration-pointer-right, cursor, agents
306
312
  - **IconComputerUse** — computer-use, cursor
@@ -658,7 +664,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
658
664
  - **IconCircle** — circle, line, paint
659
665
  - **IconColorPalette** — color-palette, colours
660
666
  - **IconColorPalette2** — color-palette-2, design, coloring
661
- - **IconColorPicker** — color-picker, color
662
667
  - **IconColorRoll** — color-roll, paint-roller
663
668
  - **IconColors** — colors, rgb, adjustments
664
669
  - **IconColorSwatch** — color-swatch, palette, colours
@@ -672,6 +677,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
672
677
  - **IconEditSmall2** — edit-small-2
673
678
  - **IconEraser** — eraser, rubber, clean-up
674
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
675
682
  - **IconFeather** — feather, writing
676
683
  - **IconFeather2** — feather-2, writing
677
684
  - **IconGlass** — glass, material, shader, liquid-glass
package/tsx-icons.json CHANGED
@@ -3353,18 +3353,46 @@
3353
3353
  "iconName": "chevron-top-small",
3354
3354
  "pathname": "src/IconChevronTopSmall"
3355
3355
  },
3356
+ {
3357
+ "svg": "<Path d=\"M12 17.5625L4.86523 9H19.1348L12 17.5625Z\" fill=\"currentColor\"/>",
3358
+ "tags": "Path",
3359
+ "componentName": "IconChevronTriangleDownMedium",
3360
+ "iconName": "chevron-triangle-down-medium, dropdown, caret",
3361
+ "pathname": "src/IconChevronTriangleDownMedium"
3362
+ },
3356
3363
  {
3357
3364
  "svg": "<Path d=\"M7 10L12 16.6667L17 10H7Z\" fill=\"currentColor\"/>",
3358
3365
  "tags": "Path",
3359
3366
  "componentName": "IconChevronTriangleDownSmall",
3360
- "iconName": "chevron-triangle-down-small, dropdown",
3367
+ "iconName": "chevron-triangle-down-small, dropdown, caret",
3361
3368
  "pathname": "src/IconChevronTriangleDownSmall"
3362
3369
  },
3370
+ {
3371
+ "svg": "<Path d=\"M6.4375 12L15 19.1348V4.86523L6.4375 12Z\" fill=\"currentColor\"/>",
3372
+ "tags": "Path",
3373
+ "componentName": "IconChevronTriangleLeftMedium",
3374
+ "iconName": "chevron-triangle-left-medium, dropdown, caret",
3375
+ "pathname": "src/IconChevronTriangleLeftMedium"
3376
+ },
3377
+ {
3378
+ "svg": "<Path d=\"M17.5625 12L9 19.1348V4.86523L17.5625 12Z\" fill=\"currentColor\"/>",
3379
+ "tags": "Path",
3380
+ "componentName": "IconChevronTriangleRightMedium",
3381
+ "iconName": "chevron-triangle-right-medium, dropdown, caret",
3382
+ "pathname": "src/IconChevronTriangleRightMedium"
3383
+ },
3384
+ {
3385
+ "svg": "<Path d=\"M12 6.4375L4.86523 15H19.1348L12 6.4375Z\" fill=\"currentColor\"/>",
3386
+ "tags": "Path",
3387
+ "componentName": "IconChevronTriangleUpMedium",
3388
+ "iconName": "chevron-triangle-up-medium, dropdown, caret",
3389
+ "pathname": "src/IconChevronTriangleUpMedium"
3390
+ },
3363
3391
  {
3364
3392
  "svg": "<Path d=\"M12 7.33301L7 13.9997H17L12 7.33301Z\" fill=\"currentColor\"/>",
3365
3393
  "tags": "Path",
3366
3394
  "componentName": "IconChevronTriangleUpSmall",
3367
- "iconName": "chevron-triangle-up-small, dropdown",
3395
+ "iconName": "chevron-triangle-up-small, dropdown, caret",
3368
3396
  "pathname": "src/IconChevronTriangleUpSmall"
3369
3397
  },
3370
3398
  {
@@ -3990,13 +4018,6 @@
3990
4018
  "iconName": "color-palette-2, design, coloring",
3991
4019
  "pathname": "src/IconColorPalette2"
3992
4020
  },
3993
- {
3994
- "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.0001 1.58588L22.4144 7.00001L16.9144 12.5L18.4144 14L17.0002 15.4142L15.5002 13.9142L8.41421 21H3V15.5858L10.0859 8.49994L8.58594 7.00001L10.0002 5.5858L11.5001 7.08573L17.0001 1.58588ZM14.0859 12.4999L11.5001 9.91415L6.41424 15H11.5858L14.0859 12.4999Z\" fill=\"currentColor\"/>",
3995
- "tags": "Path",
3996
- "componentName": "IconColorPicker",
3997
- "iconName": "color-picker, color",
3998
- "pathname": "src/IconColorPicker"
3999
- },
4000
4021
  {
4001
4022
  "svg": "<Path d=\"M6 3H21V11H6V8H5V12H14V15.1707C15.1652 15.5825 16 16.6938 16 18V22H14V18C14 17.4477 13.5523 17 13 17C12.4477 17 12 17.4477 12 18V22H10V18C10 16.6938 10.8348 15.5825 12 15.1707V14H3V6H6V3Z\" fill=\"currentColor\"/>",
4002
4023
  "tags": "Path",
@@ -5369,6 +5390,20 @@
5369
5390
  "iconName": "eye-closed, see, hidden",
5370
5391
  "pathname": "src/IconEyeClosed"
5371
5392
  },
5393
+ {
5394
+ "svg": "<Path d=\"M14.958 13.7498L9.25779 19.45L6.55857 20.1482L6.15428 20.5535C5.40675 21.3009 4.19476 21.3009 3.44725 20.5535C2.69988 19.806 2.69987 18.594 3.44725 17.8465L3.84959 17.4432L4.55076 14.743L10.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.001 9.68437V11.7068L17.001 13.7068L10.2939 6.99979L12.2939 4.99979H14.3174L15.7969 3.73124Z\" fill=\"currentColor\"/>",
5395
+ "tags": "Path",
5396
+ "componentName": "IconEyedropper",
5397
+ "iconName": "eyedropper, color-picker, pipette, suction-tube, labor",
5398
+ "pathname": "src/IconEyedropper"
5399
+ },
5400
+ {
5401
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M17.0001 1.58588L22.4144 7.00001L16.9144 12.5L18.4144 14L17.0002 15.4142L15.5002 13.9142L8.41421 21H3V15.5858L10.0859 8.49994L8.58594 7.00001L10.0002 5.5858L11.5001 7.08573L17.0001 1.58588ZM14.0859 12.4999L11.5001 9.91415L6.41424 15H11.5858L14.0859 12.4999Z\" fill=\"currentColor\"/>",
5402
+ "tags": "Path",
5403
+ "componentName": "IconEyedropper2",
5404
+ "iconName": "eyedropper-2, color-picker, pipette, suction-tube, labor",
5405
+ "pathname": "src/IconEyedropper2"
5406
+ },
5372
5407
  {
5373
5408
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11.9999 4C16.239 3.99997 20.3385 6.61119 22.8881 11.5405L23.1257 11.9999L22.8881 12.4594C20.3385 17.3887 16.239 20 11.9999 20C7.76072 20 3.66123 17.3888 1.11164 12.4595L0.874023 12.0001L1.11164 11.5406C3.66123 6.6113 7.76071 4.00003 11.9999 4ZM8.49988 12C8.49988 10.067 10.0669 8.5 11.9999 8.5C13.9329 8.5 15.4999 10.067 15.4999 12C15.4999 13.933 13.9329 15.5 11.9999 15.5C10.0669 15.5 8.49988 13.933 8.49988 12Z\" fill=\"currentColor\"/>",
5374
5409
  "tags": "Path",
@@ -5524,7 +5559,7 @@
5524
5559
  "pathname": "src/IconFigmaSimple"
5525
5560
  },
5526
5561
  {
5527
- "svg": "<Path d=\"M12 10H20V22H12.2422L15.2422 19L8 11.7578L4 15.7578V2H12V10ZM19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/><Path d=\"M4 19H10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M8 16L11 19L8 22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
5562
+ "svg": "<Path d=\"M12.4141 19L8 23.4141L6.58594 22L8.58594 20H3V18H8.58594L6.58594 16L8 14.5859L12.4141 19Z\" fill=\"currentColor\"/><Path d=\"M12 10H20V22H12.2422L15.2422 19L8 11.7578L4 15.7578V2H12V10Z\" fill=\"currentColor\"/><Path d=\"M19.4141 8H14V2.58594L19.4141 8Z\" fill=\"currentColor\"/>",
5528
5563
  "tags": "Path",
5529
5564
  "componentName": "IconFileArrowLeftIn",
5530
5565
  "iconName": "file-arrow-left-in, document-arrow-left-in, incoming",
@@ -10424,7 +10459,7 @@
10424
10459
  "pathname": "src/IconReorder"
10425
10460
  },
10426
10461
  {
10427
- "svg": "<Path d=\"M13.5047 16C14.8828 16 16 17.1172 16 18.4953C16 21.2919 12.9404 20.9905 11.0095 20.9905C11.0095 19.0596 10.7081 16 13.5047 16Z\" fill=\"currentColor\"/><Path d=\"M4.50039 4L4.50039 8H8.50049M3.55859 13C3.88938 15.8226 5.60308 18.2224 8.00391 19.5038M18.875 7C17.3295 4.87867 14.8259 3.5 12.0004 3.5C9.05601 3.5 6.46129 4.99708 4.93591 7.27156\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.1836 15.0658C15.8869 12.7781 19.2308 8.7135 21.3326 10.6679C23.4371 12.6249 19.2523 16.0819 16.9341 17.8153C16.6606 16.4301 15.569 15.3388 14.1836 15.0658Z\" fill=\"currentColor\"/>",
10462
+ "svg": "<Path d=\"M13.5049 16C14.8829 16.0001 15.9999 17.1171 16 18.4951C16 21.2916 12.9407 20.9903 11.0098 20.9902C11.0097 19.0593 10.7084 16 13.5049 16Z\" fill=\"currentColor\"/><Path d=\"M4.55176 12.8838C4.8433 15.371 6.3543 17.4893 8.47461 18.6211L9.35742 19.0928L8.41504 20.8564L7.5332 20.3857C4.85207 18.9548 2.9355 16.274 2.56543 13.1162L2.44922 12.123L4.43555 11.8906L4.55176 12.8838Z\" fill=\"currentColor\"/><Path d=\"M14.1836 15.0664C15.8869 12.7787 19.2312 8.71355 21.333 10.668C23.4375 12.625 19.2518 16.082 16.9336 17.8154C16.66 16.4304 15.5688 15.3394 14.1836 15.0664Z\" fill=\"currentColor\"/><Path d=\"M12 2.5C15.1587 2.5 17.9579 4.04257 19.6836 6.41113L20.2725 7.21973L18.6553 8.39746L18.0664 7.58887C16.701 5.71485 14.4923 4.5 12 4.5C9.78062 4.50011 7.78824 5.46561 6.41406 7H9.50098V9H3.5V3H5.5V5.07324C7.1986 3.47873 9.48472 2.5001 12 2.5Z\" fill=\"currentColor\"/>",
10428
10463
  "tags": "Path",
10429
10464
  "componentName": "IconRepaint",
10430
10465
  "iconName": "repaint, recreate, redo",
@@ -10578,7 +10613,7 @@
10578
10613
  "pathname": "src/IconRobot3"
10579
10614
  },
10580
10615
  {
10581
- "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.7781 18.3359C14.8074 18.5554 14.9782 18.7285 15.196 18.7686C16.881 19.0784 18.0007 19.6261 18.0007 20.25C18.0007 21.2165 15.3143 22 12.0007 22C8.68701 22 6.00072 21.2165 6.00072 20.25C6.00072 19.6263 7.1192 19.0785 8.80345 18.7686C9.02126 18.7285 9.19206 18.5554 9.22142 18.3359L10.0007 12.5H14.0007L14.7781 18.3359ZM2.14525 18.4463C2.44341 18.0195 3.10348 17.8737 3.61986 18.1201C4.1362 18.3665 5.24856 19.3582 4.95091 19.7852C4.65284 20.2119 3.05763 19.9124 2.54075 19.666C2.02433 19.4196 1.84709 18.8732 2.14525 18.4463ZM20.3806 18.1201C20.8969 17.8737 21.557 18.0196 21.8552 18.4463C22.1533 18.8731 21.977 19.4195 21.4607 19.666C20.9443 19.9125 19.3488 20.2119 19.0505 19.7852C18.7524 19.3583 19.8641 18.3667 20.3806 18.1201ZM13.0007 3H20.5007V6H21.5007V10H20.5007V12C20.5007 14.6745 18.4005 16.8573 15.7595 16.9922L15.2732 13.3408L15.7898 13.4951L16.2458 11.9609L15.4792 11.7334C13.0887 11.0225 10.9127 11.0226 8.5222 11.7334L7.7556 11.9609L8.21165 13.4951L8.72728 13.3408L8.24095 16.9922C5.60029 16.857 3.50072 14.6743 3.50072 12V10H2.50072V6H3.50072V3H11.0007V1.5H13.0007V3ZM9.25072 6.5C8.42229 6.5 7.75072 7.17157 7.75072 8C7.75072 8.82843 8.42229 9.5 9.25072 9.5C10.079 9.49983 10.7507 8.82832 10.7507 8C10.7507 7.17168 10.079 6.50017 9.25072 6.5ZM14.7507 6.5C13.9223 6.5 13.2507 7.17157 13.2507 8C13.2507 8.82843 13.9223 9.5 14.7507 9.5C15.579 9.49983 16.2507 8.82832 16.2507 8C16.2507 7.17168 15.579 6.50017 14.7507 6.5Z\" fill=\"currentColor\"/>",
10616
+ "svg": "<Path d=\"M14.7775 18.3359C14.8068 18.5554 14.9777 18.7284 15.1954 18.7686C16.8804 19.0784 18.0001 19.6261 18.0001 20.25C18.0001 21.2165 15.3137 22 12.0001 22C8.68652 22 6.00012 21.2165 6.00012 20.25C6.00012 19.6263 7.11873 19.0785 8.80286 18.7686C9.02066 18.7285 9.19145 18.5554 9.22083 18.3359L10.0001 12.5H14.0001L14.7775 18.3359Z\" fill=\"currentColor\"/><Path d=\"M2.14466 18.4463C2.44278 18.0196 3.10291 17.8739 3.61927 18.1201C4.1356 18.3665 5.24797 19.3582 4.95032 19.7852C4.65205 20.2118 3.057 19.9124 2.54016 19.666C2.02393 19.4195 1.84664 18.8731 2.14466 18.4463Z\" fill=\"currentColor\"/><Path d=\"M20.38 18.1201C20.8963 17.8737 21.5563 18.0197 21.8546 18.4463C22.1528 18.8731 21.9764 19.4195 21.4601 19.666C20.9435 19.9124 19.3482 20.2119 19.0499 19.7852C18.7521 19.3583 19.8635 18.3669 20.38 18.1201Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M13.0001 3H20.5001V6H21.5001V10H20.5001V12C20.5001 14.6745 18.3999 16.8573 15.7589 16.9922L15.2726 13.3408L15.7892 13.4951L16.2452 11.9609L15.4786 11.7334C13.0882 11.0226 10.912 11.0226 8.52161 11.7334L7.75501 11.9609L8.21106 13.4951L8.72669 13.3408L8.24036 16.9922C5.5998 16.8569 3.50012 14.6742 3.50012 12V10H2.50012V6H3.50012V3H11.0001V1.5H13.0001V3ZM9.25012 6.5C8.4218 6.50012 7.75012 7.17165 7.75012 8C7.75012 8.82835 8.4218 9.49988 9.25012 9.5C10.0784 9.49983 10.7501 8.82832 10.7501 8C10.7501 7.17168 10.0784 6.50017 9.25012 6.5ZM14.7501 6.5C13.9218 6.50012 13.2501 7.17165 13.2501 8C13.2501 8.82835 13.9218 9.49988 14.7501 9.5C15.5784 9.49983 16.2501 8.82832 16.2501 8C16.2501 7.17168 15.5784 6.50017 14.7501 6.5Z\" fill=\"currentColor\"/>",
10582
10617
  "tags": "Path",
10583
10618
  "componentName": "IconRobotHeadSlop",
10584
10619
  "iconName": "robot-head-slop",
@@ -12153,7 +12188,7 @@
12153
12188
  "pathname": "src/IconStore1"
12154
12189
  },
12155
12190
  {
12156
- "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7.7498 3H2.9998L2.41056 7.12472C2.19376 8.64227 3.37132 10 4.90428 10C6.22586 10 7.32275 8.97866 7.41691 7.66044L7.7498 3ZM14.2497 3H9.74967L9.4456 7.25699C9.33973 8.73922 10.5137 10 11.9997 10C13.4857 10 14.6596 8.73922 14.5537 7.25699L14.2497 3ZM20.9998 3H16.2498L16.5826 7.66044C16.6768 8.97866 17.7737 10 19.0953 10C20.6282 10 21.8058 8.64227 21.589 7.12472L20.9998 3ZM2.99976 11.5814V21H9.99976V15.5H13.9998V21H20.9998V11.5813C20.4234 11.8494 19.779 12 19.0952 12C17.6685 12 16.3879 11.3366 15.5573 10.293C14.7241 11.3306 13.4447 12 11.9996 12C10.5545 12 9.2751 11.3306 8.44196 10.2931C7.61134 11.3367 6.33072 12 4.90417 12C4.2204 12 3.57604 11.8495 2.99976 11.5814Z\" fill=\"currentColor\"/>",
12191
+ "svg": "<Path d=\"M15.558 10.293C16.3886 11.3365 17.6696 12 19.096 12C19.7796 11.9999 20.4242 11.8491 21.0003 11.5811V21H14.0003V15.5H10.0003V21H3.00035V11.5811C3.57652 11.8491 4.22105 12 4.90464 12C6.33098 11.9998 7.61221 11.3364 8.44273 10.293C9.27587 11.3303 10.5554 12 12.0003 12C13.4452 11.9998 14.725 11.3304 15.558 10.293Z\" fill=\"currentColor\"/><Path d=\"M7.41734 7.66016C7.32319 8.97828 6.22609 9.99984 4.90464 10C3.3718 10 2.19393 8.64242 2.4105 7.125L3.00035 3H7.75035L7.41734 7.66016Z\" fill=\"currentColor\"/><Path d=\"M14.5541 7.25684C14.6599 8.73885 13.4861 9.99965 12.0003 10C10.5143 10 9.33978 8.73907 9.44566 7.25684L9.75035 3H14.2503L14.5541 7.25684Z\" fill=\"currentColor\"/><Path d=\"M21.5892 7.125C21.8058 8.64219 20.6286 9.99957 19.096 10C17.7745 10 16.6775 8.97837 16.5834 7.66016L16.2503 3H21.0003L21.5892 7.125Z\" fill=\"currentColor\"/>",
12157
12192
  "tags": "Path",
12158
12193
  "componentName": "IconStore2",
12159
12194
  "iconName": "store-2",
@@ -12706,7 +12741,7 @@
12706
12741
  "pathname": "src/IconThermostat"
12707
12742
  },
12708
12743
  {
12709
- "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.8607 2.25047C16.8771 2.25045 19.0796 2.12893 20.1576 4.16844C20.5557 4.92183 20.5765 5.91099 20.6186 7.88817L20.6908 11.2466C20.7128 12.2783 20.7235 12.7947 20.7123 13.31C20.7024 13.7683 20.6791 14.2272 20.643 14.6841C20.6023 15.198 20.539 15.7106 20.4135 16.7348L20.4018 16.8315C20.1884 18.5725 20.0815 19.4439 19.6732 20.1001C19.3135 20.678 18.7926 21.1386 18.1752 21.4253C17.4743 21.7505 16.5969 21.7505 14.8432 21.7505H9.15469C7.40089 21.7505 6.52358 21.7506 5.82266 21.4253C5.20526 21.1386 4.6843 20.678 4.32461 20.1001C3.91641 19.4439 3.8095 18.5724 3.5961 16.8315L3.58438 16.7348C3.45882 15.7106 3.39558 15.198 3.35489 14.6841C3.31872 14.2272 3.2955 13.7683 3.28555 13.31C3.27438 12.7947 3.28606 12.2783 3.30801 11.2466L3.3793 7.88817C3.42137 5.91099 3.44213 4.92183 3.84024 4.16844C4.91832 2.12866 7.12153 2.25047 9.13809 2.25047H14.8607ZM8.392 5.75047C7.29023 5.75047 6.73869 5.75033 6.31485 5.96336C5.9421 6.1508 5.63694 6.45052 5.44278 6.81981C5.22221 7.23965 5.21182 7.79083 5.1918 8.89207L5.09903 14.0005C5.09902 14.2324 5.09978 14.3491 5.10977 14.4487C5.1992 15.3376 5.86711 16.0596 6.74649 16.2173C6.84511 16.2349 6.96133 16.2443 7.19278 16.2622L7.83243 16.311C8.24856 16.3431 8.45708 16.3595 8.62149 16.436C8.85868 16.5465 9.04308 16.7458 9.13516 16.9907C9.19886 17.1605 9.19961 17.3703 9.19961 17.7876V17.8999C9.19961 18.4597 9.19913 18.7407 9.30801 18.9546C9.40387 19.1426 9.55751 19.2953 9.74551 19.3911C9.95939 19.5 10.2394 19.5005 10.7992 19.5005H13.1996C13.7594 19.5005 14.0395 19.5001 14.2533 19.3911C14.4412 19.2953 14.594 19.1425 14.6898 18.9546C14.7988 18.7407 14.7992 18.4598 14.7992 17.8999V17.8452C14.7992 17.3404 14.799 17.0874 14.893 16.8862C14.9759 16.7089 15.1099 16.5598 15.2768 16.4575C15.4662 16.3414 15.7172 16.3122 16.2191 16.2554L16.9496 16.1733C16.9726 16.1725 16.9847 16.1718 16.9945 16.1714C18.0531 16.121 18.8881 15.2536 18.8988 14.1938C18.8989 14.184 18.8998 14.1718 18.8998 14.1489V14.0005L18.809 8.89305C18.7894 7.79131 18.7796 7.23984 18.559 6.81981C18.3649 6.45043 18.0597 6.15087 17.6869 5.96336C17.263 5.75026 16.7109 5.75047 15.6088 5.75047H8.392ZM14.8725 8.05516C15.0628 8.04081 15.3006 8.04244 15.5092 8.2241C15.6488 8.34599 15.7538 8.5331 15.7641 8.73289V8.80907C15.7593 8.88457 15.7407 8.95944 15.7094 9.02879C15.6779 9.0984 15.6208 9.18216 15.5629 9.26121C15.5022 9.344 15.4293 9.43593 15.3559 9.52586C15.1992 9.7177 15.0616 9.87649 14.976 9.98289H14.975C14.2733 10.8482 13.6082 11.743 12.9809 12.6636L12.9799 12.6645C12.7877 12.9447 12.6025 13.2359 12.4145 13.5268L12.4135 13.5259C12.3112 13.6909 12.1685 13.9608 11.9867 14.1538C11.8917 14.2546 11.7755 14.3479 11.6332 14.4018C11.4871 14.4572 11.3244 14.4665 11.1498 14.4175C10.951 14.3614 10.7616 14.2158 10.6088 14.0786L10.1967 13.6743L9.25235 12.7651V12.7641C9.04276 12.5656 8.74103 12.3131 8.55899 12.0259C8.47803 11.898 8.45102 11.7313 8.46133 11.5854C8.47161 11.4413 8.52246 11.27 8.64883 11.1548C8.81744 11.0012 8.99752 10.9207 9.18496 10.9106C9.36866 10.9009 9.53648 10.9602 9.68106 11.0415C9.82488 11.1225 9.95774 11.2321 10.0746 11.3384C10.1333 11.3917 10.1904 11.4463 10.2436 11.4975C10.2976 11.5495 10.3481 11.5981 10.3959 11.6421L11.1957 12.3764C11.398 12.0717 11.6405 11.7436 11.8471 11.4595C12.4493 10.6295 13.0843 9.823 13.7494 9.04246L14.1098 8.62157C14.2381 8.47662 14.3731 8.33288 14.5092 8.21141C14.6186 8.11382 14.7508 8.07802 14.8471 8.05809L14.8588 8.05614L14.8725 8.05516ZM10.3354 13.5307C10.4506 13.6426 10.5923 13.7943 10.7426 13.9292C10.5922 13.7942 10.4506 13.6416 10.3354 13.5298L9.39102 12.6206L10.3354 13.5307ZM12.2455 13.4175C12.2232 13.4534 12.2005 13.4915 12.1772 13.5307C12.2004 13.4917 12.2233 13.4541 12.2455 13.4184L12.8148 12.5513V12.5503C12.6205 12.8336 12.4328 13.1276 12.2455 13.4175ZM8.70059 11.4223C8.69991 11.424 8.69929 11.4256 8.69864 11.4272C8.70831 11.4034 8.72047 11.3813 8.73379 11.3608L8.70059 11.4223Z\" 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\"/>",
12744
+ "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\"/>",
12710
12745
  "tags": "Path",
12711
12746
  "componentName": "IconThings",
12712
12747
  "iconName": "things",
@@ -13559,6 +13594,20 @@
13559
13594
  "iconName": "voice-mode, voice-settings",
13560
13595
  "pathname": "src/IconVoiceMode"
13561
13596
  },
13597
+ {
13598
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"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 2ZM10 9.5H8V14.5H10L11.5 16.5H13V7.5H11.5L10 9.5ZM13.9004 10.2998C15.0335 11.1498 15.0335 12.8502 13.9004 13.7002L15.0996 15.2998C17.2996 13.6498 17.2996 10.3502 15.0996 8.7002L13.9004 10.2998Z\" fill=\"currentColor\"/>",
13599
+ "tags": "Path",
13600
+ "componentName": "IconVoiceover",
13601
+ "iconName": "voiceover, sound",
13602
+ "pathname": "src/IconVoiceover"
13603
+ },
13604
+ {
13605
+ "svg": "<Path d=\"M9 22H5.43359L3.93359 19.5H1V12.5H3.93359L5.43359 10H9V22Z\" fill=\"currentColor\"/><Path d=\"M11.2461 12.7705C12.1537 13.6214 12.5625 14.845 12.5625 16C12.5625 17.155 12.1537 18.3786 11.2461 19.2295L9.87891 17.7705C10.3045 17.3714 10.5625 16.7199 10.5625 16C10.5625 15.2801 10.3045 14.6286 9.87891 14.2295L11.2461 12.7705Z\" fill=\"currentColor\"/><Path d=\"M14 2C17.471 1.99998 20.8135 4.1012 22.8848 8.03418L23.1299 8.5L22.8848 8.96582C20.8135 12.8988 17.471 15 14 15V13C16.476 13 19.0673 11.5771 20.8555 8.5C19.0673 5.42289 16.476 3.99998 14 4C11.402 4.00002 8.6755 5.56556 6.88477 8.96582L5.11523 8.03418C7.18646 4.1012 10.529 2.00002 14 2Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14 5.25C15.7949 5.25 17.25 6.70507 17.25 8.5C17.25 10.2949 15.7949 11.75 14 11.75C12.2051 11.75 10.75 10.2949 10.75 8.5C10.75 6.70507 12.2051 5.25 14 5.25ZM14 7.25C13.3096 7.25 12.75 7.80964 12.75 8.5C12.75 9.19036 13.3096 9.75 14 9.75C14.6904 9.75 15.25 9.19036 15.25 8.5C15.25 7.80964 14.6904 7.25 14 7.25Z\" fill=\"currentColor\"/>",
13606
+ "tags": "Path",
13607
+ "componentName": "IconVoiceover2",
13608
+ "iconName": "voiceover-2, sound, eye, accessibility",
13609
+ "pathname": "src/IconVoiceover2"
13610
+ },
13562
13611
  {
13563
13612
  "svg": "<Path d=\"M7.50391 3H5.50391V17H7.50391V3Z\" fill=\"currentColor\"/><Path d=\"M14.5039 4H12.5039V8.5H14.5039V4Z\" fill=\"currentColor\"/><Path d=\"M11.0039 6H9.00391V11H11.0039V6Z\" fill=\"currentColor\"/><Path d=\"M4.00391 8H2.00391V12H4.00391V8Z\" 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 fillRule=\"evenodd\" clipRule=\"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\"/>",
13564
13613
  "tags": "Path",
@@ -1,4 +0,0 @@
1
- import { FC } from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconColorPicker: FC<CentralIconBaseProps>;
4
- export default IconColorPicker;
@@ -1,2 +0,0 @@
1
- "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!P.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=u(r,t))||l.enumerable});return o};var L=(o,r,e)=>(e=o!=null?i(I(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var g={};d(g,{IconColorPicker:()=>f,default:()=>x});module.exports=v(g);var p=L(require("react"));var m=L(require("react")),C=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(C.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),f=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.0001 1.58588L22.4144 7.00001L16.9144 12.5L18.4144 14L17.0002 15.4142L15.5002 13.9142L8.41421 21H3V15.5858L10.0859 8.49994L8.58594 7.00001L10.0002 5.5858L11.5001 7.08573L17.0001 1.58588ZM14.0859 12.4999L11.5001 9.91415L6.41424 15H11.5858L14.0859 12.4999Z",fill:"currentColor"})),x=f;0&&(module.exports={IconColorPicker});
2
- //# sourceMappingURL=index.js.map
@@ -1,2 +0,0 @@
1
- import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var L=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.0001 1.58588L22.4144 7.00001L16.9144 12.5L18.4144 14L17.0002 15.4142L15.5002 13.9142L8.41421 21H3V15.5858L10.0859 8.49994L8.58594 7.00001L10.0002 5.5858L11.5001 7.08573L17.0001 1.58588ZM14.0859 12.4999L11.5001 9.91415L6.41424 15H11.5858L14.0859 12.4999Z",fill:"currentColor"})),P=L;export{L as IconColorPicker,P as default};
2
- //# sourceMappingURL=index.mjs.map