@central-icons-react-native/round-outlined-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/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/round-outlined-radius-2-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/round-outlined-radius-2-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=\"M19 7H5C3.89543 7 3 7.89543 3 9V18C3 19.1046 3.89543 20 5 20H19C20.1046 20 21 19.1046 21 18V9C21 7.89543 20.1046 7 19 7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.00391 6.5V5C8.00391 3.89543 8.89934 3 10.0039 3H14.0039C15.1085 3 16.0039 3.89543 16.0039 5V6.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 13.5H14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 11.5V15.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
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",