@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.208 → 1.1.210
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/IconHomeRoofDoor/index.d.ts +4 -0
- package/IconHomeRoofDoor/index.js +2 -0
- package/IconHomeRoofDoor/index.js.map +1 -0
- package/IconHomeRoofDoor/index.mjs +2 -0
- package/IconHomeRoofDoor/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 +8 -4
- 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.210) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1971 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
|
|
@@ -368,6 +369,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
368
369
|
- **IconHomeOpen** — home-open, house
|
|
369
370
|
- **IconHomePersonalFeed** — home-personal-feed, for-you
|
|
370
371
|
- **IconHomeRoof** — home-roof, house
|
|
372
|
+
- **IconHomeRoofDoor** — home-roof-door, house
|
|
371
373
|
- **IconHomeRoundDoor** — home-round-door
|
|
372
374
|
- **IconMall** — mall, store, shop, business
|
|
373
375
|
- **IconSchool** — school, building
|
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=\"M19.5117 20.5V16.5H15.5117\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M4.5 3.5V7.5H8.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\" stroke=\"currentColor\" 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=\"M2.5 7.5V19.5H19.5M17 4L20.5 7.5L17 11M7.5 13.5V12.5C7.5 9.73858 9.73858 7.5 12.5 7.5H20\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
922
929
|
"tags": "Path",
|
|
@@ -6881,6 +6888,13 @@
|
|
|
6881
6888
|
"iconName": "home-roof, house",
|
|
6882
6889
|
"pathname": "src/IconHomeRoof"
|
|
6883
6890
|
},
|
|
6891
|
+
{
|
|
6892
|
+
"svg": "<Path d=\"M4.5 8.5L4.50001 20.5H19.5L19.5 8.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M2 9.75L12 2.44879L22 9.75\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14.5 20.25V13.5H9.5V20.25\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
6893
|
+
"tags": "Path",
|
|
6894
|
+
"componentName": "IconHomeRoofDoor",
|
|
6895
|
+
"iconName": "home-roof-door, house",
|
|
6896
|
+
"pathname": "src/IconHomeRoofDoor"
|
|
6897
|
+
},
|
|
6884
6898
|
{
|
|
6885
6899
|
"svg": "<Path d=\"M9.5 17V20.5H3.5V8.8125L12 3.5L20.5 8.8125V20.5H14.5V17C14.5 15.6193 13.3807 14.5 12 14.5C10.6193 14.5 9.5 15.6193 9.5 17Z\" stroke=\"currentColor\"/>",
|
|
6886
6900
|
"tags": "Path",
|