@central-icons-react-native/round-filled-radius-2-stroke-2 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=\"M10.5858
|
|
3224
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.5858 14.0002C11.3668 14.7812 12.6332 14.7812 13.4142 14.0002L16.7071 10.7073C17.0976 10.3167 17.0976 9.68357 16.7071 9.29304C16.3166 8.90252 15.6834 8.90252 15.2929 9.29304L12 12.5859L8.70711 9.29304C8.31658 8.90252 7.68342 8.90252 7.29289 9.29304C6.90237 9.68357 6.90237 10.3167 7.29289 10.7073L10.5858 14.0002Z\" 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=\"M10.5858
|
|
3329
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.5858 9.99985C11.3668 9.2188 12.6332 9.2188 13.4142 9.99985L16.7071 13.2927C17.0976 13.6833 17.0976 14.3164 16.7071 14.707C16.3166 15.0975 15.6834 15.0975 15.2929 14.707L12 11.4141L8.70711 14.707C8.31658 15.0975 7.68342 15.0975 7.29289 14.707C6.90237 14.3164 6.90237 13.6833 7.29289 13.2927L10.5858 9.99985Z\" 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 2ZM15.1084 15.998C14.9622 15.5519 14.4813 15.3089 14.0352 15.4551C12.5799 15.9319 11.4201 15.932 9.96484 15.4551C9.51875 15.3089 9.03877 15.552 8.89258 15.998C8.7467 16.444 8.9896 16.9242 9.43555 17.0703C11.2348 17.6599 12.7653 17.6598 14.5645 17.0703C15.0103 16.9242 15.2542 16.444 15.1084 15.998ZM9.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 4C10.7185 4 9.53138 4.4025 8.55664 5.08691L11.2715 6.5957C11.7244 6.84734 12.2755 6.84724 12.7285 6.5957L15.4424 5.08691C14.4678 4.40278 13.2812 4 12 4Z\" fill=\"currentColor\"/><Path d=\"M3.16797 6.5C2.73829 7.58335 2.5 8.76368 2.5 10V13.3291C1.00597 12.4645 0 10.8504 0 9V7.5C0 6.94772 0.447715 6.5 1 6.5H3.16797Z\" fill=\"currentColor\"/><Path d=\"M23 6.5C23.5523 6.5 24 6.94772 24 7.5V9C24 10.8504 22.994 12.4645 21.5 13.3291V10C21.5 8.76368 21.2617 7.58335 20.832 6.5H23Z\" 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.49786 12C9.34106 12.0001 10.094 12.529 10.3797 13.3223L11.4598 16.3223C11.9289 17.6255 10.963 18.9999 9.57794 19H3.42364C2.03844 19 1.07261 17.6256 1.54181 16.3223L2.62188 13.3223C2.90764 12.5289 3.66047 12 4.50372 12H8.49786Z\" fill=\"currentColor\"/><Path d=\"M19.4979 12C20.3411 12.0001 21.094 12.529 21.3797 13.3223L22.4598 16.3223C22.9289 17.6255 21.963 18.9999 20.5779 19H14.4236C13.0384 19 12.0726 17.6256 12.5418 16.3223L13.6219 13.3223C13.9076 12.5289 14.6605 12 15.5037 12H19.4979Z\" fill=\"currentColor\"/><Path d=\"M13.9979 4C14.8411 4.00008 15.594 4.52896 15.8797 5.32227L16.9598 8.32227C17.4289 9.62551 16.463 10.9999 15.0779 11H8.92364C7.53844 11 6.57261 9.62559 7.04181 8.32227L8.12188 5.32227C8.40764 4.52893 9.16047 4 10.0037 4H13.9979Z\" fill=\"currentColor\"/>",
|
|
6508
6515
|
"tags": "Path",
|