@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.249 → 1.1.251

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-outlined-radius-1-stroke-2",
21
- version: "1.1.249",
21
+ version: "1.1.251",
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-outlined-radius-1-stroke-2",
3
- "version": "1.1.249",
3
+ "version": "1.1.251",
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.249) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2017 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.251) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2017 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
 
@@ -1514,7 +1514,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1514
1514
  - **IconKey1** — key-1, password
1515
1515
  - **IconKey2** — key-2, password
1516
1516
  - **IconKey3** — key-3, password
1517
- - **IconKeyhole** — keyhole
1517
+ - **IconKeyhole** — keyhole, lock, unlock
1518
1518
  - **IconKeyhole2** — keyhole-2, lock, unlock
1519
1519
  - **IconLaw** — law, legal, terms, imprint, balance
1520
1520
  - **IconLock** — lock, private
package/tsx-icons.json CHANGED
@@ -7466,7 +7466,7 @@
7466
7466
  "svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M13.75 12.437C14.507 11.8924 15 11.0038 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.0038 9.49297 11.8924 10.25 12.437V15.25C10.25 16.2165 11.0335 17 12 17C12.9665 17 13.75 16.2165 13.75 15.25V12.437Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
7467
7467
  "tags": "Path",
7468
7468
  "componentName": "IconKeyhole",
7469
- "iconName": "keyhole",
7469
+ "iconName": "keyhole, lock, unlock",
7470
7470
  "pathname": "src/IconKeyhole"
7471
7471
  },
7472
7472
  {