@central-icons-react-native/square-outlined-radius-0-stroke-2 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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-outlined-radius-0-stroke-2",
21
- version: "1.1.233",
21
+ version: "1.1.235",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.233",
3
+ "version": "1.1.235",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.233) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1990 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
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.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998\" stroke=\"currentColor\" strokeWidth=\"1.9\"/><Path d=\"M12 14.5V9.5L15 12L12 14.5Z\" fill=\"currentColor\"/><Path d=\"M12 16.5V21.5L9 19L12 16.5Z\" fill=\"currentColor\"/><Path d=\"M7 18C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
3757
+ "tags": "Path",
3758
+ "componentName": "IconCloudSync2",
3759
+ "iconName": "cloud-sync-2",
3760
+ "pathname": "src/IconCloudSync2"
3761
+ },
3762
+ {
3763
+ "svg": "<Path d=\"M13 18H7C4.23858 18 2 15.7614 2 13C2 10.4673 3.88316 8.37436 6.32568 8.04508C7.13649 5.69118 9.37075 4 12 4C15.3137 4 18 6.68629 18 10C20.2091 10 22 11.7909 22 14C22 16.2091 20.2091 18 18 18H17.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10.5 14.5L14 18L10.5 21.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
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=\"M14.5 14.5L12 12L9.5 14.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M8 19H7C4.23858 19 2 16.7614 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C15.3137 5 18 7.68629 18 11C20.2091 11 22 12.7909 22 15C22 17.2091 20.2091 19 18 19H16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12 19V13\" stroke=\"currentColor\" strokeWidth=\"2\" 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\" 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
+ },
5211
5232
  {
5212
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\"/>",
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\" 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
+ },
5218
5246
  {
5219
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\"/>",
5220
5248
  "tags": "Path",