@central-icons-react-native/square-outlined-radius-0-stroke-1 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 4.5H5L5 20.5H19V4.5H14.25\" stroke=\"currentColor\"/><Rect x=\"9.5\" y=\"2.5\" width=\"5\" height=\"5\" stroke=\"currentColor\"/><Path d=\"M8 20.5C8 18.2909 9.79086 16.5 12 16.5C14.2091 16.5 16 18.2909 16 20.5\" stroke=\"currentColor\"/><Circle cx=\"12\" cy=\"12.25\" r=\"2.5\" stroke=\"currentColor\"/>",
|
|
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=\"M16 6.5C16 8.70914 14.2091 10.5 12 10.5C9.79086 10.5 8 8.70914 8 6.5C8 4.29086 9.79086 2.5 12 2.5C14.2091 2.5 16 4.29086 16 6.5Z\" stroke=\"currentColor\"/><Path d=\"M13 20.5H4C4 16.0817 7.58172 12.5 12 12.5C12.8731 12.5 13.7135 12.6399 14.5 12.8984\" stroke=\"currentColor\"/><Path d=\"M21.5 17.6089C21.5 20.1212 18 21.5 18 21.5C18 21.5 14.5 20.1212 14.5 17.6089C14.5 15.7261 16.3813 14.6052 18 15.6513C19.6187 14.6052 21.5 15.7261 21.5 17.6089Z\" stroke=\"currentColor\"/>",
|
|
9511
9518
|
"tags": "Path",
|