@central-icons-react-native/round-outlined-radius-1-stroke-1.5 1.1.145 → 1.1.147

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.
Files changed (51) hide show
  1. package/IconAppearanceDarkMode/index.d.ts +4 -0
  2. package/IconAppearanceDarkMode/index.js +2 -0
  3. package/IconAppearanceDarkMode/index.js.map +1 -0
  4. package/IconAppearanceDarkMode/index.mjs +2 -0
  5. package/IconAppearanceDarkMode/index.mjs.map +1 -0
  6. package/IconAppearanceLightMode/index.d.ts +4 -0
  7. package/IconAppearanceLightMode/index.js +2 -0
  8. package/IconAppearanceLightMode/index.js.map +1 -0
  9. package/IconAppearanceLightMode/index.mjs +2 -0
  10. package/IconAppearanceLightMode/index.mjs.map +1 -0
  11. package/IconBubbleQuestion/index.js +1 -1
  12. package/IconBubbleQuestion/index.js.map +1 -1
  13. package/IconBubbleQuestion/index.mjs +1 -1
  14. package/IconBubbleQuestion/index.mjs.map +1 -1
  15. package/IconEmail1/index.js +1 -1
  16. package/IconEmail1/index.js.map +1 -1
  17. package/IconEmail1/index.mjs +1 -1
  18. package/IconEmail1/index.mjs.map +1 -1
  19. package/IconEmail2/index.js +1 -1
  20. package/IconEmail2/index.js.map +1 -1
  21. package/IconEmail2/index.mjs +1 -1
  22. package/IconEmail2/index.mjs.map +1 -1
  23. package/IconEmail3/index.js +1 -1
  24. package/IconEmail3/index.js.map +1 -1
  25. package/IconEmail3/index.mjs +1 -1
  26. package/IconEmail3/index.mjs.map +1 -1
  27. package/IconEmailNotification/index.js +1 -1
  28. package/IconEmailNotification/index.js.map +1 -1
  29. package/IconEmailNotification/index.mjs +1 -1
  30. package/IconEmailNotification/index.mjs.map +1 -1
  31. package/IconHeartDonation/index.d.ts +4 -0
  32. package/IconHeartDonation/index.js +2 -0
  33. package/IconHeartDonation/index.js.map +1 -0
  34. package/IconHeartDonation/index.mjs +2 -0
  35. package/IconHeartDonation/index.mjs.map +1 -0
  36. package/IconStackOverflow/index.js +1 -1
  37. package/IconStackOverflow/index.js.map +1 -1
  38. package/IconStackOverflow/index.mjs +1 -1
  39. package/IconStackOverflow/index.mjs.map +1 -1
  40. package/README.md +3 -0
  41. package/filtered-icons.json +48 -6
  42. package/icons/index.d.ts +3 -0
  43. package/icons-index.json +9 -3
  44. package/index.d.ts +3 -0
  45. package/index.js +1 -1
  46. package/index.js.map +1 -1
  47. package/index.mjs +1 -1
  48. package/index.mjs.map +1 -1
  49. package/license-check.js +1 -1
  50. package/package.json +1 -1
  51. package/tsx-icons.json +28 -7
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAppearanceDarkMode: FC<CentralIconBaseProps>;
4
+ export default IconAppearanceDarkMode;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=x(o,t))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>l(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconAppearanceDarkMode:()=>i,default:()=>h});module.exports=d(v);var p=c(require("react"));var s=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3V8ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z",fill:"currentColor"}),p.default.createElement(C.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),h=i;0&&(module.exports={IconAppearanceDarkMode});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAppearanceDarkMode/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 IconAppearanceDarkMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3V8ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAppearanceDarkMode;\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,QACC,EAAE,oLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconAppearanceDarkMode_exports","__export","IconAppearanceDarkMode","IconAppearanceDarkMode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAppearanceDarkMode","props","React","CentralIconBase","IconAppearanceDarkMode_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a,Path as l}from"react-native-svg";var c=o=>e.createElement(t,{...o},e.createElement(l,{d:"M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3V8ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z",fill:"currentColor"}),e.createElement(a,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),g=c;export{c as IconAppearanceDarkMode,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAppearanceDarkMode/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 IconAppearanceDarkMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3V8ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAppearanceDarkMode;\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,cAACH,EAAA,CACC,EAAE,oLACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAppearanceDarkMode","props","React","CentralIconBase","IconAppearanceDarkMode_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAppearanceLightMode: FC<CentralIconBaseProps>;
4
+ export default IconAppearanceLightMode;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=x(o,t))||a.enumerable});return r};var c=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),h=r=>l(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconAppearanceLightMode:()=>i,default:()=>d});module.exports=h(v);var p=c(require("react"));var s=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...e})=>s.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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(C.Path,{d:"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z",fill:"currentColor"})),d=i;0&&(module.exports={IconAppearanceLightMode});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAppearanceLightMode/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 IconAppearanceLightMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAppearanceLightMode;\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,6BAAAE,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,EAAqDC,GAE9D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uLACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAppearanceLightMode_exports","__export","IconAppearanceLightMode","IconAppearanceLightMode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAppearanceLightMode","props","React","CentralIconBase","IconAppearanceLightMode_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...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 a,Path as l}from"react-native-svg";var c=o=>e.createElement(t,{...o},e.createElement(a,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),e.createElement(l,{d:"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z",fill:"currentColor"})),P=c;export{c as IconAppearanceLightMode,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAppearanceLightMode/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 IconAppearanceLightMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAppearanceLightMode;\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,EAAqDC,GAE9DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,uLACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAppearanceLightMode","props","React","CentralIconBase","IconAppearanceLightMode_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(d(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var b={};P(b,{IconBubbleQuestion:()=>i,default:()=>h});module.exports=g(b);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(u,{...r},C.default.createElement(p.Path,{d:"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),C.default.createElement(p.Path,{d:"M11.25 14.25C11.25 14.6642 11.5858 15 12 15C12.4142 15 12.75 14.6642 12.75 14.25C12.75 13.8358 12.4142 13.5 12 13.5C11.5858 13.5 11.25 13.8358 11.25 14.25Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),h=i;0&&(module.exports={IconBubbleQuestion});
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var a=(r,o,t)=>(t=r!=null?f(d(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var b={};P(b,{IconBubbleQuestion:()=>i,default:()=>h});module.exports=g(b);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(u,{...r},C.default.createElement(p.Path,{d:"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),C.default.createElement(p.Path,{d:"M12 13.5C12.4142 13.5 12.75 13.8358 12.75 14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25C11.25 13.8358 11.5858 13.5 12 13.5Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),h=i;0&&(module.exports={IconBubbleQuestion});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBubbleQuestion/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 IconBubbleQuestion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11.25 14.25C11.25 14.6642 11.5858 15 12 15C12.4142 15 12.75 14.6642 12.75 14.25C12.75 13.8358 12.4142 13.5 12 13.5C11.5858 13.5 11.25 13.8358 11.25 14.25Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleQuestion;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ikBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconBubbleQuestion_exports","__export","IconBubbleQuestion","IconBubbleQuestion_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBubbleQuestion","props","React","CentralIconBase","IconBubbleQuestion_default"]}
1
+ {"version":3,"sources":["../src/IconBubbleQuestion/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 IconBubbleQuestion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 13.5C12.4142 13.5 12.75 13.8358 12.75 14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25C11.25 13.8358 11.5858 13.5 12 13.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleQuestion;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ikBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0JACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconBubbleQuestion_exports","__export","IconBubbleQuestion","IconBubbleQuestion_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBubbleQuestion","props","React","CentralIconBase","IconBubbleQuestion_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.createElement(n,{d:"M11.25 14.25C11.25 14.6642 11.5858 15 12 15C12.4142 15 12.75 14.6642 12.75 14.25C12.75 13.8358 12.4142 13.5 12 13.5C11.5858 13.5 11.25 13.8358 11.25 14.25Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),x=l;export{l as IconBubbleQuestion,x as default};
1
+ import t from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),t.createElement(n,{d:"M12 13.5C12.4142 13.5 12.75 13.8358 12.75 14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25C11.25 13.8358 11.5858 13.5 12 13.5Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.5"})),x=l;export{l as IconBubbleQuestion,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconBubbleQuestion/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 IconBubbleQuestion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11.25 14.25C11.25 14.6642 11.5858 15 12 15C12.4142 15 12.75 14.6642 12.75 14.25C12.75 13.8358 12.4142 13.5 12 13.5C11.5858 13.5 11.25 13.8358 11.25 14.25Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleQuestion;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ikBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBubbleQuestion","props","React","CentralIconBase","IconBubbleQuestion_default"]}
1
+ {"version":3,"sources":["../src/IconBubbleQuestion/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 IconBubbleQuestion: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.022 11.9133C12.1237 11.2368 12.5022 10.8714 12.8816 10.6136C13.2526 10.3613 13.6237 10.0339 13.6237 9.42768C13.6237 8.59098 12.9524 7.91333 12.1237 7.91333C11.2949 7.91333 10.6237 8.59098 10.6237 9.42768M9.29422 18.4836L11.3593 20.2147C11.7292 20.5248 12.2679 20.5263 12.6397 20.2183L14.738 18.4799C14.9173 18.3313 15.143 18.25 15.3759 18.25H19.25C19.8023 18.25 20.25 17.8023 20.25 17.25V4.75C20.25 4.19772 19.8023 3.75 19.25 3.75H4.75C4.19772 3.75 3.75 4.19771 3.75 4.75V17.25C3.75 17.8023 4.19772 18.25 4.75 18.25H8.65182C8.88675 18.25 9.11418 18.3327 9.29422 18.4836Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 13.5C12.4142 13.5 12.75 13.8358 12.75 14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25C11.25 13.8358 11.5858 13.5 12 13.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"0.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBubbleQuestion;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ikBACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0JACF,KAAK,eACL,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBubbleQuestion","props","React","CentralIconBase","IconBubbleQuestion_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var s=Object.create;var t=Object.defineProperty;var H=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var B=(C,L)=>{for(var r in L)t(C,r,{get:L[r],enumerable:!0})},e=(C,L,r,Z)=>{if(L&&typeof L=="object"||typeof L=="function")for(let o of c(L))!i.call(C,o)&&o!==r&&t(C,o,{get:()=>L[o],enumerable:!(Z=H(L,o))||Z.enumerable});return C};var n=(C,L,r)=>(r=C!=null?s(f(C)):{},e(L||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),I=C=>e(t({},"__esModule",{value:!0}),C);var x={};B(x,{IconEmail1:()=>V,default:()=>u});module.exports=I(x);var M=n(require("react"));var p=n(require("react")),a=require("react-native-svg"),l=({children:C,size:L=24,...r})=>p.default.createElement(a.Svg,{...r,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},C);var m=require("react-native-svg"),V=C=>M.default.createElement(l,{...C},M.default.createElement(m.Path,{d:"M3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM21.141 18.704L20.4728 18.3635L21.141 18.704ZM20.704 19.141L21.0445 19.8093L20.704 19.141ZM21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM11.3668 12.4819L10.8918 13.0624V13.0624L11.3668 12.4819ZM12.6332 12.4819L13.1082 13.0624L12.6332 12.4819ZM20.5 6.35V17.65H22V6.35H20.5ZM19.65 18.5H4.35V20H19.65V18.5ZM3.5 17.65V6.35H2V17.65H3.5ZM4.35 5.5H19.65V4H4.35V5.5ZM4.35 18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V18.5ZM2 17.65C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2ZM3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.6365 18.4728ZM20.5 17.65C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H20.5ZM19.65 20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V20ZM20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L20.4728 18.3635ZM22 6.35C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H22ZM19.65 5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V5.5ZM21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.8093 4.95552ZM3.5 6.35C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H3.5ZM4.35 4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4ZM3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L3.52725 5.6365ZM11.8417 11.9014L3.47493 5.0559L2.52507 6.21684L10.8918 13.0624L11.8417 11.9014ZM20.5251 5.0559L12.1583 11.9014L13.1082 13.0624L21.4749 6.21684L20.5251 5.0559ZM10.8918 13.0624C11.5365 13.5898 12.4635 13.5898 13.1082 13.0624L12.1583 11.9014C12.0662 11.9768 11.9338 11.9768 11.8417 11.9014L10.8918 13.0624Z",fill:"currentColor"})),u=V;0&&(module.exports={IconEmail1});
1
+ "use strict";var m=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var u=(L,C)=>{for(var r in C)t(L,r,{get:C[r],enumerable:!0})},Z=(L,C,r,M)=>{if(C&&typeof C=="object"||typeof C=="function")for(let o of c(C))!i.call(L,o)&&o!==r&&t(L,o,{get:()=>C[o],enumerable:!(M=s(C,o))||M.enumerable});return L};var V=(L,C,r)=>(r=L!=null?m(f(L)):{},Z(C||!L||!L.__esModule?t(r,"default",{value:L,enumerable:!0}):r,L)),B=L=>Z(t({},"__esModule",{value:!0}),L);var x={};u(x,{IconEmail1:()=>l,default:()=>I});module.exports=B(x);var e=V(require("react"));var p=V(require("react")),H=require("react-native-svg"),a=({children:L,size:C=24,...r})=>p.default.createElement(H.Svg,{...r,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},L);var n=require("react-native-svg"),l=L=>e.default.createElement(a,{...L},e.default.createElement(n.Path,{d:"M21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM20.704 19.141L21.0445 19.8093V19.8093L20.704 19.141ZM21.141 18.704L20.4728 18.3635V18.3635L21.141 18.704ZM21.25 6.35H20.5V17.65H21.25H22V6.35H21.25ZM21.25 6.35H22C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L21.141 5.29601L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H21.25ZM21.141 5.29601L21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.704 4.85899L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.141 5.29601ZM19.65 4.75V5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L20.704 4.85899L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V4.75ZM4.35 4.75V5.5H19.65V4.75V4H4.35V4.75ZM4.35 4.75V4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.29601 4.85899L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4.75ZM2.85899 5.29601L3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L3.29601 4.85899L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L2.85899 5.29601ZM2.75 6.35H3.5C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.85899 5.29601L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H2.75ZM2.75 17.65H3.5V6.35H2.75H2V17.65H2.75ZM2.75 17.65H2C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L2.85899 18.704L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2.75ZM3.29601 19.141L3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.85899 18.704L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.29601 19.141ZM4.35 19.25V18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L3.29601 19.141L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V19.25ZM19.65 19.25V18.5H4.35V19.25V20H19.65V19.25ZM19.65 19.25V20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.704 19.141L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V19.25ZM21.141 18.704L20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L20.704 19.141L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L21.141 18.704ZM21.25 17.65H20.5C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.141 18.704L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H21.25Z",fill:"currentColor"}),e.default.createElement(n.Path,{d:"M3 5.63635L11.3668 12.4819C11.7351 12.7833 12.2649 12.7833 12.6332 12.4819L21 5.63635",stroke:"currentColor",strokeWidth:"1.5"})),I=l;0&&(module.exports={IconEmail1});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmail1/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 IconEmail1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM21.141 18.704L20.4728 18.3635L21.141 18.704ZM20.704 19.141L21.0445 19.8093L20.704 19.141ZM21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM11.3668 12.4819L10.8918 13.0624V13.0624L11.3668 12.4819ZM12.6332 12.4819L13.1082 13.0624L12.6332 12.4819ZM20.5 6.35V17.65H22V6.35H20.5ZM19.65 18.5H4.35V20H19.65V18.5ZM3.5 17.65V6.35H2V17.65H3.5ZM4.35 5.5H19.65V4H4.35V5.5ZM4.35 18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V18.5ZM2 17.65C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2ZM3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.6365 18.4728ZM20.5 17.65C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H20.5ZM19.65 20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V20ZM20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L20.4728 18.3635ZM22 6.35C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H22ZM19.65 5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V5.5ZM21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.8093 4.95552ZM3.5 6.35C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H3.5ZM4.35 4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4ZM3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L3.52725 5.6365ZM11.8417 11.9014L3.47493 5.0559L2.52507 6.21684L10.8918 13.0624L11.8417 11.9014ZM20.5251 5.0559L12.1583 11.9014L13.1082 13.0624L21.4749 6.21684L20.5251 5.0559ZM10.8918 13.0624C11.5365 13.5898 12.4635 13.5898 13.1082 13.0624L12.1583 11.9014C12.0662 11.9768 11.9338 11.9768 11.8417 11.9014L10.8918 13.0624Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail1;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mmGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmail1_exports","__export","IconEmail1","IconEmail1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmail1","props","React","CentralIconBase","IconEmail1_default"]}
1
+ {"version":3,"sources":["../src/IconEmail1/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 IconEmail1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM20.704 19.141L21.0445 19.8093V19.8093L20.704 19.141ZM21.141 18.704L20.4728 18.3635V18.3635L21.141 18.704ZM21.25 6.35H20.5V17.65H21.25H22V6.35H21.25ZM21.25 6.35H22C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L21.141 5.29601L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H21.25ZM21.141 5.29601L21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.704 4.85899L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.141 5.29601ZM19.65 4.75V5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L20.704 4.85899L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V4.75ZM4.35 4.75V5.5H19.65V4.75V4H4.35V4.75ZM4.35 4.75V4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.29601 4.85899L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4.75ZM2.85899 5.29601L3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L3.29601 4.85899L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L2.85899 5.29601ZM2.75 6.35H3.5C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.85899 5.29601L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H2.75ZM2.75 17.65H3.5V6.35H2.75H2V17.65H2.75ZM2.75 17.65H2C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L2.85899 18.704L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2.75ZM3.29601 19.141L3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.85899 18.704L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.29601 19.141ZM4.35 19.25V18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L3.29601 19.141L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V19.25ZM19.65 19.25V18.5H4.35V19.25V20H19.65V19.25ZM19.65 19.25V20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.704 19.141L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V19.25ZM21.141 18.704L20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L20.704 19.141L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L21.141 18.704ZM21.25 17.65H20.5C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.141 18.704L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H21.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 5.63635L11.3668 12.4819C11.7351 12.7833 12.2649 12.7833 12.6332 12.4819L21 5.63635\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail1;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mjGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wFACF,OAAO,eACP,YAAY,MACd,CACF,EAIGE,EAAQJ","names":["IconEmail1_exports","__export","IconEmail1","IconEmail1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmail1","props","React","CentralIconBase","IconEmail1_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import M from"react";import{Svg as Z}from"react-native-svg";var r=({children:L,size:C=24,...t})=>M.createElement(Z,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},L);import{Path as e}from"react-native-svg";var n=L=>o.createElement(r,{...L},o.createElement(e,{d:"M3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM21.141 18.704L20.4728 18.3635L21.141 18.704ZM20.704 19.141L21.0445 19.8093L20.704 19.141ZM21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM11.3668 12.4819L10.8918 13.0624V13.0624L11.3668 12.4819ZM12.6332 12.4819L13.1082 13.0624L12.6332 12.4819ZM20.5 6.35V17.65H22V6.35H20.5ZM19.65 18.5H4.35V20H19.65V18.5ZM3.5 17.65V6.35H2V17.65H3.5ZM4.35 5.5H19.65V4H4.35V5.5ZM4.35 18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V18.5ZM2 17.65C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2ZM3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.6365 18.4728ZM20.5 17.65C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H20.5ZM19.65 20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V20ZM20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L20.4728 18.3635ZM22 6.35C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H22ZM19.65 5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V5.5ZM21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.8093 4.95552ZM3.5 6.35C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H3.5ZM4.35 4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4ZM3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L3.52725 5.6365ZM11.8417 11.9014L3.47493 5.0559L2.52507 6.21684L10.8918 13.0624L11.8417 11.9014ZM20.5251 5.0559L12.1583 11.9014L13.1082 13.0624L21.4749 6.21684L20.5251 5.0559ZM10.8918 13.0624C11.5365 13.5898 12.4635 13.5898 13.1082 13.0624L12.1583 11.9014C12.0662 11.9768 11.9338 11.9768 11.8417 11.9014L10.8918 13.0624Z",fill:"currentColor"})),i=n;export{n as IconEmail1,i as default};
1
+ import r from"react";import n from"react";import{Svg as M}from"react-native-svg";var o=({children:C,size:L=24,...e})=>n.createElement(M,{...e,width:typeof L=="number"?`${L}px`:L,height:typeof L=="number"?`${L}px`:L,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var Z=C=>r.createElement(o,{...C},r.createElement(t,{d:"M21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM20.704 19.141L21.0445 19.8093V19.8093L20.704 19.141ZM21.141 18.704L20.4728 18.3635V18.3635L21.141 18.704ZM21.25 6.35H20.5V17.65H21.25H22V6.35H21.25ZM21.25 6.35H22C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L21.141 5.29601L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H21.25ZM21.141 5.29601L21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.704 4.85899L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.141 5.29601ZM19.65 4.75V5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L20.704 4.85899L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V4.75ZM4.35 4.75V5.5H19.65V4.75V4H4.35V4.75ZM4.35 4.75V4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.29601 4.85899L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4.75ZM2.85899 5.29601L3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L3.29601 4.85899L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L2.85899 5.29601ZM2.75 6.35H3.5C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.85899 5.29601L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H2.75ZM2.75 17.65H3.5V6.35H2.75H2V17.65H2.75ZM2.75 17.65H2C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L2.85899 18.704L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2.75ZM3.29601 19.141L3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.85899 18.704L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.29601 19.141ZM4.35 19.25V18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L3.29601 19.141L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V19.25ZM19.65 19.25V18.5H4.35V19.25V20H19.65V19.25ZM19.65 19.25V20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.704 19.141L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V19.25ZM21.141 18.704L20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L20.704 19.141L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L21.141 18.704ZM21.25 17.65H20.5C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.141 18.704L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H21.25Z",fill:"currentColor"}),r.createElement(t,{d:"M3 5.63635L11.3668 12.4819C11.7351 12.7833 12.2649 12.7833 12.6332 12.4819L21 5.63635",stroke:"currentColor",strokeWidth:"1.5"})),i=Z;export{Z as IconEmail1,i as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmail1/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 IconEmail1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM21.141 18.704L20.4728 18.3635L21.141 18.704ZM20.704 19.141L21.0445 19.8093L20.704 19.141ZM21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM11.3668 12.4819L10.8918 13.0624V13.0624L11.3668 12.4819ZM12.6332 12.4819L13.1082 13.0624L12.6332 12.4819ZM20.5 6.35V17.65H22V6.35H20.5ZM19.65 18.5H4.35V20H19.65V18.5ZM3.5 17.65V6.35H2V17.65H3.5ZM4.35 5.5H19.65V4H4.35V5.5ZM4.35 18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V18.5ZM2 17.65C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2ZM3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.6365 18.4728ZM20.5 17.65C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H20.5ZM19.65 20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V20ZM20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L20.4728 18.3635ZM22 6.35C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H22ZM19.65 5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V5.5ZM21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.8093 4.95552ZM3.5 6.35C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H3.5ZM4.35 4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4ZM3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L3.52725 5.6365ZM11.8417 11.9014L3.47493 5.0559L2.52507 6.21684L10.8918 13.0624L11.8417 11.9014ZM20.5251 5.0559L12.1583 11.9014L13.1082 13.0624L21.4749 6.21684L20.5251 5.0559ZM10.8918 13.0624C11.5365 13.5898 12.4635 13.5898 13.1082 13.0624L12.1583 11.9014C12.0662 11.9768 11.9338 11.9768 11.8417 11.9014L10.8918 13.0624Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail1;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mmGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmail1","props","React","CentralIconBase","IconEmail1_default"]}
1
+ {"version":3,"sources":["../src/IconEmail1/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 IconEmail1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.141 5.29601L20.4728 5.6365V5.6365L21.141 5.29601ZM20.704 4.85899L21.0445 4.19074L21.0445 4.19074L20.704 4.85899ZM3.29601 4.85899L2.95552 4.19074L2.95552 4.19074L3.29601 4.85899ZM2.85899 5.29601L2.19074 4.95552L2.19074 4.95552L2.85899 5.29601ZM2.85899 18.704L2.19074 19.0445L2.19074 19.0445L2.85899 18.704ZM3.29601 19.141L3.6365 18.4728L3.6365 18.4728L3.29601 19.141ZM20.704 19.141L21.0445 19.8093V19.8093L20.704 19.141ZM21.141 18.704L20.4728 18.3635V18.3635L21.141 18.704ZM21.25 6.35H20.5V17.65H21.25H22V6.35H21.25ZM21.25 6.35H22C22 6.08235 22.0006 5.83651 21.9839 5.63213C21.9665 5.419 21.9266 5.18582 21.8093 4.95552L21.141 5.29601L20.4728 5.6365C20.4644 5.62011 20.479 5.6339 20.4889 5.75428C20.4994 5.8834 20.5 6.0576 20.5 6.35H21.25ZM21.141 5.29601L21.8093 4.95552C21.6415 4.62623 21.3738 4.35852 21.0445 4.19074L20.704 4.85899L20.3635 5.52725C20.4105 5.55122 20.4488 5.58946 20.4728 5.6365L21.141 5.29601ZM19.65 4.75V5.5C19.9424 5.5 20.1166 5.50058 20.2457 5.51113C20.3661 5.52097 20.3799 5.5356 20.3635 5.52725L20.704 4.85899L21.0445 4.19074C20.8142 4.07339 20.581 4.03353 20.3679 4.01612C20.1635 3.99942 19.9177 4 19.65 4V4.75ZM4.35 4.75V5.5H19.65V4.75V4H4.35V4.75ZM4.35 4.75V4C4.08235 4 3.83651 3.99942 3.63213 4.01612C3.419 4.03353 3.18582 4.07339 2.95552 4.19074L3.29601 4.85899L3.6365 5.52725C3.62011 5.5356 3.6339 5.52097 3.75428 5.51113C3.8834 5.50058 4.0576 5.5 4.35 5.5V4.75ZM2.85899 5.29601L3.52725 5.6365C3.55122 5.58946 3.58946 5.55122 3.6365 5.52725L3.29601 4.85899L2.95552 4.19074C2.62623 4.35852 2.35852 4.62623 2.19074 4.95552L2.85899 5.29601ZM2.75 6.35H3.5C3.5 6.0576 3.50058 5.8834 3.51113 5.75428C3.52097 5.6339 3.5356 5.62011 3.52725 5.6365L2.85899 5.29601L2.19074 4.95552C2.07339 5.18582 2.03353 5.419 2.01612 5.63213C1.99942 5.83651 2 6.08235 2 6.35H2.75ZM2.75 17.65H3.5V6.35H2.75H2V17.65H2.75ZM2.75 17.65H2C2 17.9177 1.99942 18.1635 2.01612 18.3679C2.03353 18.581 2.07339 18.8142 2.19074 19.0445L2.85899 18.704L3.52725 18.3635C3.5356 18.3799 3.52097 18.3661 3.51113 18.2457C3.50058 18.1166 3.5 17.9424 3.5 17.65H2.75ZM3.29601 19.141L3.6365 18.4728C3.58946 18.4488 3.55122 18.4105 3.52725 18.3635L2.85899 18.704L2.19074 19.0445C2.35852 19.3738 2.62623 19.6415 2.95552 19.8093L3.29601 19.141ZM4.35 19.25V18.5C4.0576 18.5 3.8834 18.4994 3.75428 18.4889C3.6339 18.479 3.62011 18.4644 3.6365 18.4728L3.29601 19.141L2.95552 19.8093C3.18582 19.9266 3.419 19.9665 3.63213 19.9839C3.83651 20.0006 4.08235 20 4.35 20V19.25ZM19.65 19.25V18.5H4.35V19.25V20H19.65V19.25ZM19.65 19.25V20C19.9177 20 20.1635 20.0006 20.3679 19.9839C20.581 19.9665 20.8142 19.9266 21.0445 19.8093L20.704 19.141L20.3635 18.4728C20.3799 18.4644 20.3661 18.479 20.2457 18.4889C20.1166 18.4994 19.9424 18.5 19.65 18.5V19.25ZM21.141 18.704L20.4728 18.3635C20.4488 18.4105 20.4105 18.4488 20.3635 18.4728L20.704 19.141L21.0445 19.8093C21.3738 19.6415 21.6415 19.3738 21.8093 19.0445L21.141 18.704ZM21.25 17.65H20.5C20.5 17.9424 20.4994 18.1166 20.4889 18.2457C20.479 18.3661 20.4644 18.3799 20.4728 18.3635L21.141 18.704L21.8093 19.0445C21.9266 18.8142 21.9665 18.581 21.9839 18.3679C22.0006 18.1635 22 17.9177 22 17.65H21.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3 5.63635L11.3668 12.4819C11.7351 12.7833 12.2649 12.7833 12.6332 12.4819L21 5.63635\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail1;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mjGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wFACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmail1","props","React","CentralIconBase","IconEmail1_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var H=Object.create;var n=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!i.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=V(o,e))||p.enumerable});return r};var L=(r,o,t)=>(t=r!=null?H(f(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(n({},"__esModule",{value:!0}),r);var x={};B(x,{IconEmail2:()=>s,default:()=>u});module.exports=I(x);var C=L(require("react"));var M=L(require("react")),Z=require("react-native-svg"),l=({children:r,size:o=24,...t})=>M.default.createElement(Z.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 m=require("react-native-svg"),s=r=>C.default.createElement(l,{...r},C.default.createElement(m.Path,{d:"M21.5875 8.66978C21.9574 8.4834 22.1062 8.03243 21.9198 7.66252C21.7334 7.29261 21.2824 7.14383 20.9125 7.33022L21.5875 8.66978ZM3.08748 7.33022C2.71757 7.14383 2.2666 7.29261 2.08022 7.66252C1.89383 8.03243 2.04261 8.4834 2.41252 8.66978L3.08748 7.33022ZM12.45 12.434L12.7874 13.1038L12.45 12.434ZM11.55 12.434L11.8875 11.7642L11.55 12.434ZM20.5 5.75V18.25H22V5.75H20.5ZM20.25 18.5H3.75V20H20.25V18.5ZM3.5 18.25V5.75H2V18.25H3.5ZM3.75 5.5H20.25V4H3.75V5.5ZM20.9125 7.33022L12.1125 11.7642L12.7874 13.1038L21.5875 8.66978L20.9125 7.33022ZM11.8875 11.7642L3.08748 7.33022L2.41252 8.66978L11.2125 13.1038L11.8875 11.7642ZM3.5 5.75C3.5 5.61193 3.61193 5.5 3.75 5.5V4C2.7835 4 2 4.7835 2 5.75H3.5ZM3.75 18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2C2 19.2165 2.7835 20 3.75 20V18.5ZM20.5 18.25C20.5 18.3881 20.3881 18.5 20.25 18.5V20C21.2165 20 22 19.2165 22 18.25H20.5ZM12.1125 11.7642C12.0417 11.7999 11.9583 11.7999 11.8875 11.7642L11.2125 13.1038C11.7078 13.3533 12.2921 13.3533 12.7874 13.1038L12.1125 11.7642ZM22 5.75C22 4.7835 21.2165 4 20.25 4V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H22Z",fill:"currentColor"})),u=s;0&&(module.exports={IconEmail2});
1
+ "use strict";var c=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var M=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},V=(r,o,t,H)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!B.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(H=f(o,e))||H.enumerable});return r};var a=(r,o,t)=>(t=r!=null?c(M(r)):{},V(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),Z=r=>V(n({},"__esModule",{value:!0}),r);var x={};I(x,{IconEmail2:()=>i,default:()=>d});module.exports=Z(x);var p=a(require("react"));var s=a(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...t})=>s.default.createElement(l.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 C=require("react-native-svg"),i=r=>p.default.createElement(m,{...r},p.default.createElement(C.Path,{d:"M21.25 5.75H20.5V18.25H21.25H22V5.75H21.25ZM3.75 4.75V5.5H20.25V4.75V4H3.75V4.75ZM2.75 18.25H3.5V5.75H2.75H2V18.25H2.75ZM20.25 19.25V18.5H3.75V19.25V20H20.25V19.25ZM2.75 18.25H2C2 19.2165 2.7835 20 3.75 20V19.25V18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2.75ZM3.75 4.75V4C2.7835 4 2 4.7835 2 5.75H2.75H3.5C3.5 5.61193 3.61193 5.5 3.75 5.5V4.75ZM21.25 18.25H20.5C20.5 18.3881 20.3881 18.5 20.25 18.5V19.25V20C21.2165 20 22 19.2165 22 18.25H21.25ZM21.25 5.75H22C22 4.7835 21.2165 4 20.25 4V4.75V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H21.25Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M21.25 8L12.4499 12.434C12.1669 12.5766 11.833 12.5766 11.55 12.434L2.75 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),d=i;0&&(module.exports={IconEmail2});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmail2/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 IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5875 8.66978C21.9574 8.4834 22.1062 8.03243 21.9198 7.66252C21.7334 7.29261 21.2824 7.14383 20.9125 7.33022L21.5875 8.66978ZM3.08748 7.33022C2.71757 7.14383 2.2666 7.29261 2.08022 7.66252C1.89383 8.03243 2.04261 8.4834 2.41252 8.66978L3.08748 7.33022ZM12.45 12.434L12.7874 13.1038L12.45 12.434ZM11.55 12.434L11.8875 11.7642L11.55 12.434ZM20.5 5.75V18.25H22V5.75H20.5ZM20.25 18.5H3.75V20H20.25V18.5ZM3.5 18.25V5.75H2V18.25H3.5ZM3.75 5.5H20.25V4H3.75V5.5ZM20.9125 7.33022L12.1125 11.7642L12.7874 13.1038L21.5875 8.66978L20.9125 7.33022ZM11.8875 11.7642L3.08748 7.33022L2.41252 8.66978L11.2125 13.1038L11.8875 11.7642ZM3.5 5.75C3.5 5.61193 3.61193 5.5 3.75 5.5V4C2.7835 4 2 4.7835 2 5.75H3.5ZM3.75 18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2C2 19.2165 2.7835 20 3.75 20V18.5ZM20.5 18.25C20.5 18.3881 20.3881 18.5 20.25 18.5V20C21.2165 20 22 19.2165 22 18.25H20.5ZM12.1125 11.7642C12.0417 11.7999 11.9583 11.7999 11.8875 11.7642L11.2125 13.1038C11.7078 13.3533 12.2921 13.3533 12.7874 13.1038L12.1125 11.7642ZM22 5.75C22 4.7835 21.2165 4 20.25 4V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H22Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ikCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmail2_exports","__export","IconEmail2","IconEmail2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmail2","props","React","CentralIconBase","IconEmail2_default"]}
1
+ {"version":3,"sources":["../src/IconEmail2/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 IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.25 5.75H20.5V18.25H21.25H22V5.75H21.25ZM3.75 4.75V5.5H20.25V4.75V4H3.75V4.75ZM2.75 18.25H3.5V5.75H2.75H2V18.25H2.75ZM20.25 19.25V18.5H3.75V19.25V20H20.25V19.25ZM2.75 18.25H2C2 19.2165 2.7835 20 3.75 20V19.25V18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2.75ZM3.75 4.75V4C2.7835 4 2 4.7835 2 5.75H2.75H3.5C3.5 5.61193 3.61193 5.5 3.75 5.5V4.75ZM21.25 18.25H20.5C20.5 18.3881 20.3881 18.5 20.25 18.5V19.25V20C21.2165 20 22 19.2165 22 18.25H21.25ZM21.25 5.75H22C22 4.7835 21.2165 4 20.25 4V4.75V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H21.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 8L12.4499 12.434C12.1669 12.5766 11.833 12.5766 11.55 12.434L2.75 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail2;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2hBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEmail2_exports","__export","IconEmail2","IconEmail2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmail2","props","React","CentralIconBase","IconEmail2_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...n,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 a}from"react-native-svg";var L=o=>e.createElement(t,{...o},e.createElement(a,{d:"M21.5875 8.66978C21.9574 8.4834 22.1062 8.03243 21.9198 7.66252C21.7334 7.29261 21.2824 7.14383 20.9125 7.33022L21.5875 8.66978ZM3.08748 7.33022C2.71757 7.14383 2.2666 7.29261 2.08022 7.66252C1.89383 8.03243 2.04261 8.4834 2.41252 8.66978L3.08748 7.33022ZM12.45 12.434L12.7874 13.1038L12.45 12.434ZM11.55 12.434L11.8875 11.7642L11.55 12.434ZM20.5 5.75V18.25H22V5.75H20.5ZM20.25 18.5H3.75V20H20.25V18.5ZM3.5 18.25V5.75H2V18.25H3.5ZM3.75 5.5H20.25V4H3.75V5.5ZM20.9125 7.33022L12.1125 11.7642L12.7874 13.1038L21.5875 8.66978L20.9125 7.33022ZM11.8875 11.7642L3.08748 7.33022L2.41252 8.66978L11.2125 13.1038L11.8875 11.7642ZM3.5 5.75C3.5 5.61193 3.61193 5.5 3.75 5.5V4C2.7835 4 2 4.7835 2 5.75H3.5ZM3.75 18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2C2 19.2165 2.7835 20 3.75 20V18.5ZM20.5 18.25C20.5 18.3881 20.3881 18.5 20.25 18.5V20C21.2165 20 22 19.2165 22 18.25H20.5ZM12.1125 11.7642C12.0417 11.7999 11.9583 11.7999 11.8875 11.7642L11.2125 13.1038C11.7078 13.3533 12.2921 13.3533 12.7874 13.1038L12.1125 11.7642ZM22 5.75C22 4.7835 21.2165 4 20.25 4V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H22Z",fill:"currentColor"})),i=L;export{L as IconEmail2,i as default};
1
+ import t from"react";import C from"react";import{Svg as H}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(H,{...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 V=o=>t.createElement(e,{...o},t.createElement(n,{d:"M21.25 5.75H20.5V18.25H21.25H22V5.75H21.25ZM3.75 4.75V5.5H20.25V4.75V4H3.75V4.75ZM2.75 18.25H3.5V5.75H2.75H2V18.25H2.75ZM20.25 19.25V18.5H3.75V19.25V20H20.25V19.25ZM2.75 18.25H2C2 19.2165 2.7835 20 3.75 20V19.25V18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2.75ZM3.75 4.75V4C2.7835 4 2 4.7835 2 5.75H2.75H3.5C3.5 5.61193 3.61193 5.5 3.75 5.5V4.75ZM21.25 18.25H20.5C20.5 18.3881 20.3881 18.5 20.25 18.5V19.25V20C21.2165 20 22 19.2165 22 18.25H21.25ZM21.25 5.75H22C22 4.7835 21.2165 4 20.25 4V4.75V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H21.25Z",fill:"currentColor"}),t.createElement(n,{d:"M21.25 8L12.4499 12.434C12.1669 12.5766 11.833 12.5766 11.55 12.434L2.75 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=V;export{V as IconEmail2,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmail2/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 IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5875 8.66978C21.9574 8.4834 22.1062 8.03243 21.9198 7.66252C21.7334 7.29261 21.2824 7.14383 20.9125 7.33022L21.5875 8.66978ZM3.08748 7.33022C2.71757 7.14383 2.2666 7.29261 2.08022 7.66252C1.89383 8.03243 2.04261 8.4834 2.41252 8.66978L3.08748 7.33022ZM12.45 12.434L12.7874 13.1038L12.45 12.434ZM11.55 12.434L11.8875 11.7642L11.55 12.434ZM20.5 5.75V18.25H22V5.75H20.5ZM20.25 18.5H3.75V20H20.25V18.5ZM3.5 18.25V5.75H2V18.25H3.5ZM3.75 5.5H20.25V4H3.75V5.5ZM20.9125 7.33022L12.1125 11.7642L12.7874 13.1038L21.5875 8.66978L20.9125 7.33022ZM11.8875 11.7642L3.08748 7.33022L2.41252 8.66978L11.2125 13.1038L11.8875 11.7642ZM3.5 5.75C3.5 5.61193 3.61193 5.5 3.75 5.5V4C2.7835 4 2 4.7835 2 5.75H3.5ZM3.75 18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2C2 19.2165 2.7835 20 3.75 20V18.5ZM20.5 18.25C20.5 18.3881 20.3881 18.5 20.25 18.5V20C21.2165 20 22 19.2165 22 18.25H20.5ZM12.1125 11.7642C12.0417 11.7999 11.9583 11.7999 11.8875 11.7642L11.2125 13.1038C11.7078 13.3533 12.2921 13.3533 12.7874 13.1038L12.1125 11.7642ZM22 5.75C22 4.7835 21.2165 4 20.25 4V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H22Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ikCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmail2","props","React","CentralIconBase","IconEmail2_default"]}
1
+ {"version":3,"sources":["../src/IconEmail2/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 IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.25 5.75H20.5V18.25H21.25H22V5.75H21.25ZM3.75 4.75V5.5H20.25V4.75V4H3.75V4.75ZM2.75 18.25H3.5V5.75H2.75H2V18.25H2.75ZM20.25 19.25V18.5H3.75V19.25V20H20.25V19.25ZM2.75 18.25H2C2 19.2165 2.7835 20 3.75 20V19.25V18.5C3.61193 18.5 3.5 18.3881 3.5 18.25H2.75ZM3.75 4.75V4C2.7835 4 2 4.7835 2 5.75H2.75H3.5C3.5 5.61193 3.61193 5.5 3.75 5.5V4.75ZM21.25 18.25H20.5C20.5 18.3881 20.3881 18.5 20.25 18.5V19.25V20C21.2165 20 22 19.2165 22 18.25H21.25ZM21.25 5.75H22C22 4.7835 21.2165 4 20.25 4V4.75V5.5C20.3881 5.5 20.5 5.61193 20.5 5.75H21.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 8L12.4499 12.434C12.1669 12.5766 11.833 12.5766 11.55 12.434L2.75 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail2;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2hBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6EACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmail2","props","React","CentralIconBase","IconEmail2_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};d(v,{IconEmail3:()=>f,default:()=>h});module.exports=g(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(l.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 i=require("react-native-svg"),f=r=>p.default.createElement(c,{...r},p.default.createElement(i.Path,{d:"M21.0015 9.25C18.4942 11.1337 15.3775 12.25 12 12.25C8.62252 12.25 5.50577 11.1337 2.99854 9.25M3.75 4.75H20.25C20.8023 4.75 21.25 5.19772 21.25 5.75V18.25C21.25 18.8023 20.8023 19.25 20.25 19.25H3.75C3.19772 19.25 2.75 18.8023 2.75 18.25V5.75C2.75 5.19771 3.19772 4.75 3.75 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconEmail3});
1
+ "use strict";var d=Object.create;var n=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)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=f(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconEmail3:()=>u,default:()=>g});module.exports=P(h);var p=i(require("react"));var m=i(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.default.createElement(l.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=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M20.25 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V5.75C21.25 5.19772 20.8023 4.75 20.25 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M21.001 9.25C18.4937 11.1337 15.377 12.25 11.9995 12.25C8.62204 12.25 5.50528 11.1337 2.99805 9.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconEmail3});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmail3/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 IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.0015 9.25C18.4942 11.1337 15.3775 12.25 12 12.25C8.62252 12.25 5.50577 11.1337 2.99854 9.25M3.75 4.75H20.25C20.8023 4.75 21.25 5.19772 21.25 5.75V18.25C21.25 18.8023 20.8023 19.25 20.25 19.25H3.75C3.19772 19.25 2.75 18.8023 2.75 18.25V5.75C2.75 5.19771 3.19772 4.75 3.75 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail3;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2RACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEmail3_exports","__export","IconEmail3","IconEmail3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmail3","props","React","CentralIconBase","IconEmail3_default"]}
1
+ {"version":3,"sources":["../src/IconEmail3/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 IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V5.75C21.25 5.19772 20.8023 4.75 20.25 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.001 9.25C18.4937 11.1337 15.377 12.25 11.9995 12.25C8.62204 12.25 5.50528 11.1337 2.99805 9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail3;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconEmail3_exports","__export","IconEmail3","IconEmail3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmail3","props","React","CentralIconBase","IconEmail3_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M21.0015 9.25C18.4942 11.1337 15.3775 12.25 12 12.25C8.62252 12.25 5.50577 11.1337 2.99854 9.25M3.75 4.75H20.25C20.8023 4.75 21.25 5.19772 21.25 5.75V18.25C21.25 18.8023 20.8023 19.25 20.25 19.25H3.75C3.19772 19.25 2.75 18.8023 2.75 18.25V5.75C2.75 5.19771 3.19772 4.75 3.75 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconEmail3,P as default};
1
+ import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20.25 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V5.75C21.25 5.19772 20.8023 4.75 20.25 4.75Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M21.001 9.25C18.4937 11.1337 15.377 12.25 11.9995 12.25C8.62204 12.25 5.50528 11.1337 2.99805 9.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconEmail3,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmail3/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 IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.0015 9.25C18.4942 11.1337 15.3775 12.25 12 12.25C8.62252 12.25 5.50577 11.1337 2.99854 9.25M3.75 4.75H20.25C20.8023 4.75 21.25 5.19772 21.25 5.75V18.25C21.25 18.8023 20.8023 19.25 20.25 19.25H3.75C3.19772 19.25 2.75 18.8023 2.75 18.25V5.75C2.75 5.19771 3.19772 4.75 3.75 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail3;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2RACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmail3","props","React","CentralIconBase","IconEmail3_default"]}
1
+ {"version":3,"sources":["../src/IconEmail3/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 IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.25 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V5.75C21.25 5.19772 20.8023 4.75 20.25 4.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.001 9.25C18.4937 11.1337 15.377 12.25 11.9995 12.25C8.62204 12.25 5.50528 11.1337 2.99805 9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail3;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmail3","props","React","CentralIconBase","IconEmail3_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of I(r))!P.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(C=B(r,e))||C.enumerable});return o};var s=(o,r,t)=>(t=o!=null?u(x(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),d=o=>a(n({},"__esModule",{value:!0}),o);var v={};g(v,{IconEmailNotification:()=>f,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),i=({children:o,size:r=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var l=require("react-native-svg"),f=o=>p.default.createElement(i,{...o},p.default.createElement(l.Path,{d:"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),h=f;0&&(module.exports={IconEmailNotification});
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 h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var i=(r,o,t)=>(t=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};h(g,{IconEmailNotification:()=>u,default:()=>P});module.exports=x(g);var n=i(require("react"));var c=i(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...t})=>c.default.createElement(l.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 C=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(C.Path,{d:"M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),P=u;0&&(module.exports={IconEmailNotification});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmailNotification/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 IconEmailNotification: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmailNotification;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gZACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconEmailNotification_exports","__export","IconEmailNotification","IconEmailNotification_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmailNotification","props","React","CentralIconBase","IconEmailNotification_default"]}
1
+ {"version":3,"sources":["../src/IconEmailNotification/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 IconEmailNotification: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmailNotification;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wJACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconEmailNotification_exports","__export","IconEmailNotification","IconEmailNotification_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmailNotification","props","React","CentralIconBase","IconEmailNotification_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...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=>e.createElement(t,{...r},e.createElement(a,{d:"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),P=s;export{s as IconEmailNotification,P as default};
1
+ import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:r=24,...p})=>C.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{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(e,{d:"M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),I=a;export{a as IconEmailNotification,I as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconEmailNotification/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 IconEmailNotification: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmailNotification;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gZACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmailNotification","props","React","CentralIconBase","IconEmailNotification_default"]}
1
+ {"version":3,"sources":["../src/IconEmailNotification/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 IconEmailNotification: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M23.25 6C23.25 7.79493 21.7949 9.25 20 9.25C18.2051 9.25 16.75 7.79493 16.75 6C16.75 4.20507 18.2051 2.75 20 2.75C21.7949 2.75 23.25 4.20507 23.25 6Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.75 4.75H3.75C3.19772 4.75 2.75 5.19771 2.75 5.75V18.25C2.75 18.8023 3.19772 19.25 3.75 19.25H20.25C20.8023 19.25 21.25 18.8023 21.25 18.25V12.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M2.99805 9.25C5.50528 11.1337 8.62204 12.25 11.9995 12.25C13.5675 12.25 15.0793 12.0094 16.5 11.5631\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmailNotification;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmailNotification","props","React","CentralIconBase","IconEmailNotification_default"]}