@central-icons-react-native/square-outlined-radius-0-stroke-1 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/square-outlined-radius-0-stroke-1",
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/square-outlined-radius-0-stroke-1",
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=\"M17.5 9.5H6.5L12 16L17.5 9.5Z\" stroke=\"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=\"M15 11H9L12 14.5L15 11Z\" stroke=\"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=\"M14.5 6.5V17.5L8 12L14.5 6.5Z\" stroke=\"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.5 6.5V17.5L16 12L9.5 6.5Z\" stroke=\"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.5 14.5H6.5L12 8L17.5 14.5Z\" stroke=\"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=\"M15 13H9L12 9.5L15 13Z\" stroke=\"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
  {
@@ -9682,7 +9710,7 @@
9682
9710
  "pathname": "src/IconPieChart3"
9683
9711
  },
9684
9712
  {
9685
- "svg": "<Path d=\"M22.8229 12C23.2381 12.3665 23.5 12.9027 23.5 13.5C23.5 14.6046 22.6046 15.5 21.5 15.5C20.9386 15.5 20.4312 15.2687 20.0679 14.8961M8.5 10C8.5 10.2761 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.2761 7.5 10C7.5 9.72386 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.72386 8.5 10ZM10 5.5H14C17.5899 5.5 20.5 8.41015 20.5 12C20.5 12.968 20.2884 13.8866 19.9089 14.712C19.3863 15.8488 18.5452 16.809 17.5 17.4782V20.5H13.5V18.5H10.5V20.5H6.5V17.4782C5.1006 16.5822 4.06719 15.1648 3.67393 13.5H1.5V9.5H3.99816C4.34502 8.66825 4.85974 7.924 5.5 7.30957V3.5C7.3372 3.5 8.79936 4.43758 9.65683 5.5089C9.77047 5.50299 9.88489 5.5 10 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
9713
+ "svg": "<Path d=\"M8.5 10C8.5 10.2761 8.27614 10.5 8 10.5C7.72386 10.5 7.5 10.2761 7.5 10C7.5 9.72386 7.72386 9.5 8 9.5C8.27614 9.5 8.5 9.72386 8.5 10Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14 5.5H10C9.88489 5.5 9.77047 5.50299 9.65683 5.5089C8.79936 4.43758 7.3372 3.5 5.5 3.5V7.30957C4.85974 7.924 4.34502 8.66825 3.99816 9.5H1.5V13.5H3.67393C4.06719 15.1648 5.1006 16.5822 6.5 17.4782V20.5H10.5V18.5H13.5V20.5H17.5V17.4782C18.5452 16.809 19.3863 15.8488 19.9089 14.712C20.2884 13.8866 20.5 12.968 20.5 12C20.5 8.41015 17.5899 5.5 14 5.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M22.8253 12C23.2405 12.3665 23.5024 12.9027 23.5024 13.5C23.5024 14.6046 22.607 15.5 21.5024 15.5C20.941 15.5 20.4336 15.2687 20.0703 14.8961\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
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.5\" stroke=\"currentColor\"/><Path d=\"M8 14.5V9.5H10L11.5 7.5H13V16.5H11.5L10 14.5H8Z\" fill=\"currentColor\"/><Path d=\"M14.25 14.5C15.9167 13.25 15.9167 10.75 14.25 9.5\" stroke=\"currentColor\"/>",
13592
+ "tags": "Circle, Path",
13593
+ "componentName": "IconVoiceover",
13594
+ "iconName": "voiceover, sound",
13595
+ "pathname": "src/IconVoiceover"
13596
+ },
13562
13597
  {
13563
13598
  "svg": "<Path d=\"M2.5 8.5V11.5M5.5 3.5V16.5M8.5 6.5V13.5M11.5 4.5V9.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"5\" stroke=\"currentColor\"/><Circle cx=\"16.5\" cy=\"15.5\" r=\"3.5\" fill=\"currentColor\"/>",
13564
13599
  "tags": "Circle, Path",