@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.218 → 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/IconGoblin/index.d.ts +4 -0
- package/IconGoblin/index.js +2 -0
- package/IconGoblin/index.js.map +1 -0
- package/IconGoblin/index.mjs +2 -0
- package/IconGoblin/index.mjs.map +1 -0
- 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 +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.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
|
|
|
@@ -127,6 +127,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
127
127
|
- **IconFileSparkle** — file-sparkle, document, locked, password
|
|
128
128
|
- **IconFolderSparkle** — Folder-sparkle, plus
|
|
129
129
|
- **IconFortuneTellerBall** — fortune-teller-ball, future
|
|
130
|
+
- **IconGoblin** — goblin, troll, agent, helper
|
|
131
|
+
- **IconGoblin2** — goblin-2, troll, agent, helper
|
|
130
132
|
- **IconHatBunny** — hat-bunny, surprise, magic hat
|
|
131
133
|
- **IconHatSparkle** — hat-sparkle, magic hat
|
|
132
134
|
- **IconImageAvatarSparkle** — image-avatar-sparkle, generated avatar, profile ai, magic avatar
|
package/tsx-icons.json
CHANGED
|
@@ -6503,6 +6503,20 @@
|
|
|
6503
6503
|
"iconName": "goat-head, goated",
|
|
6504
6504
|
"pathname": "src/IconGoatHead"
|
|
6505
6505
|
},
|
|
6506
|
+
{
|
|
6507
|
+
"svg": "<Rect x=\"5\" y=\"3\" width=\"14\" height=\"18\" rx=\"7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9 16C11.25 16.6667 12.75 16.6667 15 16\" stroke=\"currentColor\" strokeWidth=\"1.7\"/><Path d=\"M5 7.5H1V9C1 11.2091 2.79086 13 5 13\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 7.5H23V9C23 11.2091 21.2091 13 19 13\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"9.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\"/><Circle cx=\"14.5\" cy=\"11.5\" r=\"1.5\" fill=\"currentColor\"/><Path d=\"M7.5 4.5L12 7L16.5 4.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
6508
|
+
"tags": "Circle, Path, Rect",
|
|
6509
|
+
"componentName": "IconGoblin",
|
|
6510
|
+
"iconName": "goblin, troll, agent, helper",
|
|
6511
|
+
"pathname": "src/IconGoblin"
|
|
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
|
+
},
|
|
6506
6520
|
{
|
|
6507
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\"/>",
|
|
6508
6522
|
"tags": "Path",
|