@central-icons-react-native/square-filled-radius-0-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": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.5 2C19.5376 2 22 4.46243 22 7.5C22 10.5376 19.5376 13 16.5 13C15.3423 13 14.2689 12.6412 13.3828 12.0303L10.1816 15.2314L12.3223 17.3711L8.52148 21.1719L6.38184 19.0322L4.20703 21.207L2.79297 19.793L11.9688 10.6162C11.3583 9.7303 11 8.65721 11 7.5C11 4.46243 13.4624 2 16.5 2ZM16.5 4C14.567 4 13 5.567 13 7.5C13 9.433 14.567 11 16.5 11C18.433 11 20 9.433 20 7.5C20 5.567 18.433 4 16.5 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=\"M3 3V22H21V3H3ZM6.5 5H5V20H8V14H6.5V5ZM10 20H14V14H12.5V5H11.5V14H10V20ZM17.5 5V14H16V20H19V5H17.5Z\" fill=\"currentColor\"/>",
|
|
7383
7390
|
"tags": "Path",
|