@central-icons-react-native/round-filled-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": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.4999 2C19.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.4218 16.4717C12.4708 17.5211 12.4708 19.2221 11.4218 20.2715C10.3723 21.3209 8.67051 21.3209 7.62102 20.2715L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 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=\"M6 3C4.34315 3 3 4.34315 3 6V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V6C21 4.34315 19.6569 3 18 3H6ZM6.5 5H6C5.44772 5 5 5.44772 5 6V19C5 19.5523 5.44772 20 6 20H8V14H7.5C6.94772 14 6.5 13.5523 6.5 13V5ZM10 20H14V14H13.5C12.9477 14 12.5 13.5523 12.5 13V5H11.5V13C11.5 13.5523 11.0523 14 10.5 14H10V20ZM17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H16V20H18C18.5523 20 19 19.5523 19 19V6C19 5.44772 18.5523 5 18 5H17.5Z\" fill=\"currentColor\"/>",
|
|
7383
7390
|
"tags": "Path",
|