@central-icons-react-native/round-filled-radius-1-stroke-2 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-1-stroke-2",
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-1-stroke-2",
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.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.9081 16.957C12.6889 17.7381 12.689 19.0051 11.9081 19.7861L10.9355 20.7578C10.1545 21.5388 8.8884 21.5386 8.10735 20.7578L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 4Z\" 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=\"M5 3C3.89543 3 3 3.89543 3 5V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V5C21 3.89543 20.1046 3 19 3H5ZM6.5 5H5V20H8V14H7.5C6.94772 14 6.5 13.5523 6.5 13V5ZM10 20H14V14H13.5C12.9477 14 12.5 13.5523 12.5 13V5H11.5V13C11.5 13.5523 11.0523 14 10.5 14H10V20ZM17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H16V20H19V5H17.5Z\" fill=\"currentColor\"/>",
7383
7390
  "tags": "Path",