@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.219 → 1.1.220
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/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.220) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1979 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
|
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",
|