@central-icons-react-native/square-outlined-radius-0-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=\"M12 4C9.47362 4 7.16961 5.17107 5.68848 7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 12C4 16.4183 7.58172 20 12 20C14.5264 20 16.8304 18.8289 18.3115 17\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 20V16H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M4.98828 4V8H8.98828\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M18.4 4H17.6L16.6 6.6L14 7.6V8.4L16.6 9.4L17.6 12H18.4L19.4 9.4L22 8.4V7.6L19.4 6.6L18.4 4Z\" 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 8V19H19M8 14V13C8 10.2386 10.2386 8 13 8H19M16.5 4.5L20 8L16.5 11.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
922
929
|
"tags": "Path",
|