@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.235 → 1.1.236

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.235",
21
+ version: "1.1.236",
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.235",
3
+ "version": "1.1.236",
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.235) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1994 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.236) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1995 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
 
@@ -1489,6 +1489,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1489
1489
  - **IconGhost2** — ghost-2, privacy, hidden, unknown
1490
1490
  - **IconKey1** — key-1, password
1491
1491
  - **IconKey2** — key-2, password
1492
+ - **IconKey3** — key-3, password
1492
1493
  - **IconKeyhole** — keyhole
1493
1494
  - **IconLaw** — law, legal, terms, imprint, balance
1494
1495
  - **IconLock** — lock, private
package/tsx-icons.json CHANGED
@@ -7378,6 +7378,13 @@
7378
7378
  "iconName": "key-2, password",
7379
7379
  "pathname": "src/IconKey2"
7380
7380
  },
7381
+ {
7382
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.501 2C19.5385 2 22.001 4.46243 22.001 7.5C22.001 10.5376 19.5385 13 16.501 13C15.2244 13 14.0505 12.5637 13.1172 11.834L8.91699 15.9229L10.8662 17.8711L7.77246 20.9648L5.78223 18.9746L3.84961 20.8584L3.15234 20.1416L12.3867 11.1494C11.5248 10.1784 11.001 8.90049 11.001 7.5C11.001 4.46243 13.4634 2 16.501 2ZM16.501 3C14.0157 3 12.001 5.01472 12.001 7.5C12.001 9.98528 14.0157 12 16.501 12C18.9863 12 21.001 9.98528 21.001 7.5C21.001 5.01472 18.9863 3 16.501 3Z\" fill=\"currentColor\"/>",
7383
+ "tags": "Path",
7384
+ "componentName": "IconKey3",
7385
+ "iconName": "key-3, password",
7386
+ "pathname": "src/IconKey3"
7387
+ },
7381
7388
  {
7382
7389
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M3 3V22H21V3H3ZM6 4H4V21H8V13H6V4ZM9 21H15V13H13V4H11V13H9V21ZM18 4V13H16V21H20V4H18Z\" fill=\"currentColor\"/>",
7383
7390
  "tags": "Path",