@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.234 → 1.1.235
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/IconEmojiTongue/index.d.ts +4 -0
- package/IconEmojiTongue/index.js +2 -0
- package/IconEmojiTongue/index.js.map +1 -0
- package/IconEmojiTongue/index.mjs +2 -0
- package/IconEmojiTongue/index.mjs.map +1 -0
- package/IconEmojiWinkTongue/index.d.ts +4 -0
- package/IconEmojiWinkTongue/index.js +2 -0
- package/IconEmojiWinkTongue/index.js.map +1 -0
- package/IconEmojiWinkTongue/index.mjs +2 -0
- package/IconEmojiWinkTongue/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.235) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1994 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
|
|
|
@@ -743,7 +743,9 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
743
743
|
- **IconEmojiSmilingFace** — emoji-smiling-face, heart-eyes
|
|
744
744
|
- **IconEmojiSmirking** — emoji-smirking
|
|
745
745
|
- **IconEmojiStarStruck** — emoji-star-struck, star-eyes
|
|
746
|
+
- **IconEmojiTongue** — emoji-tongue, fun
|
|
746
747
|
- **IconEmojiWink** — emoji-wink
|
|
748
|
+
- **IconEmojiWinkTongue** — emoji-wink-tongue, fun
|
|
747
749
|
- **IconMask** — mask, theatre
|
|
748
750
|
- **IconPoop** — poop, spam
|
|
749
751
|
|
package/tsx-icons.json
CHANGED
|
@@ -5222,6 +5222,13 @@
|
|
|
5222
5222
|
"iconName": "emoji-star-struck, star-eyes",
|
|
5223
5223
|
"pathname": "src/IconEmojiStarStruck"
|
|
5224
5224
|
},
|
|
5225
|
+
{
|
|
5226
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><Path d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\" fill=\"currentColor\"/><Path d=\"M7 14H17\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 14V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V14\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
5227
|
+
"tags": "Circle, Path",
|
|
5228
|
+
"componentName": "IconEmojiTongue",
|
|
5229
|
+
"iconName": "emoji-tongue, fun",
|
|
5230
|
+
"pathname": "src/IconEmojiTongue"
|
|
5231
|
+
},
|
|
5225
5232
|
{
|
|
5226
5233
|
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16.5 13.5C16 19.489 8 19.511 7.5 13.5C7.5 13.5 10.2327 14.0244 12 14.0244C13.7673 14.0244 16.5 13.5 16.5 13.5Z\" fill=\"currentColor\"/><Path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><Path d=\"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z\" fill=\"currentColor\"/>",
|
|
5227
5234
|
"tags": "Circle, Path",
|
|
@@ -5229,6 +5236,13 @@
|
|
|
5229
5236
|
"iconName": "emoji-wink",
|
|
5230
5237
|
"pathname": "src/IconEmojiWink"
|
|
5231
5238
|
},
|
|
5239
|
+
{
|
|
5240
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><Path d=\"M7 14H17\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 14V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V14\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z\" fill=\"currentColor\"/>",
|
|
5241
|
+
"tags": "Circle, Path",
|
|
5242
|
+
"componentName": "IconEmojiWinkTongue",
|
|
5243
|
+
"iconName": "emoji-wink-tongue, fun",
|
|
5244
|
+
"pathname": "src/IconEmojiWinkTongue"
|
|
5245
|
+
},
|
|
5232
5246
|
{
|
|
5233
5247
|
"svg": "<Path d=\"M14 3L2.5 14.5L8 20H11.5L21 10.5L14 3Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7 11L13.5 17.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
5234
5248
|
"tags": "Path",
|