@central-icons-react-native/round-outlined-radius-3-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/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/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/IconToque/index.js +1 -1
- package/IconToque/index.js.map +1 -1
- package/IconToque/index.mjs +1 -1
- package/IconToque/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 +116 -18
- 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 +60 -11
- 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=\"M15.3439 9.5H8.65611C7.80475 9.5 7.34279 10.496 7.89272 11.1459L11.2366 15.0978C11.6361 15.5699 12.3639 15.5699 12.7634 15.0978L16.1073 11.1459C16.6572 10.496 16.1953 9.5 15.3439 9.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
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=\"M14.2923 11.8254C14.5703 11.5011 14.3399 11 13.9127 11H10.0869C9.65973 11 9.42927 11.5011 9.70728 11.8254L11.6202 14.0571C11.8197 14.2899 12.1799 14.2899 12.3794 14.0571L14.2923 11.8254Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
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=\"M12.8541 7.89272C13.504 7.34279 14.5 7.80475 14.5 8.65611V15.3439C14.5 16.1953 13.504 16.6572 12.8541 16.1073L8.90218 12.7634C8.43011 12.3639 8.43011 11.6361 8.90218 11.2366L12.8541 7.89272Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
3372
|
+
"tags": "Path",
|
|
3373
|
+
"componentName": "IconChevronTriangleLeftMedium",
|
|
3374
|
+
"iconName": "chevron-triangle-left-medium, dropdown, caret",
|
|
3375
|
+
"pathname": "src/IconChevronTriangleLeftMedium"
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"svg": "<Path d=\"M11.1459 7.89272C10.496 7.34279 9.5 7.80475 9.5 8.65611V15.3439C9.5 16.1953 10.496 16.6572 11.1459 16.1073L15.0978 12.7634C15.5699 12.3639 15.5699 11.6361 15.0978 11.2366L11.1459 7.89272Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
3379
|
+
"tags": "Path",
|
|
3380
|
+
"componentName": "IconChevronTriangleRightMedium",
|
|
3381
|
+
"iconName": "chevron-triangle-right-medium, dropdown, caret",
|
|
3382
|
+
"pathname": "src/IconChevronTriangleRightMedium"
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"svg": "<Path d=\"M16.1073 12.8541C16.6572 13.504 16.1953 14.5 15.3439 14.5H8.65611C7.80475 14.5 7.34279 13.504 7.89272 12.8541L11.2366 8.90218C11.6361 8.43011 12.3639 8.43011 12.7634 8.90218L16.1073 12.8541Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
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=\"M14.2923 12.1749C14.5703 12.4992 14.3399 13.0003 13.9127 13.0003H10.0869C9.65973 13.0003 9.42927 12.4992 9.70728 12.1749L11.6202 9.94316C11.8197 9.71035 12.1799 9.71035 12.3794 9.94316L14.2923 12.1749Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
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 d=\"M15 5L3.79289 16.2071C3.60536 16.3946 3.5 16.649 3.5 16.9142V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H7.08579C7.351 20.5 7.60536 20.3946 7.79289 20.2071L19 9C20.1046 7.89543 20.1046 6.10456 19 5C17.8954 3.89543 16.1046 3.89543 15 5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3995
|
-
"tags": "Path",
|
|
3996
|
-
"componentName": "IconColorPicker",
|
|
3997
|
-
"iconName": "color-picker, color",
|
|
3998
|
-
"pathname": "src/IconColorPicker"
|
|
3999
|
-
},
|
|
4000
4021
|
{
|
|
4001
4022
|
"svg": "<Path d=\"M6.5 5.5C6.5 4.39543 7.39543 3.5 8.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V8.5C20.5 9.60457 19.6046 10.5 18.5 10.5H8.5C7.39543 10.5 6.5 9.60457 6.5 8.5V7V5.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.5 7H4.5C3.94772 7 3.5 7.44772 3.5 8V10.5C3.5 12.1569 4.84315 13.5 6.5 13.5H12C12.5523 13.5 13 13.9477 13 14.5V15C13 15.5523 13.4651 15.9814 13.9737 16.1967C14.8707 16.5764 15.5 17.4647 15.5 18.5V21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 16C11.6193 16 10.5 17.1193 10.5 18.5V21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
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=\"M11.5 8.5L6.30124 13.6988C6.00242 13.9976 5.85301 14.147 5.72715 14.3138C5.61538 14.462 5.5176 14.6202 5.43506 14.7864C5.34213 14.9736 5.27531 15.1741 5.14167 15.575L4.62812 17.1157C4.54386 17.3684 4.40192 17.5981 4.21353 17.7865L4 18C3.44772 18.5523 3.44772 19.4477 4 20C4.55228 20.5523 5.44772 20.5523 6 20L6.21353 19.7865C6.40192 19.5981 6.63159 19.4561 6.88435 19.3719L8.42502 18.8583C8.82594 18.7247 9.02639 18.6579 9.21357 18.5649C9.3798 18.4824 9.53801 18.3846 9.68618 18.2728C9.85301 18.147 10.0024 17.9976 10.3012 17.6988L15.5 12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.0855 12.0856L11.9139 8.91403C11.1329 8.13298 11.1329 6.86665 11.9139 6.0856C12.289 5.71053 12.7977 5.49981 13.3281 5.49981C13.9291 5.49981 14.4848 5.43286 14.9659 5.02424C15.1552 4.86345 15.3242 4.67532 15.4997 4.49981C16.6043 3.39524 18.3951 3.39524 19.4997 4.49981C20.6043 5.60438 20.6043 7.39525 19.4997 8.49981C19.3242 8.67532 19.1361 8.84426 18.9753 9.03359C18.5667 9.51473 18.4997 10.0704 18.4997 10.6714C18.4997 11.2018 18.289 11.7105 17.9139 12.0856C17.1329 12.8666 15.8665 12.8666 15.0855 12.0856Z\" stroke=\"currentColor\" 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 5L3.79289 16.2071C3.60536 16.3946 3.5 16.649 3.5 16.9142V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H7.08579C7.351 20.5 7.60536 20.3946 7.79289 20.2071L19 9C20.1046 7.89543 20.1046 6.10456 19 5C17.8954 3.89543 16.1046 3.89543 15 5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 7L17 14\" stroke=\"currentColor\" 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
|
+
},
|
|
5372
5407
|
{
|
|
5373
5408
|
"svg": "<Path d=\"M21.3194 10.7168C16.4945 2.42766 7.50553 2.42775 2.68066 10.7169C2.22038 11.5077 2.22038 12.4923 2.68066 13.2831C7.50553 21.5723 16.4945 21.5722 21.3194 13.283C21.7797 12.4922 21.7797 11.5076 21.3194 10.7168Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><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\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
5374
5409
|
"tags": "Path",
|
|
@@ -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",
|
|
@@ -12860,7 +12895,7 @@
|
|
|
12860
12895
|
"pathname": "src/IconTopbarHiddenTopWide"
|
|
12861
12896
|
},
|
|
12862
12897
|
{
|
|
12863
|
-
"svg": "<Path d=\"M6.72266 7.77778C6.72266 4.86294 9.0856 2.5 12.0004 2.5C13.954 2.5 15.6596 3.56136 16.5721 5.13889\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 14.5C4.51472 14.5 2.5 12.4853 2.5 10C2.5 7.51472 4.51472 5.5 7 5.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 14.5C19.4853 14.5 21.5 12.4853 21.5 10C21.5 7.51472 19.4853 5.5 17 5.5C15.8587 5.5 14.8167 5.92484 14.0234 6.625\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5V18.5C18.5 20.1569 17.1569 21.5 15.5 21.5H8.5C6.84315 21.5 5.5 20.1569 5.5 18.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.
|
|
12898
|
+
"svg": "<Path d=\"M6.72266 7.77778C6.72266 4.86294 9.0856 2.5 12.0004 2.5C13.954 2.5 15.6596 3.56136 16.5721 5.13889\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7 14.5C4.51472 14.5 2.5 12.4853 2.5 10C2.5 7.51472 4.51472 5.5 7 5.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 14.5C19.4853 14.5 21.5 12.4853 21.5 10C21.5 7.51472 19.4853 5.5 17 5.5C15.8587 5.5 14.8167 5.92484 14.0234 6.625\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5V18.5C18.5 20.1569 17.1569 21.5 15.5 21.5H8.5C6.84315 21.5 5.5 20.1569 5.5 18.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.66797 17.5H18.3346\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
12864
12899
|
"tags": "Path",
|
|
12865
12900
|
"componentName": "IconToque",
|
|
12866
12901
|
"iconName": "toque, chefs-cap, cook",
|
|
@@ -13559,6 +13594,20 @@
|
|
|
13559
13594
|
"iconName": "voice-mode, voice-settings",
|
|
13560
13595
|
"pathname": "src/IconVoiceMode"
|
|
13561
13596
|
},
|
|
13597
|
+
{
|
|
13598
|
+
"svg": "<Path d=\"M8 13.5V10.5C8 9.94772 8.44772 9.5 9 9.5H9.5C9.81476 9.5 10.1111 9.35181 10.3 9.1L11.2 7.9C11.3889 7.64819 11.6852 7.5 12 7.5C12.5523 7.5 13 7.94772 13 8.5V15.5C13 16.0523 12.5523 16.5 12 16.5C11.6852 16.5 11.3889 16.3518 11.2 16.1L10.3 14.9C10.1111 14.6482 9.81476 14.5 9.5 14.5H9C8.44772 14.5 8 14.0523 8 13.5Z\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M14.5 14C16 13 16 11 14.5 10\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
13599
|
+
"tags": "Circle, Path",
|
|
13600
|
+
"componentName": "IconVoiceover",
|
|
13601
|
+
"iconName": "voiceover, sound",
|
|
13602
|
+
"pathname": "src/IconVoiceover"
|
|
13603
|
+
},
|
|
13604
|
+
{
|
|
13605
|
+
"svg": "<Path d=\"M6 8.50004C9.86196 1.16671 18.138 1.16663 22 8.49996C20.069 12.1666 17.0345 14 14 14\" stroke=\"currentColor\" 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\" 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\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10.5625 18.5C11.8958 17.25 11.8958 14.75 10.5625 13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
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=\"M2.5 8.5V11.5M5.5 3.5V16.5M8.5 6.5V13.5M11.5 4.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"3.5\" fill=\"currentColor\"/>",
|
|
13564
13613
|
"tags": "Circle, Path",
|
package/IconColorPicker/index.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=d(o,n))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var g={};k(g,{IconColorPicker:()=>u,default:()=>L});module.exports=x(g);var p=c(require("react"));var i=c(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>i.default.createElement(l.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(m,{...r},p.default.createElement(C.Path,{d:"M15 5L3.79289 16.2071C3.60536 16.3946 3.5 16.649 3.5 16.9142V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H7.08579C7.351 20.5 7.60536 20.3946 7.79289 20.2071L19 9C20.1046 7.89543 20.1046 6.10456 19 5C17.8954 3.89543 16.1046 3.89543 15 5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M10 7L17 14",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),L=u;0&&(module.exports={IconColorPicker});
|
|
2
|
-
//# sourceMappingURL=index.js.map
|