@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.241 → 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 (42) 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/IconVoiceover/index.d.ts +4 -0
  26. package/IconVoiceover/index.js +2 -0
  27. package/IconVoiceover/index.js.map +1 -0
  28. package/IconVoiceover/index.mjs +2 -0
  29. package/IconVoiceover/index.mjs.map +1 -0
  30. package/README.md +5 -0
  31. package/filtered-icons.json +73 -3
  32. package/icons/index.d.ts +5 -0
  33. package/icons-index.json +17 -7
  34. package/index.d.ts +5 -0
  35. package/index.js +1 -1
  36. package/index.js.map +1 -1
  37. package/index.mjs +1 -1
  38. package/index.mjs.map +1 -1
  39. package/license-check.js +1 -1
  40. package/package.json +1 -1
  41. package/skills/central-icons-react-native/SKILL.md +8 -3
  42. package/tsx-icons.json +38 -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/round-outlined-radius-2-stroke-2",
21
- version: "1.1.241",
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/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.241",
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.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.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
 
@@ -201,6 +201,7 @@ 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
204
205
 
205
206
  ### Arrows
206
207
 
@@ -299,8 +300,12 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
299
300
  - **IconChevronTop** — chevron-top
300
301
  - **IconChevronTopMedium** — chevron-top-medium
301
302
  - **IconChevronTopSmall** — chevron-top-small
302
- - **IconChevronTriangleDownSmall** — chevron-triangle-down-small, dropdown
303
- - **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
304
309
  - **IconCollaborationPointerLeft** — collaboration-pointer-left, cursor, agents
305
310
  - **IconCollaborationPointerRight** — collaboration-pointer-right, cursor, agents
306
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=\"M15.3987 10H8.60128C7.9654 10 7.61804 10.7416 8.02511 11.2301L11.4238 15.3086C11.7237 15.6684 12.2763 15.6684 12.5762 15.3086L15.9749 11.2301C16.382 10.7416 16.0346 10 15.3987 10Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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.4777 10.75H9.52232C9.10625 10.75 8.8722 11.2285 9.12764 11.557L11.6053 14.7426C11.8055 14.9999 12.1945 14.9999 12.3947 14.7426L14.8724 11.557C15.1278 11.2285 14.8938 10.75 14.4777 10.75Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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.7699 8.02512C13.2584 7.61804 14 7.9654 14 8.60128V15.3987C14 16.0346 13.2584 16.382 12.7699 15.9749L8.6914 12.5762C8.33158 12.2763 8.33158 11.7237 8.6914 11.4238L12.7699 8.02512Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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.2301 8.02512C10.7416 7.61804 10 7.9654 10 8.60128V15.3987C10 16.0346 10.7416 16.382 11.2301 15.9749L15.3086 12.5762C15.6684 12.2763 15.6684 11.7237 15.3086 11.4238L11.2301 8.02512Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M15.9749 12.7699C16.382 13.2584 16.0346 14 15.3987 14H8.60128C7.9654 14 7.61804 13.2584 8.02511 12.7699L11.4238 8.6914C11.7237 8.33158 12.2763 8.33158 12.5762 8.6914L15.9749 12.7699Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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.4778 13.25H9.52241C9.10634 13.25 8.87229 12.7715 9.12773 12.4431L11.6054 9.25748C11.8056 9.00011 12.1946 9.00011 12.3948 9.25748L14.8724 12.4431C15.1279 12.7715 14.8938 13.25 14.4778 13.25Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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
  {
@@ -9682,7 +9710,7 @@
9682
9710
  "pathname": "src/IconPieChart3"
9683
9711
  },
9684
9712
  {
9685
- "svg": "<Path d=\"M22.7314 12.0002C22.9016 12.2944 22.999 12.6359 22.999 13.0002C22.999 14.1048 22.1035 15.0002 20.999 15.0002C20.5646 15.0002 20.1625 14.8617 19.8346 14.6265M19.8346 14.6265C19.7385 14.5575 19.6487 14.4803 19.5664 14.3958L19.8346 14.6265ZM5.5 7.50014V5.00014C5.5 4.44785 5.95165 3.98877 6.49636 4.07997C8.7202 4.4523 9.474 6.00018 9.474 6.00018H14C17.314 6.00018 20 8.68614 20 12.0001C20 13.7751 19.225 15.3642 18 16.4632V19.0002C18 19.5525 17.5523 20.0002 17 20.0002H15C14.4477 20.0002 14 19.5525 14 19.0002C14 18.4479 13.5523 18.0002 13 18.0002H11C10.4477 18.0002 10 18.4479 10 19.0002C10 19.5525 9.55228 20.0002 9 20.0002H7C6.44772 20.0002 6 19.5525 6 19.0002V17.0001C5.094 16.4731 4.525 15.9082 4 15.0002H3C2.44772 15.0002 2 14.5525 2 14.0002V10.9352C2 10.3829 2.44772 9.93518 3 9.93518H4C4.338 9.01018 4.782 8.14814 5.5 7.50014Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
9713
+ "svg": "<Path d=\"M22.7314 11.9999C22.9016 12.2941 22.999 12.6356 22.999 12.9999C22.999 14.1045 22.1035 14.9999 20.999 14.9999C20.5646 14.9999 20.1625 14.8614 19.8346 14.6262M19.8346 14.6262C19.7385 14.5573 19.6487 14.4801 19.5664 14.3956L19.8346 14.6262ZM5.5 7.49989V4.99989C5.5 4.44761 5.95165 3.98853 6.49636 4.07973C8.7202 4.45206 9.474 5.99994 9.474 5.99994H14C17.314 5.99994 20 8.68589 20 11.9999C20 13.7749 19.225 15.3639 18 16.4629V18.9999C18 19.5522 17.5523 19.9999 17 19.9999H15C14.4477 19.9999 14 19.5522 14 18.9999C14 18.4477 13.5523 17.9999 13 17.9999H11C10.4477 17.9999 10 18.4477 10 18.9999C10 19.5522 9.55228 19.9999 9 19.9999H7C6.44772 19.9999 6 19.5522 6 18.9999V16.9999C5.094 16.4729 4.525 15.9079 4 14.9999H3C2.44772 14.9999 2 14.5522 2 13.9999V10.9349C2 10.3827 2.44772 9.93494 3 9.93494H4C4.338 9.00994 4.782 8.14789 5.5 7.49989Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 10.75C8.5 10.8881 8.38808 11 8.25 11M8.5 10.75C8.5 10.612 8.38808 10.5 8.25 10.5M8.5 10.75H8M8.25 11C8.11193 11 8 10.8881 8 10.75M8.25 11V10.5M8 10.75C8 10.612 8.11193 10.5 8.25 10.5M8.46655 10.625C8.53558 10.7446 8.49462 10.8975 8.37504 10.9665M8.46655 10.625C8.39751 10.5055 8.24462 10.4645 8.12504 10.5335M8.46655 10.625L8.03354 10.875M8.37504 10.9665C8.25547 11.0356 8.10257 10.9946 8.03354 10.875M8.37504 10.9665L8.12504 10.5335M8.03354 10.875C7.9645 10.7555 8.00547 10.6026 8.12504 10.5335M8.37508 10.5336C8.49465 10.6026 8.53562 10.7555 8.46659 10.8751M8.37508 10.5336C8.25551 10.4645 8.10261 10.5055 8.03357 10.6251M8.37508 10.5336L8.12508 10.9666M8.46659 10.8751C8.39755 10.9946 8.24465 11.0356 8.12508 10.9666M8.46659 10.8751L8.03357 10.6251M8.12508 10.9666C8.00551 10.8975 7.96454 10.7446 8.03357 10.6251\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
9686
9714
  "tags": "Path",
9687
9715
  "componentName": "IconPiggyBank",
9688
9716
  "iconName": "piggy-bank, save-money",
@@ -13559,6 +13587,13 @@
13559
13587
  "iconName": "voice-mode, voice-settings",
13560
13588
  "pathname": "src/IconVoiceMode"
13561
13589
  },
13590
+ {
13591
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7.5 13.5V10.5C7.5 9.94772 7.94772 9.5 8.5 9.5H9C9.31476 9.5 9.61115 9.35181 9.8 9.1L10.7 7.9C10.8889 7.64819 11.1852 7.5 11.5 7.5C12.0523 7.5 12.5 7.94772 12.5 8.5V15.5C12.5 16.0523 12.0523 16.5 11.5 16.5C11.1852 16.5 10.8889 16.3518 10.7 16.1L9.8 14.9C9.61115 14.6482 9.31476 14.5 9 14.5H8.5C7.94772 14.5 7.5 14.0523 7.5 13.5Z\" fill=\"currentColor\"/><Path d=\"M14.5 14C16 13 16 11 14.5 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
13592
+ "tags": "Circle, Path",
13593
+ "componentName": "IconVoiceover",
13594
+ "iconName": "voiceover, sound",
13595
+ "pathname": "src/IconVoiceover"
13596
+ },
13562
13597
  {
13563
13598
  "svg": "<Circle cx=\"16.5\" cy=\"15.5\" r=\"4.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><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=\"round\" strokeLinejoin=\"round\"/>",
13564
13599
  "tags": "Circle, Path",