@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.247 → 1.1.248
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/IconIcon/index.d.ts +4 -0
- package/IconIcon/index.js +2 -0
- package/IconIcon/index.js.map +1 -0
- package/IconIcon/index.mjs +2 -0
- package/IconIcon/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.248) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2016 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
|
|
|
@@ -1017,6 +1017,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1017
1017
|
|
|
1018
1018
|
### Health & Medical
|
|
1019
1019
|
|
|
1020
|
+
- **IconIcon** — icon
|
|
1020
1021
|
- **IconInjection** — injection
|
|
1021
1022
|
- **IconMask1** — mask, medical-mask, covid
|
|
1022
1023
|
- **IconMedicalCross** — medical-cross, first-aid, emergency
|
package/tsx-icons.json
CHANGED
|
@@ -7105,6 +7105,13 @@
|
|
|
7105
7105
|
"iconName": "ice-hockey",
|
|
7106
7106
|
"pathname": "src/IconIceHockey"
|
|
7107
7107
|
},
|
|
7108
|
+
{
|
|
7109
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M14.0039 2C15.6608 2 17.0039 3.34315 17.0039 5V6H19C20.6569 6 22 7.34315 22 9V18C22 19.6569 20.6569 21 19 21H5C3.34315 21 2 19.6569 2 18V9C2 7.34315 3.34315 6 5 6H7.00391V5C7.00391 3.34315 8.34705 2 10.0039 2H14.0039ZM12 10.5C11.4477 10.5 11 10.9477 11 11.5V12.5H10C9.44772 12.5 9 12.9477 9 13.5C9 14.0523 9.44772 14.5 10 14.5H11V15.5C11 16.0523 11.4477 16.5 12 16.5C12.5523 16.5 13 16.0523 13 15.5V14.5H14C14.5523 14.5 15 14.0523 15 13.5C15 12.9477 14.5523 12.5 14 12.5H13V11.5C13 10.9477 12.5523 10.5 12 10.5ZM10.0039 4C9.45162 4 9.00391 4.44772 9.00391 5V6H15.0039V5C15.0039 4.44772 14.5562 4 14.0039 4H10.0039Z\" fill=\"currentColor\"/>",
|
|
7110
|
+
"tags": "Path",
|
|
7111
|
+
"componentName": "IconIcon",
|
|
7112
|
+
"iconName": "icon",
|
|
7113
|
+
"pathname": "src/IconIcon"
|
|
7114
|
+
},
|
|
7108
7115
|
{
|
|
7109
7116
|
"svg": "<Path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><Path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
|
|
7110
7117
|
"tags": "Path",
|