@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.214 → 1.1.216
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/IconArrowRotateClockwise/index.js +1 -1
- package/IconArrowRotateClockwise/index.js.map +1 -1
- package/IconArrowRotateClockwise/index.mjs +1 -1
- package/IconArrowRotateClockwise/index.mjs.map +1 -1
- package/IconCard/index.d.ts +4 -0
- package/IconCard/index.js +2 -0
- package/IconCard/index.js.map +1 -0
- package/IconCard/index.mjs +2 -0
- package/IconCard/index.mjs.map +1 -0
- package/IconMoonStar/index.js +1 -1
- package/IconMoonStar/index.js.map +1 -1
- package/IconMoonStar/index.mjs +1 -1
- package/IconMoonStar/index.mjs.map +1 -1
- package/README.md +1 -0
- package/filtered-icons.json +16 -2
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +2 -1
- package/tsx-icons.json +9 -2
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.216) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1977 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
|
|
|
@@ -1037,6 +1037,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1037
1037
|
- **IconBrokenHeart** — broken-heart, delete-account
|
|
1038
1038
|
- **IconBrowserTabs** — browser-tabs, tab-groups
|
|
1039
1039
|
- **IconBucket** — bucket, trash, can
|
|
1040
|
+
- **IconCard** — card, profile, avatar, account
|
|
1040
1041
|
- **IconChainLink1** — chain-link-1, url
|
|
1041
1042
|
- **IconChainLink2** — chain-link-2, url
|
|
1042
1043
|
- **IconChainLink3** — chain-link-3, url
|
package/tsx-icons.json
CHANGED
|
@@ -890,7 +890,7 @@
|
|
|
890
890
|
"pathname": "src/IconArrowRightUpCircle"
|
|
891
891
|
},
|
|
892
892
|
{
|
|
893
|
-
"svg": "<Path d=\"
|
|
893
|
+
"svg": "<Path d=\"M18.5891 7.5C16.7295 5.30135 14.8553 4 11.9717 4C7.5534 4 3.97168 7.58172 3.97168 12C3.97168 16.4183 7.5534 20 11.9717 20C15.4549 20 18.4182 17.7738 19.5165 14.6667\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19 4V7.25C19 7.66421 18.6642 8 18.25 8H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
894
894
|
"tags": "Path",
|
|
895
895
|
"componentName": "IconArrowRotateClockwise",
|
|
896
896
|
"iconName": "arrow-rotate-clockwise, rotate-right",
|
|
@@ -2884,6 +2884,13 @@
|
|
|
2884
2884
|
"iconName": "car-9-ev, van",
|
|
2885
2885
|
"pathname": "src/IconCar9Ev"
|
|
2886
2886
|
},
|
|
2887
|
+
{
|
|
2888
|
+
"svg": "<Path d=\"M5 6.2C5 5.07989 5 4.51984 5.21799 4.09202C5.40973 3.71569 5.71569 3.40973 6.09202 3.21799C6.51984 3 7.07989 3 8.2 3H15.8C16.9201 3 17.4802 3 17.908 3.21799C18.2843 3.40973 18.5903 3.71569 18.782 4.09202C19 4.51984 19 5.0799 19 6.2V17.8C19 18.9201 19 19.4802 18.782 19.908C18.5903 20.2843 18.2843 20.5903 17.908 20.782C17.4802 21 16.9201 21 15.8 21H8.2C7.07989 21 6.51984 21 6.09202 20.782C5.71569 20.5903 5.40973 20.2843 5.21799 19.908C5 19.4802 5 18.9201 5 17.8V6.2Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"9\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 14H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9 17H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2889
|
+
"tags": "Circle, Path",
|
|
2890
|
+
"componentName": "IconCard",
|
|
2891
|
+
"iconName": "card, profile, avatar, account",
|
|
2892
|
+
"pathname": "src/IconCard"
|
|
2893
|
+
},
|
|
2887
2894
|
{
|
|
2888
2895
|
"svg": "<Path d=\"M3 18V11.6056C3 11.2107 3.11688 10.8247 3.3359 10.4962L6.40627 5.8906C6.7772 5.3342 7.40166 5 8.07037 5H15.9296C16.5983 5 17.2228 5.3342 17.5937 5.8906L20.6641 10.4962C20.8831 10.8247 21 11.2107 21 11.6056V18C21 18.5523 20.5523 19 20 19H18C17.4477 19 17 18.5523 17 18V17H7V18C7 18.5523 6.55228 19 6 19H4C3.44772 19 3 18.5523 3 18Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M2 10H3.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 10H22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6 13H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17 13H18\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
2889
2896
|
"tags": "Path",
|
|
@@ -8303,7 +8310,7 @@
|
|
|
8303
8310
|
"pathname": "src/IconMoon"
|
|
8304
8311
|
},
|
|
8305
8312
|
{
|
|
8306
|
-
"svg": "<Path
|
|
8313
|
+
"svg": "<Path d=\"M20.9638 12.7677C19.8361 13.5449 18.4693 14 16.9961 14C13.1301 14 9.99609 10.866 9.99609 7C9.99609 5.52692 10.4511 4.16011 11.2283 3.03247C6.61911 3.42302 3 7.28792 3 11.9981C3 16.9677 7.0286 20.9963 11.9981 20.9963C16.7084 20.9963 20.5734 17.377 20.9638 12.7677Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5655 4.86018L17.9756 3.32667C17.8999 3.12986 17.7109 3 17.5 3C17.2891 3 17.1001 3.12986 17.0244 3.32667L16.4345 4.86018C16.333 5.12427 16.1243 5.33297 15.8602 5.43455L14.3267 6.02436C14.1299 6.10005 14 6.28914 14 6.5C14 6.71086 14.1299 6.89995 14.3267 6.97564L15.8602 7.56545C16.1243 7.66703 16.333 7.87573 16.4345 8.13982L17.0244 9.67333C17.1001 9.87014 17.2891 10 17.5 10C17.7109 10 17.8999 9.87014 17.9756 9.67333L18.5655 8.13982C18.667 7.87573 18.8757 7.66703 19.1398 7.56545L20.6733 6.97564C20.8701 6.89995 21 6.71086 21 6.5C21 6.28914 20.8701 6.10005 20.6733 6.02436L19.1398 5.43455C18.8757 5.33297 18.667 5.12427 18.5655 4.86018Z\" fill=\"currentColor\"/>",
|
|
8307
8314
|
"tags": "Path",
|
|
8308
8315
|
"componentName": "IconMoonStar",
|
|
8309
8316
|
"iconName": "moon-star, night",
|