@central-icons-react-native/square-outlined-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-outlined-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-outlined-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": "<Circle cx=\"16.5\" cy=\"7.5\" r=\"5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.50105 16.2139L10.1587 17.8715L7.77239 20.2578L6.0625 18.5479\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M13 11.25L3.5 20.5\" stroke=\"currentColor\"/>",
7383
+ "tags": "Circle, Path",
7384
+ "componentName": "IconKey3",
7385
+ "iconName": "key-3, password",
7386
+ "pathname": "src/IconKey3"
7387
+ },
7381
7388
  {
7382
7389
  "svg": "<Path d=\"M8.5 13V21M15.5 13V21M6.5 3.5V12.5H10.5V3.5H6.5ZM13.5 3.5V12.5H17.5V3.5H13.5ZM3.5 3.5H20.5V21.5H3.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
7383
7390
  "tags": "Path",