@central-icons-react-native/round-filled-radius-0-stroke-1 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.
- package/IconChevronTriangleDownMedium/index.d.ts +4 -0
- package/IconChevronTriangleDownMedium/index.js +2 -0
- package/IconChevronTriangleDownMedium/index.js.map +1 -0
- package/IconChevronTriangleDownMedium/index.mjs +2 -0
- package/IconChevronTriangleDownMedium/index.mjs.map +1 -0
- package/IconChevronTriangleLeftMedium/index.d.ts +4 -0
- package/IconChevronTriangleLeftMedium/index.js +2 -0
- package/IconChevronTriangleLeftMedium/index.js.map +1 -0
- package/IconChevronTriangleLeftMedium/index.mjs +2 -0
- package/IconChevronTriangleLeftMedium/index.mjs.map +1 -0
- package/IconChevronTriangleRightMedium/index.d.ts +4 -0
- package/IconChevronTriangleRightMedium/index.js +2 -0
- package/IconChevronTriangleRightMedium/index.js.map +1 -0
- package/IconChevronTriangleRightMedium/index.mjs +2 -0
- package/IconChevronTriangleRightMedium/index.mjs.map +1 -0
- package/IconChevronTriangleUpMedium/index.d.ts +4 -0
- package/IconChevronTriangleUpMedium/index.js +2 -0
- package/IconChevronTriangleUpMedium/index.js.map +1 -0
- package/IconChevronTriangleUpMedium/index.mjs +2 -0
- package/IconChevronTriangleUpMedium/index.mjs.map +1 -0
- package/IconDeskOffice2/index.js +1 -1
- package/IconDeskOffice2/index.js.map +1 -1
- package/IconDeskOffice2/index.mjs +1 -1
- package/IconDeskOffice2/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/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/IconVoiceover/index.d.ts +4 -0
- package/IconVoiceover/index.js +2 -0
- package/IconVoiceover/index.js.map +1 -0
- package/IconVoiceover/index.mjs +2 -0
- package/IconVoiceover/index.mjs.map +1 -0
- 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 +8 -1
- package/filtered-icons.json +118 -20
- package/icons/index.d.ts +8 -1
- package/icons-index.json +24 -10
- package/index.d.ts +8 -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 -4
- package/tsx-icons.json +63 -14
- package/IconColorPicker/index.d.ts +0 -4
- package/IconColorPicker/index.js +0 -2
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.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
|
-
- **
|
|
303
|
-
- **
|
|
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=\"M17.5007 9C17.6952 9.00012 17.8719 9.11352 17.9538 9.29004C18.0355 9.46654 18.0081 9.67471 17.8825 9.82324L12.3825 16.3232C12.2876 16.4354 12.1476 16.4999 12.0007 16.5C11.8537 16.5 11.7138 16.4354 11.6188 16.3232L6.11883 9.82324C5.99311 9.67467 5.96572 9.46662 6.04754 9.29004C6.12948 9.11349 6.30602 9 6.50067 9H17.5007Z\" 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=\"M9.00001 10.5C8.80474 10.5 8.62734 10.6137 8.54575 10.7911C8.46416 10.9685 8.4933 11.1771 8.62038 11.3254L11.6204 14.8254C11.7154 14.9362 11.854 15 12 15C12.146 15 12.2846 14.9362 12.3796 14.8254L15.3796 11.3254C15.5067 11.1771 15.5359 10.9685 15.4543 10.7911C15.3727 10.6137 15.1953 10.5 15 10.5H9.00001Z\" 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=\"M15 6.49961C14.9999 6.30504 14.8865 6.12836 14.71 6.04648C14.5335 5.96476 14.3253 5.99219 14.1768 6.11777L7.67676 11.6178C7.56462 11.7127 7.50009 11.8527 7.5 11.9996C7.5 12.1466 7.56463 12.2864 7.67676 12.3814L14.1768 17.8814C14.3253 18.0072 14.5334 18.0346 14.71 17.9527C14.8865 17.8708 15 17.6943 15 17.4996V6.49961Z\" 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=\"M9 6.49961C9.00012 6.30504 9.11352 6.12836 9.29004 6.04648C9.46654 5.96476 9.67471 5.99219 9.82324 6.11777L16.3232 11.6178C16.4354 11.7127 16.4999 11.8527 16.5 11.9996C16.5 12.1466 16.4354 12.2864 16.3232 12.3814L9.82324 17.8814C9.67467 18.0072 9.46662 18.0346 9.29004 17.9527C9.11349 17.8708 9 17.6943 9 17.4996V6.49961Z\" 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=\"M17.5007 15C17.6952 14.9999 17.8719 14.8865 17.9538 14.71C18.0355 14.5335 18.0081 14.3253 17.8825 14.1768L12.3825 7.67676C12.2876 7.56462 12.1476 7.50009 12.0007 7.5C11.8537 7.5 11.7138 7.56463 11.6188 7.67676L6.11883 14.1768C5.99311 14.3253 5.96572 14.5334 6.04754 14.71C6.12948 14.8865 6.30602 15 6.50067 15H17.5007Z\" 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=\"M9.00001 13.5C8.80474 13.5 8.62734 13.3863 8.54575 13.2089C8.46416 13.0315 8.4933 12.8229 8.62038 12.6746L11.6204 9.1746C11.7154 9.06378 11.854 9 12 9C12.146 9 12.2846 9.06378 12.3796 9.1746L15.3796 12.6746C15.5067 12.8229 15.5359 13.0315 15.4543 13.2089C15.3727 13.3863 15.1953 13.5 15 13.5H9.00001Z\" 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=\"M16.6464 2.64645C16.8417 2.45118 17.1583 2.45118 17.3536 2.64645L21.3536 6.64645C21.5475 6.84042 21.549 7.15446 21.3568 7.35023L21.3536 7.35355L16.2552 12.5481L17.3536 13.6464C17.5488 13.8417 17.5488 14.1583 17.3536 14.3536C17.1583 14.5488 16.8417 14.5488 16.6464 14.3536L15.5547 13.2618L8.10684 20.8502C8.01282 20.946 7.88423 21 7.75 21H3.5C3.22386 21 3 20.7761 3 20.5V16.5C3 16.3674 3.05268 16.2402 3.14645 16.1464L10.7929 8.5L9.64645 7.35355C9.45118 7.15829 9.45118 6.84171 9.64645 6.64645C9.84171 6.45118 10.1583 6.45118 10.3536 6.64645L11.5 7.79289L16.6464 2.64645ZM11.5 9.20711L14.8476 12.5547L12.4476 15H5.70711L11.5 9.20711Z\" 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 3.5C6 3.22386 6.22386 3 6.5 3H20.5C20.7761 3 21 3.22386 21 3.5V10.5C21 10.7761 20.7761 11 20.5 11H6.5C6.22386 11 6 10.7761 6 10.5V7.5H4V13H13C13.2761 13 13.5 13.2239 13.5 13.5V15.5415C14.9189 15.7795 16 17.0135 16 18.5V21.5C16 21.7761 15.7761 22 15.5 22C15.2239 22 15 21.7761 15 21.5V18.5C15 17.3954 14.1046 16.5 13 16.5C11.8954 16.5 11 17.3954 11 18.5V21.5C11 21.7761 10.7761 22 10.5 22C10.2239 22 10 21.7761 10 21.5V18.5C10 17.0135 11.0811 15.7795 12.5 15.5415V14H3.5C3.22386 14 3 13.7761 3 13.5V7C3 6.72386 3.22386 6.5 3.5 6.5H6V3.5Z\" fill=\"currentColor\"/>",
|
|
4002
4023
|
"tags": "Path",
|
|
@@ -4593,8 +4614,8 @@
|
|
|
4593
4614
|
"pathname": "src/IconDeskOffice"
|
|
4594
4615
|
},
|
|
4595
4616
|
{
|
|
4596
|
-
"svg": "<Path d=\"
|
|
4597
|
-
"tags": "Path
|
|
4617
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.5 3C14.7761 3 15 3.22386 15 3.5V9.5C15 9.77614 14.7761 10 14.5 10H10.5V11H20.5C20.7761 11 21 11.2239 21 11.5V20.5C21 20.7761 20.7761 21 20.5 21H12.75C12.4739 21 12.25 20.7761 12.25 20.5V12H4V20.5C4 20.7761 3.77614 21 3.5 21C3.22386 21 3 20.7761 3 20.5V11.5C3 11.2239 3.22386 11 3.5 11H9.5V10H5.5C5.22386 10 5 9.77614 5 9.5V3.5C5 3.22386 5.22386 3 5.5 3H14.5ZM13.25 15.5H20V12H13.25V15.5Z\" fill=\"currentColor\"/>",
|
|
4618
|
+
"tags": "Path",
|
|
4598
4619
|
"componentName": "IconDeskOffice2",
|
|
4599
4620
|
"iconName": "desk-office-2",
|
|
4600
4621
|
"pathname": "src/IconDeskOffice2"
|
|
@@ -5369,6 +5390,20 @@
|
|
|
5369
5390
|
"iconName": "eye-closed, see, hidden",
|
|
5370
5391
|
"pathname": "src/IconEyeClosed"
|
|
5371
5392
|
},
|
|
5393
|
+
{
|
|
5394
|
+
"svg": "<Path d=\"M15.208 13.4998L9.35447 19.3533C9.29139 19.4164 9.21231 19.4618 9.12596 19.4842L6.69041 20.1141C6.60398 20.1365 6.52496 20.1817 6.46189 20.2449L6.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.75389 17.5398C3.81658 17.477 3.8614 17.3982 3.88377 17.3123L4.51658 14.8748C4.53897 14.7886 4.58445 14.7102 4.64744 14.6473L10.501 8.79276L15.208 13.4998Z\" 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.1211 9.54374C19.0435 9.63429 19.001 9.74971 19.001 9.86894V11.4998C19.0009 11.6323 18.9482 11.7596 18.8545 11.8533L17.3545 13.3533C17.1592 13.5484 16.8427 13.5484 16.6474 13.3533L10.6474 7.35331C10.4522 7.15809 10.4523 6.84155 10.6474 6.64628L12.1474 5.14628C12.2412 5.05253 12.3684 4.99982 12.501 4.99979H14.1328C14.252 4.99969 14.3675 4.95722 14.458 4.87968L15.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=\"M16.6464 2.64645C16.8417 2.45118 17.1583 2.45118 17.3536 2.64645L21.3536 6.64645C21.5475 6.84042 21.549 7.15446 21.3568 7.35023L21.3536 7.35355L16.2552 12.5481L17.3536 13.6464C17.5488 13.8417 17.5488 14.1583 17.3536 14.3536C17.1583 14.5488 16.8417 14.5488 16.6464 14.3536L15.5547 13.2618L8.10684 20.8502C8.01282 20.946 7.88423 21 7.75 21H3.5C3.22386 21 3 20.7761 3 20.5V16.5C3 16.3674 3.05268 16.2402 3.14645 16.1464L10.7929 8.5L9.64645 7.35355C9.45118 7.15829 9.45118 6.84171 9.64645 6.64645C9.84171 6.45118 10.1583 6.45118 10.3536 6.64645L11.5 7.79289L16.6464 2.64645ZM11.5 9.20711L14.8476 12.5547L12.4476 15H5.70711L11.5 9.20711Z\" 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=\"M12 4C16.0348 3.99997 19.9772 6.65957 22.4503 11.7825C22.5166 11.9199 22.5166 12.08 22.4503 12.2173C19.9772 17.3403 16.0348 19.9999 12 19.9999C7.96524 20 4.02282 17.3404 1.54972 12.2174C1.48343 12.0801 1.48343 11.92 1.54972 11.7827C4.02282 6.65969 7.96524 4.00003 12 4ZM8.75 12C8.75 10.2051 10.2051 8.75 12 8.75C13.7949 8.75 15.25 10.2051 15.25 12C15.25 13.7949 13.7949 15.25 12 15.25C10.2051 15.25 8.75 13.7949 8.75 12Z\" fill=\"currentColor\"/>",
|
|
5374
5409
|
"tags": "Path",
|
|
@@ -10578,7 +10613,7 @@
|
|
|
10578
10613
|
"pathname": "src/IconRobot3"
|
|
10579
10614
|
},
|
|
10580
10615
|
{
|
|
10581
|
-
"svg": "<Path d=\"M13.
|
|
10616
|
+
"svg": "<Path d=\"M13.0977 12.5C13.3327 12.5 13.5338 12.6632 13.5684 12.8955C13.7967 14.425 14.2081 18.5864 15.1964 18.7686C16.8811 19.0784 18.0001 19.6262 18.0001 20.25C18.0001 21.2165 15.3138 22 12.0001 22C8.68651 22 6.00009 21.2165 6.00009 20.25C6.00009 19.6262 7.11943 19.0785 8.8038 18.7686C9.79213 18.5863 10.2033 14.4251 10.4317 12.8955C10.4664 12.6633 10.6676 12.5001 10.9024 12.5H13.0977Z\" fill=\"currentColor\"/><Path d=\"M2.14462 18.4463C2.44275 18.0195 3.1038 17.8737 3.6202 18.1201C4.13677 18.3668 5.24837 19.3584 4.95028 19.7852C4.652 20.2119 3.05659 19.9124 2.54013 19.666C2.02389 19.4196 1.84669 18.8731 2.14462 18.4463Z\" fill=\"currentColor\"/><Path d=\"M20.38 18.1201C20.8964 17.8737 21.5574 18.0195 21.8556 18.4463C22.1537 18.8732 21.9765 19.4196 21.46 19.666C20.9432 19.9124 19.348 20.2119 19.0499 19.7852C18.7523 19.3584 19.8633 18.3671 20.38 18.1201Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0001 2C12.2759 2.00026 12.5 2.2241 12.5001 2.5V3H19.5001C19.7762 3 20.0001 3.22386 20.0001 3.5V6H20.5001C20.7762 6 21.0001 6.22386 21.0001 6.5V9.5C21.0001 9.77614 20.7762 10 20.5001 10H20.0001V11.5C20.0001 13.9853 17.9854 16 15.5001 16H15.003C15.0016 15.9928 14.9996 15.9857 14.9981 15.9785C14.8736 15.3591 14.7736 14.71 14.6905 14.1416C14.6141 13.619 14.5428 13.1051 14.4806 12.8105C14.6874 12.861 14.8966 12.9168 15.1075 12.9795C15.3722 13.0582 15.6508 12.9072 15.7296 12.6426C15.8083 12.3779 15.6573 12.0992 15.3927 12.0205C13.058 11.3263 10.9422 11.3262 8.60751 12.0205C8.34302 12.0993 8.19197 12.378 8.2706 12.6426C8.34928 12.9072 8.62806 13.058 8.89267 12.9795C9.10327 12.9169 9.31206 12.8609 9.51864 12.8105C9.45636 13.1051 9.38508 13.6184 9.30868 14.1406C9.22551 14.7091 9.12666 15.359 9.00204 15.9785C9.00059 15.9857 8.99861 15.9928 8.99716 16H8.50009C6.01494 15.9998 4.00009 13.9852 4.00009 11.5V10H3.50009C3.22408 9.99985 3.00009 9.77605 3.00009 9.5V6.5C3.00009 6.22395 3.22408 6.00015 3.50009 6H4.00009V3.5C4.00009 3.22395 4.22408 3.00016 4.50009 3H11.5011L11.5001 2.5C11.5001 2.22407 11.7242 2.00029 12.0001 2ZM9.25009 6.5C8.55993 6.50016 8.00019 7.08202 8.00009 7.7998C8.00009 8.51768 8.55986 9.09945 9.25009 9.09961C9.94044 9.09961 10.5001 8.51777 10.5001 7.7998C10.5 7.08192 9.94038 6.5 9.25009 6.5ZM14.7501 6.5C14.0599 6.50015 13.5001 7.05974 13.5001 7.75C13.5001 8.44026 14.0599 8.99985 14.7501 9C15.4404 9 16.0001 8.44036 16.0001 7.75C16.0001 7.05964 15.4404 6.5 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 d=\"
|
|
12191
|
+
"svg": "<Path d=\"M15.232 9.2998C15.3496 9.1289 15.6263 9.13305 15.7398 9.30664C16.4084 10.3338 17.566 10.9998 18.8609 11C19.6621 11 20.3986 10.7489 21.0005 10.3252V20.5C21.0005 20.776 20.7765 20.9998 20.5005 21H14.5005C14.2244 21 14.0005 20.7761 14.0005 20.5V16C14.0005 15.724 13.7765 15.5002 13.5005 15.5H10.5005C10.2244 15.5 10.0005 15.7239 10.0005 16V20.5C10.0005 20.776 9.77646 20.9998 9.50052 21H3.50052C3.22438 21 3.00052 20.7761 3.00052 20.5V10.3252C3.60242 10.7489 4.33795 11 5.13919 11C6.43425 11 7.59161 10.3339 8.26029 9.30664C8.37368 9.13288 8.65043 9.12884 8.7681 9.2998C9.47142 10.3216 10.6499 11 12.0005 11C13.3509 10.9999 14.5287 10.3214 15.232 9.2998Z\" fill=\"currentColor\"/><Path d=\"M7.83353 7.66309C7.64173 9.00393 6.49371 9.99989 5.13919 10C3.4825 10 2.20959 8.53262 2.44388 6.89258L2.939 3.42969C2.97419 3.18336 3.18529 3 3.43412 3H8.50052L7.83353 7.66309Z\" fill=\"currentColor\"/><Path d=\"M14.9038 6.76855C15.0887 8.4945 13.7363 9.99973 12.0005 10C10.2645 10 8.91133 8.49465 9.09623 6.76855L9.50052 3H14.5005L14.9038 6.76855Z\" fill=\"currentColor\"/><Path d=\"M20.566 3C20.8148 3 21.0259 3.18336 21.0611 3.42969L21.5562 6.89258C21.7905 8.53262 20.5176 10 18.8609 10C17.5064 9.99986 16.3583 9.00391 16.1665 7.66309L15.5005 3H20.566Z\" 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.
|
|
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 2ZM12 7.5C11.6852 7.5 11.389 7.64858 11.2002 7.90039L10.2998 9.09961C10.111 9.35142 9.81476 9.5 9.5 9.5H9C8.44772 9.5 8 9.94772 8 10.5V13.5C8 14.0523 8.44772 14.5 9 14.5H9.5C9.81476 14.5 10.111 14.6486 10.2998 14.9004L11.2002 16.0996C11.389 16.3514 11.6852 16.5 12 16.5C12.5523 16.5 13 16.0523 13 15.5V8.5C13 7.94772 12.5523 7.5 12 7.5ZM14.7773 9.58398C14.5476 9.43081 14.2372 9.49289 14.084 9.72266C13.9308 9.95242 13.9929 10.2628 14.2227 10.416C15.4258 11.2181 15.4258 12.7819 14.2227 13.584C13.9929 13.7372 13.9308 14.0476 14.084 14.2773C14.2372 14.5071 14.5476 14.5692 14.7773 14.416C16.5742 13.2181 16.5742 10.7819 14.7773 9.58398Z\" fill=\"currentColor\"/>",
|
|
13599
|
+
"tags": "Path",
|
|
13600
|
+
"componentName": "IconVoiceover",
|
|
13601
|
+
"iconName": "voiceover, sound",
|
|
13602
|
+
"pathname": "src/IconVoiceover"
|
|
13603
|
+
},
|
|
13604
|
+
{
|
|
13605
|
+
"svg": "<Path d=\"M8 10.5C8.27614 10.5 8.5 10.7239 8.5 11V21C8.5 21.2761 8.27614 21.5 8 21.5H5.5C5.32437 21.5 5.16165 21.4074 5.07129 21.2568L3.7168 19H2C1.72386 19 1.5 18.7761 1.5 18.5V13.5C1.5 13.2239 1.72386 13 2 13H3.7168L5.07129 10.7432L5.1084 10.6895C5.20248 10.5708 5.34622 10.5 5.5 10.5H8Z\" fill=\"currentColor\"/><Path d=\"M10.1973 13.1582C10.386 12.9569 10.7028 12.9462 10.9043 13.1348C11.6914 13.8727 12.0625 14.9537 12.0625 16C12.0625 17.0463 11.6914 18.1273 10.9043 18.8652C10.7028 19.0538 10.386 19.0431 10.1973 18.8418C10.0087 18.6403 10.0194 18.3235 10.2207 18.1348C10.7667 17.6227 11.0625 16.8286 11.0625 16C11.0625 15.1714 10.7667 14.3773 10.2207 13.8652C10.0194 13.6765 10.0087 13.3597 10.1973 13.1582Z\" fill=\"currentColor\"/><Path d=\"M14 2.5C17.2527 2.49998 20.4413 4.46697 22.4424 8.2666C22.5192 8.41243 22.5192 8.58757 22.4424 8.7334C20.4413 12.533 17.2527 14.5 14 14.5C13.7239 14.5 13.5 14.2761 13.5 14C13.5 13.7239 13.7239 13.5 14 13.5C16.7534 13.5 19.5664 11.8746 21.4297 8.5C19.5664 5.12538 16.7534 3.49998 14 3.5C11.1837 3.50002 8.30324 5.19989 6.44238 8.7334C6.31362 8.97751 6.01083 9.071 5.7666 8.94238C5.52253 8.81361 5.42901 8.51082 5.55762 8.2666C7.55873 4.46702 10.7473 2.50002 14 2.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14 5.75C15.5188 5.75 16.75 6.98122 16.75 8.5C16.75 10.0188 15.5188 11.25 14 11.25C12.4812 11.25 11.25 10.0188 11.25 8.5C11.25 6.98122 12.4812 5.75 14 5.75ZM14 6.75C13.0335 6.75 12.25 7.5335 12.25 8.5C12.25 9.4665 13.0335 10.25 14 10.25C14.9665 10.25 15.75 9.4665 15.75 8.5C15.75 7.5335 14.9665 6.75 14 6.75Z\" 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=\"M5.5 3C5.77614 3 6 3.22386 6 3.5V16.5C6 16.7761 5.77614 17 5.5 17C5.22386 17 5 16.7761 5 16.5V3.5C5 3.22386 5.22386 3 5.5 3Z\" fill=\"currentColor\"/><Path d=\"M11.5 4C11.7761 4 12 4.22386 12 4.5V9.5C12 9.77614 11.7761 10 11.5 10C11.2239 10 11 9.77614 11 9.5V4.5C11 4.22386 11.2239 4 11.5 4Z\" fill=\"currentColor\"/><Path d=\"M8.5 6C8.77614 6 9 6.22386 9 6.5V13.5C9 13.7761 8.77614 14 8.5 14C8.22386 14 8 13.7761 8 13.5V6.5C8 6.22386 8.22386 6 8.5 6Z\" fill=\"currentColor\"/><Path d=\"M2.5 8C2.77614 8 3 8.22386 3 8.5V11.5C3 11.7761 2.77614 12 2.5 12C2.22386 12 2 11.7761 2 11.5V8.5C2 8.22386 2.22386 8 2.5 8Z\" fill=\"currentColor\"/><Path d=\"M16.5 19C18.433 19 20 17.433 20 15.5C20 13.567 18.433 12 16.5 12C14.567 12 13 13.567 13 15.5C13 17.433 14.567 19 16.5 19Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M11 15.5C11 12.4624 13.4624 10 16.5 10C19.5376 10 22 12.4624 22 15.5C22 18.5376 19.5376 21 16.5 21C13.4624 21 11 18.5376 11 15.5ZM16.5 11C14.0147 11 12 13.0147 12 15.5C12 17.9853 14.0147 20 16.5 20C18.9853 20 21 17.9853 21 15.5C21 13.0147 18.9853 11 16.5 11Z\" fill=\"currentColor\"/>",
|
|
13564
13613
|
"tags": "Path",
|
package/IconColorPicker/index.js
DELETED
|
@@ -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})},l=(o,r,e,C)=>{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:!(C=u(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(I(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>l(n({},"__esModule",{value:!0}),o);var g={};d(g,{IconColorPicker:()=>f,default:()=>x});module.exports=v(g);var p=a(require("react"));var m=a(require("react")),L=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(L.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:"M16.6464 2.64645C16.8417 2.45118 17.1583 2.45118 17.3536 2.64645L21.3536 6.64645C21.5475 6.84042 21.549 7.15446 21.3568 7.35023L21.3536 7.35355L16.2552 12.5481L17.3536 13.6464C17.5488 13.8417 17.5488 14.1583 17.3536 14.3536C17.1583 14.5488 16.8417 14.5488 16.6464 14.3536L15.5547 13.2618L8.10684 20.8502C8.01282 20.946 7.88423 21 7.75 21H3.5C3.22386 21 3 20.7761 3 20.5V16.5C3 16.3674 3.05268 16.2402 3.14645 16.1464L10.7929 8.5L9.64645 7.35355C9.45118 7.15829 9.45118 6.84171 9.64645 6.64645C9.84171 6.45118 10.1583 6.45118 10.3536 6.64645L11.5 7.79289L16.6464 2.64645ZM11.5 9.20711L14.8476 12.5547L12.4476 15H5.70711L11.5 9.20711Z",fill:"currentColor"})),x=f;0&&(module.exports={IconColorPicker});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|