@central-icons-react-native/square-filled-radius-0-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/square-filled-radius-0-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/square-filled-radius-0-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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 8H16V4H20V22H4V4H8V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.9339 17.996 14.1416 16.5 12 16.5ZM12 9.75C10.6193 9.75 9.5 10.8693 9.5 12.25C9.5 13.6307 10.6193 14.75 12 14.75C13.3807 14.75 14.5 13.6307 14.5 12.25C14.5 10.8693 13.3807 9.75 12 9.75Z\" fill=\"currentColor\"/><Path d=\"M14 6H10V2H14V6Z\" 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=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><Path d=\"M3.50515 19.9064C3.91741 15.5211 7.24298 12 12.0008 12C13.2093 12 14.3255 12.2272 15.325 12.6381C14.5091 12.8598 13.7433 13.3045 13.1253 13.9637C12.1879 14.9636 11.7494 16.2778 11.7494 17.6412C11.7494 19.0179 12.2988 20.1446 12.9434 21H3.40234L3.50515 19.9064Z\" fill=\"currentColor\"/><Path d=\"M17.0367 21.9558C16.6973 21.7817 16.2389 21.5196 15.7744 21.1701C14.8918 20.506 13.75 19.3434 13.75 17.6901C13.75 16.4682 14.3697 15.4342 15.3154 14.8935C16.1106 14.4388 17.0852 14.3629 18.0013 14.7459C18.9174 14.3629 19.892 14.4388 20.6872 14.8935C21.6329 15.4342 22.2526 16.4682 22.2526 17.6901C22.2526 19.3434 21.1108 20.506 20.2282 21.1701C19.7637 21.5196 19.3053 21.7817 18.966 21.9558L18.0013 22.3774C17.6713 22.2474 17.3537 22.1186 17.0367 21.9558Z\" fill=\"currentColor\"/>",
9511
9518
  "tags": "Path",