@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.246 → 1.1.247

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.246",
21
+ version: "1.1.247",
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.246",
3
+ "version": "1.1.247",
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.246) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2014 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.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.
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
 
@@ -1025,6 +1025,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1025
1025
  - **IconMedicinePill** — medicine-pill
1026
1026
  - **IconMedicinePill2** — medicine-pill-2, tablett
1027
1027
  - **IconMedicineTablett** — medicine-tablett, pill
1028
+ - **IconStethoscope** — stethoscope, check, diagnostics, analyze
1028
1029
 
1029
1030
  ### Interface General
1030
1031
 
package/tsx-icons.json CHANGED
@@ -12166,6 +12166,13 @@
12166
12166
  "iconName": "step-forwards,continue",
12167
12167
  "pathname": "src/IconStepForwards"
12168
12168
  },
12169
+ {
12170
+ "svg": "<Path d=\"M6 3H4V9.5C4 11.433 5.567 13 7.5 13H9.5C11.433 13 13 11.433 13 9.5V3H11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"18\" cy=\"11.25\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.5 13.5V17C8.5 19.2091 10.291 21 12.5001 21C13.0042 21 13.4958 21 13.9999 21C16.209 21 18 19.2091 18 17V13.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
12171
+ "tags": "Circle, Path",
12172
+ "componentName": "IconStethoscope",
12173
+ "iconName": "stethoscope, check, diagnostics, analyze",
12174
+ "pathname": "src/IconStethoscope"
12175
+ },
12169
12176
  {
12170
12177
  "svg": "<Path d=\"M4.25 10.5395C4.25 6.23747 7.15625 2.75 12 2.75C16.8438 2.75 19.75 6.23747 19.75 10.5395C19.75 13.1698 19.4315 15.2103 17.7959 17.2355C17.5665 17.5195 17.35 17.815 17.1386 18.1144C16.4532 19.0853 14.6302 21.25 12 21.25C9.36979 21.25 7.54678 19.0853 6.86138 18.1144C6.65002 17.815 6.43353 17.5195 6.2041 17.2355C4.56845 15.2103 4.25 13.1698 4.25 10.5395Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"15\" cy=\"11\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"9\" cy=\"11\" r=\"2\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11 10.25L11.0299 10.2425C11.6668 10.0833 12.3332 10.0833 12.9701 10.2425L13 10.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.5 9.5C5.33333 8.66667 6.1 6.2 6.5 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.5 9.5C18.6667 8.66667 17.9 6.2 17.5 5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 3.5C11.2328 4.83333 12.7672 4.83333 14.5 3.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.5 10.5L4.5 10M17.5 10.5L19.5 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 19V18C8 16.8954 8.89543 16 10 16H14C15.1046 16 16 16.8954 16 18V19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 20C12.8281 19.4037 11.1719 19.4036 10.5 19.9999\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
12171
12178
  "tags": "Circle, Path",