@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.233 → 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/IconCloudSync2/index.d.ts +4 -0
- package/IconCloudSync2/index.js +2 -0
- package/IconCloudSync2/index.js.map +1 -0
- package/IconCloudSync2/index.mjs +2 -0
- package/IconCloudSync2/index.mjs.map +1 -0
- package/IconCloudTransfer/index.d.ts +4 -0
- package/IconCloudTransfer/index.js +2 -0
- package/IconCloudTransfer/index.js.map +1 -0
- package/IconCloudTransfer/index.mjs +2 -0
- package/IconCloudTransfer/index.mjs.map +1 -0
- 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 +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +12 -4
- package/index.d.ts +4 -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 +5 -1
- package/tsx-icons.json +28 -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
|
|
|
@@ -400,6 +400,8 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
400
400
|
- **IconCloudSimpleDownload** — cloud-simple-download
|
|
401
401
|
- **IconCloudSimpleUpload** — cloud-simple-upload
|
|
402
402
|
- **IconCloudSync** — cloud-sync
|
|
403
|
+
- **IconCloudSync2** — cloud-sync-2
|
|
404
|
+
- **IconCloudTransfer** — cloud-transfer, move-data, move-cloud-files
|
|
403
405
|
- **IconCloudUpload** — cloud-upload
|
|
404
406
|
|
|
405
407
|
### Code
|
|
@@ -741,7 +743,9 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
741
743
|
- **IconEmojiSmilingFace** — emoji-smiling-face, heart-eyes
|
|
742
744
|
- **IconEmojiSmirking** — emoji-smirking
|
|
743
745
|
- **IconEmojiStarStruck** — emoji-star-struck, star-eyes
|
|
746
|
+
- **IconEmojiTongue** — emoji-tongue, fun
|
|
744
747
|
- **IconEmojiWink** — emoji-wink
|
|
748
|
+
- **IconEmojiWinkTongue** — emoji-wink-tongue, fun
|
|
745
749
|
- **IconMask** — mask, theatre
|
|
746
750
|
- **IconPoop** — poop, spam
|
|
747
751
|
|
package/tsx-icons.json
CHANGED
|
@@ -3752,6 +3752,20 @@
|
|
|
3752
3752
|
"iconName": "cloud-sync",
|
|
3753
3753
|
"pathname": "src/IconCloudSync"
|
|
3754
3754
|
},
|
|
3755
|
+
{
|
|
3756
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 4C15.5571 4 18.4918 6.65353 18.9385 10.0889C21.2512 10.5281 23 12.5594 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.1688 2.96013 8.79692 5.59766 8.16504C6.68528 5.7124 9.14173 4 12 4ZM14.5 12.5C14.5 13.8805 13.3805 14.9997 12 15V14L10 15.5L12 17V16C13.9328 15.9997 15.5 14.4328 15.5 12.5H14.5ZM12 9C10.067 9 8.5 10.567 8.5 12.5H9.5C9.5 11.1193 10.6193 10 12 10V11L14 9.5L12 8V9Z\" fill=\"currentColor\"/>",
|
|
3757
|
+
"tags": "Path",
|
|
3758
|
+
"componentName": "IconCloudSync2",
|
|
3759
|
+
"iconName": "cloud-sync-2",
|
|
3760
|
+
"pathname": "src/IconCloudSync2"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"svg": "<Path d=\"M12 3.0498C15.6579 3.04981 18.6639 5.83569 19.0146 9.40137C21.4098 9.74774 23.25 11.8087 23.25 14.2998C23.25 17.0336 21.0336 19.25 18.2998 19.25H17V17.75H18.2998C20.2052 17.75 21.75 16.2052 21.75 14.2998C21.75 12.3944 20.2052 10.8496 18.2998 10.8496H17.5498V10.0996C17.5497 7.03452 15.0651 4.54981 12 4.5498C9.56922 4.5498 7.50139 6.11288 6.75098 8.29102L6.60059 8.72852L6.14258 8.79004C3.94504 9.08628 2.25 10.9711 2.25 13.25C2.25011 15.7352 4.26478 17.75 6.75 17.75H11.6895L9.46973 15.5303L10.5303 14.4697L14.5605 18.5L10.5303 22.5303L9.46973 21.4697L11.6895 19.25H6.75C3.43636 19.25 0.750106 16.5636 0.75 13.25C0.75 10.3672 2.78272 7.96091 5.49316 7.38281C6.55664 4.8389 9.06838 3.0498 12 3.0498Z\" fill=\"currentColor\"/>",
|
|
3764
|
+
"tags": "Path",
|
|
3765
|
+
"componentName": "IconCloudTransfer",
|
|
3766
|
+
"iconName": "cloud-transfer, move-data, move-cloud-files",
|
|
3767
|
+
"pathname": "src/IconCloudTransfer"
|
|
3768
|
+
},
|
|
3755
3769
|
{
|
|
3756
3770
|
"svg": "<Path d=\"M5.59811 8.16478C6.68589 5.71209 9.14244 4 12 4C15.5571 4 18.4942 6.65296 18.9412 10.0885C21.2528 10.529 23 12.5602 23 15C23 17.7614 20.7614 20 18 20H12.5V12.9571L14.5 14.9571L15.2071 14.25L12 11.0429L8.79289 14.25L9.5 14.9571L11.5 12.9571V20H7C3.68629 20 1 17.3137 1 14C1 11.1687 2.96064 8.7963 5.59811 8.16478Z\" fill=\"currentColor\"/>",
|
|
3757
3771
|
"tags": "Path",
|
|
@@ -5208,6 +5222,13 @@
|
|
|
5208
5222
|
"iconName": "emoji-star-struck, star-eyes",
|
|
5209
5223
|
"pathname": "src/IconEmojiStarStruck"
|
|
5210
5224
|
},
|
|
5225
|
+
{
|
|
5226
|
+
"svg": "<Path d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.1716 18 10.5 17.3284 10.5 16.5V15H13.5V16.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7 15H9.5V16.5C9.5 17.8807 10.6193 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H17V14H7V15ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\" fill=\"currentColor\"/>",
|
|
5227
|
+
"tags": "Path",
|
|
5228
|
+
"componentName": "IconEmojiTongue",
|
|
5229
|
+
"iconName": "emoji-tongue, fun",
|
|
5230
|
+
"pathname": "src/IconEmojiTongue"
|
|
5231
|
+
},
|
|
5211
5232
|
{
|
|
5212
5233
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.5 13.75C16.5 13.75 13.7673 14.2744 12 14.2744C10.2327 14.2744 7.5 13.75 7.5 13.75C8 19.761 16 19.739 16.5 13.75ZM9.25 7.5C8.42157 7.5 7.75 8.29582 7.75 9.40039C7.75016 10.5047 8.42167 11.25 9.25 11.25C10.0783 11.25 10.7498 10.5047 10.75 9.40039C10.75 8.29582 10.0784 7.5 9.25 7.5ZM14.625 8.5C13.5895 8.5 12.75 9.02167 12.75 9.74609C12.75 11 13.5895 10.1885 14.625 10.1885C15.6605 10.1885 16.5 11 16.5 9.74609C16.5 9.02167 15.6605 8.5 14.625 8.5Z\" fill=\"currentColor\"/>",
|
|
5213
5234
|
"tags": "Path",
|
|
@@ -5215,6 +5236,13 @@
|
|
|
5215
5236
|
"iconName": "emoji-wink",
|
|
5216
5237
|
"pathname": "src/IconEmojiWink"
|
|
5217
5238
|
},
|
|
5239
|
+
{
|
|
5240
|
+
"svg": "<Path d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.1716 18 10.5 17.3284 10.5 16.5V15H13.5V16.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7 15H9.5V16.5C9.5 17.8807 10.6193 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H17V14H7V15ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\" fill=\"currentColor\"/>",
|
|
5241
|
+
"tags": "Path",
|
|
5242
|
+
"componentName": "IconEmojiWinkTongue",
|
|
5243
|
+
"iconName": "emoji-wink-tongue, fun",
|
|
5244
|
+
"pathname": "src/IconEmojiWinkTongue"
|
|
5245
|
+
},
|
|
5218
5246
|
{
|
|
5219
5247
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.52 2.28723L21.6938 10.0128L10.7067 21H7.29245L1.28516 14.9927L14.52 2.28723ZM2.71395 15.0073L7.70666 20H10.2924L12.292 18.0005L6.06529 11.79L2.71395 15.0073Z\" fill=\"currentColor\"/>",
|
|
5220
5248
|
"tags": "Path",
|