@central-icons-react-native/square-filled-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-filled-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-filled-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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9 8H15V4H19.5V21H4.5V4H9V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.934 17.9961 14.1415 16.5001 12 16.5ZM12 10.125C10.6883 10.125 9.625 11.1883 9.625 12.5C9.625 13.8117 10.6883 14.875 12 14.875C13.3117 14.875 14.375 13.8117 14.375 12.5C14.375 11.1883 13.3117 10.125 12 10.125Z\" fill=\"currentColor\"/><Path d=\"M14 7H10V2H14V7Z\" fill=\"currentColor\"/>",
9511
+ "tags": "Path",
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=\"M7.5 6.5C7.5 4.01472 9.51472 2 12 2C14.4853 2 16.5 4.01472 16.5 6.5C16.5 8.98528 14.4853 11 12 11C9.51472 11 7.5 8.98528 7.5 6.5Z\" fill=\"currentColor\"/><Path d=\"M11.9989 12C7.21735 12 3.91209 15.7691 3.50083 20.4563L3.45312 21H14.6904C13.8735 20.2209 12.999 19.0597 12.999 17.5846C12.999 16.4861 13.3486 15.5167 14.0124 14.8087C14.6688 14.1085 15.555 13.7513 16.4435 13.7513C16.7091 13.7513 16.957 13.7781 17.1855 13.8226C15.7957 12.6804 14.0305 12 11.9989 12Z\" fill=\"currentColor\"/><Path d=\"M17.2247 21.6901C16.8793 21.5127 16.4158 21.2473 15.9493 20.896C15.0393 20.211 14 19.1085 14 17.6089C14 16.4937 14.5616 15.5744 15.3947 15.0978C16.1545 14.6631 17.1099 14.6145 18 15.0739C18.8901 14.6145 19.8455 14.6631 20.6053 15.0978C21.4384 15.5744 22 16.4937 22 17.6089C22 19.1085 20.9607 20.211 20.0507 20.896C19.5842 21.2473 19.1207 21.5127 18.7753 21.6901C18.5214 21.8205 18.2645 21.9332 18 22.0374C17.7355 21.9332 17.4786 21.8205 17.2247 21.6901Z\" fill=\"currentColor\"/>",
9511
9518
  "tags": "Path",