@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/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/square-outlined-radius-0-stroke-1",
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/square-outlined-radius-0-stroke-1",
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.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",