@central-icons-react-native/round-outlined-radius-2-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 4.5H7C5.89543 4.5 5 5.39543 5 6.5L5 18.5C5 19.6046 5.89543 20.5 7 20.5H17C18.1046 20.5 19 19.6046 19 18.5V6.5C19 5.39543 18.1046 4.5 17 4.5H15\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect x=\"9.5\" y=\"2.5\" width=\"5\" height=\"5\" rx=\"1\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><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\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12.25\" r=\"2.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
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\" strokeWidth=\"1.07692\" strokeLinejoin=\"round\"/><Path d=\"M14.0009 12.7498C13.3706 12.5865 12.7021 12.5 12.0009 12.5C8.27245 12.5 5.47137 14.9458 4.4165 18.3604C4.0701 19.4817 5.01046 20.5 6.18402 20.5H12.5009\" stroke=\"currentColor\" strokeWidth=\"1.07692\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.5 17.6112C21.5 19.8473 18.2917 21.5001 18 21.5001C17.7083 21.5001 14.5 19.8473 14.5 17.6112C14.5 16.0556 15.4722 15.2778 16.4444 15.2778C17.4167 15.2778 18 15.8612 18 15.8612C18 15.8612 18.5833 15.2778 19.5556 15.2778C20.5278 15.2778 21.5 16.0556 21.5 17.6112Z\" stroke=\"currentColor\" strokeWidth=\"1.07692\" strokeLinejoin=\"round\"/>",
|
|
9511
9518
|
"tags": "Path",
|