@central-icons-react-native/round-filled-radius-2-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/round-filled-radius-2-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/round-filled-radius-2-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.4999 2C19.5374 2.00005 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5374 13 16.4999 13C15.2234 13 14.0494 12.5637 13.1161 11.834L8.91593 15.9229L10.0683 17.0752C10.922 17.9293 10.9221 19.3138 10.0683 20.168C9.21407 21.0222 7.82875 21.0221 6.97452 20.168L5.78116 18.9746L3.84855 20.8584C3.6507 21.0509 3.3341 21.0464 3.14151 20.8486C2.94904 20.6508 2.95349 20.3342 3.15128 20.1416L12.3857 11.1494C11.5237 10.1784 10.9999 8.90052 10.9999 7.5C10.9999 4.46243 13.4623 2 16.4999 2ZM16.4999 3C14.0146 3 11.9999 5.01472 11.9999 7.5C11.9999 9.98528 14.0146 12 16.4999 12C18.9852 12 20.9999 9.98525 20.9999 7.5C20.9999 5.01475 18.9852 3.00005 16.4999 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 5.5C3 4.11929 4.11929 3 5.5 3H18.5C19.8807 3 21 4.11929 21 5.5V19.5C21 20.8807 19.8807 22 18.5 22H5.5C4.11929 22 3 20.8807 3 19.5V5.5ZM11 4H13V12.5C13 12.7761 13.2239 13 13.5 13H15V21H9V13H10.5C10.7761 13 11 12.7761 11 12.5V4ZM16 21H18.5C19.3284 21 20 20.3284 20 19.5V5.5C20 4.67157 19.3284 4 18.5 4H18V12.5C18 12.7761 17.7761 13 17.5 13H16V21ZM6 4V12.5C6 12.7761 6.22386 13 6.5 13H8V21H5.5C4.67157 21 4 20.3284 4 19.5V5.5C4 4.67157 4.67157 4 5.5 4H6Z\" fill=\"currentColor\"/>",
7383
7390
  "tags": "Path",