@central-icons-react-native/round-outlined-radius-2-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/IconKey3/index.d.ts +4 -0
- package/IconKey3/index.js +2 -0
- package/IconKey3/index.js.map +1 -0
- package/IconKey3/index.mjs +2 -0
- package/IconKey3/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
- package/tsx-icons.json +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
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=\"4.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.25 10.75L3.5 20.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M9.00105 15.4639L10.7155 17.1784C11.3745 17.8373 11.3745 18.9057 10.7155 19.5647C10.0566 20.2236 8.9882 20.2236 8.32924 19.5647L6.5625 17.7979\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7383
|
+
"tags": "Circle, Path",
|
|
7384
|
+
"componentName": "IconKey3",
|
|
7385
|
+
"iconName": "key-3, password",
|
|
7386
|
+
"pathname": "src/IconKey3"
|
|
7387
|
+
},
|
|
7381
7388
|
{
|
|
7382
7389
|
"svg": "<Path d=\"M9 13V21M15 13V21M7.5 4V13H10.5V4H7.5ZM13.5 4V13H16.5V4H13.5ZM6 21H18C19.1046 21 20 20.1046 20 19V6C20 4.89543 19.1046 4 18 4H6C4.89543 4 4 4.89543 4 6V19C4 20.1046 4.89543 21 6 21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7383
7390
|
"tags": "Path",
|