@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.217 → 1.1.219
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/IconChevronDownSmall/index.js +1 -1
- package/IconChevronDownSmall/index.js.map +1 -1
- package/IconChevronDownSmall/index.mjs +1 -1
- package/IconChevronDownSmall/index.mjs.map +1 -1
- package/IconChevronTopSmall/index.js +1 -1
- package/IconChevronTopSmall/index.js.map +1 -1
- package/IconChevronTopSmall/index.mjs +1 -1
- package/IconChevronTopSmall/index.mjs.map +1 -1
- 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/README.md +1 -0
- package/filtered-icons.json +16 -2
- 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 +9 -2
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.219) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1978 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,7 @@ 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
|
|
130
131
|
- **IconHatBunny** — hat-bunny, surprise, magic hat
|
|
131
132
|
- **IconHatSparkle** — hat-sparkle, magic hat
|
|
132
133
|
- **IconImageAvatarSparkle** — image-avatar-sparkle, generated avatar, profile ai, magic avatar
|
package/tsx-icons.json
CHANGED
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
"pathname": "src/IconChevronDownMedium"
|
|
3222
3222
|
},
|
|
3223
3223
|
{
|
|
3224
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 12.
|
|
3224
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 12.9395C12.1583 13.1348 11.8417 13.1348 11.6464 12.9395L8.35355 9.6466C8.15829 9.45133 7.84171 9.45133 7.64645 9.6466C7.45118 9.84186 7.45118 10.1584 7.64645 10.3537L10.9393 13.6466C11.5251 14.2324 12.4749 14.2324 13.0607 13.6466L16.3536 10.3537C16.5488 10.1584 16.5488 9.84186 16.3536 9.6466C16.1583 9.45133 15.8417 9.45133 15.6464 9.6466L12.3536 12.9395Z\" fill=\"currentColor\"/>",
|
|
3225
3225
|
"tags": "Path",
|
|
3226
3226
|
"componentName": "IconChevronDownSmall",
|
|
3227
3227
|
"iconName": "chevron-down-small",
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
"pathname": "src/IconChevronTopMedium"
|
|
3327
3327
|
},
|
|
3328
3328
|
{
|
|
3329
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 11.
|
|
3329
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3536 11.0605C12.1583 10.8652 11.8417 10.8652 11.6464 11.0605L8.35355 14.3534C8.15829 14.5487 7.84171 14.5487 7.64645 14.3534C7.45118 14.1581 7.45118 13.8416 7.64645 13.6463L10.9393 10.3534C11.5251 9.76762 12.4749 9.76762 13.0607 10.3534L16.3536 13.6463C16.5488 13.8416 16.5488 14.1581 16.3536 14.3534C16.1583 14.5487 15.8417 14.5487 15.6464 14.3534L12.3536 11.0605Z\" fill=\"currentColor\"/>",
|
|
3330
3330
|
"tags": "Path",
|
|
3331
3331
|
"componentName": "IconChevronTopSmall",
|
|
3332
3332
|
"iconName": "chevron-top-small",
|
|
@@ -6503,6 +6503,13 @@
|
|
|
6503
6503
|
"iconName": "goat-head, goated",
|
|
6504
6504
|
"pathname": "src/IconGoatHead"
|
|
6505
6505
|
},
|
|
6506
|
+
{
|
|
6507
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C16.4183 2 20 5.58172 20 10V14C20 18.4183 16.4183 22 12 22C7.58172 22 4 18.4183 4 14V10C4 5.58172 7.58172 2 12 2ZM14.8584 15.5205C13.763 15.8451 12.8748 16 12 16C11.1252 16 10.237 15.8451 9.1416 15.5205C8.87697 15.4424 8.59891 15.5938 8.52051 15.8584C8.44235 16.123 8.59378 16.4011 8.8584 16.4795C10.0128 16.8215 10.9999 17 12 17C13.0001 17 13.9872 16.8215 15.1416 16.4795C15.4062 16.4011 15.5576 16.123 15.4795 15.8584C15.4011 15.5938 15.123 15.4424 14.8584 15.5205ZM9.5 10C8.67157 10 8 10.6716 8 11.5C8 12.3284 8.67157 13 9.5 13C10.3284 13 11 12.3284 11 11.5C11 10.6716 10.3284 10 9.5 10ZM14.5 10C13.6716 10 13 10.6716 13 11.5C13 12.3284 13.6716 13 14.5 13C15.3284 13 16 12.3284 16 11.5C16 10.6716 15.3284 10 14.5 10ZM12 3C10.3929 3.00004 8.91298 3.54249 7.73145 4.45312C7.68773 4.48681 7.64445 4.52098 7.60156 4.55566L11.3936 6.23242C11.7797 6.40308 12.2203 6.40307 12.6064 6.23242L16.3984 4.55566C16.3554 4.52081 16.3115 4.48696 16.2676 4.45312C15.0861 3.54285 13.6068 3 12 3Z\" fill=\"currentColor\"/><Path d=\"M3.51367 7C3.18191 7.93847 3 8.94791 3 10V13.7422C1.2525 13.1243 0 11.4591 0 9.5V8.5C0 7.67157 0.671573 7 1.5 7H3.51367Z\" fill=\"currentColor\"/><Path d=\"M22.5 7C23.3284 7 24 7.67157 24 8.5V9.5C24 11.4591 22.7475 13.1243 21 13.7422V10C21 8.94791 20.8181 7.93847 20.4863 7H22.5Z\" fill=\"currentColor\"/>",
|
|
6508
|
+
"tags": "Path",
|
|
6509
|
+
"componentName": "IconGoblin",
|
|
6510
|
+
"iconName": "goblin, troll, agent, helper",
|
|
6511
|
+
"pathname": "src/IconGoblin"
|
|
6512
|
+
},
|
|
6506
6513
|
{
|
|
6507
6514
|
"svg": "<Path d=\"M8.49713 12C9.12965 12 9.694 12.3971 9.90826 12.9922L10.9883 15.9922C11.3401 16.9696 10.6161 18 9.57721 18H3.42291C2.38411 18 1.66005 16.9696 2.01178 15.9922L3.09185 12.9922C3.3061 12.3971 3.87049 12 4.50299 12H8.49713Z\" fill=\"currentColor\"/><Path d=\"M19.4971 12C20.1296 12 20.694 12.3971 20.9083 12.9922L21.9883 15.9922C22.3401 16.9696 21.6161 18 20.5772 18H14.4229C13.3841 18 12.66 16.9696 13.0118 15.9922L14.0919 12.9922C14.3061 12.3971 14.8705 12 15.503 12H19.4971Z\" fill=\"currentColor\"/><Path d=\"M13.9971 5C14.6296 5 15.194 5.39706 15.4083 5.99219L16.4883 8.99219C16.8401 9.96963 16.1161 11 15.0772 11H8.92291C7.88411 11 7.16005 9.9696 7.51178 8.99219L8.59185 5.99219C8.8061 5.39707 9.37049 5.00003 10.003 5H13.9971Z\" fill=\"currentColor\"/>",
|
|
6508
6515
|
"tags": "Path",
|