@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.201 → 1.1.203
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/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 +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.203) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1960 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
|
|
|
@@ -1871,6 +1871,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1871
1871
|
- **IconDiscoBall** — disco-ball, music, dance, party
|
|
1872
1872
|
- **IconDoorHanger** — door-hanger, sign, do-not-disdurb
|
|
1873
1873
|
- **IconDumbell** — dumbell, fitness, training
|
|
1874
|
+
- **IconEducation** — education, book, reading, freetime, apple
|
|
1874
1875
|
- **IconElements** — elements, materials, products, tools, teams, skills, circles
|
|
1875
1876
|
- **IconEmojiAstonished** — emoji-astonished
|
|
1876
1877
|
- **IconExplosion** — explosion, boom, bang, pop
|
package/tsx-icons.json
CHANGED
|
@@ -4949,6 +4949,13 @@
|
|
|
4949
4949
|
"iconName": "edit-small-2",
|
|
4950
4950
|
"pathname": "src/IconEditSmall2"
|
|
4951
4951
|
},
|
|
4952
|
+
{
|
|
4953
|
+
"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\"/>",
|
|
4954
|
+
"tags": "Path",
|
|
4955
|
+
"componentName": "IconEducation",
|
|
4956
|
+
"iconName": "education, book, reading, freetime, apple",
|
|
4957
|
+
"pathname": "src/IconEducation"
|
|
4958
|
+
},
|
|
4952
4959
|
{
|
|
4953
4960
|
"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
4961
|
"tags": "Circle, Path",
|