@central-icons-react-native/square-outlined-radius-0-stroke-1 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/IconStethoscope/index.d.ts +4 -0
- package/IconStethoscope/index.js +2 -0
- package/IconStethoscope/index.js.map +1 -0
- package/IconStethoscope/index.mjs +2 -0
- package/IconStethoscope/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 +6 -4
- 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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!g.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(s=I(o,e))||s.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(P(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(C({},"__esModule",{value:!0}),r);var v={};i(v,{IconStethoscope:()=>u,default:()=>h});module.exports=d(v);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(p.Path,{d:"M6 2.5H3.5L3.5 11.5C3.5 12.6046 4.39543 13.5 5.5 13.5H11.5C12.6046 13.5 13.5 12.6046 13.5 11.5V2.5H11",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M8.5 13.75V19.5C8.5 20.6046 9.39553 21.5 10.5001 21.5C12.5123 21.5 13.9877 21.5 15.9999 21.5C17.1045 21.5 18 20.6046 18 19.5V13.75",stroke:"currentColor"})),h=u;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 2.5H3.5L3.5 11.5C3.5 12.6046 4.39543 13.5 5.5 13.5H11.5C12.6046 13.5 13.5 12.6046 13.5 11.5V2.5H11\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.5 13.75V19.5C8.5 20.6046 9.39553 21.5 10.5001 21.5C12.5123 21.5 13.9877 21.5 15.9999 21.5C17.1045 21.5 18 20.6046 18 19.5V13.75\"\n stroke=\"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,wGACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qIACF,OAAO,eACT,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M6 2.5H3.5L3.5 11.5C3.5 12.6046 4.39543 13.5 5.5 13.5H11.5C12.6046 13.5 13.5 12.6046 13.5 11.5V2.5H11",stroke:"currentColor"}),o.createElement(e,{d:"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z",stroke:"currentColor"}),o.createElement(e,{d:"M8.5 13.75V19.5C8.5 20.6046 9.39553 21.5 10.5001 21.5C12.5123 21.5 13.9877 21.5 15.9999 21.5C17.1045 21.5 18 20.6046 18 19.5V13.75",stroke:"currentColor"})),g=a;export{a as IconStethoscope,g 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 2.5H3.5L3.5 11.5C3.5 12.6046 4.39543 13.5 5.5 13.5H11.5C12.6046 13.5 13.5 12.6046 13.5 11.5V2.5H11\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8.5 13.75V19.5C8.5 20.6046 9.39553 21.5 10.5001 21.5C12.5123 21.5 13.9877 21.5 15.9999 21.5C17.1045 21.5 18 20.6046 18 19.5V13.75\"\n stroke=\"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,wGACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qIACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStethoscope","props","React","CentralIconBase","IconStethoscope_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -24332,6 +24332,20 @@
|
|
|
24332
24332
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
24333
24333
|
"componentName": "IconStepForwards"
|
|
24334
24334
|
},
|
|
24335
|
+
{
|
|
24336
|
+
"category": "Health & Medical",
|
|
24337
|
+
"svg": "<path d=\"M6 2.5H3.5L3.5 11.5C3.5 12.6046 4.39543 13.5 5.5 13.5H11.5C12.6046 13.5 13.5 12.6046 13.5 11.5V2.5H11\" stroke=\"currentColor\"/><path d=\"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z\" stroke=\"currentColor\"/><path d=\"M8.5 13.75V19.5C8.5 20.6046 9.39553 21.5 10.5001 21.5C12.5123 21.5 13.9877 21.5 15.9999 21.5C17.1045 21.5 18 20.6046 18 19.5V13.75\" stroke=\"currentColor\"/>",
|
|
24338
|
+
"iconName": "stethoscope, check, diagnostics, analyze",
|
|
24339
|
+
"variant": {
|
|
24340
|
+
"join": "square",
|
|
24341
|
+
"filled": "off",
|
|
24342
|
+
"radius": "0",
|
|
24343
|
+
"stroke": "1"
|
|
24344
|
+
},
|
|
24345
|
+
"createdAt": "2026-05-26T14:02:08.461337+00:00",
|
|
24346
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
24347
|
+
"componentName": "IconStethoscope"
|
|
24348
|
+
},
|
|
24335
24349
|
{
|
|
24336
24350
|
"category": "People",
|
|
24337
24351
|
"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\" stroke-linecap=\"square\"/><circle cx=\"9\" cy=\"11\" r=\"2.25\" stroke=\"currentColor\" stroke-linecap=\"square\"/><circle cx=\"15\" cy=\"11\" r=\"2.25\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M11.25 10.25C11.7368 10.0877 12.2632 10.0877 12.75 10.25\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M4.5 9.5C5.33333 8.66667 6.6 5.95 7 4.75\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M19.5 9.5C18.6667 8.66667 17.4 5.95 17 4.75\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M9 3.5C11 4.5 13 4.5 15 3.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M10 3.5H14\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6.5 10.5L4.5 10M17.5 10.5L19.5 10\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M8 19V17.5C8 16.3954 8.89543 15.5 10 15.5H14C15.1046 15.5 16 16.3954 16 17.5V19\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13.5 20.6973C12.8281 20.101 11.1719 20.1009 10.5 20.6972\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M10.5 17.5H13.25C13.3881 17.5 13.5 17.3881 13.5 17.25\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.247",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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":
|
|
14
|
+
"totalIcons": 2015,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
]
|
|
971
971
|
},
|
|
972
972
|
"Health & Medical": {
|
|
973
|
-
"count":
|
|
973
|
+
"count": 9,
|
|
974
974
|
"icons": [
|
|
975
975
|
"IconInjection",
|
|
976
976
|
"IconMask1",
|
|
@@ -979,7 +979,8 @@
|
|
|
979
979
|
"IconMedicalCrossSquare",
|
|
980
980
|
"IconMedicinePill",
|
|
981
981
|
"IconMedicinePill2",
|
|
982
|
-
"IconMedicineTablett"
|
|
982
|
+
"IconMedicineTablett",
|
|
983
|
+
"IconStethoscope"
|
|
983
984
|
]
|
|
984
985
|
},
|
|
985
986
|
"Interface General": {
|
|
@@ -3958,6 +3959,7 @@
|
|
|
3958
3959
|
"IconSteeringWheel1": "steering-wheel, autopilot, drive",
|
|
3959
3960
|
"IconStepBack": "step-back, undo",
|
|
3960
3961
|
"IconStepForwards": "step-forwards, continue",
|
|
3962
|
+
"IconStethoscope": "stethoscope, check, diagnostics, analyze",
|
|
3961
3963
|
"IconSteveJobs": "steve-jobs, professor, innovation",
|
|
3962
3964
|
"IconSticker": "sticker, badge",
|
|
3963
3965
|
"IconStocks": "stocks",
|
package/index.d.ts
CHANGED
|
@@ -1736,6 +1736,7 @@ export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconS
|
|
|
1736
1736
|
export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
|
|
1737
1737
|
export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
|
|
1738
1738
|
export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
|
|
1739
|
+
export { IconStethoscope, default as IconStethoscopeDefault, } from "./IconStethoscope";
|
|
1739
1740
|
export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";
|
|
1740
1741
|
export { IconSticker, default as IconStickerDefault } from "./IconSticker";
|
|
1741
1742
|
export { IconStocks, default as IconStocksDefault } from "./IconStocks";
|