@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.219 → 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/IconGoblin2/index.d.ts +4 -0
- package/IconGoblin2/index.js +2 -0
- package/IconGoblin2/index.js.map +1 -0
- package/IconGoblin2/index.mjs +2 -0
- package/IconGoblin2/index.mjs.map +1 -0
- 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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -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 +3 -1
- package/tsx-icons.json +14 -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
|
|
|
@@ -128,6 +128,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
128
128
|
- **IconFolderSparkle** — Folder-sparkle, plus
|
|
129
129
|
- **IconFortuneTellerBall** — fortune-teller-ball, future
|
|
130
130
|
- **IconGoblin** — goblin, troll, agent, helper
|
|
131
|
+
- **IconGoblin2** — goblin-2, troll, agent, helper
|
|
131
132
|
- **IconHatBunny** — hat-bunny, surprise, magic hat
|
|
132
133
|
- **IconHatSparkle** — hat-sparkle, magic hat
|
|
133
134
|
- **IconImageAvatarSparkle** — image-avatar-sparkle, generated avatar, profile ai, magic avatar
|
|
@@ -163,6 +164,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
163
164
|
- **IconSearchIntelligence** — search-intelligence, search-ai
|
|
164
165
|
- **IconSearchlinesSparkle** — search lines-sparkle, magnifier, document, list, page, file
|
|
165
166
|
- **IconSeparateVideoVoice** — separate-video-voice, video-audio
|
|
167
|
+
- **IconShieldAi** — shield-ai, security, safety, privacy, cyber
|
|
166
168
|
- **IconSparkle** — sparkle, star, ai
|
|
167
169
|
- **IconSparkle2** — sparkle-2, star, magic, ai
|
|
168
170
|
- **IconSparkle3** — sparkle-3, ai, star, magic
|
package/tsx-icons.json
CHANGED
|
@@ -6510,6 +6510,13 @@
|
|
|
6510
6510
|
"iconName": "goblin, troll, agent, helper",
|
|
6511
6511
|
"pathname": "src/IconGoblin"
|
|
6512
6512
|
},
|
|
6513
|
+
{
|
|
6514
|
+
"svg": "<Path d=\"M5 14V11C5 8.79086 3.20914 7 1 7V10C1 12.2091 2.79086 14 5 14Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 14V11C19 8.79086 20.7909 7 23 7V10C23 12.2091 21.2091 14 19 14Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 14V11C19 7.13401 15.866 4 12 4C8.13401 4 5 7.13401 5 11V14C5 17.3137 7.68629 20 11 20H13C16.3137 20 19 17.3137 19 14Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8.5 14.5C11.125 15.4167 12.875 15.4167 15.5 14.5C14.625 18.1667 9.375 18.1667 8.5 14.5Z\" fill=\"currentColor\"/><Ellipse cx=\"9.5\" cy=\"11.25\" rx=\"1.5\" ry=\"1.25\" fill=\"currentColor\"/><Ellipse cx=\"14.5\" cy=\"11.25\" rx=\"1.5\" ry=\"1.25\" fill=\"currentColor\"/>",
|
|
6515
|
+
"tags": "Ellipse, Path",
|
|
6516
|
+
"componentName": "IconGoblin2",
|
|
6517
|
+
"iconName": "goblin-2, troll, agent, helper",
|
|
6518
|
+
"pathname": "src/IconGoblin2"
|
|
6519
|
+
},
|
|
6513
6520
|
{
|
|
6514
6521
|
"svg": "<Path d=\"M2 18L4 11.5H10L12 18H2Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 11.5L9 5H15L17 11.5H7Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 18L14 11.5H20L22 18H12Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
6515
6522
|
"tags": "Path",
|
|
@@ -10941,6 +10948,13 @@
|
|
|
10941
10948
|
"iconName": "shield-2, safety, privacy",
|
|
10942
10949
|
"pathname": "src/IconShield2"
|
|
10943
10950
|
},
|
|
10951
|
+
{
|
|
10952
|
+
"svg": "<Path d=\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12.4 7.9541H11.6L10.6 10.5541L8 11.5541V12.3541L10.6 13.3541L11.6 15.9541H12.4L13.4 13.3541L16 12.3541V11.5541L13.4 10.5541L12.4 7.9541Z\" fill=\"currentColor\"/>",
|
|
10953
|
+
"tags": "Path",
|
|
10954
|
+
"componentName": "IconShieldAi",
|
|
10955
|
+
"iconName": "shield-ai, security, safety, privacy, cyber",
|
|
10956
|
+
"pathname": "src/IconShieldAi"
|
|
10957
|
+
},
|
|
10944
10958
|
{
|
|
10945
10959
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 6.08122L0.59375 4.15622L1.84314 2.59448L23.4049 19.8439L22.1555 21.4056L18.8887 18.7922C17.2377 20.7536 14.7644 22 12 22C7.02944 22 3 17.9705 3 13V6.08122ZM17.3263 17.5423C16.0424 19.0463 14.1326 20 12 20C8.13401 20 5 16.866 5 13V7.68122L17.3263 17.5423Z\" fill=\"currentColor\"/><Path d=\"M19 13C19 13.2454 18.9874 13.4879 18.9627 13.7268L20.7416 15.1499C20.9105 14.461 21 13.7409 21 13V5.34595L12 1.40845L6.54694 3.79416L8.31101 5.20541L12 3.59148L19 6.65398V13Z\" fill=\"currentColor\"/>",
|
|
10946
10960
|
"tags": "Path",
|