@central-icons-react-native/square-filled-radius-0-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/IconChevronRightSmall/index.js +1 -1
- package/IconChevronRightSmall/index.js.map +1 -1
- package/IconChevronRightSmall/index.mjs +1 -1
- package/IconChevronRightSmall/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 +17 -3
- 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 +10 -3
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.0002 15.
|
|
3224
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 15.4141L17.4144 9.99985L16.0002 8.58564L12.0002 12.5856L8.00015 8.58564L6.58594 9.99985L12.0002 15.4141Z\" fill=\"currentColor\"/>",
|
|
3225
3225
|
"tags": "Path",
|
|
3226
3226
|
"componentName": "IconChevronDownSmall",
|
|
3227
3227
|
"iconName": "chevron-down-small",
|
|
@@ -3305,7 +3305,7 @@
|
|
|
3305
3305
|
"pathname": "src/IconChevronRightMedium"
|
|
3306
3306
|
},
|
|
3307
3307
|
{
|
|
3308
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.0002 6.
|
|
3308
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.0002 6.58594L15.4144 12.0002L10.0002 17.4144L8.58594 16.0002L12.5859 12.0002L8.58594 8.00015L10.0002 6.58594Z\" fill=\"currentColor\"/>",
|
|
3309
3309
|
"tags": "Path",
|
|
3310
3310
|
"componentName": "IconChevronRightSmall",
|
|
3311
3311
|
"iconName": "chevron-right-small",
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
"pathname": "src/IconChevronTopMedium"
|
|
3327
3327
|
},
|
|
3328
3328
|
{
|
|
3329
|
-
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 8.
|
|
3329
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 8.58594L17.4144 14.0002L16.0002 15.4144L12.0002 11.4144L8.00015 15.4144L6.58594 14.0002L12.0002 8.58594Z\" 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.7588 15.1846C13.684 15.503 12.8308 15.6504 12 15.6504C11.1692 15.6504 10.316 15.503 9.24121 15.1846L8.75879 16.8154C9.93389 17.1636 10.9559 17.3496 12 17.3496C13.0441 17.3496 14.0661 17.1636 15.2412 16.8154L14.7588 15.1846ZM9.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.08691L12 7L15.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 9V6.5H3.16797Z\" fill=\"currentColor\"/><Path d=\"M24 9C24 10.8504 22.994 12.4645 21.5 13.3291V10C21.5 8.76368 21.2617 7.58335 20.832 6.5H24V9Z\" 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=\"M12.001 17.8262L14.0986 12H20.9033L23.4238 19H0.578125L3.09863 12H9.90332L12.001 17.8262Z\" fill=\"currentColor\"/><Path d=\"M17.9238 11H6.07812L8.59863 4H15.4033L17.9238 11Z\" fill=\"currentColor\"/>",
|
|
6508
6515
|
"tags": "Path",
|