@central-icons-react-native/square-outlined-radius-0-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 d=\"M21 7H3V20H21V7Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8.00391 7V3H16.0039V7\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9 13.5H15\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 10.5V16.5\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
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",
|