@central-icons-react-native/round-outlined-radius-3-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-3-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-3-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 5H8C6.34315 5 5 6.34315 5 8L5 18C5 19.6569 6.34315 21 8 21H16C17.6569 21 19 19.6569 19 18V8C19 6.34315 17.6569 5 16 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=\"M12.9997 13.0602C12.6751 13.0205 12.3416 13 11.9997 13C9.02123 13 6.67402 14.5539 5.43304 16.8621C4.59593 18.4191 6.02717 20 7.79494 20H11.4997\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
9511
9518
  "tags": "Path",