@central-icons-react-native/round-outlined-radius-2-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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-outlined-radius-2-stroke-2",
21
- version: "1.1.237",
21
+ version: "1.1.238",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.237",
3
+ "version": "1.1.238",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.237) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1997 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
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 5H7C5.89543 5 5 5.89543 5 7L5 19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V7C19 5.89543 18.1046 5 17 5H15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect x=\"10\" y=\"3\" width=\"4\" height=\"4\" rx=\"1\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.35547 20.6464C8.35547 18.4373 9.79278 17 12.0019 17C14.2111 17 15.6484 18.4373 15.6484 20.6464\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12.25\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M21 17.75C21 19.6667 18.25 21.0833 18 21.0833C17.75 21.0833 15 19.6667 15 17.75C15 16.4167 15.8333 15.75 16.6667 15.75C17.5 15.75 18 16.25 18 16.25C18 16.25 18.5 15.75 19.3333 15.75C20.1667 15.75 21 16.4167 21 17.75Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><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\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.0011 13.0602C12.6766 13.0205 12.343 13 12.0011 13C8.60997 13 6.03711 15.0143 4.9836 17.8629C4.5748 18.9682 5.51944 20 6.69796 20H11.5011\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
9511
9518
  "tags": "Path",