@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.208 → 1.1.209
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/IconArrowRotateSparkle/index.d.ts +4 -0
- package/IconArrowRotateSparkle/index.js +2 -0
- package/IconArrowRotateSparkle/index.js.map +1 -0
- package/IconArrowRotateSparkle/index.mjs +2 -0
- package/IconArrowRotateSparkle/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- 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 +7 -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.209) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1970 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
|
|
|
@@ -103,6 +103,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
103
103
|
- **IconAiTokens** — ai-tokens, credits
|
|
104
104
|
- **IconAiTranslate** — ai-translate, language, auto-translate
|
|
105
105
|
- **IconAppleIntelligenceIcon** — apple-intelligence-icon, ai, tools
|
|
106
|
+
- **IconArrowRotateSparkle** — arrow-rotate-sparkle, repeat, refresh, generate
|
|
106
107
|
- **IconAutoCrop** — auto-crop, ai-crop
|
|
107
108
|
- **IconBag2Sparkle** — bag 2-sparkle, shopping, add, plus
|
|
108
109
|
- **IconBoxSparkle** — box-sparkle, magic box
|
package/tsx-icons.json
CHANGED
|
@@ -917,6 +917,13 @@
|
|
|
917
917
|
"iconName": "arrow-rotate-right-left, repeat, refresh, routines",
|
|
918
918
|
"pathname": "src/IconArrowRotateRightLeft"
|
|
919
919
|
},
|
|
920
|
+
{
|
|
921
|
+
"svg": "<Path d=\"M5 4V8M5 8H9M5 8C6.38324 5.60879 9.03887 4 12 4\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.0117 20V16H15.0117\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 12C4 16.4183 7.58172 20 12 20C14.9611 20 17.6168 18.3912 19 16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\" fill=\"currentColor\"/>",
|
|
922
|
+
"tags": "Path",
|
|
923
|
+
"componentName": "IconArrowRotateSparkle",
|
|
924
|
+
"iconName": "arrow-rotate-sparkle, repeat, refresh, generate",
|
|
925
|
+
"pathname": "src/IconArrowRotateSparkle"
|
|
926
|
+
},
|
|
920
927
|
{
|
|
921
928
|
"svg": "<Path d=\"M3 8V17C3 18.1046 3.89543 19 5 19H19M16.5 4.5L20 8M20 8L16.5 11.5M20 8H13C10.2386 8 8 10.2386 8 13V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
922
929
|
"tags": "Path",
|