@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.239 → 1.1.241

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/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.239",
21
+ version: "1.1.241",
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.239",
3
+ "version": "1.1.241",
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.239) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1999 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.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.
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,7 +198,9 @@ 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
203
+ - **IconVoiceControl** — voice-control
202
204
 
203
205
  ### Arrows
204
206
 
package/tsx-icons.json CHANGED
@@ -10346,6 +10346,13 @@
10346
10346
  "iconName": "redirect-arrow",
10347
10347
  "pathname": "src/IconRedirectArrow"
10348
10348
  },
10349
+ {
10350
+ "svg": "<Circle cx=\"15\" cy=\"12\" r=\"7.5\" stroke=\"currentColor\"/><Circle cx=\"9\" cy=\"12\" r=\"7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeDasharray=\"0.01 2.5\"/>",
10351
+ "tags": "Circle",
10352
+ "componentName": "IconReduceMotion",
10353
+ "iconName": "reduce-motion",
10354
+ "pathname": "src/IconReduceMotion"
10355
+ },
10349
10356
  {
10350
10357
  "svg": "<Path d=\"M19.5 16.5V2.5H6.5C5.39543 2.5 4.5 3.39543 4.5 4.5V20\" stroke=\"currentColor\"/><Path d=\"M8 6.5H16\" stroke=\"currentColor\"/><Path d=\"M19.5 15.5H6C5.17157 15.5 4.5 16.1716 4.5 17C4.5 17.8284 5.17157 18.5 6 18.5H19.5V15.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M19.5 18.5H6C5.17157 18.5 4.5 19.1716 4.5 20C4.5 20.8284 5.17157 21.5 6 21.5H19.5V18.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
10351
10358
  "tags": "Path",
@@ -13510,6 +13517,13 @@
13510
13517
  "iconName": "voice-circle, waves",
13511
13518
  "pathname": "src/IconVoiceCircle"
13512
13519
  },
13520
+ {
13521
+ "svg": "<Path d=\"M5.5 15V9L2 12L5.5 15Z\" fill=\"currentColor\"/><Path d=\"M18.5 15V9L22 12L18.5 15Z\" fill=\"currentColor\"/><Path d=\"M12 4.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
13522
+ "tags": "Path",
13523
+ "componentName": "IconVoiceControl",
13524
+ "iconName": "voice-control",
13525
+ "pathname": "src/IconVoiceControl"
13526
+ },
13513
13527
  {
13514
13528
  "svg": "<Path d=\"M7.49911 3.5V20.5M3.5 9.5V14.5M11.9991 7.5V16.5M16.5 5.5V18.5M20.5 9.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
13515
13529
  "tags": "Path",