@central-icons-react-native/square-outlined-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 d=\"M8 15.4999C8 13.2908 9.79081 11.5 11.9999 11.5M15.9998 15.4999C15.9998 17.709 14.209 19.4998 11.9999 19.4998\" stroke=\"currentColor\" strokeWidth=\"1.12497\"/><Path d=\"M14.5 11.5L12 13.5V11V9.39014L14.5 11.5Z\" fill=\"currentColor\"/><Path d=\"M9.5 19.5L12 17.5V19V21.5L9.5 19.5Z\" fill=\"currentColor\"/><Path d=\"M7 18.5H6.85714C3.89847 18.5 1.5 16.1015 1.5 13.1429C1.5 10.4292 3.51767 8.18681 6.13466 7.83402C7.00338 5.31198 9.39723 3.5 12.2143 3.5C15.7647 3.5 18.6429 6.37817 18.6429 9.92857C21.0098 9.92857 22.9286 11.8474 22.9286 14.2143C22.9286 16.5812 21.0098 18.5 18.6429 18.5H18.5\" stroke=\"currentColor\"/>",
|
|
3757
|
+
"tags": "Path",
|
|
3758
|
+
"componentName": "IconCloudSync2",
|
|
3759
|
+
"iconName": "cloud-sync-2",
|
|
3760
|
+
"pathname": "src/IconCloudSync2"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"svg": "<Path d=\"M13.05 18.4998H6.75C3.8505 18.4998 1.5 16.1493 1.5 13.2498C1.5 10.5904 3.47732 8.39288 6.04196 8.04714C6.89331 5.57554 9.23928 3.7998 12 3.7998C15.4794 3.7998 18.3 6.62041 18.3 10.0998C20.6196 10.0998 22.5 11.9802 22.5 14.2998C22.5 16.6194 20.6196 18.4998 18.3 18.4998L17 18.4998\" stroke=\"currentColor\"/><Path d=\"M10 14.9999L13.5 18.5L10 21.9999\" stroke=\"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=\"M9.5 19.5H7C3.96243 19.5 1.5 17.0376 1.5 14C1.5 11.3187 3.4187 9.08552 5.95801 8.59857C6.91321 6.19737 9.25838 4.5 12 4.5C15.4303 4.5 18.24 7.15724 18.483 10.5256C20.7411 10.7666 22.5 12.6779 22.5 15C22.5 17.4853 20.4853 19.5 18 19.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14.5 14.25L12 11.75L9.5 14.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 19.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
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": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"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.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 14.5H17\" stroke=\"currentColor\"/><Path d=\"M10 14.5V16.5C10 17.6046 10.8954 18.5 12 18.5C13.1046 18.5 14 17.6046 14 16.5V14.5\" stroke=\"currentColor\"/>",
|
|
5227
|
+
"tags": "Circle, Path",
|
|
5228
|
+
"componentName": "IconEmojiTongue",
|
|
5229
|
+
"iconName": "emoji-tongue, fun",
|
|
5230
|
+
"pathname": "src/IconEmojiTongue"
|
|
5231
|
+
},
|
|
5211
5232
|
{
|
|
5212
5233
|
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><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\"/>",
|
|
5213
5234
|
"tags": "Circle, Path",
|
|
@@ -5215,6 +5236,13 @@
|
|
|
5215
5236
|
"iconName": "emoji-wink",
|
|
5216
5237
|
"pathname": "src/IconEmojiWink"
|
|
5217
5238
|
},
|
|
5239
|
+
{
|
|
5240
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"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=\"M7 14.5H17\" stroke=\"currentColor\"/><Path d=\"M10 14.5V16.5C10 17.6046 10.8954 18.5 12 18.5C13.1046 18.5 14 17.6046 14 16.5V14.5\" stroke=\"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\"/>",
|
|
5241
|
+
"tags": "Circle, Path",
|
|
5242
|
+
"componentName": "IconEmojiWinkTongue",
|
|
5243
|
+
"iconName": "emoji-wink-tongue, fun",
|
|
5244
|
+
"pathname": "src/IconEmojiWinkTongue"
|
|
5245
|
+
},
|
|
5218
5246
|
{
|
|
5219
5247
|
"svg": "<Path d=\"M14.5 3L2 15L7.5 20.5H10.5L21 10L14.5 3Z\" stroke=\"currentColor\"/><Path d=\"M6.07227 11.0905L12.9999 18\" stroke=\"currentColor\"/>",
|
|
5220
5248
|
"tags": "Path",
|