@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.249 → 1.1.251
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/filtered-icons.json +1 -1
- package/icons-index.json +2 -2
- 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 -2
- package/tsx-icons.json +1 -1
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.251) 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
|
|
|
@@ -1514,7 +1514,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1514
1514
|
- **IconKey1** — key-1, password
|
|
1515
1515
|
- **IconKey2** — key-2, password
|
|
1516
1516
|
- **IconKey3** — key-3, password
|
|
1517
|
-
- **IconKeyhole** — keyhole
|
|
1517
|
+
- **IconKeyhole** — keyhole, lock, unlock
|
|
1518
1518
|
- **IconKeyhole2** — keyhole-2, lock, unlock
|
|
1519
1519
|
- **IconLaw** — law, legal, terms, imprint, balance
|
|
1520
1520
|
- **IconLock** — lock, private
|
package/tsx-icons.json
CHANGED
|
@@ -7466,7 +7466,7 @@
|
|
|
7466
7466
|
"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 22ZM15 10C15 11.0038 14.507 11.8924 13.75 12.437V15.25C13.75 16.2165 12.9665 17 12 17C11.0335 17 10.25 16.2165 10.25 15.25V12.437C9.49297 11.8924 9 11.0038 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z\" fill=\"currentColor\"/>",
|
|
7467
7467
|
"tags": "Path",
|
|
7468
7468
|
"componentName": "IconKeyhole",
|
|
7469
|
-
"iconName": "keyhole",
|
|
7469
|
+
"iconName": "keyhole, lock, unlock",
|
|
7470
7470
|
"pathname": "src/IconKeyhole"
|
|
7471
7471
|
},
|
|
7472
7472
|
{
|