@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.246 → 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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconIcon: FC<CentralIconBaseProps>;
4
+ export default IconIcon;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var d=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of u(r))!B.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=i(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?f(I(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>C(t({},"__esModule",{value:!0}),o);var P={};d(P,{IconIcon:()=>V,default:()=>x});module.exports=v(P);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var H=require("react-native-svg"),V=o=>p.default.createElement(s,{...o},p.default.createElement(H.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 6H21.5C21.7761 6 22 6.22386 22 6.5V20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5V6.5C2 6.22386 2.22386 6 2.5 6H7V2H17V6ZM11.5 13H9V14H11.5V16.5H12.5V14H15V13H12.5V10.5H11.5V13ZM8 6H16V3H8V6Z",fill:"currentColor"})),x=V;0&&(module.exports={IconIcon});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIcon/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconIcon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 6H21.5C21.7761 6 22 6.22386 22 6.5V20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5V6.5C2 6.22386 2.22386 6 2.5 6H7V2H17V6ZM11.5 13H9V14H11.5V16.5H12.5V14H15V13H12.5V10.5H11.5V13ZM8 6H16V3H8V6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIcon;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconIcon_exports","__export","IconIcon","IconIcon_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIcon","props","React","CentralIconBase","IconIcon_default"]}
@@ -0,0 +1,2 @@
1
+ import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 6H21.5C21.7761 6 22 6.22386 22 6.5V20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5V6.5C2 6.22386 2.22386 6 2.5 6H7V2H17V6ZM11.5 13H9V14H11.5V16.5H12.5V14H15V13H12.5V10.5H11.5V13ZM8 6H16V3H8V6Z",fill:"currentColor"})),B=a;export{a as IconIcon,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIcon/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconIcon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 6H21.5C21.7761 6 22 6.22386 22 6.5V20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5V6.5C2 6.22386 2.22386 6 2.5 6H7V2H17V6ZM11.5 13H9V14H11.5V16.5H12.5V14H15V13H12.5V10.5H11.5V13ZM8 6H16V3H8V6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIcon;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIcon","props","React","CentralIconBase","IconIcon_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStethoscope: FC<CentralIconBaseProps>;
4
+ export default IconStethoscope;
@@ -0,0 +1,2 @@
1
+ "use strict";var H=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!u.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=B(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?H(i(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconStethoscope:()=>V,default:()=>g});module.exports=P(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),V=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M6 3H4V11.5C4 12.3284 4.67157 13 5.5 13H11.5C12.3284 13 13 12.3284 13 11.5V3H11V2H14V11.5C14 12.8807 12.8807 14 11.5 14H9V19.5C9 20.3284 9.67159 20.9999 10.5 21H16C16.8284 20.9999 17.5 20.3284 17.5 19.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V19.5C18.5 20.8807 17.3806 21.9999 16 22H10.5C9.11937 21.9999 8 20.8807 8 19.5V14H5.5C4.11929 14 3 12.8807 3 11.5V2H6V3Z",fill:"currentColor"})),g=V;0&&(module.exports={IconStethoscope});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStethoscope/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconStethoscope: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 3H4V11.5C4 12.3284 4.67157 13 5.5 13H11.5C12.3284 13 13 12.3284 13 11.5V3H11V2H14V11.5C14 12.8807 12.8807 14 11.5 14H9V19.5C9 20.3284 9.67159 20.9999 10.5 21H16C16.8284 20.9999 17.5 20.3284 17.5 19.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V19.5C18.5 20.8807 17.3806 21.9999 16 22H10.5C9.11937 21.9999 8 20.8807 8 19.5V14H5.5C4.11929 14 3 12.8807 3 11.5V2H6V3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStethoscope;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wdACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStethoscope_exports","__export","IconStethoscope","IconStethoscope_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStethoscope","props","React","CentralIconBase","IconStethoscope_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M6 3H4V11.5C4 12.3284 4.67157 13 5.5 13H11.5C12.3284 13 13 12.3284 13 11.5V3H11V2H14V11.5C14 12.8807 12.8807 14 11.5 14H9V19.5C9 20.3284 9.67159 20.9999 10.5 21H16C16.8284 20.9999 17.5 20.3284 17.5 19.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V19.5C18.5 20.8807 17.3806 21.9999 16 22H10.5C9.11937 21.9999 8 20.8807 8 19.5V14H5.5C4.11929 14 3 12.8807 3 11.5V2H6V3Z",fill:"currentColor"})),u=l;export{l as IconStethoscope,u as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconStethoscope/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconStethoscope: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 3H4V11.5C4 12.3284 4.67157 13 5.5 13H11.5C12.3284 13 13 12.3284 13 11.5V3H11V2H14V11.5C14 12.8807 12.8807 14 11.5 14H9V19.5C9 20.3284 9.67159 20.9999 10.5 21H16C16.8284 20.9999 17.5 20.3284 17.5 19.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V19.5C18.5 20.8807 17.3806 21.9999 16 22H10.5C9.11937 21.9999 8 20.8807 8 19.5V14H5.5C4.11929 14 3 12.8807 3 11.5V2H6V3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStethoscope;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wdACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStethoscope","props","React","CentralIconBase","IconStethoscope_default"]}
package/README.md CHANGED
@@ -1065,6 +1065,7 @@ Below is a complete list of available icons:
1065
1065
 
1066
1066
  ### Health & Medical
1067
1067
 
1068
+ - IconIcon
1068
1069
  - IconInjection
1069
1070
  - IconMask1
1070
1071
  - IconMedicalCross
@@ -1073,6 +1074,7 @@ Below is a complete list of available icons:
1073
1074
  - IconMedicinePill
1074
1075
  - IconMedicinePill2
1075
1076
  - IconMedicineTablett
1077
+ - IconStethoscope
1076
1078
 
1077
1079
  ### Interface General
1078
1080
 
@@ -14210,6 +14210,20 @@
14210
14210
  "packageName": "square-filled-radius-0-stroke-1",
14211
14211
  "componentName": "IconIceHockey"
14212
14212
  },
14213
+ {
14214
+ "category": "Health & Medical",
14215
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 6H21.5C21.7761 6 22 6.22386 22 6.5V20.5C22 20.7761 21.7761 21 21.5 21H2.5C2.22386 21 2 20.7761 2 20.5V6.5C2 6.22386 2.22386 6 2.5 6H7V2H17V6ZM11.5 13H9V14H11.5V16.5H12.5V14H15V13H12.5V10.5H11.5V13ZM8 6H16V3H8V6Z\" fill=\"currentColor\"/>",
14216
+ "iconName": "icon",
14217
+ "variant": {
14218
+ "join": "square",
14219
+ "filled": "on",
14220
+ "radius": "0",
14221
+ "stroke": "1"
14222
+ },
14223
+ "createdAt": "2026-05-26T15:02:39.249787+00:00",
14224
+ "packageName": "square-filled-radius-0-stroke-1",
14225
+ "componentName": "IconIcon"
14226
+ },
14213
14227
  {
14214
14228
  "category": "Social Media & Brands",
14215
14229
  "svg": "<path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
@@ -24332,6 +24346,20 @@
24332
24346
  "packageName": "square-filled-radius-0-stroke-1",
24333
24347
  "componentName": "IconStepForwards"
24334
24348
  },
24349
+ {
24350
+ "category": "Health & Medical",
24351
+ "svg": "<path d=\"M6 3H4V11.5C4 12.3284 4.67157 13 5.5 13H11.5C12.3284 13 13 12.3284 13 11.5V3H11V2H14V11.5C14 12.8807 12.8807 14 11.5 14H9V19.5C9 20.3284 9.67159 20.9999 10.5 21H16C16.8284 20.9999 17.5 20.3284 17.5 19.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V19.5C18.5 20.8807 17.3806 21.9999 16 22H10.5C9.11937 21.9999 8 20.8807 8 19.5V14H5.5C4.11929 14 3 12.8807 3 11.5V2H6V3Z\" fill=\"currentColor\"/>",
24352
+ "iconName": "stethoscope, check, diagnostics, analyze",
24353
+ "variant": {
24354
+ "join": "square",
24355
+ "filled": "on",
24356
+ "radius": "0",
24357
+ "stroke": "1"
24358
+ },
24359
+ "createdAt": "2026-05-26T14:02:08.461337+00:00",
24360
+ "packageName": "square-filled-radius-0-stroke-1",
24361
+ "componentName": "IconStethoscope"
24362
+ },
24335
24363
  {
24336
24364
  "category": "People",
24337
24365
  "svg": "<path d=\"M14 16.75H13V17H10V18H13.25C13.6642 18 14 17.6642 14 17.25V16.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.25C9.4516 2.25 7.37896 3.17078 5.94518 4.68807C4.74036 5.96307 4.00734 7.63706 3.80647 9.48643L3.79297 9.49992L3.80385 9.51081C3.76807 9.84835 3.75 10.1917 3.75 10.5395C3.75 13.2166 4.07439 15.3943 5.81513 17.5496C6.03503 17.8219 6.24459 18.1077 6.4529 18.4028C6.81224 18.9118 7.47323 19.7397 8.3985 20.4441C9.32491 21.1495 10.5422 21.75 12 21.75C13.4578 21.75 14.6751 21.1495 15.6015 20.4441C16.5268 19.7397 17.1878 18.9118 17.5471 18.4028C17.7554 18.1077 17.965 17.8219 18.1849 17.5496C19.9256 15.3943 20.25 13.2166 20.25 10.5395C20.25 10.1917 20.2319 9.84835 20.1961 9.51081L20.207 9.49992L20.1935 9.48643C19.9927 7.63706 19.2596 5.96307 18.0548 4.68807C16.621 3.17078 14.5484 2.25 12 2.25ZM16.4145 4.57488C16.0668 4.32403 15.6885 4.10375 15.2808 3.9185L15.2235 3.94714C13.0828 5.01752 10.9171 5.01752 8.77632 3.94714L8.71912 3.91854C8.31144 4.10378 7.93321 4.32404 7.58547 4.57488L7.47442 4.90804C7.26437 5.53818 6.83674 6.54058 6.35899 7.48762C5.95638 8.28571 5.48866 9.10493 5.0599 9.62451L6.4487 9.97171C6.85592 8.96232 7.84477 8.25 9 8.25C10.0436 8.25 10.9515 8.83137 11.4174 9.68792C11.8017 9.60828 12.1983 9.60826 12.5826 9.68787C13.0485 8.83135 13.9564 8.25 15 8.25C16.1552 8.25 17.1441 8.9623 17.5513 9.97166L18.9401 9.62446C18.5113 9.10488 18.0436 8.28569 17.641 7.48762C17.1633 6.54058 16.7356 5.53818 16.5256 4.90804L16.4145 4.57488ZM6.59308 16.9213C5.0701 15.0356 4.75313 13.1417 4.75002 10.5778L6.2504 10.9529C6.25013 10.9686 6.25 10.9843 6.25 11C6.25 12.5188 7.48122 13.75 9 13.75C10.5188 13.75 11.75 12.5188 11.75 11C11.75 10.8808 11.7424 10.7633 11.7277 10.6481C11.9083 10.6215 12.0917 10.6215 12.2723 10.6481C12.2576 10.7633 12.25 10.8808 12.25 11C12.25 12.5188 13.4812 13.75 15 13.75C16.5188 13.75 17.75 12.5188 17.75 11C17.75 10.9843 17.7499 10.9685 17.7496 10.9529L19.25 10.5778C19.2469 13.1417 18.9299 15.0356 17.4069 16.9213C17.168 17.2171 16.9446 17.5223 16.7301 17.8261C16.6642 17.9194 16.5874 18.0242 16.5 18.137V17.5C16.5 16.1193 15.3807 15 14 15H10C8.61929 15 7.5 16.1193 7.5 17.5V18.137C7.41262 18.0242 7.33578 17.9194 7.26986 17.8261C7.05545 17.5223 6.83203 17.2171 6.59308 16.9213ZM8.5 19.2267C8.65708 19.3703 8.82532 19.5122 9.00427 19.6485C9.35138 19.9128 9.73402 20.1519 10.1497 20.3394L10.1679 20.3232C10.6351 19.9085 11.3619 19.75 11.9998 19.75C12.6377 19.75 13.3645 19.9086 13.8317 20.3233L13.85 20.3395C14.2658 20.1521 14.6485 19.9128 14.9957 19.6485C15.1747 19.5122 15.3429 19.3703 15.5 19.2267V17.5C15.5 16.6716 14.8284 16 14 16H10C9.17157 16 8.5 16.6716 8.5 17.5V19.2267ZM7.25 11C7.25 10.0335 8.0335 9.25 9 9.25C9.9665 9.25 10.75 10.0335 10.75 11C10.75 11.9665 9.9665 12.75 9 12.75C8.0335 12.75 7.25 11.9665 7.25 11ZM15 9.25C14.0335 9.25 13.25 10.0335 13.25 11C13.25 11.9665 14.0335 12.75 15 12.75C15.9665 12.75 16.75 11.9665 16.75 11C16.75 10.0335 15.9665 9.25 15 9.25Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1014,6 +1014,7 @@ export type CentralIconName =
1014
1014
  | "IconHumanMashine"
1015
1015
  | "IconIcebowl"
1016
1016
  | "IconIceHockey"
1017
+ | "IconIcon"
1017
1018
  | "IconIconists"
1018
1019
  | "IconIllustration"
1019
1020
  | "IconImac"
@@ -1737,6 +1738,7 @@ export type CentralIconName =
1737
1738
  | "IconSteeringWheel1"
1738
1739
  | "IconStepBack"
1739
1740
  | "IconStepForwards"
1741
+ | "IconStethoscope"
1740
1742
  | "IconSteveJobs"
1741
1743
  | "IconSticker"
1742
1744
  | "IconStocks"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1",
3
- "version": "1.1.246",
3
+ "version": "1.1.248",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 2014,
14
+ "totalIcons": 2016,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -970,8 +970,9 @@
970
970
  ]
971
971
  },
972
972
  "Health & Medical": {
973
- "count": 8,
973
+ "count": 10,
974
974
  "icons": [
975
+ "IconIcon",
975
976
  "IconInjection",
976
977
  "IconMask1",
977
978
  "IconMedicalCross",
@@ -979,7 +980,8 @@
979
980
  "IconMedicalCrossSquare",
980
981
  "IconMedicinePill",
981
982
  "IconMedicinePill2",
982
- "IconMedicineTablett"
983
+ "IconMedicineTablett",
984
+ "IconStethoscope"
983
985
  ]
984
986
  },
985
987
  "Interface General": {
@@ -3235,6 +3237,7 @@
3235
3237
  "IconHumanMashine": "human-mashine, high-five, ai, hands",
3236
3238
  "IconIcebowl": "icebowl, cooling, vibe",
3237
3239
  "IconIceHockey": "ice-hockey",
3240
+ "IconIcon": "icon",
3238
3241
  "IconIconists": "iconists",
3239
3242
  "IconIllustration": "illustration, painting, art",
3240
3243
  "IconImac": "imac, computer",
@@ -3958,6 +3961,7 @@
3958
3961
  "IconSteeringWheel1": "steering-wheel, autopilot, drive",
3959
3962
  "IconStepBack": "step-back, undo",
3960
3963
  "IconStepForwards": "step-forwards, continue",
3964
+ "IconStethoscope": "stethoscope, check, diagnostics, analyze",
3961
3965
  "IconSteveJobs": "steve-jobs, professor, innovation",
3962
3966
  "IconSticker": "sticker, badge",
3963
3967
  "IconStocks": "stocks",
package/index.d.ts CHANGED
@@ -1013,6 +1013,7 @@ export { IconHourglass2, default as IconHourglass2Default, } from "./IconHourgla
1013
1013
  export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHumanMashine";
1014
1014
  export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
1015
1015
  export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
1016
+ export { IconIcon, default as IconIconDefault } from "./IconIcon";
1016
1017
  export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
1017
1018
  export { IconIllustration, default as IconIllustrationDefault, } from "./IconIllustration";
1018
1019
  export { IconImac, default as IconImacDefault } from "./IconImac";
@@ -1736,6 +1737,7 @@ export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconS
1736
1737
  export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
1737
1738
  export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
1738
1739
  export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
1740
+ export { IconStethoscope, default as IconStethoscopeDefault, } from "./IconStethoscope";
1739
1741
  export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";
1740
1742
  export { IconSticker, default as IconStickerDefault } from "./IconSticker";
1741
1743
  export { IconStocks, default as IconStocksDefault } from "./IconStocks";