@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.239 → 1.1.240

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/round-outlined-radius-2-stroke-1",
21
- version: "1.1.239",
21
+ version: "1.1.240",
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-1",
3
- "version": "1.1.239",
3
+ "version": "1.1.240",
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.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.
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
 
@@ -199,6 +199,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
199
199
  - **IconEyeSlash2** — eye-slash-2, accessibility eye, a11y
200
200
  - **IconImageAltText** — image-alt-text
201
201
  - **IconSquareLinesBottom** — square-lines-bottom, transcription
202
+ - **IconVoiceControl** — voice-control
202
203
 
203
204
  ### Arrows
204
205
 
package/tsx-icons.json CHANGED
@@ -13510,6 +13510,13 @@
13510
13510
  "iconName": "voice-circle, waves",
13511
13511
  "pathname": "src/IconVoiceCircle"
13512
13512
  },
13513
+ {
13514
+ "svg": "<Path d=\"M5.5 13.9129V10.0871C5.5 9.65993 4.99894 9.42948 4.6746 9.70748L2.4429 11.6204C2.21009 11.8199 2.21009 12.1801 2.4429 12.3796L4.6746 14.2925C4.99894 14.5705 5.5 14.3401 5.5 13.9129Z\" fill=\"currentColor\"/><Path d=\"M19.3254 14.2925C19.0011 14.5705 18.5 14.3401 18.5 13.9129V10.0871C18.5 9.65993 19.0011 9.42948 19.3254 9.70748L21.5571 11.6204C21.7899 11.8199 21.7899 12.1801 21.5571 12.3796L19.3254 14.2925Z\" fill=\"currentColor\"/><Path d=\"M12 4.5V19.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 7.5V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
13515
+ "tags": "Path",
13516
+ "componentName": "IconVoiceControl",
13517
+ "iconName": "voice-control",
13518
+ "pathname": "src/IconVoiceControl"
13519
+ },
13513
13520
  {
13514
13521
  "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=\"round\"/>",
13515
13522
  "tags": "Path",