@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.202 → 1.1.204
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/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/IconEducation/index.d.ts +4 -0
- package/IconEducation/index.js +2 -0
- package/IconEducation/index.js.map +1 -0
- package/IconEducation/index.mjs +2 -0
- package/IconEducation/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +2 -0
- package/icons-index.json +9 -5
- 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.204) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1961 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
|
|
|
@@ -112,6 +112,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
112
112
|
- **IconBubbleWideSparkle** — bubble-wide-sparkle, message, chat
|
|
113
113
|
- **IconCalenderSparkle** — calender-sparkle, date, plan
|
|
114
114
|
- **IconCameraSparkle** — camera-sparkle, picture, image, cam
|
|
115
|
+
- **IconClapboardSparkle** — clapboard-sparkle, movie, film, ai
|
|
115
116
|
- **IconClaw** — claw, openclaw, ai, qclaw
|
|
116
117
|
- **IconClipboard2Sparkle** — clipboard 2-sparkle, copy, list, auto-fill, form-fill
|
|
117
118
|
- **IconCloudySparkle** — cloudy-sparkle, clouds
|
|
@@ -743,7 +744,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
743
744
|
- **IconFilterDescending** — filter-descending, sort, za
|
|
744
745
|
- **IconFilterTimeline** — filter-timeline, sort
|
|
745
746
|
- **IconLiquidGlass** — liquid-glass, glass-effect
|
|
746
|
-
- **IconMaintenance** — maintenance, settings, service
|
|
747
|
+
- **IconMaintenance** — maintenance, settings, service, tweak
|
|
747
748
|
- **IconReorder** — reorder
|
|
748
749
|
- **IconSettingsGear1** — settings-gear-1, preferences
|
|
749
750
|
- **IconSettingsGear2** — settings-gear-2, preferences
|
|
@@ -1871,6 +1872,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1871
1872
|
- **IconDiscoBall** — disco-ball, music, dance, party
|
|
1872
1873
|
- **IconDoorHanger** — door-hanger, sign, do-not-disdurb
|
|
1873
1874
|
- **IconDumbell** — dumbell, fitness, training
|
|
1875
|
+
- **IconEducation** — education, book, reading, freetime, apple
|
|
1874
1876
|
- **IconElements** — elements, materials, products, tools, teams, skills, circles
|
|
1875
1877
|
- **IconEmojiAstonished** — emoji-astonished
|
|
1876
1878
|
- **IconExplosion** — explosion, boom, bang, pop
|
package/tsx-icons.json
CHANGED
|
@@ -3479,6 +3479,13 @@
|
|
|
3479
3479
|
"iconName": "clapboard, movie, film",
|
|
3480
3480
|
"pathname": "src/IconClapboard"
|
|
3481
3481
|
},
|
|
3482
|
+
{
|
|
3483
|
+
"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\"/>",
|
|
3484
|
+
"tags": "Path",
|
|
3485
|
+
"componentName": "IconClapboardSparkle",
|
|
3486
|
+
"iconName": "clapboard-sparkle, movie, film, ai",
|
|
3487
|
+
"pathname": "src/IconClapboardSparkle"
|
|
3488
|
+
},
|
|
3482
3489
|
{
|
|
3483
3490
|
"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
3491
|
"tags": "Path",
|
|
@@ -4404,7 +4411,7 @@
|
|
|
4404
4411
|
"pathname": "src/IconDashboardMiddle"
|
|
4405
4412
|
},
|
|
4406
4413
|
{
|
|
4407
|
-
"svg": "<Path d=\"M5.
|
|
4414
|
+
"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
4415
|
"tags": "Path",
|
|
4409
4416
|
"componentName": "IconDateCustom",
|
|
4410
4417
|
"iconName": "date-custom",
|
|
@@ -4949,6 +4956,13 @@
|
|
|
4949
4956
|
"iconName": "edit-small-2",
|
|
4950
4957
|
"pathname": "src/IconEditSmall2"
|
|
4951
4958
|
},
|
|
4959
|
+
{
|
|
4960
|
+
"svg": "<Path d=\"M22 20H6C4.34315 20 3 18.6569 3 17C3 15.3431 4.34315 14 6 14H22\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M20.25 13.999L19.9879 14.7854C19.5089 16.2223 19.5089 17.7758 19.9879 19.2126L20.25 19.999\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M11.9983 5.44629C3.8405 2.38676 5.49894 16.5002 11.9982 13.5002C18.4989 16.5002 20.158 2.38677 11.9983 5.44629Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M12 5C12 4 12.5 3.25 13.5 2.25\" stroke=\"currentColor\" strokeWidth=\"1.8\"/>",
|
|
4961
|
+
"tags": "Path",
|
|
4962
|
+
"componentName": "IconEducation",
|
|
4963
|
+
"iconName": "education, book, reading, freetime, apple",
|
|
4964
|
+
"pathname": "src/IconEducation"
|
|
4965
|
+
},
|
|
4952
4966
|
{
|
|
4953
4967
|
"svg": "<Circle cx=\"7\" cy=\"7\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"17\" cy=\"7\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 7L10.2111 6.89443C11.3373 6.33137 12.6627 6.33137 13.7889 6.89443L14 7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.5 19.5006H4C4 14.9164 8.00116 12.1421 12 14.548C16.1941 12.3667 19.9643 14.6379 20 19.5006H17.5C16.7771 18.6331 15.5356 18.4101 14.556 18.9717L14.5 19.0038L13.5243 18.4282C12.5838 17.8734 11.4162 17.8734 10.4757 18.4282L9.5 19.0038L9.44401 18.9717C8.46437 18.4101 7.22287 18.6331 6.5 19.5006Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
4954
4968
|
"tags": "Circle, Path",
|
|
@@ -7858,7 +7872,7 @@
|
|
|
7858
7872
|
"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\"/>",
|
|
7859
7873
|
"tags": "Path",
|
|
7860
7874
|
"componentName": "IconMaintenance",
|
|
7861
|
-
"iconName": "maintenance, settings, service",
|
|
7875
|
+
"iconName": "maintenance, settings, service, tweak",
|
|
7862
7876
|
"pathname": "src/IconMaintenance"
|
|
7863
7877
|
},
|
|
7864
7878
|
{
|