@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.248 → 1.1.249

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.248",
21
+ version: "1.1.249",
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.248",
3
+ "version": "1.1.249",
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.248) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2016 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.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.
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
 
@@ -1515,6 +1515,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1515
1515
  - **IconKey2** — key-2, password
1516
1516
  - **IconKey3** — key-3, password
1517
1517
  - **IconKeyhole** — keyhole
1518
+ - **IconKeyhole2** — keyhole-2, lock, unlock
1518
1519
  - **IconLaw** — law, legal, terms, imprint, balance
1519
1520
  - **IconLock** — lock, private
1520
1521
  - **IconLock2** — lock-2, private
package/tsx-icons.json CHANGED
@@ -7469,6 +7469,13 @@
7469
7469
  "iconName": "keyhole",
7470
7470
  "pathname": "src/IconKeyhole"
7471
7471
  },
7472
+ {
7473
+ "svg": "<Path d=\"M12 2C15.866 2 19 5.13401 19 9C19 11.6328 17.5459 13.9242 15.3994 15.1191L17.4746 21.3418L17.6934 22H6.30664L8.59961 15.1191C6.45352 13.9241 5 11.6325 5 9C5 5.13401 8.13401 2 12 2Z\" fill=\"currentColor\"/>",
7474
+ "tags": "Path",
7475
+ "componentName": "IconKeyhole2",
7476
+ "iconName": "keyhole-2, lock, unlock",
7477
+ "pathname": "src/IconKeyhole2"
7478
+ },
7472
7479
  {
7473
7480
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM10.5 7C10.6515 7 10.7978 7.02247 10.9357 7.06427C10.7491 6.44835 10.1769 6 9.5 6C8.67157 6 8 6.67157 8 7.5C8 8.17688 8.44835 8.74905 9.06427 8.93573C9.02247 8.79784 9 8.65154 9 8.5C9 7.67157 9.67157 7 10.5 7ZM7.5 10C7.65154 10 7.79784 10.0225 7.93573 10.0643C7.74905 9.44835 7.17688 9 6.5 9C5.67157 9 5 9.67157 5 10.5C5 11.1769 5.44835 11.7491 6.06427 11.9357C6.02247 11.7978 6 11.6515 6 11.5C6 10.6716 6.67157 10 7.5 10ZM9.93573 13.0643C9.79784 13.0225 9.65154 13 9.5 13C8.67157 13 8 13.6716 8 14.5C8 14.6515 8.02247 14.7978 8.06427 14.9357C7.44835 14.7491 7 14.1769 7 13.5C7 12.6716 7.67157 12 8.5 12C9.17688 12 9.74905 12.4483 9.93573 13.0643ZM12.5 10C12.6515 10 12.7978 10.0225 12.9357 10.0643C12.7491 9.44835 12.1769 9 11.5 9C10.6716 9 10 9.67157 10 10.5C10 11.1769 10.4483 11.7491 11.0643 11.9357C11.0225 11.7978 11 11.6515 11 11.5C11 10.6716 11.6716 10 12.5 10Z\" fill=\"currentColor\"/>",
7474
7481
  "tags": "Path",