@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.243 → 1.1.245
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/IconCircleBanSign/index.js +1 -1
- package/IconCircleBanSign/index.js.map +1 -1
- package/IconCircleBanSign/index.mjs +1 -1
- package/IconCircleBanSign/index.mjs.map +1 -1
- package/IconDevices2/index.js +1 -1
- package/IconDevices2/index.js.map +1 -1
- package/IconDevices2/index.mjs +1 -1
- package/IconDevices2/index.mjs.map +1 -1
- package/IconMask1/index.d.ts +4 -0
- package/IconMask1/index.js +2 -0
- package/IconMask1/index.js.map +1 -0
- package/IconMask1/index.mjs +2 -0
- package/IconMask1/index.mjs.map +1 -0
- package/IconMedicalCross/index.d.ts +4 -0
- package/IconMedicalCross/index.js +2 -0
- package/IconMedicalCross/index.js.map +1 -0
- package/IconMedicalCross/index.mjs +2 -0
- package/IconMedicalCross/index.mjs.map +1 -0
- package/IconMedicalCrossCircle/index.d.ts +4 -0
- package/IconMedicalCrossCircle/index.js +2 -0
- package/IconMedicalCrossCircle/index.js.map +1 -0
- package/IconMedicalCrossCircle/index.mjs +2 -0
- package/IconMedicalCrossCircle/index.mjs.map +1 -0
- package/IconMedicalCrossSquare/index.d.ts +4 -0
- package/IconMedicalCrossSquare/index.js +2 -0
- package/IconMedicalCrossSquare/index.js.map +1 -0
- package/IconMedicalCrossSquare/index.mjs +2 -0
- package/IconMedicalCrossSquare/index.mjs.map +1 -0
- package/IconParasol/index.js +1 -1
- package/IconParasol/index.js.map +1 -1
- package/IconParasol/index.mjs +1 -1
- package/IconParasol/index.mjs.map +1 -1
- package/IconUnblock/index.d.ts +4 -0
- package/IconUnblock/index.js +2 -0
- package/IconUnblock/index.js.map +1 -0
- package/IconUnblock/index.mjs +2 -0
- package/IconUnblock/index.mjs.map +1 -0
- package/README.md +12 -4
- package/filtered-icons.json +77 -7
- package/icons/index.d.ts +5 -0
- package/icons-index.json +23 -8
- package/index.d.ts +5 -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 +13 -5
- package/tsx-icons.json +38 -3
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=B(o,n))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(g(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(t({},"__esModule",{value:!0}),r);var S={};P(S,{IconCircleBanSign:()=>u,default:()=>v});module.exports=d(S);var p=c(require("react"));var l=c(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z",stroke:"currentColor",strokeLinecap:"round"}),p.default.createElement(C.Path,{d:"M18.4413 5.55859L5.46924 18.5307",stroke:"currentColor",strokeLinecap:"round"})),v=u;0&&(module.exports={IconCircleBanSign});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M18.4413 5.55859L5.46924 18.5307\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCircleBanSign;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8OACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconCircleBanSign_exports","__export","IconCircleBanSign","IconCircleBanSign_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCircleBanSign","props","React","CentralIconBase","IconCircleBanSign_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"react";import C from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var s=o=>e.createElement(n,{...o},e.createElement(t,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z",stroke:"currentColor",strokeLinecap:"round"}),e.createElement(t,{d:"M18.4413 5.55859L5.46924 18.5307",stroke:"currentColor",strokeLinecap:"round"})),x=s;export{s as IconCircleBanSign,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconCircleBanSign/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 IconCircleBanSign: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M18.4413 5.55859L5.46924 18.5307\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCircleBanSign;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8OACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCircleBanSign","props","React","CentralIconBase","IconCircleBanSign_default"]}
|
package/IconDevices2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!I.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconDevices2:()=>m,default:()=>g});module.exports=P(v);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!I.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconDevices2:()=>m,default:()=>g});module.exports=P(v);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(s.Path,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconDevices2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconDevices2_exports","__export","IconDevices2","IconDevices2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
|
package/IconDevices2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconDevices2,I as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.
|
|
1
|
+
{"version":3,"sources":["../src/IconDevices2/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 IconDevices2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.5 10.5C15.5 9.94771 15.9477 9.5 16.5 9.5H21.5C22.0523 9.5 22.5 9.94772 22.5 10.5V19.5C22.5 20.0523 22.0523 20.5 21.5 20.5H16.5C15.9477 20.5 15.5 20.0523 15.5 19.5V10.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 19.5H2.5C1.94772 19.5 1.5 19.0523 1.5 18.5V17.5H13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 7V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V17.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDevices2;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+KACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconDevices2","props","React","CentralIconBase","IconDevices2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(C=L(o,s))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?l(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconMask1:()=>c,default:()=>P});module.exports=x(g);var e=u(require("react"));var a=u(require("react")),d=require("react-native-svg"),k=({children:r,size:o=24,...n})=>a.default.createElement(d.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>e.default.createElement(k,{...r},e.default.createElement(t.Path,{d:"M4.5 16.3631V6.26828C4.5 5.81523 4.80458 5.41878 5.24234 5.30204L11.7423 3.56871C11.9112 3.52369 12.0888 3.52369 12.2577 3.56871L18.7577 5.30204C19.1954 5.41878 19.5 5.81523 19.5 6.26828V16.3631C19.5 16.7517 19.275 17.105 18.9229 17.2693L12.4229 20.3027C12.1548 20.4277 11.8452 20.4277 11.5771 20.3027L5.07711 17.2693C4.72504 17.105 4.5 16.7517 4.5 16.3631Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9 9.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9 13.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20 8H21.5C22.0523 8 22.5 8.44772 22.5 9V11.5C22.5 12.0523 22.0523 12.5 21.5 12.5H20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4 8H2.5C1.94772 8 1.5 8.44772 1.5 9V11.5C1.5 12.0523 1.94772 12.5 2.5 12.5H4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconMask1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMask1/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 IconMask1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.5 16.3631V6.26828C4.5 5.81523 4.80458 5.41878 5.24234 5.30204L11.7423 3.56871C11.9112 3.52369 12.0888 3.52369 12.2577 3.56871L18.7577 5.30204C19.1954 5.41878 19.5 5.81523 19.5 6.26828V16.3631C19.5 16.7517 19.275 17.105 18.9229 17.2693L12.4229 20.3027C12.1548 20.4277 11.8452 20.4277 11.5771 20.3027L5.07711 17.2693C4.72504 17.105 4.5 16.7517 4.5 16.3631Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 9.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 13.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 8H21.5C22.0523 8 22.5 8.44772 22.5 9V11.5C22.5 12.0523 22.0523 12.5 21.5 12.5H20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 8H2.5C1.94772 8 1.5 8.44772 1.5 9V11.5C1.5 12.0523 1.94772 12.5 2.5 12.5H4\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMask1;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wWACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMask1_exports","__export","IconMask1","IconMask1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMask1","props","React","CentralIconBase","IconMask1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(C,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M4.5 16.3631V6.26828C4.5 5.81523 4.80458 5.41878 5.24234 5.30204L11.7423 3.56871C11.9112 3.52369 12.0888 3.52369 12.2577 3.56871L18.7577 5.30204C19.1954 5.41878 19.5 5.81523 19.5 6.26828V16.3631C19.5 16.7517 19.275 17.105 18.9229 17.2693L12.4229 20.3027C12.1548 20.4277 11.8452 20.4277 11.5771 20.3027L5.07711 17.2693C4.72504 17.105 4.5 16.7517 4.5 16.3631Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9 9.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M9 13.5H15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M20 8H21.5C22.0523 8 22.5 8.44772 22.5 9V11.5C22.5 12.0523 22.0523 12.5 21.5 12.5H20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M4 8H2.5C1.94772 8 1.5 8.44772 1.5 9V11.5C1.5 12.0523 1.94772 12.5 2.5 12.5H4",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconMask1,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMask1/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 IconMask1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.5 16.3631V6.26828C4.5 5.81523 4.80458 5.41878 5.24234 5.30204L11.7423 3.56871C11.9112 3.52369 12.0888 3.52369 12.2577 3.56871L18.7577 5.30204C19.1954 5.41878 19.5 5.81523 19.5 6.26828V16.3631C19.5 16.7517 19.275 17.105 18.9229 17.2693L12.4229 20.3027C12.1548 20.4277 11.8452 20.4277 11.5771 20.3027L5.07711 17.2693C4.72504 17.105 4.5 16.7517 4.5 16.3631Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 9.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9 13.5H15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 8H21.5C22.0523 8 22.5 8.44772 22.5 9V11.5C22.5 12.0523 22.0523 12.5 21.5 12.5H20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4 8H2.5C1.94772 8 1.5 8.44772 1.5 9V11.5C1.5 12.0523 1.94772 12.5 2.5 12.5H4\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMask1;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wWACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMask1","props","React","CentralIconBase","IconMask1_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of L(r))!I.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(p=f(r,n))||p.enumerable});return o};var l=(o,r,e)=>(e=o!=null?d(B(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(t({},"__esModule",{value:!0}),o);var g={};v(g,{IconMedicalCross:()=>u,default:()=>P});module.exports=x(g);var C=l(require("react"));var s=l(require("react")),c=require("react-native-svg"),m=({children:o,size:r=24,...e})=>s.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 i=require("react-native-svg"),u=o=>C.default.createElement(m,{...o},C.default.createElement(i.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 2.5C8.94772 2.5 8.5 2.94772 8.5 3.5L8.5 7.5C8.5 8.05228 8.05228 8.5 7.5 8.5H3.5C2.94772 8.5 2.5 8.94771 2.5 9.5L2.5 14.5C2.5 15.0523 2.94772 15.5 3.5 15.5L7.5 15.5C8.05228 15.5 8.5 15.9477 8.5 16.5V20.5C8.5 21.0523 8.94772 21.5 9.5 21.5L14.5 21.5C15.0523 21.5 15.5 21.0523 15.5 20.5L15.5 16.5C15.5 15.9477 15.9477 15.5 16.5 15.5L20.5 15.5C21.0523 15.5 21.5 15.0523 21.5 14.5L21.5 9.5C21.5 8.94772 21.0523 8.5 20.5 8.5H16.5C15.9477 8.5 15.5 8.05229 15.5 7.5V3.5C15.5 2.94772 15.0523 2.5 14.5 2.5L9.5 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconMedicalCross});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMedicalCross/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 IconMedicalCross: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.5 2.5C8.94772 2.5 8.5 2.94772 8.5 3.5L8.5 7.5C8.5 8.05228 8.05228 8.5 7.5 8.5H3.5C2.94772 8.5 2.5 8.94771 2.5 9.5L2.5 14.5C2.5 15.0523 2.94772 15.5 3.5 15.5L7.5 15.5C8.05228 15.5 8.5 15.9477 8.5 16.5V20.5C8.5 21.0523 8.94772 21.5 9.5 21.5L14.5 21.5C15.0523 21.5 15.5 21.0523 15.5 20.5L15.5 16.5C15.5 15.9477 15.9477 15.5 16.5 15.5L20.5 15.5C21.0523 15.5 21.5 15.0523 21.5 14.5L21.5 9.5C21.5 8.94772 21.0523 8.5 20.5 8.5H16.5C15.9477 8.5 15.5 8.05229 15.5 7.5V3.5C15.5 2.94772 15.0523 2.5 14.5 2.5L9.5 2.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMedicalCross;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+fACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMedicalCross_exports","__export","IconMedicalCross","IconMedicalCross_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMedicalCross","props","React","CentralIconBase","IconMedicalCross_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>C.createElement(p,{...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 a}from"react-native-svg";var l=r=>n.createElement(e,{...r},n.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.5 2.5C8.94772 2.5 8.5 2.94772 8.5 3.5L8.5 7.5C8.5 8.05228 8.05228 8.5 7.5 8.5H3.5C2.94772 8.5 2.5 8.94771 2.5 9.5L2.5 14.5C2.5 15.0523 2.94772 15.5 3.5 15.5L7.5 15.5C8.05228 15.5 8.5 15.9477 8.5 16.5V20.5C8.5 21.0523 8.94772 21.5 9.5 21.5L14.5 21.5C15.0523 21.5 15.5 21.0523 15.5 20.5L15.5 16.5C15.5 15.9477 15.9477 15.5 16.5 15.5L20.5 15.5C21.0523 15.5 21.5 15.0523 21.5 14.5L21.5 9.5C21.5 8.94772 21.0523 8.5 20.5 8.5H16.5C15.9477 8.5 15.5 8.05229 15.5 7.5V3.5C15.5 2.94772 15.0523 2.5 14.5 2.5L9.5 2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;export{l as IconMedicalCross,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMedicalCross/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 IconMedicalCross: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.5 2.5C8.94772 2.5 8.5 2.94772 8.5 3.5L8.5 7.5C8.5 8.05228 8.05228 8.5 7.5 8.5H3.5C2.94772 8.5 2.5 8.94771 2.5 9.5L2.5 14.5C2.5 15.0523 2.94772 15.5 3.5 15.5L7.5 15.5C8.05228 15.5 8.5 15.9477 8.5 16.5V20.5C8.5 21.0523 8.94772 21.5 9.5 21.5L14.5 21.5C15.0523 21.5 15.5 21.0523 15.5 20.5L15.5 16.5C15.5 15.9477 15.9477 15.5 16.5 15.5L20.5 15.5C21.0523 15.5 21.5 15.0523 21.5 14.5L21.5 9.5C21.5 8.94772 21.0523 8.5 20.5 8.5H16.5C15.9477 8.5 15.5 8.05229 15.5 7.5V3.5C15.5 2.94772 15.0523 2.5 14.5 2.5L9.5 2.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMedicalCross;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+fACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMedicalCross","props","React","CentralIconBase","IconMedicalCross_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},c=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of x(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=d(o,n))||s.enumerable});return r};var C=(r,o,e)=>(e=r!=null?f(B(r)):{},c(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>c(t({},"__esModule",{value:!0}),r);var H={};v(H,{IconMedicalCrossCircle:()=>u,default:()=>g});module.exports=P(H);var p=C(require("react"));var a=C(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...e})=>a.default.createElement(i.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),u=r=>p.default.createElement(m,{...r},p.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconMedicalCrossCircle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMedicalCrossCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMedicalCrossCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMedicalCrossCircle;\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,4BAAAE,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,EAA6B,4BAEhBC,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wEACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMedicalCrossCircle_exports","__export","IconMedicalCrossCircle","IconMedicalCrossCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMedicalCrossCircle","props","React","CentralIconBase","IconMedicalCrossCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...t})=>p.createElement(l,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Circle as s,Path as c}from"react-native-svg";var C=o=>e.createElement(n,{...o},e.createElement(s,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),e.createElement(c,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),v=C;export{C as IconMedicalCrossCircle,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMedicalCrossCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconMedicalCrossCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMedicalCrossCircle;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wEACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconMedicalCrossCircle","props","React","CentralIconBase","IconMedicalCrossCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!I.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(C=f(o,n))||C.enumerable});return r};var a=(r,o,e)=>(e=r!=null?d(H(r)):{},s(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>s(t({},"__esModule",{value:!0}),r);var P={};V(P,{IconMedicalCrossSquare:()=>i,default:()=>x});module.exports=v(P);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>p.default.createElement(u,{...r},p.default.createElement(l.Path,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),p.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),x=i;0&&(module.exports={IconMedicalCrossSquare});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMedicalCrossSquare/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 IconMedicalCrossSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMedicalCrossSquare;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wEACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMedicalCrossSquare_exports","__export","IconMedicalCrossSquare","IconMedicalCrossSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMedicalCrossSquare","props","React","CentralIconBase","IconMedicalCrossSquare_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var s=o=>e.createElement(n,{...o},e.createElement(t,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z",stroke:"currentColor",strokeLinejoin:"round"})),I=s;export{s as IconMedicalCrossSquare,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMedicalCrossSquare/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 IconMedicalCrossSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMedicalCrossSquare;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wEACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMedicalCrossSquare","props","React","CentralIconBase","IconMedicalCrossSquare_default"]}
|
package/IconParasol/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var f=Object.create;var C=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of P(o))!B.call(r,p)&&p!==t&&C(r,p,{get:()=>o[p],enumerable:!(i=h(o,p))||i.enumerable});return r};var s=(r,o,t)=>(t=r!=null?f(d(r)):{},l(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(C({},"__esModule",{value:!0}),r);var k={};I(k,{IconParasol:()=>c,default:()=>x});module.exports=g(k);var n=s(require("react"));var a=s(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>a.default.createElement(m.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 e=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(e.G,{"clip-Path":"url(#clip0_15261_28220)"},n.default.createElement(e.Path,{d:"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(e.Path,{d:"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),n.default.createElement(e.Defs,null,n.default.createElement(e.ClipPath,{id:"clip0_15261_28220"},n.default.createElement(e.Rect,{width:"24",height:"24",fill:"white"})))),x=c;0&&(module.exports={IconParasol});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconParasol/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#
|
|
1
|
+
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_15261_28220)\">\n <Path\n d=\"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_15261_28220\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\n </CentralIconBase>\n );\n};\n\nexport default IconParasol;\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,iBAAAE,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,EAA8C,4BAEjCC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,KAAE,YAAU,2BACX,EAAAA,QAAA,cAAC,QACC,EAAE,kRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EACA,EAAAA,QAAA,cAAC,YACC,EAAAA,QAAA,cAAC,YAAS,GAAG,qBACX,EAAAA,QAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGE,EAAQJ","names":["IconParasol_exports","__export","IconParasol","IconParasol_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconParasol","props","React","CentralIconBase","IconParasol_default"]}
|
package/IconParasol/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import
|
|
1
|
+
import r from"react";import C from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:o=24,...p})=>C.createElement(i,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{ClipPath as l,Defs as s,G as a,Path as n,Rect as m}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(a,{"clip-Path":"url(#clip0_15261_28220)"},r.createElement(n,{d:"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),r.createElement(s,null,r.createElement(l,{id:"clip0_15261_28220"},r.createElement(m,{width:"24",height:"24",fill:"white"})))),k=u;export{u as IconParasol,k as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#
|
|
1
|
+
{"version":3,"sources":["../src/IconParasol/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconParasol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <G clip-Path=\"url(#clip0_15261_28220)\">\n <Path\n d=\"M15.8177 19.6119L10.9427 11.1681C9.96839 11.7306 9.11911 12.5097 8.28658 13.5677C6.48754 13.4516 4.75549 14.4516 3.52344 16.3177C1.03816 12.013 2.51303 6.50872 6.81767 4.02344C11.1223 1.53816 16.6266 3.01303 19.1119 7.31767C16.8798 7.45161 15.1478 8.45165 14.3488 10.0677\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.28906 13.5677C5.80378 9.26303 5.14613 4.98994 6.82015 4.02344C8.49418 3.05694 11.866 5.76303 14.3512 10.0677C13.0187 10.2597 11.9194 10.6056 10.9451 11.1681\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_15261_28220\">\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n </ClipPath>\n </Defs>\n </CentralIconBase>\n );\n};\n\nexport default IconParasol;\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,YAAAG,EAAU,QAAAC,EAAM,KAAAC,EAAG,QAAAC,EAAM,QAAAC,MAAY,mBAEvC,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAE,YAAU,2BACXK,EAAA,cAACJ,EAAA,CACC,EAAE,kRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,kKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EACAI,EAAA,cAACN,EAAA,KACCM,EAAA,cAACP,EAAA,CAAS,GAAG,qBACXO,EAAA,cAACH,EAAA,CAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,CAC5C,CACF,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","ClipPath","Defs","G","Path","Rect","IconParasol","props","React","CentralIconBase","IconParasol_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var k=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!d.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(c=x(o,n))||c.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(s({},"__esModule",{value:!0}),r);var v={};k(v,{IconUnblock:()=>i,default:()=>g});module.exports=P(v);var t=l(require("react"));var C=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>C.default.createElement(m.Svg,{...e,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"),i=r=>t.default.createElement(u,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(p.Path,{d:"M5.5 18.5L9.75 14.25",stroke:"currentColor",strokeLinecap:"round"}),t.default.createElement(p.Path,{d:"M14.25 9.75L18.5 5.5",stroke:"currentColor",strokeLinecap:"round"})),g=i;0&&(module.exports={IconUnblock});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnblock/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUnblock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5.5 18.5L9.75 14.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M14.25 9.75L18.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnblock;\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,iBAAAE,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,EAA6B,4BAEhBC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconUnblock_exports","__export","IconUnblock","IconUnblock_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUnblock","props","React","CentralIconBase","IconUnblock_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as c}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(c,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as a,Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(a,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(t,{d:"M5.5 18.5L9.75 14.25",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(t,{d:"M14.25 9.75L18.5 5.5",stroke:"currentColor",strokeLinecap:"round"})),k=l;export{l as IconUnblock,k as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconUnblock/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconUnblock: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M5.5 18.5L9.75 14.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M14.25 9.75L18.5 5.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUnblock;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconUnblock","props","React","CentralIconBase","IconUnblock_default"]}
|
package/README.md
CHANGED
|
@@ -1063,6 +1063,17 @@ Below is a complete list of available icons:
|
|
|
1063
1063
|
- IconTouch
|
|
1064
1064
|
- IconTouchGrass
|
|
1065
1065
|
|
|
1066
|
+
### Health & Medical
|
|
1067
|
+
|
|
1068
|
+
- IconInjection
|
|
1069
|
+
- IconMask1
|
|
1070
|
+
- IconMedicalCross
|
|
1071
|
+
- IconMedicalCrossCircle
|
|
1072
|
+
- IconMedicalCrossSquare
|
|
1073
|
+
- IconMedicinePill
|
|
1074
|
+
- IconMedicinePill2
|
|
1075
|
+
- IconMedicineTablett
|
|
1076
|
+
|
|
1066
1077
|
### Interface General
|
|
1067
1078
|
|
|
1068
1079
|
- IconAnchor1
|
|
@@ -1255,6 +1266,7 @@ Below is a complete list of available icons:
|
|
|
1255
1266
|
- IconTrashRounded
|
|
1256
1267
|
- IconTrial
|
|
1257
1268
|
- IconUnarchiv
|
|
1269
|
+
- IconUnblock
|
|
1258
1270
|
- IconUnpin
|
|
1259
1271
|
- IconUnpin2
|
|
1260
1272
|
- IconUntrash
|
|
@@ -1985,7 +1997,6 @@ Below is a complete list of available icons:
|
|
|
1985
1997
|
- IconGraduateCap2
|
|
1986
1998
|
- IconHermesHelmet
|
|
1987
1999
|
- IconInfinity
|
|
1988
|
-
- IconInjection
|
|
1989
2000
|
- IconJudgeGavel
|
|
1990
2001
|
- IconLab
|
|
1991
2002
|
- IconLifeVest
|
|
@@ -1994,9 +2005,6 @@ Below is a complete list of available icons:
|
|
|
1994
2005
|
- IconMagicLamp
|
|
1995
2006
|
- IconMakeItPop
|
|
1996
2007
|
- IconMedal
|
|
1997
|
-
- IconMedicinePill
|
|
1998
|
-
- IconMedicinePill2
|
|
1999
|
-
- IconMedicineTablett
|
|
2000
2008
|
- IconMouth
|
|
2001
2009
|
- IconNailedIt
|
|
2002
2010
|
- IconOrganisation
|