@central-icons-react-native/square-filled-radius-0-stroke-2 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=\"M5 12C5 15.866 8.13401 19 12 19C13.9093 19 15.6727 18.2353 16.9541 17H14V15H20V21H18V18.7539C16.3922 20.1519 14.2771 21 12 21C7.02944 21 3 16.9706 3 12H5Z\" fill=\"currentColor\"/><Path d=\"M19.4004 6.59961L22 7.59961V8.40039L19.4004 9.40039L18.4004 12H17.5996L16.5996 9.40039L14 8.40039V7.59961L16.5996 6.59961L17.5996 4H18.4004L19.4004 6.59961Z\" fill=\"currentColor\"/><Path d=\"M5.98828 5.25586C7.59745 3.85185 9.71747 3 12 3V5C10.0907 5 8.32727 5.76471 7.0459 7H9.98828V9H3.98828V3H5.98828V5.25586Z\" 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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.5 3.08594L21.4142 8.00015L16.5 12.9144L15.0858 11.5002L17.5858 9.00015H13C10.7909 9.00015 9 10.791 9 13.0002V15.0002H7V13.0002C7 9.68644 9.68629 7.00015 13 7.00015H17.5858L15.0858 4.50015L16.5 3.08594ZM4 7.00015V18.0002H20V20.0002H2V7.00015H4Z\" fill=\"currentColor\"/>",
|
|
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=\"M22.8955 9.57031L21.7314 11.1963L20 9.95703V21H14V14H10V21H4V9.95703L2.26855 11.1963L1.10449 9.57031L12 1.76953L22.8955 9.57031Z\" fill=\"currentColor\"/>",
|
|
6893
|
+
"tags": "Path",
|
|
6894
|
+
"componentName": "IconHomeRoofDoor",
|
|
6895
|
+
"iconName": "home-roof-door, house",
|
|
6896
|
+
"pathname": "src/IconHomeRoofDoor"
|
|
6897
|
+
},
|
|
6884
6898
|
{
|
|
6885
6899
|
"svg": "<Path d=\"M12 2.8208L3 8.4458V21H9.5V16.5C9.5 15.1193 10.6193 14 12 14C13.3807 14 14.5 15.1193 14.5 16.5V21H21V8.4458L12 2.8208Z\" fill=\"currentColor\"/>",
|
|
6886
6900
|
"tags": "Path",
|