@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.146 → 1.1.148

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 (43) 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/IconBananas/index.d.ts +4 -0
  12. package/IconBananas/index.js +2 -0
  13. package/IconBananas/index.js.map +1 -0
  14. package/IconBananas/index.mjs +2 -0
  15. package/IconBananas/index.mjs.map +1 -0
  16. package/IconEmail2/index.js +1 -1
  17. package/IconEmail2/index.js.map +1 -1
  18. package/IconEmail2/index.mjs +1 -1
  19. package/IconEmail2/index.mjs.map +1 -1
  20. package/IconEmail3/index.js +1 -1
  21. package/IconEmail3/index.js.map +1 -1
  22. package/IconEmail3/index.mjs +1 -1
  23. package/IconEmail3/index.mjs.map +1 -1
  24. package/IconEmailNotification/index.js +1 -1
  25. package/IconEmailNotification/index.js.map +1 -1
  26. package/IconEmailNotification/index.mjs +1 -1
  27. package/IconEmailNotification/index.mjs.map +1 -1
  28. package/IconStackOverflow/index.js +1 -1
  29. package/IconStackOverflow/index.js.map +1 -1
  30. package/IconStackOverflow/index.mjs +1 -1
  31. package/IconStackOverflow/index.mjs.map +1 -1
  32. package/README.md +3 -0
  33. package/filtered-icons.json +46 -4
  34. package/icons/index.d.ts +3 -0
  35. package/icons-index.json +10 -4
  36. package/index.d.ts +3 -0
  37. package/index.js +1 -1
  38. package/index.js.map +1 -1
  39. package/index.mjs +1 -1
  40. package/index.mjs.map +1 -1
  41. package/license-check.js +1 -1
  42. package/package.json +1 -1
  43. package/tsx-icons.json +26 -5
@@ -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 t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!v.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=d(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var h={};x(h,{IconAppearanceDarkMode:()=>i,default:()=>g});module.exports=P(h);var p=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(f.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(s,{...r},p.default.createElement(C.Path,{d:"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z",fill:"currentColor"}),p.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8Z",fill:"currentColor"})),g=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 { Path } from \"react-native-svg\";\n\nexport const IconAppearanceDarkMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,KAAK,eACP,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 C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8Z",fill:"currentColor"})),v=a;export{a as IconAppearanceDarkMode,v 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 { Path } from \"react-native-svg\";\n\nexport const IconAppearanceDarkMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!g.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(l=d(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(t({},"__esModule",{value:!0}),r);var h={};v(h,{IconAppearanceLightMode:()=>i,default:()=>P});module.exports=x(h);var p=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...e})=>c.default.createElement(f.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(s,{...r},p.default.createElement(C.Path,{d:"M12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8V16Z",fill:"currentColor"}),p.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3Z",fill:"currentColor"})),P=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 { Path } from \"react-native-svg\";\n\nexport const IconAppearanceLightMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8V16Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3Z\"\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,EAAqB,4BAERC,EAAqDC,GAE9D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,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 C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8V16Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3Z",fill:"currentColor"})),g=a;export{a as IconAppearanceLightMode,g 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 { Path } from \"react-native-svg\";\n\nexport const IconAppearanceLightMode: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8V16Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3Z\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAAqDC,GAE9DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAppearanceLightMode","props","React","CentralIconBase","IconAppearanceLightMode_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBananas: FC<CentralIconBaseProps>;
4
+ export default IconBananas;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var t=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==C&&t(r,n,{get:()=>o[n],enumerable:!(a=u(o,n))||a.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>l(t({},"__esModule",{value:!0}),r);var h={};g(h,{IconBananas:()=>B,default:()=>d});module.exports=v(h);var e=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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"),B=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M4.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z",fill:"currentColor"})),d=B;0&&(module.exports={IconBananas});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBananas/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 IconBananas: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBananas;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,iBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,umBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kcACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBananas_exports","__export","IconBananas","IconBananas_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBananas","props","React","CentralIconBase","IconBananas_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...e})=>p.createElement(a,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var l=o=>C.createElement(n,{...o},C.createElement(t,{d:"M4.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z",fill:"currentColor"}),C.createElement(t,{d:"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z",fill:"currentColor"})),P=l;export{l as IconBananas,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBananas/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 IconBananas: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBananas;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,umBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kcACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBananas","props","React","CentralIconBase","IconBananas_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=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{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:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail2:()=>i,default:()=>d});module.exports=v(h);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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(c,{...r},p.default.createElement(C.Path,{d:"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M22 7.56973L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.56973V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.56973Z",fill:"currentColor"})),d=i;0&&(module.exports={IconEmail2});
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=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{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:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail2:()=>i,default:()=>d});module.exports=v(h);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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(c,{...r},p.default.createElement(C.Path,{d:"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M22 7.5697L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.5697V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.5697Z",fill:"currentColor"})),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=\"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 7.56973L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.56973V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.56973Z\"\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,0JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,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=\"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 7.5697L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.5697V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.5697Z\"\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,0JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,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,2 +1,2 @@
1
- import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...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=>t.createElement(e,{...o},t.createElement(n,{d:"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z",fill:"currentColor"}),t.createElement(n,{d:"M22 7.56973L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.56973V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.56973Z",fill:"currentColor"})),P=a;export{a as IconEmail2,P as default};
1
+ import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...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=>t.createElement(e,{...o},t.createElement(n,{d:"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z",fill:"currentColor"}),t.createElement(n,{d:"M22 7.5697L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.5697V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.5697Z",fill:"currentColor"})),P=a;export{a as IconEmail2,P 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=\"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 7.56973L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.56973V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.56973Z\"\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,0JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,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=\"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 7.5697L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.5697V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.5697Z\"\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,0JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,KAAK,eACP,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 e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail3:()=>i,default:()=>d});module.exports=v(h);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M22 8.34316C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V8.34316Z",fill:"currentColor"})),d=i;0&&(module.exports={IconEmail3});
1
+ "use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail3:()=>i,default:()=>d});module.exports=v(h);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M22 8.34314C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V8.34314Z",fill:"currentColor"})),d=i;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=\"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 8.34316C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V8.34316Z\"\n fill=\"currentColor\"\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,gjBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8hBACF,KAAK,eACP,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=\"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 8.34314C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V8.34314Z\"\n fill=\"currentColor\"\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,gjBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8hBACF,KAAK,eACP,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z",fill:"currentColor"}),C.createElement(e,{d:"M22 8.34316C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V8.34316Z",fill:"currentColor"})),P=a;export{a as IconEmail3,P as default};
1
+ import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as e}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(e,{d:"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z",fill:"currentColor"}),C.createElement(e,{d:"M22 8.34314C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V8.34314Z",fill:"currentColor"})),P=a;export{a as IconEmail3,P 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=\"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 8.34316C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V8.34316Z\"\n fill=\"currentColor\"\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,gjBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8hBACF,KAAK,eACP,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=\"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 8.34314C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V8.34314Z\"\n fill=\"currentColor\"\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,gjBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8hBACF,KAAK,eACP,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 t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},a=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!v.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return C};var i=(C,o,r)=>(r=C!=null?u(I(C)):{},a(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),P=C=>a(t({},"__esModule",{value:!0}),C);var h={};x(h,{IconEmailNotification:()=>s,default:()=>g});module.exports=P(h);var n=i(require("react"));var f=i(require("react")),m=require("react-native-svg"),c=({children:C,size:o=24,...r})=>f.default.createElement(m.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var l=require("react-native-svg"),s=C=>n.default.createElement(c,{...C},n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2ZM17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V10.6257C21.3867 10.8913 20.7103 11.0385 19.9994 11.0385Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z",fill:"currentColor"})),g=s;0&&(module.exports={IconEmailNotification});
1
+ "use strict";var c=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var C in r)t(o,C,{get:r[C],enumerable:!0})},i=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of v(r))!I.call(o,n)&&n!==C&&t(o,n,{get:()=>r[n],enumerable:!(p=s(r,n))||p.enumerable});return o};var f=(o,r,C)=>(C=o!=null?c(B(o)):{},i(r||!o||!o.__esModule?t(C,"default",{value:o,enumerable:!0}):C,o)),P=o=>i(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconEmailNotification:()=>u,default:()=>g});module.exports=P(h);var e=f(require("react"));var a=f(require("react")),d=require("react-native-svg"),m=({children:o,size:r=24,...C})=>a.default.createElement(d.Svg,{...C,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"),u=o=>e.default.createElement(m,{...o},e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2Z",fill:"currentColor"}),e.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V10.6256C21.3867 10.8912 20.7103 11.0385 19.9994 11.0385Z",fill:"currentColor"}),e.default.createElement(l.Path,{d:"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z",fill:"currentColor"})),g=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2ZM17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V10.6257C21.3867 10.8913 20.7103 11.0385 19.9994 11.0385Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ooBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6aACF,KAAK,eACP,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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V10.6256C21.3867 10.8912 20.7103 11.0385 19.9994 11.0385Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,oHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,iHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,ooBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6aACF,KAAK,eACP,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 o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:r,size:C=24,...t})=>l.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as e}from"react-native-svg";var a=r=>o.createElement(n,{...r},o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2ZM17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z",fill:"currentColor"}),o.createElement(e,{d:"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V10.6257C21.3867 10.8913 20.7103 11.0385 19.9994 11.0385Z",fill:"currentColor"}),o.createElement(e,{d:"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z",fill:"currentColor"})),v=a;export{a as IconEmailNotification,v as default};
1
+ import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:o=24,...l})=>t.createElement(p,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as C}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2Z",fill:"currentColor"}),r.createElement(C,{fillRule:"evenodd",clipRule:"evenodd",d:"M17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z",fill:"currentColor"}),r.createElement(C,{d:"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V10.6256C21.3867 10.8912 20.7103 11.0385 19.9994 11.0385Z",fill:"currentColor"}),r.createElement(C,{d:"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z",fill:"currentColor"})),I=i;export{i 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2ZM17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V10.6257C21.3867 10.8913 20.7103 11.0385 19.9994 11.0385Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ooBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6aACF,KAAK,eACP,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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V10.6256C21.3867 10.8912 20.7103 11.0385 19.9994 11.0385Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,oHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,iHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,ooBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6aACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmailNotification","props","React","CentralIconBase","IconEmailNotification_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var n=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var u=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=h(o,e))||l.enumerable});return r};var L=(r,o,t)=>(t=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var v={};u(v,{IconStackOverflow:()=>c,default:()=>P});module.exports=x(v);var p=L(require("react"));var m=L(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(f.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"),c=r=>p.default.createElement(s,{...r},p.default.createElement(C.Rect,{width:"24",height:"24",fill:"white"}),p.default.createElement(C.Path,{d:"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z",fill:"currentColor"})),P=c;0&&(module.exports={IconStackOverflow});
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(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))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var L=(r,o,t)=>(t=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var S={};P(S,{IconStackOverflow:()=>f,default:()=>v});module.exports=g(S);var p=L(require("react"));var l=L(require("react")),m=require("react-native-svg"),s=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),f=r=>p.default.createElement(s,{...r},p.default.createElement(c.Path,{d:"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z",fill:"currentColor"})),v=f;0&&(module.exports={IconStackOverflow});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconStackOverflow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStackOverflow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n <Path\n d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackOverflow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA2B,4BAEdC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,EAC1C,EAAAA,QAAA,cAAC,QACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStackOverflow_exports","__export","IconStackOverflow","IconStackOverflow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackOverflow","props","React","CentralIconBase","IconStackOverflow_default"]}
1
+ {"version":3,"sources":["../src/IconStackOverflow/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 IconStackOverflow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackOverflow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconStackOverflow_exports","__export","IconStackOverflow","IconStackOverflow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStackOverflow","props","React","CentralIconBase","IconStackOverflow_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({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 l,Rect as a}from"react-native-svg";var L=o=>t.createElement(e,{...o},t.createElement(a,{width:"24",height:"24",fill:"white"}),t.createElement(l,{d:"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z",fill:"currentColor"})),u=L;export{L as IconStackOverflow,u as default};
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 L=o=>e.createElement(t,{...o},e.createElement(a,{d:"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z",fill:"currentColor"})),x=L;export{L as IconStackOverflow,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconStackOverflow/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path, Rect } from \"react-native-svg\";\n\nexport const IconStackOverflow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect width=\"24\" height=\"24\" fill=\"white\" />\n <Path\n d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackOverflow;\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,MAAM,KAAK,OAAO,KAAK,KAAK,QAAQ,EAC1CG,EAAA,cAACJ,EAAA,CACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","IconStackOverflow","props","React","CentralIconBase","IconStackOverflow_default"]}
1
+ {"version":3,"sources":["../src/IconStackOverflow/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 IconStackOverflow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStackOverflow;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,ogBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStackOverflow","props","React","CentralIconBase","IconStackOverflow_default"]}
package/README.md CHANGED
@@ -856,6 +856,7 @@ Below is a complete list of available icons:
856
856
  - IconApples
857
857
  - IconAvocado
858
858
  - IconBanana
859
+ - IconBananas
859
860
  - IconBirthdayCake
860
861
  - IconBottle
861
862
  - IconBreakfast
@@ -986,6 +987,8 @@ Below is a complete list of available icons:
986
987
 
987
988
  - IconAnchor1
988
989
  - IconAnchor2
990
+ - IconAppearanceDarkMode
991
+ - IconAppearanceLightMode
989
992
  - IconArchive1
990
993
  - IconArrowBoxLeft
991
994
  - IconArrowBoxRight
@@ -826,6 +826,34 @@
826
826
  "packageName": "round-filled-radius-1-stroke-1",
827
827
  "componentName": "IconApiConnection"
828
828
  },
829
+ {
830
+ "category": "Interface General",
831
+ "svg": "<path d=\"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3V8Z\" fill=\"currentColor\"/>",
832
+ "iconName": "appearance-dark-mode, switch",
833
+ "variant": {
834
+ "join": "round",
835
+ "filled": "on",
836
+ "radius": "1",
837
+ "stroke": "1"
838
+ },
839
+ "createdAt": "2026-02-26T08:00:56.772353+00:00",
840
+ "packageName": "round-filled-radius-1-stroke-1",
841
+ "componentName": "IconAppearanceDarkMode"
842
+ },
843
+ {
844
+ "category": "Interface General",
845
+ "svg": "<path d=\"M12 16C9.79086 16 8 14.2091 8 12C8 9.79086 9.79086 8 12 8V16Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3Z\" fill=\"currentColor\"/>",
846
+ "iconName": "appearance-light-mode, switch",
847
+ "variant": {
848
+ "join": "round",
849
+ "filled": "on",
850
+ "radius": "1",
851
+ "stroke": "1"
852
+ },
853
+ "createdAt": "2026-02-26T08:00:56.772353+00:00",
854
+ "packageName": "round-filled-radius-1-stroke-1",
855
+ "componentName": "IconAppearanceLightMode"
856
+ },
829
857
  {
830
858
  "category": "Social Media & Brands",
831
859
  "svg": "<path d=\"M20.0035 7.15814C19.3171 7.5784 18.7485 8.16594 18.351 8.86579C17.9534 9.56563 17.74 10.3549 17.7305 11.1597C17.7332 12.0655 18.0016 12.9506 18.5024 13.7054C19.0032 14.4602 19.7144 15.0515 20.5479 15.4061C20.2193 16.4664 19.7329 17.4712 19.1051 18.3868C18.2069 19.6798 17.2677 20.9727 15.8387 20.9727C14.4096 20.9727 14.0421 20.1425 12.3952 20.1425C10.7892 20.1425 10.2175 21 8.91088 21C7.60426 21 6.69246 19.8022 5.6444 18.3323C4.25999 16.2732 3.49913 13.8583 3.45312 11.3774C3.45312 7.29427 6.10722 5.13028 8.72032 5.13028C10.1086 5.13028 11.2656 6.04208 12.1366 6.04208C12.9669 6.04208 14.2599 5.07572 15.8387 5.07572C16.6504 5.05478 17.4548 5.23375 18.1811 5.59689C18.9074 5.96003 19.5332 6.49619 20.0035 7.15814ZM15.0901 3.34726C15.7861 2.52858 16.18 1.49589 16.2062 0.421702C16.2074 0.280092 16.1937 0.13875 16.1654 0C14.9699 0.116777 13.8644 0.686551 13.0757 1.59245C12.3731 2.37851 11.9643 3.38362 11.9188 4.43697C11.9193 4.56507 11.933 4.69278 11.9597 4.81808C12.0539 4.8359 12.1496 4.84503 12.2455 4.84536C12.7964 4.80152 13.3327 4.64611 13.8217 4.38858C14.3108 4.13104 14.7423 3.77676 15.0901 3.34726Z\" fill=\"currentColor\"/>",
@@ -2604,6 +2632,20 @@
2604
2632
  "packageName": "round-filled-radius-1-stroke-1",
2605
2633
  "componentName": "IconBanana"
2606
2634
  },
2635
+ {
2636
+ "category": "Food",
2637
+ "svg": "<path d=\"M4.75795 3.16987C5.38891 3.0124 6.00005 3.49021 6.00013 4.14057V7.74311C6.00013 9.61212 6.47069 11.0875 7.24427 12.1962C8.0176 13.3044 9.11405 14.0752 10.4152 14.5058C13.029 15.3708 16.4769 14.8579 19.6447 12.8906C20.2328 12.5253 21.0182 12.58 21.5353 13.0751C21.8191 13.347 22.0269 13.7601 21.9689 14.2216C21.7382 16.054 20.2538 17.991 18.1183 19.2626C15.9612 20.5471 13.0712 21.1999 9.92299 20.4013C6.7084 19.5858 4.33711 17.4334 3.0724 14.998C1.8155 12.5775 1.61572 9.79173 2.89466 7.74702C2.96646 7.63213 3.00008 7.51896 3.00013 7.41889V4.39057C3.00019 3.9318 3.31289 3.53119 3.75795 3.41987L4.75795 3.16987Z\" fill=\"currentColor\"/><path d=\"M7.01576 8.27046C7.33027 8.31176 7.63668 8.44102 7.88588 8.66206C10.1696 10.6889 12.2672 11.0883 13.9415 10.8857C15.6398 10.6799 16.9639 9.84701 17.6525 9.31733C18.1327 8.94826 18.8438 8.88261 19.3742 9.28022C19.7867 9.59015 19.9929 10.1212 19.8693 10.6376C19.7937 10.9531 19.685 11.3434 19.5265 11.7744C16.5449 13.7722 13.3295 14.3095 10.9699 13.6308C9.7806 13.2886 8.81184 12.6441 8.13392 11.7207C7.52565 10.8919 7.09761 9.76271 7.01576 8.27046Z\" fill=\"currentColor\"/>",
2638
+ "iconName": "bananas, fruits",
2639
+ "variant": {
2640
+ "join": "round",
2641
+ "filled": "on",
2642
+ "radius": "1",
2643
+ "stroke": "1"
2644
+ },
2645
+ "createdAt": "2026-02-26T11:00:43.869424+00:00",
2646
+ "packageName": "round-filled-radius-1-stroke-1",
2647
+ "componentName": "IconBananas"
2648
+ },
2607
2649
  {
2608
2650
  "category": "Building",
2609
2651
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20.5 10H20V17.0163C20.5526 17.0983 21.0217 17.484 21.2023 18.0257L21.5356 19.0257C21.8594 19.997 21.1364 21 20.1126 21H3.88743C2.86359 21 2.14064 19.997 2.4644 19.0257L2.79773 18.0257C2.97828 17.484 3.4474 17.0983 4 17.0163V10H3.5C2.67157 10 2 9.32845 2 8.50002V8.07657C2 7.54131 2.28522 7.04661 2.74845 6.77843L11.2484 1.85738C11.7133 1.58823 12.2867 1.58823 12.7516 1.85738L21.2516 6.77843C21.7148 7.04661 22 7.54131 22 8.07657V8.50002C22 9.32844 21.3284 10 20.5 10ZM16 10H19V17H16V10ZM8 17H5V10H8V17ZM9 17V10H15V17H9Z\" fill=\"currentColor\"/>",
@@ -9340,7 +9382,7 @@
9340
9382
  },
9341
9383
  {
9342
9384
  "category": "Communication",
9343
- "svg": "<path d=\"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z\" fill=\"currentColor\"/><path d=\"M22 7.56973L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.56973V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.56973Z\" fill=\"currentColor\"/>",
9385
+ "svg": "<path d=\"M3.5 4C2.67157 4 2 4.67157 2 5.5V6.44891L11.7742 11.3967C11.9161 11.4686 12.0838 11.4686 12.2258 11.3967L22 6.4489V5.5C22 4.67157 21.3284 4 20.5 4H3.5Z\" fill=\"currentColor\"/><path d=\"M22 7.5697L12.6774 12.2889C12.2515 12.5045 11.7484 12.5045 11.3225 12.2889L2 7.5697V18.5C2 19.3284 2.67157 20 3.5 20H20.5C21.3284 20 22 19.3284 22 18.5V7.5697Z\" fill=\"currentColor\"/>",
9344
9386
  "iconName": "email-2, envelope",
9345
9387
  "variant": {
9346
9388
  "join": "round",
@@ -9354,7 +9396,7 @@
9354
9396
  },
9355
9397
  {
9356
9398
  "category": "Communication",
9357
- "svg": "<path d=\"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z\" fill=\"currentColor\"/><path d=\"M22 8.34316C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V8.34316Z\" fill=\"currentColor\"/>",
9399
+ "svg": "<path d=\"M22 7.00004V6.08072C22 5.81715 22 5.58977 21.9847 5.40249C21.9686 5.20481 21.9329 5.00821 21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01529C20.4102 3.99999 20.1828 3.99999 19.9193 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20481 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.06709 5.00821 2.03144 5.20482 2.01529 5.40249C1.99999 5.58977 1.99999 5.81714 2 6.0807V7.00004C4.6016 9.4785 8.12312 11 12 11C15.8769 11 19.3984 9.4785 22 7.00004Z\" fill=\"currentColor\"/><path d=\"M22 8.34314C19.3008 10.6246 15.811 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V8.34314Z\" fill=\"currentColor\"/>",
9358
9400
  "iconName": "email-3, envelope",
9359
9401
  "variant": {
9360
9402
  "join": "round",
@@ -9368,7 +9410,7 @@
9368
9410
  },
9369
9411
  {
9370
9412
  "category": "Communication",
9371
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2ZM17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z\" fill=\"currentColor\"/><path d=\"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34316V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9686 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1829 22 17.9193V10.6257C21.3867 10.8913 20.7103 11.0385 19.9994 11.0385Z\" fill=\"currentColor\"/><path d=\"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z\" fill=\"currentColor\"/>",
9413
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 6C17 4.34315 18.3431 3 20 3C21.6569 3 23 4.34315 23 6C23 7.65685 21.6569 9 20 9C18.3431 9 17 7.65685 17 6Z\" fill=\"currentColor\"/><path d=\"M19.9994 11.0385C19.3666 11.0385 18.7611 10.9218 18.2032 10.7089C16.3037 11.5393 14.2057 12 12 12C8.189 12 4.69924 10.6246 2 8.34314V17.9193C1.99999 18.1828 1.99999 18.4102 2.01529 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365C3.00821 19.9329 3.20482 19.9685 3.40249 19.9847C3.58977 20 3.81715 20 4.08072 20H19.9193C20.1829 20 20.4102 20 20.5975 19.9847C20.7952 19.9685 20.9918 19.9329 21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22 18.4102 22 18.1828 22 17.9193V10.6256C21.3867 10.8912 20.7103 11.0385 19.9994 11.0385Z\" fill=\"currentColor\"/><path d=\"M14.9609 6.00001C14.9609 5.28938 15.1081 4.61311 15.3735 4H4.08073C3.81717 3.99999 3.58977 3.99999 3.40249 4.01529C3.20482 4.03144 3.00821 4.06709 2.81902 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81902C2.0671 5.00821 2.03144 5.20481 2.01529 5.40249C1.99999 5.58976 1.99999 5.81713 2 6.08068V7.00004C4.6016 9.4785 8.12312 11 12 11C13.7798 11 15.4846 10.6793 17.06 10.0927C15.7887 9.17802 14.9609 7.68568 14.9609 6.00001Z\" fill=\"currentColor\"/>",
9372
9414
  "iconName": "email-notification, badge, envelope",
9373
9415
  "variant": {
9374
9416
  "join": "round",
@@ -21870,7 +21912,7 @@
21870
21912
  },
21871
21913
  {
21872
21914
  "category": "Social Media & Brands",
21873
- "svg": "<rect width=\"24\" height=\"24\" fill=\"white\"/><path d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\" fill=\"currentColor\"/>",
21915
+ "svg": "<path d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\" fill=\"currentColor\"/>",
21874
21916
  "iconName": "stack-overflow",
21875
21917
  "variant": {
21876
21918
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -58,6 +58,8 @@ export type CentralIconName =
58
58
  | "IconAnvil"
59
59
  | "IconApiAggregate"
60
60
  | "IconApiConnection"
61
+ | "IconAppearanceDarkMode"
62
+ | "IconAppearanceLightMode"
61
63
  | "IconApple"
62
64
  | "IconAppleIntelligence"
63
65
  | "IconAppleIntelligenceIcon"
@@ -185,6 +187,7 @@ export type CentralIconName =
185
187
  | "IconBag3"
186
188
  | "IconBalloon"
187
189
  | "IconBanana"
190
+ | "IconBananas"
188
191
  | "IconBank"
189
192
  | "IconBank2"
190
193
  | "IconBanknote1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
3
- "version": "1.1.146",
3
+ "version": "1.1.148",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1828,
14
+ "totalIcons": 1831,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -748,12 +748,13 @@
748
748
  ]
749
749
  },
750
750
  "Food": {
751
- "count": 43,
751
+ "count": 44,
752
752
  "icons": [
753
753
  "IconAppleNewton",
754
754
  "IconApples",
755
755
  "IconAvocado",
756
756
  "IconBanana",
757
+ "IconBananas",
757
758
  "IconBirthdayCake",
758
759
  "IconBottle",
759
760
  "IconBreakfast",
@@ -890,10 +891,12 @@
890
891
  ]
891
892
  },
892
893
  "Interface General": {
893
- "count": 187,
894
+ "count": 189,
894
895
  "icons": [
895
896
  "IconAnchor1",
896
897
  "IconAnchor2",
898
+ "IconAppearanceDarkMode",
899
+ "IconAppearanceLightMode",
897
900
  "IconArchive1",
898
901
  "IconArrowBoxLeft",
899
902
  "IconArrowBoxRight",
@@ -2089,6 +2092,8 @@
2089
2092
  "IconAnvil": "anvil, crafting, hard, strong",
2090
2093
  "IconApiAggregate": "api-aggregate",
2091
2094
  "IconApiConnection": "api-connection",
2095
+ "IconAppearanceDarkMode": "appearance-dark-mode, switch",
2096
+ "IconAppearanceLightMode": "appearance-light-mode, switch",
2092
2097
  "IconApple": "apple",
2093
2098
  "IconAppleIntelligence": "apple-intelligence",
2094
2099
  "IconAppleIntelligenceIcon": "apple-intelligence-icon, ai, tools",
@@ -2216,6 +2221,7 @@
2216
2221
  "IconBag3": "bag-3, luggage, suitcase, work",
2217
2222
  "IconBalloon": "balloon, birthday",
2218
2223
  "IconBanana": "banana, fruit",
2224
+ "IconBananas": "bananas, fruits",
2219
2225
  "IconBank": "bank",
2220
2226
  "IconBank2": "bank-2, library, gov",
2221
2227
  "IconBanknote1": "banknote-1, money, bill",