@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.203 → 1.1.205
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/IconAiSlop/index.d.ts +4 -0
- package/IconAiSlop/index.js +2 -0
- package/IconAiSlop/index.js.map +1 -0
- package/IconAiSlop/index.mjs +2 -0
- package/IconAiSlop/index.mjs.map +1 -0
- package/IconClapboardSparkle/index.d.ts +4 -0
- package/IconClapboardSparkle/index.js +2 -0
- package/IconClapboardSparkle/index.js.map +1 -0
- package/IconClapboardSparkle/index.mjs +2 -0
- package/IconClapboardSparkle/index.mjs.map +1 -0
- package/IconDateCustom/index.js +1 -1
- package/IconDateCustom/index.js.map +1 -1
- package/IconDateCustom/index.mjs +1 -1
- package/IconDateCustom/index.mjs.map +1 -1
- package/README.md +2 -0
- package/filtered-icons.json +30 -2
- 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 +4 -2
- package/tsx-icons.json +16 -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.205) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1962 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
|
|
|
@@ -99,6 +99,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
99
99
|
|
|
100
100
|
### AI & Magic
|
|
101
101
|
|
|
102
|
+
- **IconAiSlop** — ai-slop, trash
|
|
102
103
|
- **IconAiTokens** — ai-tokens, credits
|
|
103
104
|
- **IconAiTranslate** — ai-translate, language, auto-translate
|
|
104
105
|
- **IconAppleIntelligenceIcon** — apple-intelligence-icon, ai, tools
|
|
@@ -112,6 +113,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
112
113
|
- **IconBubbleWideSparkle** — bubble-wide-sparkle, message, chat
|
|
113
114
|
- **IconCalenderSparkle** — calender-sparkle, date, plan
|
|
114
115
|
- **IconCameraSparkle** — camera-sparkle, picture, image, cam
|
|
116
|
+
- **IconClapboardSparkle** — clapboard-sparkle, movie, film, ai
|
|
115
117
|
- **IconClaw** — claw, openclaw, ai, qclaw
|
|
116
118
|
- **IconClipboard2Sparkle** — clipboard 2-sparkle, copy, list, auto-fill, form-fill
|
|
117
119
|
- **IconCloudySparkle** — cloudy-sparkle, clouds
|
|
@@ -743,7 +745,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
743
745
|
- **IconFilterDescending** — filter-descending, sort, za
|
|
744
746
|
- **IconFilterTimeline** — filter-timeline, sort
|
|
745
747
|
- **IconLiquidGlass** — liquid-glass, glass-effect
|
|
746
|
-
- **IconMaintenance** — maintenance, settings, service
|
|
748
|
+
- **IconMaintenance** — maintenance, settings, service, tweak
|
|
747
749
|
- **IconReorder** — reorder
|
|
748
750
|
- **IconSettingsGear1** — settings-gear-1, preferences
|
|
749
751
|
- **IconSettingsGear2** — settings-gear-2, preferences
|
package/tsx-icons.json
CHANGED
|
@@ -196,6 +196,13 @@
|
|
|
196
196
|
"iconName": "airpods, headphones, vibe",
|
|
197
197
|
"pathname": "src/IconAirpods"
|
|
198
198
|
},
|
|
199
|
+
{
|
|
200
|
+
"svg": "<Path d=\"M3 7H21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M8 7L9 3H15L16 7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M17.9999 14L17.4999 21H6.49986L6.07129 15\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M5 7V13.25C5 14.2165 5.7835 15 6.75 15C7.7165 15 8.5 14.2165 8.5 13.25V10.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M15.5 11V12.25C15.5 13.2165 16.2835 14 17.25 14C18.2165 14 19 13.2165 19 12.25V7.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M15.5 11V14.25C15.5 15.2165 14.7165 16 13.75 16C12.7835 16 12 15.2165 12 14.25V9.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
201
|
+
"tags": "Path",
|
|
202
|
+
"componentName": "IconAiSlop",
|
|
203
|
+
"iconName": "ai-slop, trash",
|
|
204
|
+
"pathname": "src/IconAiSlop"
|
|
205
|
+
},
|
|
199
206
|
{
|
|
200
207
|
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12.5 6.84863H11.5L10.25 10.0986L7 11.3486V12.3486L10.25 13.5986L11.5 16.8486H12.5L13.75 13.5986L17 12.3486V11.3486L13.75 10.0986L12.5 6.84863Z\" fill=\"currentColor\"/>",
|
|
201
208
|
"tags": "Circle, Path",
|
|
@@ -3479,6 +3486,13 @@
|
|
|
3479
3486
|
"iconName": "clapboard, movie, film",
|
|
3480
3487
|
"pathname": "src/IconClapboard"
|
|
3481
3488
|
},
|
|
3489
|
+
{
|
|
3490
|
+
"svg": "<Path d=\"M12 20H4V4H20V12\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 9H20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8.25 9L10.25 4\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M13.75 9L15.75 4\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
|
|
3491
|
+
"tags": "Path",
|
|
3492
|
+
"componentName": "IconClapboardSparkle",
|
|
3493
|
+
"iconName": "clapboard-sparkle, movie, film, ai",
|
|
3494
|
+
"pathname": "src/IconClapboardSparkle"
|
|
3495
|
+
},
|
|
3482
3496
|
{
|
|
3483
3497
|
"svg": "<Path d=\"M21 5H3V19H21V5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 10H20\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M7.75 10L9.75 5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M14.25 10L16.25 5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
3484
3498
|
"tags": "Path",
|
|
@@ -4404,7 +4418,7 @@
|
|
|
4404
4418
|
"pathname": "src/IconDashboardMiddle"
|
|
4405
4419
|
},
|
|
4406
4420
|
{
|
|
4407
|
-
"svg": "<Path d=\"M5.
|
|
4421
|
+
"svg": "<Path d=\"M5.5 17C6.32843 17 7 17.6716 7 18.5C7 19.3284 6.32843 20 5.5 20C4.67157 20 4 19.3284 4 18.5C4 17.6716 4.67157 17 5.5 17Z\" fill=\"currentColor\"/><Path d=\"M12 17C12.8284 17 13.5 17.6716 13.5 18.5C13.5 19.3284 12.8284 20 12 20C11.1716 20 10.5 19.3284 10.5 18.5C10.5 17.6716 11.1716 17 12 17Z\" fill=\"currentColor\"/><Path d=\"M5.5 10.5C6.32843 10.5 7 11.1716 7 12C7 12.8284 6.32843 13.5 5.5 13.5C4.67157 13.5 4 12.8284 4 12C4 11.1716 4.67157 10.5 5.5 10.5Z\" fill=\"currentColor\"/><Path d=\"M18.5 10.5C19.3284 10.5 20 11.1716 20 12C20 12.8284 19.3284 13.5 18.5 13.5C17.6716 13.5 17 12.8284 17 12C17 11.1716 17.6716 10.5 18.5 10.5Z\" fill=\"currentColor\"/><Path d=\"M12 4C12.8284 4 13.5 4.67157 13.5 5.5C13.5 6.32843 12.8284 7 12 7C11.1716 7 10.5 6.32843 10.5 5.5C10.5 4.67157 11.1716 4 12 4Z\" fill=\"currentColor\"/><Path d=\"M18.5 4C19.3284 4 20 4.67157 20 5.5C20 6.32843 19.3284 7 18.5 7C17.6716 7 17 6.32843 17 5.5C17 4.67157 17.6716 4 18.5 4Z\" fill=\"currentColor\"/><Path d=\"M13.5 12C13.5 12.8284 12.8284 13.5 12 13.5C11.1716 13.5 10.5 12.8284 10.5 12C10.5 11.1716 11.1716 10.5 12 10.5C12.8284 10.5 13.5 11.1716 13.5 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
4408
4422
|
"tags": "Path",
|
|
4409
4423
|
"componentName": "IconDateCustom",
|
|
4410
4424
|
"iconName": "date-custom",
|
|
@@ -7865,7 +7879,7 @@
|
|
|
7865
7879
|
"svg": "<Path d=\"M14.5 16C18.0899 16 21 13.0899 21 9.5C21 8.75038 20.8731 8.03041 20.6396 7.36037L18 10C16.8954 11.1046 15.1046 11.1046 14 10C12.8954 8.89543 12.8954 7.10457 14 6L16.6396 3.36037C15.9696 3.12689 15.2496 3 14.5 3C10.9101 3 8 5.91015 8 9.5C8 10.3864 8.17743 11.2314 8.4987 12.0013L3 17.5L6.5 21L11.9987 15.5013C12.7686 15.8226 13.6136 16 14.5 16Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
7866
7880
|
"tags": "Path",
|
|
7867
7881
|
"componentName": "IconMaintenance",
|
|
7868
|
-
"iconName": "maintenance, settings, service",
|
|
7882
|
+
"iconName": "maintenance, settings, service, tweak",
|
|
7869
7883
|
"pathname": "src/IconMaintenance"
|
|
7870
7884
|
},
|
|
7871
7885
|
{
|