@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.237 → 1.1.238
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/IconPeopleIdCard2/index.d.ts +4 -0
- package/IconPeopleIdCard2/index.js +2 -0
- package/IconPeopleIdCard2/index.js.map +1 -0
- package/IconPeopleIdCard2/index.mjs +2 -0
- package/IconPeopleIdCard2/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.238) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1998 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
|
|
|
@@ -1356,6 +1356,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1356
1356
|
- **IconPeopleGear** — people-gear, user-settings, preferences, person
|
|
1357
1357
|
- **IconPeopleGroup2** — people-group-2, user, friend
|
|
1358
1358
|
- **IconPeopleIdCard** — people-id-card, profile, user-account, badge, person
|
|
1359
|
+
- **IconPeopleIdCard2** — people-id-card-2, profile, user-account, badge, person
|
|
1359
1360
|
- **IconPeopleLike** — people-like, inner circle
|
|
1360
1361
|
- **IconPeopleNoise** — people-noise, audio-quality, user-noise
|
|
1361
1362
|
- **IconPeopleRemove** — people-remove, user-remove
|
package/tsx-icons.json
CHANGED
|
@@ -9506,6 +9506,13 @@
|
|
|
9506
9506
|
"iconName": "people-id-card, profile, user-account, badge, person",
|
|
9507
9507
|
"pathname": "src/IconPeopleIdCard"
|
|
9508
9508
|
},
|
|
9509
|
+
{
|
|
9510
|
+
"svg": "<Path d=\"M9.75 5H5L5 21H19V5H14.25\" stroke=\"currentColor\" strokeWidth=\"2\"/><Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 21C8 18.7909 9.79086 17 12 17C14.2091 17 16 18.7909 16 21\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"12\" cy=\"12.25\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
9511
|
+
"tags": "Circle, Path, Rect",
|
|
9512
|
+
"componentName": "IconPeopleIdCard2",
|
|
9513
|
+
"iconName": "people-id-card-2, profile, user-account, badge, person",
|
|
9514
|
+
"pathname": "src/IconPeopleIdCard2"
|
|
9515
|
+
},
|
|
9509
9516
|
{
|
|
9510
9517
|
"svg": "<Path d=\"M15.5 6.5C15.5 8.433 13.933 10 12 10C10.067 10 8.5 8.433 8.5 6.5C8.5 4.567 10.067 3 12 3C13.933 3 15.5 4.567 15.5 6.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M14 13.2499C13.3728 13.0868 12.704 13 12 13C7.8098 13 4.86894 16.0754 4.5 20H12.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M21.2526 17.6901C21.2526 20.0225 18.0013 21.3027 18.0013 21.3027C18.0013 21.3027 14.75 20.0225 14.75 17.6901C14.75 15.942 16.4976 14.9013 18.0013 15.8725C19.505 14.9013 21.2526 15.942 21.2526 17.6901Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
9511
9518
|
"tags": "Path",
|