@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.233 → 1.1.234
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/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.234) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1992 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
|
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.2285 12.5C14.2285 13.7306 13.2306 14.7283 12 14.7285V13.5L9.5 15.5L12 17.5V16.2715C14.0827 16.2712 15.7715 14.5827 15.7715 12.5H14.2285ZM12 8.72852C9.9171 8.72852 8.22852 10.4171 8.22852 12.5H9.77148C9.77148 11.2692 10.7692 10.2715 12 10.2715V11.5L14.5 9.5L12 7.5V8.72852Z\" fill=\"currentColor\"/>",
|
|
3757
|
+
"tags": "Path",
|
|
3758
|
+
"componentName": "IconCloudSync2",
|
|
3759
|
+
"iconName": "cloud-sync-2",
|
|
3760
|
+
"pathname": "src/IconCloudSync2"
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"svg": "<Path d=\"M12 2.75C15.6231 2.75 18.6245 5.40774 19.1631 8.87988C21.5028 9.40912 23.25 11.5003 23.25 14C23.25 16.8995 20.8995 19.25 18 19.25H17.5V16.75H18C19.5188 16.75 20.75 15.5188 20.75 14C20.75 12.4812 19.5188 11.25 18 11.25H16.75V10C16.75 7.37665 14.6234 5.25 12 5.25C9.92049 5.25 8.15027 6.58713 7.50781 8.45215L7.25684 9.18066L6.49316 9.28418C4.6625 9.53097 3.25 11.1015 3.25 13C3.25 15.0711 4.92893 16.75 7 16.75H10.9824L9.61621 15.3838L11.3838 13.6162L15.7676 18L11.3838 22.3838L9.61621 20.6162L10.9824 19.25H7C3.54822 19.25 0.75 16.4518 0.75 13C0.75 10.0933 2.7334 7.6522 5.4209 6.95215C6.57168 4.47219 9.08311 2.75 12 2.75Z\" 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.59824 8.16485C6.68595 5.71241 9.14187 4 12 4C15.5571 4 18.4944 6.65314 18.9412 10.0884C21.2527 10.5287 23 12.5603 23 15C23 17.7614 20.7614 20 18 20H13V14.4142L14.5 15.9142L15.9142 14.5L12 10.5858L8.08579 14.5L9.5 15.9142L11 14.4142V20H7C3.68629 20 1 17.3137 1 14C1 11.1686 2.96041 8.79651 5.59824 8.16485Z\" fill=\"currentColor\"/>",
|
|
3757
3771
|
"tags": "Path",
|