@central-icons-react-native/square-outlined-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.
Files changed (47) 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/IconPiggyBank/index.js +1 -1
  22. package/IconPiggyBank/index.js.map +1 -1
  23. package/IconPiggyBank/index.mjs +1 -1
  24. package/IconPiggyBank/index.mjs.map +1 -1
  25. package/IconReduceMotion/index.d.ts +4 -0
  26. package/IconReduceMotion/index.js +2 -0
  27. package/IconReduceMotion/index.js.map +1 -0
  28. package/IconReduceMotion/index.mjs +2 -0
  29. package/IconReduceMotion/index.mjs.map +1 -0
  30. package/IconVoiceover/index.d.ts +4 -0
  31. package/IconVoiceover/index.js +2 -0
  32. package/IconVoiceover/index.js.map +1 -0
  33. package/IconVoiceover/index.mjs +2 -0
  34. package/IconVoiceover/index.mjs.map +1 -0
  35. package/README.md +6 -0
  36. package/filtered-icons.json +87 -3
  37. package/icons/index.d.ts +6 -0
  38. package/icons-index.json +19 -7
  39. package/index.d.ts +6 -0
  40. package/index.js +1 -1
  41. package/index.js.map +1 -1
  42. package/index.mjs +1 -1
  43. package/index.mjs.map +1 -1
  44. package/license-check.js +1 -1
  45. package/package.json +1 -1
  46. package/skills/central-icons-react-native/SKILL.md +9 -3
  47. package/tsx-icons.json +45 -3
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-outlined-radius-0-stroke-2",
21
- version: "1.1.240",
21
+ version: "1.1.242",
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-outlined-radius-0-stroke-2",
3
- "version": "1.1.240",
3
+ "version": "1.1.242",
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.240) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2000 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.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
- - **IconChevronTriangleDownSmall** — chevron-triangle-down-small, dropdown
302
- - **IconChevronTriangleUpSmall** — chevron-triangle-up-small, dropdown
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=\"M17 10H7L12 16L17 10Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
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=\"M15 11H9L12 15L15 11Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
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=\"M14 7V17L8 12L14 7Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
3372
+ "tags": "Path",
3373
+ "componentName": "IconChevronTriangleLeftMedium",
3374
+ "iconName": "chevron-triangle-left-medium, dropdown, caret",
3375
+ "pathname": "src/IconChevronTriangleLeftMedium"
3376
+ },
3377
+ {
3378
+ "svg": "<Path d=\"M10 7V17L16 12L10 7Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
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 14H7L12 8L17 14Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
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 13H15L12 9L9 13Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
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
  {
@@ -9682,7 +9710,7 @@
9682
9710
  "pathname": "src/IconPieChart3"
9683
9711
  },
9684
9712
  {
9685
- "svg": "<Path d=\"M5.5 4V3H4.5V4H5.5ZM5.5 7.5L6.16999 8.24237L6.5 7.94453V7.5H5.5ZM4 9.93505V10.935H4.69926L4.93926 10.2783L4 9.93505ZM2 9.93505V8.93505H1V9.93505H2ZM2 15H1V16H2V15ZM4 15L4.86571 14.4995L4.57693 14H4V15ZM6 17H7V16.4248L6.5028 16.1356L6 17ZM6 20H5V21H6V20ZM10 20V21H11V20H10ZM10 18V17H9V18H10ZM14 18H15V17H14V18ZM14 20H13V21H14V20ZM18 20V21H19V20H18ZM18 16.463L17.3322 15.7187L17 16.0167V16.463H18ZM9.474 6.00004L8.57494 6.43788L8.84871 7.00004H9.474V6.00004ZM23.597 11.4993L23.0963 10.6337L21.3651 11.6352L21.8658 12.5008L23.597 11.4993ZM20.4174 13.8137C19.9686 13.4918 19.3439 13.5947 19.022 14.0435C18.7001 14.4923 18.8029 15.117 19.2517 15.4389L20.4174 13.8137ZM4.5 4V7.5H6.5V4H4.5ZM4.83001 6.75763C3.93677 7.56378 3.42253 8.60172 3.06074 9.59184L4.93926 10.2783C5.25347 9.41837 5.62723 8.73222 6.16999 8.24237L4.83001 6.75763ZM4 8.93505H2V10.935H4V8.93505ZM1 9.93505V15H3V9.93505H1ZM2 16H4V14H2V16ZM3.13429 15.5006C3.74794 16.5619 4.44311 17.2513 5.4972 17.8644L6.5028 16.1356C5.74489 15.6947 5.30206 15.2542 4.86571 14.4995L3.13429 15.5006ZM5 17V20H7V17H5ZM6 21H10V19H6V21ZM11 20V18H9V20H11ZM10 19H14V17H10V19ZM13 18V20H15V18H13ZM14 21H18V19H14V21ZM19 20V16.463H17V20H19ZM18.6678 17.2074C20.0931 15.9287 21 14.0737 21 12H19C19 13.4763 18.3569 14.7994 17.3322 15.7187L18.6678 17.2074ZM21 12C21 8.13371 17.8663 5.00004 14 5.00004V7.00004C16.7617 7.00004 19 9.23829 19 12H21ZM14 5.00004H9.474V7.00004H14V5.00004ZM9.474 6.00004C10.3731 5.56221 10.3728 5.56167 10.3725 5.56113C10.3724 5.56093 10.3722 5.56038 10.372 5.55999C10.3716 5.55922 10.3712 5.55841 10.3708 5.55757C10.37 5.5559 10.3691 5.5541 10.3681 5.55217C10.3662 5.54832 10.364 5.54398 10.3615 5.53915C10.3566 5.52949 10.3505 5.51789 10.3433 5.50449C10.329 5.4777 10.3099 5.44362 10.286 5.40333C10.2382 5.32282 10.1703 5.21689 10.0799 5.09426C9.89951 4.84944 9.62653 4.53429 9.24068 4.22236C8.45581 3.58785 7.24328 3 5.5 3V5C6.75672 5 7.53119 5.41217 7.98332 5.77768C8.21597 5.96576 8.37399 6.15062 8.46994 6.28081C8.51775 6.34568 8.54942 6.39601 8.56658 6.42489C8.57513 6.43928 8.57997 6.44817 8.58132 6.45068C8.58199 6.45192 8.58177 6.45156 8.58071 6.44947C8.58017 6.44842 8.57942 6.44694 8.57846 6.44502C8.57798 6.44405 8.57745 6.44298 8.57686 6.44179C8.57657 6.44119 8.57626 6.44057 8.57594 6.43992C8.57578 6.43959 8.57553 6.43908 8.57545 6.43892C8.5752 6.4384 8.57494 6.43788 9.474 6.00004ZM21.999 13C21.999 13.5523 21.5512 14 20.999 14V16C22.6558 16 23.999 14.6569 23.999 13H21.999ZM21.8658 12.5008C21.9503 12.6468 21.999 12.8162 21.999 13H23.999C23.999 12.4553 23.8528 11.9416 23.597 11.4993L21.8658 12.5008ZM20.999 14C20.7805 14 20.5811 13.9311 20.4174 13.8137L19.2517 15.4389C19.7439 15.792 20.3486 16 20.999 16V14Z\" fill=\"currentColor\"/><Path d=\"M8.25 10.75H8.26M8.5 10.75C8.5 10.8881 8.38807 11 8.25 11C8.11193 11 8 10.8881 8 10.75C8 10.6119 8.11193 10.5 8.25 10.5C8.38807 10.5 8.5 10.6119 8.5 10.75Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
9713
+ "svg": "<Path d=\"M5.5 7.5V4C8.5 4 9.474 6.00004 9.474 6.00004H14C17.314 6.00004 20 8.686 20 12C20 13.775 19.225 15.364 18 16.463V20H14V18H10V20H6V17C5.094 16.473 4.525 15.908 4 15H2V9.93505H4C4.338 9.01005 4.782 8.148 5.5 7.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M23.5984 11.4993L23.0977 10.6337L21.3664 11.6351L21.8672 12.5007L22.7328 12L23.5984 11.4993ZM20.4188 13.8137C19.97 13.4918 19.3452 13.5947 19.0234 14.0434C18.7015 14.4922 18.8043 15.117 19.2531 15.4389L19.8359 14.6263L20.4188 13.8137ZM22.7328 12L21.8672 12.5007C21.9517 12.6468 22.0003 12.8162 22.0003 13H23.0003H24.0003C24.0003 12.4552 23.8542 11.9416 23.5984 11.4993L22.7328 12ZM23.0003 13H22.0003C22.0003 13.5523 21.5526 14 21.0003 14V15V16C22.6572 16 24.0003 14.6569 24.0003 13H23.0003ZM21.0003 15V14C20.7819 14 20.5825 13.9311 20.4188 13.8137L19.8359 14.6263L19.2531 15.4389C19.7453 15.7919 20.35 16 21.0003 16V15Z\" fill=\"currentColor\"/><Path d=\"M8.25 10.75H8.26M8.5 10.75C8.5 10.8881 8.38807 11 8.25 11C8.11193 11 8 10.8881 8 10.75C8 10.6119 8.11193 10.5 8.25 10.5C8.38807 10.5 8.5 10.6119 8.5 10.75Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
9686
9714
  "tags": "Path",
9687
9715
  "componentName": "IconPiggyBank",
9688
9716
  "iconName": "piggy-bank, save-money",
@@ -10346,6 +10374,13 @@
10346
10374
  "iconName": "redirect-arrow",
10347
10375
  "pathname": "src/IconRedirectArrow"
10348
10376
  },
10377
+ {
10378
+ "svg": "<Circle cx=\"15\" cy=\"12\" r=\"7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"9\" cy=\"12\" r=\"7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeDasharray=\"0.01 2.5\"/>",
10379
+ "tags": "Circle",
10380
+ "componentName": "IconReduceMotion",
10381
+ "iconName": "reduce-motion",
10382
+ "pathname": "src/IconReduceMotion"
10383
+ },
10349
10384
  {
10350
10385
  "svg": "<Path d=\"M19 14V3H7C5.89543 3 5 3.89543 5 5V19.2491\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 7H16\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 14H6.75C5.7835 14 5 14.7835 5 15.75C5 16.7165 5.7835 17.5 6.75 17.5H19V14Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M19 17.5H6.75C5.7835 17.5 5 18.2835 5 19.25C5 20.2165 5.7835 21 6.75 21H19V17.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
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": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 14.5V9.5H10L11.5 7.5H13V16.5H11.5L10 14.5H8Z\" fill=\"currentColor\"/><Path d=\"M14.5 14.5C16.1667 13.25 16.1667 10.75 14.5 9.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
13592
+ "tags": "Circle, Path",
13593
+ "componentName": "IconVoiceover",
13594
+ "iconName": "voiceover, sound",
13595
+ "pathname": "src/IconVoiceover"
13596
+ },
13555
13597
  {
13556
13598
  "svg": "<Circle cx=\"16.5\" cy=\"15.5\" r=\"4.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"2.5\" fill=\"currentColor\"/><Path d=\"M3.00391 9V11M6.50391 4V16M10.0039 7V10M13.5039 5V7.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
13557
13599
  "tags": "Circle, Path",