@central-icons-react-native/square-filled-radius-0-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/IconVoiceControl/index.d.ts +4 -0
- package/IconVoiceControl/index.js +2 -0
- package/IconVoiceControl/index.js.map +1 -0
- package/IconVoiceControl/index.mjs +2 -0
- package/IconVoiceControl/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +6 -4
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
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=\"M12.5 20H11.5V4H12.5V20Z\" fill=\"currentColor\"/><Path d=\"M9 17H8V7H9V17Z\" fill=\"currentColor\"/><Path d=\"M16 17H15V7H16V17Z\" fill=\"currentColor\"/><Path d=\"M5.5 15L2 12L5.5 9V15Z\" fill=\"currentColor\"/><Path d=\"M22 12L18.5 15V9L22 12Z\" fill=\"currentColor\"/>",
|
|
13515
|
+
"tags": "Path",
|
|
13516
|
+
"componentName": "IconVoiceControl",
|
|
13517
|
+
"iconName": "voice-control",
|
|
13518
|
+
"pathname": "src/IconVoiceControl"
|
|
13519
|
+
},
|
|
13513
13520
|
{
|
|
13514
13521
|
"svg": "<Path d=\"M7.99911 3H6.99911V21H7.99911V3Z\" fill=\"currentColor\"/><Path d=\"M17 5H16V19H17V5Z\" fill=\"currentColor\"/><Path d=\"M12.4991 7H11.4991V17H12.4991V7Z\" fill=\"currentColor\"/><Path d=\"M4 9H3V15H4V9Z\" fill=\"currentColor\"/><Path d=\"M21 9H20V15H21V9Z\" fill=\"currentColor\"/>",
|
|
13515
13522
|
"tags": "Path",
|