@central-icons-react-native/square-outlined-radius-0-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 B=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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 t of i(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=I(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(p({},"__esModule",{value:!0}),r);var H={};g(H,{IconDevices2:()=>u,default:()=>d});module.exports=v(H);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({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 s=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(s.Path,{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M20.5 7V3.5H3.5V17.
|
|
1
|
+
"use strict";var B=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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 t of i(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(C=I(o,t))||C.enumerable});return r};var l=(r,o,e)=>(e=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(p({},"__esModule",{value:!0}),r);var H={};g(H,{IconDevices2:()=>u,default:()=>d});module.exports=v(H);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({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 s=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(s.Path,{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M20.5 7V3.5H3.5V17.25",stroke:"currentColor"})),d=u;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 d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\" />\n <Path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\" />\n <Path d=\"M20.5 7V3.5H3.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 d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\" />\n <Path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\" />\n <Path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\" />\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,QAAK,EAAE,gCAAgC,OAAO,eAAe,EAC9D,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,CACxD,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 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{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),o.createElement(t,{d:"M20.5 7V3.5H3.5V17.
|
|
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{Path as t}from"react-native-svg";var a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M15.5 9.5H22.5V20.5H15.5V9.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M13 19.5H1.5V17.5H13",stroke:"currentColor"}),o.createElement(t,{d:"M20.5 7V3.5H3.5V17.25",stroke:"currentColor"})),P=a;export{a as IconDevices2,P 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 d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\" />\n <Path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\" />\n <Path d=\"M20.5 7V3.5H3.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 d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\" />\n <Path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\" />\n <Path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\" />\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,CAAK,EAAE,gCAAgC,OAAO,eAAe,EAC9DG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,OAAO,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,OAAO,eAAe,CACxD,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 B=Object.create;var s=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of d(o))!P.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=I(o,p))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),i=r=>l(s({},"__esModule",{value:!0}),r);var H={};g(H,{IconMask1:()=>f,default:()=>k});module.exports=i(H);var e=m(require("react"));var a=m(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>a.default.createElement(u.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 n=require("react-native-svg"),f=r=>e.default.createElement(c,{...r},e.default.createElement(n.Path,{d:"M4.5 15.7263V5.5L12 3.5L19.5 5.5V15.7263C19.5 16.5033 19.0499 17.21 18.3458 17.5386L12 20.5L5.65423 17.5386C4.95008 17.21 4.5 16.5033 4.5 15.7263Z",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M9 9.5H15",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M9 13.5H15",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M19.5 8H22V12.5H19.5",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M4.5 8H2V12.5H4.5",stroke:"currentColor"})),k=f;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 15.7263V5.5L12 3.5L19.5 5.5V15.7263C19.5 16.5033 19.0499 17.21 18.3458 17.5386L12 20.5L5.65423 17.5386C4.95008 17.21 4.5 16.5033 4.5 15.7263Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M9 9.5H15\" stroke=\"currentColor\" />\n <Path d=\"M9 13.5H15\" stroke=\"currentColor\" />\n <Path d=\"M19.5 8H22V12.5H19.5\" stroke=\"currentColor\" />\n <Path d=\"M4.5 8H2V12.5H4.5\" stroke=\"currentColor\" />\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,qJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1C,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3C,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,OAAO,eAAe,EACrD,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,CACpD,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 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{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M4.5 15.7263V5.5L12 3.5L19.5 5.5V15.7263C19.5 16.5033 19.0499 17.21 18.3458 17.5386L12 20.5L5.65423 17.5386C4.95008 17.21 4.5 16.5033 4.5 15.7263Z",stroke:"currentColor"}),o.createElement(t,{d:"M9 9.5H15",stroke:"currentColor"}),o.createElement(t,{d:"M9 13.5H15",stroke:"currentColor"}),o.createElement(t,{d:"M19.5 8H22V12.5H19.5",stroke:"currentColor"}),o.createElement(t,{d:"M4.5 8H2V12.5H4.5",stroke:"currentColor"})),P=l;export{l as IconMask1,P 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 15.7263V5.5L12 3.5L19.5 5.5V15.7263C19.5 16.5033 19.0499 17.21 18.3458 17.5386L12 20.5L5.65423 17.5386C4.95008 17.21 4.5 16.5033 4.5 15.7263Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M9 9.5H15\" stroke=\"currentColor\" />\n <Path d=\"M9 13.5H15\" stroke=\"currentColor\" />\n <Path d=\"M19.5 8H22V12.5H19.5\" stroke=\"currentColor\" />\n <Path d=\"M4.5 8H2V12.5H4.5\" stroke=\"currentColor\" />\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,qJACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,EAC1CG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,EAC3CG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,OAAO,eAAe,EACrDG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,OAAO,eAAe,CACpD,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 i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=u(r,t))||l.enumerable});return o};var s=(o,r,e)=>(e=o!=null?i(B(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconMedicalCross:()=>f,default:()=>P});module.exports=x(g);var p=s(require("react"));var m=s(require("react")),C=require("react-native-svg"),c=({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 L=require("react-native-svg"),f=o=>p.default.createElement(c,{...o},p.default.createElement(L.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 2.5L8.5 8.5H2.5L2.5 15.5L8.5 15.5L8.5 21.5L15.5 21.5L15.5 15.5L21.5 15.5L21.5 8.5L15.5 8.5L15.5 2.5L8.5 2.5Z",stroke:"currentColor"})),P=f;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=\"M8.5 2.5L8.5 8.5H2.5L2.5 15.5L8.5 15.5L8.5 21.5L15.5 21.5L15.5 15.5L21.5 15.5L21.5 8.5L15.5 8.5L15.5 2.5L8.5 2.5Z\"\n stroke=\"currentColor\"\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,oHACF,OAAO,eACT,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...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 s=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M8.5 2.5L8.5 8.5H2.5L2.5 15.5L8.5 15.5L8.5 21.5L15.5 21.5L15.5 15.5L21.5 15.5L21.5 8.5L15.5 8.5L15.5 2.5L8.5 2.5Z",stroke:"currentColor"})),I=s;export{s 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=\"M8.5 2.5L8.5 8.5H2.5L2.5 15.5L8.5 15.5L8.5 21.5L15.5 21.5L15.5 15.5L21.5 15.5L21.5 8.5L15.5 8.5L15.5 2.5L8.5 2.5Z\"\n stroke=\"currentColor\"\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,oHACF,OAAO,eACT,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 u=Object.create;var n=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)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of x(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(c=d(o,t))||c.enumerable});return r};var C=(r,o,e)=>(e=r!=null?u(B(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>s(n({},"__esModule",{value:!0}),r);var H={};v(H,{IconMedicalCrossCircle:()=>f,default:()=>g});module.exports=P(H);var p=C(require("react"));var a=C(require("react")),m=require("react-native-svg"),i=({children:r,size:o=24,...e})=>a.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 l=require("react-native-svg"),f=r=>p.default.createElement(i,{...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"})),g=f;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 />\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,eACT,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 t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 c,Path as s}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(c,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),e.createElement(s,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z",stroke:"currentColor"})),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 />\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,eACT,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 n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=i(o,t))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?d(H(r)):{},s(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>s(n({},"__esModule",{value:!0}),r);var P={};V(P,{IconMedicalCrossSquare:()=>f,default:()=>x});module.exports=v(P);var p=C(require("react"));var m=C(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"),f=r=>p.default.createElement(u,{...r},p.default.createElement(l.Path,{d:"M20.5 3.5H3.5V20.5H20.5V3.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"})),x=f;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 d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" 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 />\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,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wEACF,OAAO,eACT,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 a}from"react-native-svg";var t=({children:o,size:r=24,...p})=>l.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 n}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z",stroke:"currentColor"})),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 d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" 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 />\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,CAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wEACF,OAAO,eACT,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 s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of P(o))!I.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=h(o,p))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(B(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(s({},"__esModule",{value:!0}),r);var k={};d(k,{IconParasol:()=>u,default:()=>x});module.exports=g(k);var n=a(require("react"));var i=a(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...t})=>i.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 e=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(e.G,{"clip-Path":"url(#clip0_15261_28203)"},n.default.createElement(e.Path,{d:"M20.2279 7.2497C17.6046 2.70592 11.7945 1.14911 7.25068 3.77246C2.7069 6.39581 1.15008 12.2059 3.77344 16.7497C5.07393 14.78 6.90221 13.7244 8.8012 13.8469C10.5588 11.6133 12.387 10.5578 15.2002 10.1525C16.0436 8.44668 17.8718 7.39109 20.2279 7.2497Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(e.Path,{d:"M11.6641 11.4229L16.7474 20.2274",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(e.Path,{d:"M15.0489 9.89011C12.4472 5.54365 9.02082 2.85323 7.298 3.8479C5.57819 4.84083 6.18982 9.14003 8.64237 13.5583",stroke:"currentColor",strokeLinecap:"square"})),n.default.createElement(e.Defs,null,n.default.createElement(e.ClipPath,{id:"clip0_15261_28203"},n.default.createElement(e.Rect,{width:"24",height:"24",fill:"white"})))),x=u;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_28203)\">\n <Path\n d=\"M20.2279 7.2497C17.6046 2.70592 11.7945 1.14911 7.25068 3.77246C2.7069 6.39581 1.15008 12.2059 3.77344 16.7497C5.07393 14.78 6.90221 13.7244 8.8012 13.8469C10.5588 11.6133 12.387 10.5578 15.2002 10.1525C16.0436 8.44668 17.8718 7.39109 20.2279 7.2497Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M11.6641 11.4229L16.7474 20.2274\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15.0489 9.89011C12.4472 5.54365 9.02082 2.85323 7.298 3.8479C5.57819 4.84083 6.18982 9.14003 8.64237 13.5583\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_15261_28203\">\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,6PACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gHACF,OAAO,eACP,cAAc,SAChB,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 s from"react";import{Svg as C}from"react-native-svg";var n=({children:
|
|
1
|
+
import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(C,{...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 a,G as i,Path as t,Rect as c}from"react-native-svg";var m=e=>r.createElement(n,{...e},r.createElement(i,{"clip-Path":"url(#clip0_15261_28203)"},r.createElement(t,{d:"M20.2279 7.2497C17.6046 2.70592 11.7945 1.14911 7.25068 3.77246C2.7069 6.39581 1.15008 12.2059 3.77344 16.7497C5.07393 14.78 6.90221 13.7244 8.8012 13.8469C10.5588 11.6133 12.387 10.5578 15.2002 10.1525C16.0436 8.44668 17.8718 7.39109 20.2279 7.2497Z",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(t,{d:"M11.6641 11.4229L16.7474 20.2274",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(t,{d:"M15.0489 9.89011C12.4472 5.54365 9.02082 2.85323 7.298 3.8479C5.57819 4.84083 6.18982 9.14003 8.64237 13.5583",stroke:"currentColor",strokeLinecap:"square"})),r.createElement(a,null,r.createElement(l,{id:"clip0_15261_28203"},r.createElement(c,{width:"24",height:"24",fill:"white"})))),k=m;export{m 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_28203)\">\n <Path\n d=\"M20.2279 7.2497C17.6046 2.70592 11.7945 1.14911 7.25068 3.77246C2.7069 6.39581 1.15008 12.2059 3.77344 16.7497C5.07393 14.78 6.90221 13.7244 8.8012 13.8469C10.5588 11.6133 12.387 10.5578 15.2002 10.1525C16.0436 8.44668 17.8718 7.39109 20.2279 7.2497Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M11.6641 11.4229L16.7474 20.2274\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M15.0489 9.89011C12.4472 5.54365 9.02082 2.85323 7.298 3.8479C5.57819 4.84083 6.18982 9.14003 8.64237 13.5583\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </G>\n <Defs>\n <ClipPath id=\"clip0_15261_28203\">\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,6PACF,OAAO,eACP,cAAc,SAChB,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,mCACF,OAAO,eACP,cAAc,SAChB,EACAI,EAAA,cAACJ,EAAA,CACC,EAAE,gHACF,OAAO,eACP,cAAc,SAChB,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 x=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&l(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var c=(r,o,t)=>(t=r!=null?x(i(r)):{},C(o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>C(l({},"__esModule",{value:!0}),r);var b={};g(b,{IconUnblock:()=>u,default:()=>y});module.exports=v(b);var n=c(require("react"));var a=c(require("react")),m=require("react-native-svg"),f=({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 p=require("react-native-svg"),u=r=>n.default.createElement(f,{...r},n.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M5.5 18.5L10 14",stroke:"currentColor"}),n.default.createElement(p.Path,{d:"M14 10L18.5 5.5",stroke:"currentColor"})),y=u;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 cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M5.5 18.5L10 14\" stroke=\"currentColor\" />\n <Path d=\"M14 10L18.5 5.5\" stroke=\"currentColor\" />\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,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,CAClD,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 l from"react";import{Svg as s}from"react-native-svg";var e=({children:t,size:r=24,...p})=>l.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as C,Path as n}from"react-native-svg";var c=t=>o.createElement(e,{...t},o.createElement(C,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(n,{d:"M5.5 18.5L10 14",stroke:"currentColor"}),o.createElement(n,{d:"M14 10L18.5 5.5",stroke:"currentColor"})),g=c;export{c as IconUnblock,g 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 cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M5.5 18.5L10 14\" stroke=\"currentColor\" />\n <Path d=\"M14 10L18.5 5.5\" stroke=\"currentColor\" />\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,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,CAClD,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
|
package/filtered-icons.json
CHANGED
|
@@ -6876,7 +6876,7 @@
|
|
|
6876
6876
|
},
|
|
6877
6877
|
{
|
|
6878
6878
|
"category": "Interface General",
|
|
6879
|
-
"svg": "<path d=\"
|
|
6879
|
+
"svg": "<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\" stroke-linecap=\"round\"/><path d=\"M18.4413 5.55859L5.46924 18.5307\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
6880
6880
|
"iconName": "circle-ban-sign, circle, block, ads",
|
|
6881
6881
|
"variant": {
|
|
6882
6882
|
"join": "square",
|
|
@@ -9256,7 +9256,7 @@
|
|
|
9256
9256
|
},
|
|
9257
9257
|
{
|
|
9258
9258
|
"category": "Devices & Signals",
|
|
9259
|
-
"svg": "<path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><path d=\"M20.5 7V3.5H3.5V17.
|
|
9259
|
+
"svg": "<path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\"/>",
|
|
9260
9260
|
"iconName": "devices-2, laptop-phone",
|
|
9261
9261
|
"variant": {
|
|
9262
9262
|
"join": "square",
|
|
@@ -14589,7 +14589,7 @@
|
|
|
14589
14589
|
"componentName": "IconInitiatives"
|
|
14590
14590
|
},
|
|
14591
14591
|
{
|
|
14592
|
-
"category": "
|
|
14592
|
+
"category": "Health & Medical",
|
|
14593
14593
|
"svg": "<path d=\"M17.5 2.5L21.5 6.5\" stroke=\"currentColor\"/><path d=\"M19.5 4.5L16.5 7.5\" stroke=\"currentColor\"/><path d=\"M12.5 3.5L20.5 11.5\" stroke=\"currentColor\"/><path d=\"M14.5 5.5L5.5 14.5L9.5 18.5L18.5 9.5\" stroke=\"currentColor\"/><path d=\"M3 21L7.5 16.5\" stroke=\"currentColor\"/>",
|
|
14594
14594
|
"iconName": "injection",
|
|
14595
14595
|
"variant": {
|
|
@@ -16324,6 +16324,20 @@
|
|
|
16324
16324
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
16325
16325
|
"componentName": "IconMask"
|
|
16326
16326
|
},
|
|
16327
|
+
{
|
|
16328
|
+
"category": "Health & Medical",
|
|
16329
|
+
"svg": "<path d=\"M4.5 15.7263V5.5L12 3.5L19.5 5.5V15.7263C19.5 16.5033 19.0499 17.21 18.3458 17.5386L12 20.5L5.65423 17.5386C4.95008 17.21 4.5 16.5033 4.5 15.7263Z\" stroke=\"currentColor\"/><path d=\"M9 9.5H15\" stroke=\"currentColor\"/><path d=\"M9 13.5H15\" stroke=\"currentColor\"/><path d=\"M19.5 8H22V12.5H19.5\" stroke=\"currentColor\"/><path d=\"M4.5 8H2V12.5H4.5\" stroke=\"currentColor\"/>",
|
|
16330
|
+
"iconName": "mask, medical-mask, covid",
|
|
16331
|
+
"variant": {
|
|
16332
|
+
"join": "square",
|
|
16333
|
+
"filled": "off",
|
|
16334
|
+
"radius": "0",
|
|
16335
|
+
"stroke": "1"
|
|
16336
|
+
},
|
|
16337
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16338
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
16339
|
+
"componentName": "IconMask1"
|
|
16340
|
+
},
|
|
16327
16341
|
{
|
|
16328
16342
|
"category": "Social Media & Brands",
|
|
16329
16343
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9683 17.2439C18.4742 16.9446 20.6561 15.4006 20.9304 13.9898C21.3625 11.7674 21.3268 8.56632 21.3268 8.56632C21.3268 4.22771 18.4842 2.95599 18.4842 2.95599C17.051 2.29772 14.5899 2.0209 12.033 2H11.9702C9.41328 2.0209 6.95379 2.29772 5.52045 2.95599C5.52045 2.95599 2.67779 4.22771 2.67779 8.56632C2.67779 8.82934 2.67643 9.10599 2.67501 9.39399C2.67108 10.1938 2.66672 11.0812 2.68986 12.0074C2.79308 16.2504 3.46773 20.432 7.39063 21.4703C9.19939 21.9491 10.7523 22.0493 12.003 21.9805C14.2712 21.8548 15.5444 21.1711 15.5444 21.1711L15.4696 19.5254C15.4696 19.5254 13.8488 20.0365 12.0285 19.9742C10.225 19.9124 8.32108 19.7797 8.02939 17.5655C8.00246 17.371 7.98899 17.163 7.98899 16.9446C7.98899 16.9446 9.75939 17.3774 12.003 17.4802C13.375 17.5431 14.6616 17.3998 15.9683 17.2439ZM17.9739 14.1562V8.90285C17.9739 7.82919 17.7006 6.97599 17.1516 6.34477C16.5852 5.71354 15.8436 5.38996 14.9232 5.38996C13.858 5.38996 13.0515 5.79931 12.5183 6.61814L11.9998 7.48717L11.4814 6.61814C10.9481 5.79931 10.1416 5.38996 9.07657 5.38996C8.15602 5.38996 7.41446 5.71354 6.84821 6.34477C6.2991 6.97599 6.02572 7.82919 6.02572 8.90285V14.1562H8.107V9.05726C8.107 7.98241 8.55924 7.43685 9.46383 7.43685C10.464 7.43685 10.9654 8.08402 10.9654 9.36371V12.1547H13.0344V9.36371C13.0344 8.08402 13.5356 7.43685 14.5358 7.43685C15.4404 7.43685 15.8927 7.98241 15.8927 9.05726V14.1562H17.9739Z\" fill=\"currentColor\"/>",
|
|
@@ -16493,7 +16507,49 @@
|
|
|
16493
16507
|
"componentName": "IconMedal"
|
|
16494
16508
|
},
|
|
16495
16509
|
{
|
|
16496
|
-
"category": "
|
|
16510
|
+
"category": "Health & Medical",
|
|
16511
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 2.5L8.5 8.5H2.5L2.5 15.5L8.5 15.5L8.5 21.5L15.5 21.5L15.5 15.5L21.5 15.5L21.5 8.5L15.5 8.5L15.5 2.5L8.5 2.5Z\" stroke=\"currentColor\"/>",
|
|
16512
|
+
"iconName": "medical-cross, first-aid, emergency",
|
|
16513
|
+
"variant": {
|
|
16514
|
+
"join": "square",
|
|
16515
|
+
"filled": "off",
|
|
16516
|
+
"radius": "0",
|
|
16517
|
+
"stroke": "1"
|
|
16518
|
+
},
|
|
16519
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16520
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
16521
|
+
"componentName": "IconMedicalCross"
|
|
16522
|
+
},
|
|
16523
|
+
{
|
|
16524
|
+
"category": "Health & Medical",
|
|
16525
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z\" stroke=\"currentColor\"/>",
|
|
16526
|
+
"iconName": "medical-cross-circle, first-aid, emergency",
|
|
16527
|
+
"variant": {
|
|
16528
|
+
"join": "square",
|
|
16529
|
+
"filled": "off",
|
|
16530
|
+
"radius": "0",
|
|
16531
|
+
"stroke": "1"
|
|
16532
|
+
},
|
|
16533
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16534
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
16535
|
+
"componentName": "IconMedicalCrossCircle"
|
|
16536
|
+
},
|
|
16537
|
+
{
|
|
16538
|
+
"category": "Health & Medical",
|
|
16539
|
+
"svg": "<path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 10.5V7.5H10.5V10.5H7.5V13.5H10.5V16.5H13.5V13.5H16.5V10.5H13.5Z\" stroke=\"currentColor\"/>",
|
|
16540
|
+
"iconName": "medical-cross-square, first-aid, emergency",
|
|
16541
|
+
"variant": {
|
|
16542
|
+
"join": "square",
|
|
16543
|
+
"filled": "off",
|
|
16544
|
+
"radius": "0",
|
|
16545
|
+
"stroke": "1"
|
|
16546
|
+
},
|
|
16547
|
+
"createdAt": "2026-05-21T13:02:28.502392+00:00",
|
|
16548
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
16549
|
+
"componentName": "IconMedicalCrossSquare"
|
|
16550
|
+
},
|
|
16551
|
+
{
|
|
16552
|
+
"category": "Health & Medical",
|
|
16497
16553
|
"svg": "<path d=\"M18 9.90692C19.1233 8.02609 18.8751 5.55427 17.2554 3.93459C15.3426 2.0218 12.2414 2.0218 10.3286 3.93459L3.93459 10.3286C2.0218 12.2414 2.0218 15.3426 3.93459 17.2554C5.55417 18.875 8.02564 19.123 9.90643 18\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M7.25 7.25L11 11\" stroke=\"currentColor\" stroke-linecap=\"square\"/><circle cx=\"15.5\" cy=\"15.5\" r=\"6\" stroke=\"currentColor\"/><path d=\"M16.5 21L14.5 10\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
16498
16554
|
"iconName": "medicine-pill",
|
|
16499
16555
|
"variant": {
|
|
@@ -16507,7 +16563,7 @@
|
|
|
16507
16563
|
"componentName": "IconMedicinePill"
|
|
16508
16564
|
},
|
|
16509
16565
|
{
|
|
16510
|
-
"category": "
|
|
16566
|
+
"category": "Health & Medical",
|
|
16511
16567
|
"svg": "<path d=\"M5.5 5.5L18.5 12\" stroke=\"currentColor\"/><ellipse cx=\"11.5\" cy=\"9\" rx=\"10\" ry=\"4.5\" stroke=\"currentColor\"/><path d=\"M1.5 9V15C1.5 17.4853 5.97715 19.5 11.5 19.5C17.0228 19.5 21.5 17.4853 21.5 15V9\" stroke=\"currentColor\"/>",
|
|
16512
16568
|
"iconName": "medicine-pill-2, tablett",
|
|
16513
16569
|
"variant": {
|
|
@@ -16521,7 +16577,7 @@
|
|
|
16521
16577
|
"componentName": "IconMedicinePill2"
|
|
16522
16578
|
},
|
|
16523
16579
|
{
|
|
16524
|
-
"category": "
|
|
16580
|
+
"category": "Health & Medical",
|
|
16525
16581
|
"svg": "<path d=\"M12.2486 4.24959L4.24861 12.2496C2.17755 14.3207 2.17755 17.6785 4.24861 19.7496C6.31968 21.8207 9.67755 21.8207 11.7486 19.7496L19.7486 11.7496C21.8197 9.67852 21.8197 6.32066 19.7486 4.24959C17.6775 2.17852 14.3197 2.17852 12.2486 4.24959Z\" stroke=\"currentColor\"/><path d=\"M8.5 8.5L15.5 15.5\" stroke=\"currentColor\"/>",
|
|
16526
16582
|
"iconName": "medicine-tablett, pill",
|
|
16527
16583
|
"variant": {
|
|
@@ -18692,7 +18748,7 @@
|
|
|
18692
18748
|
},
|
|
18693
18749
|
{
|
|
18694
18750
|
"category": "Things",
|
|
18695
|
-
"svg": "<g clip-path=\"url(#
|
|
18751
|
+
"svg": "<g clip-path=\"url(#clip0_15261_28203)\"><path d=\"M20.2279 7.2497C17.6046 2.70592 11.7945 1.14911 7.25068 3.77246C2.7069 6.39581 1.15008 12.2059 3.77344 16.7497C5.07393 14.78 6.90221 13.7244 8.8012 13.8469C10.5588 11.6133 12.387 10.5578 15.2002 10.1525C16.0436 8.44668 17.8718 7.39109 20.2279 7.2497Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M11.6641 11.4229L16.7474 20.2274\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M15.0489 9.89011C12.4472 5.54365 9.02082 2.85323 7.298 3.8479C5.57819 4.84083 6.18982 9.14003 8.64237 13.5583\" stroke=\"currentColor\" stroke-linecap=\"square\"/></g><defs><clipPath id=\"clip0_15261_28203\"><rect width=\"24\" height=\"24\" fill=\"white\"/></clipPath></defs>",
|
|
18696
18752
|
"iconName": "parasol,umbrella,vacation",
|
|
18697
18753
|
"variant": {
|
|
18698
18754
|
"join": "square",
|
|
@@ -26250,6 +26306,20 @@
|
|
|
26250
26306
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
26251
26307
|
"componentName": "IconUnarchiv"
|
|
26252
26308
|
},
|
|
26309
|
+
{
|
|
26310
|
+
"category": "Interface General",
|
|
26311
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M5.5 18.5L10 14\" stroke=\"currentColor\"/><path d=\"M14 10L18.5 5.5\" stroke=\"currentColor\"/>",
|
|
26312
|
+
"iconName": "unblock, unban",
|
|
26313
|
+
"variant": {
|
|
26314
|
+
"join": "square",
|
|
26315
|
+
"filled": "off",
|
|
26316
|
+
"radius": "0",
|
|
26317
|
+
"stroke": "1"
|
|
26318
|
+
},
|
|
26319
|
+
"createdAt": "2026-05-22T08:02:26.577334+00:00",
|
|
26320
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
26321
|
+
"componentName": "IconUnblock"
|
|
26322
|
+
},
|
|
26253
26323
|
{
|
|
26254
26324
|
"category": "Photography & Video",
|
|
26255
26325
|
"svg": "<path d=\"M9.75 6.25C9.75 6.80228 9.30228 7.25 8.75 7.25C8.19772 7.25 7.75 6.80228 7.75 6.25C7.75 5.69772 8.19772 5.25 8.75 5.25C9.30228 5.25 9.75 5.69772 9.75 6.25Z\" fill=\"currentColor\"/><path d=\"M6.25 6.25C6.25 6.80228 5.80228 7.25 5.25 7.25C4.69772 7.25 4.25 6.80228 4.25 6.25C4.25 5.69772 4.69772 5.25 5.25 5.25C5.80228 5.25 6.25 5.69772 6.25 6.25Z\" fill=\"currentColor\"/><path d=\"M9.75 17.75C9.75 18.3023 9.30228 18.75 8.75 18.75C8.19772 18.75 7.75 18.3023 7.75 17.75C7.75 17.1977 8.19772 16.75 8.75 16.75C9.30228 16.75 9.75 17.1977 9.75 17.75Z\" fill=\"currentColor\"/><path d=\"M9.5 3.25C9.5 3.66421 9.16421 4 8.75 4C8.33579 4 8 3.66421 8 3.25C8 2.83579 8.33579 2.5 8.75 2.5C9.16421 2.5 9.5 2.83579 9.5 3.25Z\" fill=\"currentColor\"/><path d=\"M3.25 10C3.25 10.4142 2.91421 10.75 2.5 10.75C2.08579 10.75 1.75 10.4142 1.75 10C1.75 9.58579 2.08579 9.25 2.5 9.25C2.91421 9.25 3.25 9.58579 3.25 10Z\" fill=\"currentColor\"/><path d=\"M3.25 14C3.25 14.4142 2.91421 14.75 2.5 14.75C2.08579 14.75 1.75 14.4142 1.75 14C1.75 13.5858 2.08579 13.25 2.5 13.25C2.91421 13.25 3.25 13.5858 3.25 14Z\" fill=\"currentColor\"/><path d=\"M9.5 20.75C9.5 21.1642 9.16421 21.5 8.75 21.5C8.33579 21.5 8 21.1642 8 20.75C8 20.3358 8.33579 20 8.75 20C9.16421 20 9.5 20.3358 9.5 20.75Z\" fill=\"currentColor\"/><path d=\"M10.25 10C10.25 10.8284 9.57843 11.5 8.75 11.5C7.92157 11.5 7.25 10.8284 7.25 10C7.25 9.17157 7.92157 8.5 8.75 8.5C9.57843 8.5 10.25 9.17157 10.25 10Z\" fill=\"currentColor\"/><path d=\"M10.25 14C10.25 14.8284 9.57843 15.5 8.75 15.5C7.92157 15.5 7.25 14.8284 7.25 14C7.25 13.1716 7.92157 12.5 8.75 12.5C9.57843 12.5 10.25 13.1716 10.25 14Z\" fill=\"currentColor\"/><path d=\"M6.25 10C6.25 10.5523 5.80228 11 5.25 11C4.69772 11 4.25 10.5523 4.25 10C4.25 9.44772 4.69772 9 5.25 9C5.80228 9 6.25 9.44772 6.25 10Z\" fill=\"currentColor\"/><path d=\"M6.25 14C6.25 14.5523 5.80228 15 5.25 15C4.69772 15 4.25 14.5523 4.25 14C4.25 13.4477 4.69772 13 5.25 13C5.80228 13 6.25 13.4477 6.25 14Z\" fill=\"currentColor\"/><path d=\"M6.25 17.75C6.25 18.3023 5.80228 18.75 5.25 18.75C4.69772 18.75 4.25 18.3023 4.25 17.75C4.25 17.1977 4.69772 16.75 5.25 16.75C5.80228 16.75 6.25 17.1977 6.25 17.75Z\" fill=\"currentColor\"/><path d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5V21.5Z\" stroke=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1165,6 +1165,7 @@ export type CentralIconName =
|
|
|
1165
1165
|
| "IconMarkerCircle"
|
|
1166
1166
|
| "IconMarkup"
|
|
1167
1167
|
| "IconMask"
|
|
1168
|
+
| "IconMask1"
|
|
1168
1169
|
| "IconMastadon"
|
|
1169
1170
|
| "IconMathBasic"
|
|
1170
1171
|
| "IconMathEquals"
|
|
@@ -1177,6 +1178,9 @@ export type CentralIconName =
|
|
|
1177
1178
|
| "IconMathNotes"
|
|
1178
1179
|
| "IconMathScientific"
|
|
1179
1180
|
| "IconMedal"
|
|
1181
|
+
| "IconMedicalCross"
|
|
1182
|
+
| "IconMedicalCrossCircle"
|
|
1183
|
+
| "IconMedicalCrossSquare"
|
|
1180
1184
|
| "IconMedicinePill"
|
|
1181
1185
|
| "IconMedicinePill2"
|
|
1182
1186
|
| "IconMedicineTablett"
|
|
@@ -1874,6 +1878,7 @@ export type CentralIconName =
|
|
|
1874
1878
|
| "IconUfo"
|
|
1875
1879
|
| "IconUmbrellaSecurity"
|
|
1876
1880
|
| "IconUnarchiv"
|
|
1881
|
+
| "IconUnblock"
|
|
1877
1882
|
| "IconUnblur"
|
|
1878
1883
|
| "IconUnderline"
|
|
1879
1884
|
| "IconUnicorn"
|