@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.240 → 1.1.242
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/IconReduceMotion/index.d.ts +4 -0
- package/IconReduceMotion/index.js +2 -0
- package/IconReduceMotion/index.js.map +1 -0
- package/IconReduceMotion/index.mjs +2 -0
- package/IconReduceMotion/index.mjs.map +1 -0
- 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/README.md +6 -0
- package/filtered-icons.json +86 -2
- package/icons/index.d.ts +6 -0
- package/icons-index.json +19 -7
- package/index.d.ts +6 -0
- 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 +9 -3
- package/tsx-icons.json +44 -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.242) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2006 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
|
|
|
@@ -198,8 +198,10 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
198
198
|
- **IconEyeSlash** — eye-slash, hide, eye off, see, look, not visible
|
|
199
199
|
- **IconEyeSlash2** — eye-slash-2, accessibility eye, a11y
|
|
200
200
|
- **IconImageAltText** — image-alt-text
|
|
201
|
+
- **IconReduceMotion** — reduce-motion
|
|
201
202
|
- **IconSquareLinesBottom** — square-lines-bottom, transcription
|
|
202
203
|
- **IconVoiceControl** — voice-control
|
|
204
|
+
- **IconVoiceover** — voiceover, sound
|
|
203
205
|
|
|
204
206
|
### Arrows
|
|
205
207
|
|
|
@@ -298,8 +300,12 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
298
300
|
- **IconChevronTop** — chevron-top
|
|
299
301
|
- **IconChevronTopMedium** — chevron-top-medium
|
|
300
302
|
- **IconChevronTopSmall** — chevron-top-small
|
|
301
|
-
- **
|
|
302
|
-
- **
|
|
303
|
+
- **IconChevronTriangleDownMedium** — chevron-triangle-down-medium, dropdown, caret
|
|
304
|
+
- **IconChevronTriangleDownSmall** — chevron-triangle-down-small, dropdown, caret
|
|
305
|
+
- **IconChevronTriangleLeftMedium** — chevron-triangle-left-medium, dropdown, caret
|
|
306
|
+
- **IconChevronTriangleRightMedium** — chevron-triangle-right-medium, dropdown, caret
|
|
307
|
+
- **IconChevronTriangleUpMedium** — chevron-triangle-up-medium, dropdown, caret
|
|
308
|
+
- **IconChevronTriangleUpSmall** — chevron-triangle-up-small, dropdown, caret
|
|
303
309
|
- **IconCollaborationPointerLeft** — collaboration-pointer-left, cursor, agents
|
|
304
310
|
- **IconCollaborationPointerRight** — collaboration-pointer-right, cursor, agents
|
|
305
311
|
- **IconComputerUse** — computer-use, cursor
|
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
|
{
|
|
@@ -10346,6 +10374,13 @@
|
|
|
10346
10374
|
"iconName": "redirect-arrow",
|
|
10347
10375
|
"pathname": "src/IconRedirectArrow"
|
|
10348
10376
|
},
|
|
10377
|
+
{
|
|
10378
|
+
"svg": "<Path d=\"M9.00488 18C9.55703 17.9997 10.0053 18.4469 10.0059 18.999C10.0063 19.5513 9.55814 19.9996 9.00586 20H8.99414C8.44186 19.9996 7.99372 19.5513 7.99414 18.999C7.99468 18.4469 8.44297 17.9997 8.99512 18H9.00488Z\" fill=\"currentColor\"/><Path d=\"M14.5469 14.292C14.7581 13.7817 15.3432 13.5389 15.8535 13.75C16.3638 13.9612 16.6057 14.5463 16.3945 15.0566C16.393 15.0604 16.3922 15.0646 16.3906 15.0684C16.1787 15.5783 15.593 15.8202 15.083 15.6084C14.5731 15.3965 14.3311 14.8107 14.543 14.3008C14.5442 14.2979 14.5457 14.2949 14.5469 14.292Z\" fill=\"currentColor\"/><Path d=\"M15.999 10.9941C16.5513 10.9937 16.9996 11.4419 17 11.9941V12.0059C16.9996 12.5581 16.5513 13.0063 15.999 13.0059C15.4469 13.0053 14.9997 12.557 15 12.0049V11.9951C14.9997 11.443 15.4469 10.9947 15.999 10.9941Z\" fill=\"currentColor\"/><Path d=\"M15.083 8.3916C15.593 8.17978 16.1787 8.42171 16.3906 8.93164C16.3922 8.93543 16.393 8.93956 16.3945 8.94336C16.6057 9.45366 16.3638 10.0388 15.8535 10.25C15.3432 10.4611 14.7581 10.2183 14.5469 9.70801C14.5457 9.70512 14.5442 9.7021 14.543 9.69922C14.3311 9.18925 14.5731 8.60354 15.083 8.3916Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15 4C19.4183 4 23 7.58172 23 12C23 16.4183 19.4183 20 15 20C13.9377 20 12.9245 19.791 11.9971 19.415C11.5014 19.585 10.9531 19.3442 10.75 18.8535C10.7364 18.8206 10.7247 18.7873 10.7148 18.7539C8.48249 17.3346 7 14.8413 7 12C7 9.15853 8.48224 6.66439 10.7148 5.24512C10.7247 5.21199 10.7365 5.17911 10.75 5.14648C10.953 4.65585 11.5015 4.41425 11.9971 4.58398C12.9244 4.20811 13.9378 4 15 4ZM15 6C14.7044 6 14.414 6.0222 14.1299 6.06348C14.3212 6.09915 14.5042 6.19094 14.6523 6.33887C14.6553 6.34179 14.6582 6.34472 14.6611 6.34766C15.0513 6.73848 15.051 7.3715 14.6602 7.76172C14.2694 8.15191 13.6363 8.15147 13.2461 7.76074C13.2439 7.75853 13.2415 7.75612 13.2393 7.75391C12.8485 7.36368 12.8481 6.73064 13.2383 6.33984C13.2828 6.29525 13.3307 6.2561 13.3809 6.22168C10.8538 6.92832 9 9.24738 9 12C9 14.7525 10.8539 17.0706 13.3809 17.7773C13.3309 17.743 13.2827 17.7046 13.2383 17.6602C12.8481 17.2694 12.8485 16.6363 13.2393 16.2461C13.2415 16.2439 13.2439 16.2415 13.2461 16.2393C13.6363 15.8485 14.2694 15.8481 14.6602 16.2383C15.051 16.6285 15.0513 17.2615 14.6611 17.6523C14.6582 17.6553 14.6553 17.6582 14.6523 17.6611C14.5042 17.809 14.3212 17.8999 14.1299 17.9355C14.414 17.9768 14.7044 18 15 18C18.3137 18 21 15.3137 21 12C21 8.68629 18.3137 6 15 6Z\" fill=\"currentColor\"/><Path d=\"M5.3916 18.083C5.60354 17.5731 6.18925 17.3311 6.69922 17.543C6.7021 17.5442 6.70512 17.5457 6.70801 17.5469C7.21826 17.7581 7.46114 18.3432 7.25 18.8535C7.03882 19.3638 6.45366 19.6057 5.94336 19.3945C5.93956 19.393 5.93543 19.3922 5.93164 19.3906C5.42171 19.1787 5.17978 18.593 5.3916 18.083Z\" fill=\"currentColor\"/><Path d=\"M3.33984 16.2383C3.73064 15.8481 4.36368 15.8485 4.75391 16.2393C4.75612 16.2415 4.75853 16.2439 4.76074 16.2461C5.15147 16.6363 5.15191 17.2694 4.76172 17.6602C4.3715 18.051 3.73848 18.0513 3.34766 17.6611C3.34472 17.6582 3.34179 17.6553 3.33887 17.6523C2.94865 17.2615 2.94904 16.6285 3.33984 16.2383Z\" fill=\"currentColor\"/><Path d=\"M2.14648 13.75C2.65677 13.5389 3.24193 13.7817 3.45312 14.292C3.45432 14.2949 3.45583 14.2979 3.45703 14.3008C3.6689 14.8107 3.42695 15.3965 2.91699 15.6084C2.40704 15.8202 1.82131 15.5783 1.60938 15.0684C1.6078 15.0646 1.60704 15.0604 1.60547 15.0566C1.39432 14.5463 1.6362 13.9612 2.14648 13.75Z\" fill=\"currentColor\"/><Path d=\"M2.00098 10.9941C2.55312 10.9947 3.00035 11.443 3 11.9951V12.0049C3.00035 12.557 2.55312 13.0053 2.00098 13.0059C1.44869 13.0063 1.00043 12.5581 1 12.0059V11.9941C1.00043 11.4419 1.44869 10.9937 2.00098 10.9941Z\" fill=\"currentColor\"/><Path d=\"M1.60938 8.93164C1.82131 8.42171 2.40704 8.17978 2.91699 8.3916C3.42695 8.60354 3.6689 9.18925 3.45703 9.69922C3.45583 9.7021 3.45432 9.70512 3.45312 9.70801C3.24193 10.2183 2.65677 10.4611 2.14648 10.25C1.6362 10.0388 1.39432 9.45366 1.60547 8.94336C1.60704 8.93956 1.6078 8.93543 1.60938 8.93164Z\" fill=\"currentColor\"/><Path d=\"M3.34766 6.33887C3.73848 5.94865 4.3715 5.94904 4.76172 6.33984C5.15191 6.73064 5.15147 7.36368 4.76074 7.75391C4.75853 7.75612 4.75612 7.75853 4.75391 7.76074C4.36368 8.15147 3.73064 8.15191 3.33984 7.76172C2.94904 7.3715 2.94865 6.73848 3.33887 6.34766C3.34179 6.34472 3.34472 6.34179 3.34766 6.33887Z\" fill=\"currentColor\"/><Path d=\"M5.94336 4.60547C6.45366 4.39432 7.03882 4.6362 7.25 5.14648C7.46114 5.65677 7.21826 6.24193 6.70801 6.45312C6.70512 6.45432 6.7021 6.45583 6.69922 6.45703C6.18925 6.6689 5.60354 6.42695 5.3916 5.91699C5.17978 5.40704 5.42171 4.82131 5.93164 4.60938C5.93543 4.6078 5.93956 4.60704 5.94336 4.60547Z\" fill=\"currentColor\"/><Path d=\"M9.00586 4C9.55814 4.00043 10.0063 4.44869 10.0059 5.00098C10.0053 5.55312 9.55703 6.00035 9.00488 6H8.99512C8.44297 6.00035 7.99468 5.55312 7.99414 5.00098C7.99372 4.44869 8.44186 4.00043 8.99414 4H9.00586Z\" fill=\"currentColor\"/>",
|
|
10379
|
+
"tags": "Path",
|
|
10380
|
+
"componentName": "IconReduceMotion",
|
|
10381
|
+
"iconName": "reduce-motion",
|
|
10382
|
+
"pathname": "src/IconReduceMotion"
|
|
10383
|
+
},
|
|
10349
10384
|
{
|
|
10350
10385
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M20 22H6.75C5.23122 22 4 20.7688 4 19.25V5C4 3.34315 5.34315 2 7 2H20V22ZM6.75 18.5C6.33579 18.5 6 18.8358 6 19.25C6 19.6642 6.33579 20 6.75 20H18V18.5H6.75ZM6.75 15C6.33579 15 6 15.3358 6 15.75C6 16.1642 6.33579 16.5 6.75 16.5H18V15H6.75ZM8 6V8H16V6H8Z\" fill=\"currentColor\"/>",
|
|
10351
10386
|
"tags": "Path",
|
|
@@ -13552,6 +13587,13 @@
|
|
|
13552
13587
|
"iconName": "voice-mode, voice-settings",
|
|
13553
13588
|
"pathname": "src/IconVoiceMode"
|
|
13554
13589
|
},
|
|
13590
|
+
{
|
|
13591
|
+
"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\"/>",
|
|
13592
|
+
"tags": "Path",
|
|
13593
|
+
"componentName": "IconVoiceover",
|
|
13594
|
+
"iconName": "voiceover, sound",
|
|
13595
|
+
"pathname": "src/IconVoiceover"
|
|
13596
|
+
},
|
|
13555
13597
|
{
|
|
13556
13598
|
"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\"/>",
|
|
13557
13599
|
"tags": "Path",
|