@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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-outlined-radius-0-stroke-2",
21
- version: "1.1.247",
21
+ version: "1.1.248",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.247",
3
+ "version": "1.1.248",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -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.247) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2015 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
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",