@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.220 → 1.1.221
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/IconShieldAi/index.d.ts +4 -0
- package/IconShieldAi/index.js +2 -0
- package/IconShieldAi/index.js.map +1 -0
- package/IconShieldAi/index.mjs +2 -0
- package/IconShieldAi/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 +5 -3
- 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.221) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1980 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
|
|
|
@@ -164,6 +164,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
164
164
|
- **IconSearchIntelligence** — search-intelligence, search-ai
|
|
165
165
|
- **IconSearchlinesSparkle** — search lines-sparkle, magnifier, document, list, page, file
|
|
166
166
|
- **IconSeparateVideoVoice** — separate-video-voice, video-audio
|
|
167
|
+
- **IconShieldAi** — shield-ai, security, safety, privacy, cyber
|
|
167
168
|
- **IconSparkle** — sparkle, star, ai
|
|
168
169
|
- **IconSparkle2** — sparkle-2, star, magic, ai
|
|
169
170
|
- **IconSparkle3** — sparkle-3, ai, star, magic
|
package/tsx-icons.json
CHANGED
|
@@ -10948,6 +10948,13 @@
|
|
|
10948
10948
|
"iconName": "shield-2, safety, privacy",
|
|
10949
10949
|
"pathname": "src/IconShield2"
|
|
10950
10950
|
},
|
|
10951
|
+
{
|
|
10952
|
+
"svg": "<Path d=\"M4.59918 5.73814L11.5992 2.67564C11.8547 2.56385 12.1453 2.56385 12.4008 2.67564L19.4008 5.73814C19.7648 5.89738 20 6.257 20 6.6543V13.0003C20 17.4186 16.4183 21.0003 12 21.0003C7.58172 21.0003 4 17.4186 4 13.0003V6.6543C4 6.257 4.23519 5.89738 4.59918 5.73814Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.2405 10.1393L12.5436 8.32744C12.4571 8.10252 12.241 7.9541 12 7.9541C11.759 7.9541 11.5429 8.10252 11.4564 8.32744L10.7595 10.1393C10.658 10.4034 10.4493 10.6121 10.1852 10.7136L8.37334 11.4105C8.14842 11.497 8 11.7131 8 11.9541C8 12.1951 8.14842 12.4112 8.37334 12.4977L10.1852 13.1946C10.4493 13.2961 10.658 13.5048 10.7595 13.7689L11.4564 15.5808C11.5429 15.8057 11.759 15.9541 12 15.9541C12.241 15.9541 12.4571 15.8057 12.5436 15.5808L13.2405 13.7689C13.342 13.5048 13.5507 13.2961 13.8148 13.1946L15.6267 12.4977C15.8516 12.4112 16 12.1951 16 11.9541C16 11.7131 15.8516 11.497 15.6267 11.4105L13.8148 10.7136C13.5507 10.6121 13.342 10.4034 13.2405 10.1393Z\" fill=\"currentColor\"/>",
|
|
10953
|
+
"tags": "Path",
|
|
10954
|
+
"componentName": "IconShieldAi",
|
|
10955
|
+
"iconName": "shield-ai, security, safety, privacy, cyber",
|
|
10956
|
+
"pathname": "src/IconShieldAi"
|
|
10957
|
+
},
|
|
10951
10958
|
{
|
|
10952
10959
|
"svg": "<Path d=\"M4 6.00004V13C4 17.4183 7.58172 21 12 21C14.815 21 17.2905 19.5461 18.7163 17.3482M8 4.25004L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25676 20 6.65405V13C20 13.168 19.9948 13.3347 19.9846 13.5M2 4.00004L22 20\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
10953
10960
|
"tags": "Path",
|