@central-icons-react-native/square-filled-radius-0-stroke-1.5 1.1.145 → 1.1.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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/IconEmail2/index.js +1 -1
  12. package/IconEmail2/index.js.map +1 -1
  13. package/IconEmail2/index.mjs +1 -1
  14. package/IconEmail2/index.mjs.map +1 -1
  15. package/IconEmail3/index.js +1 -1
  16. package/IconEmail3/index.js.map +1 -1
  17. package/IconEmail3/index.mjs +1 -1
  18. package/IconEmail3/index.mjs.map +1 -1
  19. package/IconEmailNotification/index.js +1 -1
  20. package/IconEmailNotification/index.js.map +1 -1
  21. package/IconEmailNotification/index.mjs +1 -1
  22. package/IconEmailNotification/index.mjs.map +1 -1
  23. package/IconHeartDonation/index.d.ts +4 -0
  24. package/IconHeartDonation/index.js +2 -0
  25. package/IconHeartDonation/index.js.map +1 -0
  26. package/IconHeartDonation/index.mjs +2 -0
  27. package/IconHeartDonation/index.mjs.map +1 -0
  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 +9 -3
  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 16V20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5V8Z",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 16V20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5V8Z\"\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,sPACF,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 16V20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5V8Z",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 16V20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5V8Z\"\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,sPACF,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 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3.5Z",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 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3.5Z\"\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,wPACF,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 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3.5Z",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 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3.5Z\"\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,wPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAppearanceLightMode","props","React","CentralIconBase","IconAppearanceLightMode_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})},m=(r,o,t,a)=>{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:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>m(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail2:()=>i,default:()=>d});module.exports=v(h);var p=C(require("react"));var s=C(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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M22 8.46856L12 13.5003L2 8.46856V20H22V8.46856Z",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})},m=(r,o,t,a)=>{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:!(a=B(o,e))||a.enumerable});return r};var C=(r,o,t)=>(t=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>m(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail2:()=>i,default:()=>d});module.exports=v(h);var p=C(require("react"));var s=C(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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M22 8.46857L12 13.5003L2 8.46857V20H22V8.46857Z",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 d=\"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z\" fill=\"currentColor\" />\n <Path\n d=\"M22 8.46856L12 13.5003L2 8.46856V20H22V8.46856Z\"\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,QAAK,EAAE,2CAA2C,KAAK,eAAe,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,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 d=\"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z\" fill=\"currentColor\" />\n <Path\n d=\"M22 8.46857L12 13.5003L2 8.46857V20H22V8.46857Z\"\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,QAAK,EAAE,2CAA2C,KAAK,eAAe,EACvE,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,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 l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z",fill:"currentColor"}),t.createElement(n,{d:"M22 8.46856L12 13.5003L2 8.46856V20H22V8.46856Z",fill:"currentColor"})),P=m;export{m as IconEmail2,P as default};
1
+ import t from"react";import l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(n,{d:"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z",fill:"currentColor"}),t.createElement(n,{d:"M22 8.46857L12 13.5003L2 8.46857V20H22V8.46857Z",fill:"currentColor"})),P=m;export{m 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 d=\"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z\" fill=\"currentColor\" />\n <Path\n d=\"M22 8.46856L12 13.5003L2 8.46856V20H22V8.46856Z\"\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,CAAK,EAAE,2CAA2C,KAAK,eAAe,EACvEG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,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 d=\"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z\" fill=\"currentColor\" />\n <Path\n d=\"M22 8.46857L12 13.5003L2 8.46857V20H22V8.46857Z\"\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,CAAK,EAAE,2CAA2C,KAAK,eAAe,EACvEG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,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 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,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var 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,{IconEmail3:()=>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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M22 7.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M22 9.41868C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V9.41868Z",fill:"currentColor"})),d=i;0&&(module.exports={IconEmail3});
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,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var 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,{IconEmail3:()=>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 l=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(l.Path,{d:"M22 7.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z",fill:"currentColor"}),p.default.createElement(l.Path,{d:"M22 9.4187C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V9.4187Z",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.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.41868C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V9.41868Z\"\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,wGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kGACF,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.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.4187C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V9.4187Z\"\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,wGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+FACF,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 t from"react";import l from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M22 7.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z",fill:"currentColor"}),t.createElement(n,{d:"M22 9.41868C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V9.41868Z",fill:"currentColor"})),P=a;export{a as IconEmail3,P as default};
1
+ import t from"react";import l from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M22 7.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z",fill:"currentColor"}),t.createElement(n,{d:"M22 9.4187C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V9.4187Z",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.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.41868C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V9.41868Z\"\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,wGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kGACF,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.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.4187C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V9.4187Z\"\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,wGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+FACF,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 C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!v.call(o,n)&&n!==e&&C(o,n,{get:()=>r[n],enumerable:!(p=d(r,n))||p.enumerable});return o};var i=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(C({},"__esModule",{value:!0}),o);var h={};x(h,{IconEmailNotification:()=>s,default:()=>g});module.exports=P(h);var t=i(require("react"));var f=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...e})=>f.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var l=require("react-native-svg"),s=o=>t.default.createElement(c,{...o},t.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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4401 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z",fill:"currentColor"})),g=s;0&&(module.exports={IconEmailNotification});
1
+ "use strict";var c=Object.create;var C=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let l of v(r))!I.call(o,l)&&l!==e&&C(o,l,{get:()=>r[l],enumerable:!(p=s(r,l))||p.enumerable});return o};var f=(o,r,e)=>(e=o!=null?c(B(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>i(C({},"__esModule",{value:!0}),o);var h={};x(h,{IconEmailNotification:()=>u,default:()=>g});module.exports=P(h);var n=f(require("react"));var a=f(require("react")),d=require("react-native-svg"),m=({children:o,size:r=24,...e})=>a.default.createElement(d.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var t=require("react-native-svg"),u=o=>n.default.createElement(m,{...o},n.default.createElement(t.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"}),n.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4402 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z",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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4401 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z\"\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,4PACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4402 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z\"\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,2IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0LACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6LACF,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 r from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:o=24,...C})=>l.createElement(p,{...C,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 n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z",fill:"currentColor"}),r.createElement(n,{d:"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4401 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z",fill:"currentColor"}),r.createElement(n,{d:"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z",fill:"currentColor"})),v=a;export{a as IconEmailNotification,v as default};
1
+ import r from"react";import C from"react";import{Svg as p}from"react-native-svg";var l=({children:n,size:o=24,...t})=>C.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>r.createElement(l,{...n},r.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 2Z",fill:"currentColor"}),r.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z",fill:"currentColor"}),r.createElement(e,{d:"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4402 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z",fill:"currentColor"}),r.createElement(e,{d:"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z",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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4401 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z\"\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,4PACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4402 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z\"\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,2IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0LACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6LACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmailNotification","props","React","CentralIconBase","IconEmailNotification_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHeartDonation: FC<CentralIconBaseProps>;
4
+ export default IconHeartDonation;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,C)=>{for(var r in C)t(o,r,{get:C[r],enumerable:!0})},l=(o,C,r,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let e of I(C))!v.call(o,e)&&e!==r&&t(o,e,{get:()=>C[e],enumerable:!(p=B(C,e))||p.enumerable});return o};var a=(o,C,r)=>(r=o!=null?u(d(o)):{},l(C||!o||!o.__esModule?t(r,"default",{value:o,enumerable:!0}):r,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var h={};x(h,{IconHeartDonation:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:C=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0004 4.54981C13.6401 3.16356 15.534 2.75279 17.2523 3.13673C19.1421 3.55912 20.7498 4.92828 21.517 6.84571C23.0858 10.7671 21.0873 16.505 12.3676 21.4043L12.0004 21.6104L11.6322 21.4043C2.91267 16.505 0.914026 10.767 2.4828 6.84571C3.24998 4.92823 4.85764 3.55913 6.74745 3.13673C8.46584 2.75269 10.3605 3.16342 12.0004 4.54981ZM11.2211 8.00001V8.83595C10.8295 8.90183 10.4422 9.04084 10.1146 9.27735C9.64078 9.6196 9.31593 10.1527 9.31581 10.833C9.31581 11.6553 9.70422 12.2188 10.2396 12.583C10.7122 12.9043 11.3115 13.0758 11.7582 13.208C12.2671 13.3586 12.6218 13.4701 12.8656 13.6318C13.0451 13.7511 13.1254 13.866 13.1254 14.1094C13.1254 14.2512 13.072 14.3564 12.9271 14.458C12.7591 14.5757 12.4796 14.6694 12.1254 14.6865C11.7769 14.7033 11.4152 14.6424 11.1185 14.5147C10.8205 14.3863 10.6345 14.2126 10.5443 14.0352L9.20644 14.7149C9.49718 15.2871 10.0016 15.6661 10.5248 15.8916C10.7472 15.9874 10.9825 16.0582 11.2211 16.1074V17H12.7211V16.1201C13.0997 16.0458 13.4708 15.9083 13.7875 15.6865C14.2732 15.3461 14.6254 14.8092 14.6254 14.1094C14.6254 13.2908 14.229 12.7365 13.6947 12.3818C13.2244 12.0698 12.6261 11.9017 12.183 11.7705C11.678 11.621 11.3249 11.5069 11.0834 11.3428C10.9045 11.2211 10.8158 11.0969 10.8158 10.833C10.8159 10.6792 10.8723 10.5817 10.9935 10.4941C11.1392 10.3891 11.3877 10.3018 11.7123 10.29C12.4052 10.2653 13.0074 10.573 13.2064 10.9649L14.5443 10.2852C14.1668 9.54204 13.4559 9.10785 12.7211 8.91309V8.00001H11.2211Z",fill:"currentColor"})),g=i;0&&(module.exports={IconHeartDonation});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHeartDonation/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 IconHeartDonation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0004 4.54981C13.6401 3.16356 15.534 2.75279 17.2523 3.13673C19.1421 3.55912 20.7498 4.92828 21.517 6.84571C23.0858 10.7671 21.0873 16.505 12.3676 21.4043L12.0004 21.6104L11.6322 21.4043C2.91267 16.505 0.914026 10.767 2.4828 6.84571C3.24998 4.92823 4.85764 3.55913 6.74745 3.13673C8.46584 2.75269 10.3605 3.16342 12.0004 4.54981ZM11.2211 8.00001V8.83595C10.8295 8.90183 10.4422 9.04084 10.1146 9.27735C9.64078 9.6196 9.31593 10.1527 9.31581 10.833C9.31581 11.6553 9.70422 12.2188 10.2396 12.583C10.7122 12.9043 11.3115 13.0758 11.7582 13.208C12.2671 13.3586 12.6218 13.4701 12.8656 13.6318C13.0451 13.7511 13.1254 13.866 13.1254 14.1094C13.1254 14.2512 13.072 14.3564 12.9271 14.458C12.7591 14.5757 12.4796 14.6694 12.1254 14.6865C11.7769 14.7033 11.4152 14.6424 11.1185 14.5147C10.8205 14.3863 10.6345 14.2126 10.5443 14.0352L9.20644 14.7149C9.49718 15.2871 10.0016 15.6661 10.5248 15.8916C10.7472 15.9874 10.9825 16.0582 11.2211 16.1074V17H12.7211V16.1201C13.0997 16.0458 13.4708 15.9083 13.7875 15.6865C14.2732 15.3461 14.6254 14.8092 14.6254 14.1094C14.6254 13.2908 14.229 12.7365 13.6947 12.3818C13.2244 12.0698 12.6261 11.9017 12.183 11.7705C11.678 11.621 11.3249 11.5069 11.0834 11.3428C10.9045 11.2211 10.8158 11.0969 10.8158 10.833C10.8159 10.6792 10.8723 10.5817 10.9935 10.4941C11.1392 10.3891 11.3877 10.3018 11.7123 10.29C12.4052 10.2653 13.0074 10.573 13.2064 10.9649L14.5443 10.2852C14.1668 9.54204 13.4559 9.10785 12.7211 8.91309V8.00001H11.2211Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHeartDonation;\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,SAAS,UACT,SAAS,UACT,EAAE,47CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHeartDonation_exports","__export","IconHeartDonation","IconHeartDonation_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHeartDonation","props","React","CentralIconBase","IconHeartDonation_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import n from"react";import{Svg as p}from"react-native-svg";var r=({children:C,size:o=24,...t})=>n.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);import{Path as l}from"react-native-svg";var a=C=>e.createElement(r,{...C},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0004 4.54981C13.6401 3.16356 15.534 2.75279 17.2523 3.13673C19.1421 3.55912 20.7498 4.92828 21.517 6.84571C23.0858 10.7671 21.0873 16.505 12.3676 21.4043L12.0004 21.6104L11.6322 21.4043C2.91267 16.505 0.914026 10.767 2.4828 6.84571C3.24998 4.92823 4.85764 3.55913 6.74745 3.13673C8.46584 2.75269 10.3605 3.16342 12.0004 4.54981ZM11.2211 8.00001V8.83595C10.8295 8.90183 10.4422 9.04084 10.1146 9.27735C9.64078 9.6196 9.31593 10.1527 9.31581 10.833C9.31581 11.6553 9.70422 12.2188 10.2396 12.583C10.7122 12.9043 11.3115 13.0758 11.7582 13.208C12.2671 13.3586 12.6218 13.4701 12.8656 13.6318C13.0451 13.7511 13.1254 13.866 13.1254 14.1094C13.1254 14.2512 13.072 14.3564 12.9271 14.458C12.7591 14.5757 12.4796 14.6694 12.1254 14.6865C11.7769 14.7033 11.4152 14.6424 11.1185 14.5147C10.8205 14.3863 10.6345 14.2126 10.5443 14.0352L9.20644 14.7149C9.49718 15.2871 10.0016 15.6661 10.5248 15.8916C10.7472 15.9874 10.9825 16.0582 11.2211 16.1074V17H12.7211V16.1201C13.0997 16.0458 13.4708 15.9083 13.7875 15.6865C14.2732 15.3461 14.6254 14.8092 14.6254 14.1094C14.6254 13.2908 14.229 12.7365 13.6947 12.3818C13.2244 12.0698 12.6261 11.9017 12.183 11.7705C11.678 11.621 11.3249 11.5069 11.0834 11.3428C10.9045 11.2211 10.8158 11.0969 10.8158 10.833C10.8159 10.6792 10.8723 10.5817 10.9935 10.4941C11.1392 10.3891 11.3877 10.3018 11.7123 10.29C12.4052 10.2653 13.0074 10.573 13.2064 10.9649L14.5443 10.2852C14.1668 9.54204 13.4559 9.10785 12.7211 8.91309V8.00001H11.2211Z",fill:"currentColor"})),v=a;export{a as IconHeartDonation,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHeartDonation/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 IconHeartDonation: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12.0004 4.54981C13.6401 3.16356 15.534 2.75279 17.2523 3.13673C19.1421 3.55912 20.7498 4.92828 21.517 6.84571C23.0858 10.7671 21.0873 16.505 12.3676 21.4043L12.0004 21.6104L11.6322 21.4043C2.91267 16.505 0.914026 10.767 2.4828 6.84571C3.24998 4.92823 4.85764 3.55913 6.74745 3.13673C8.46584 2.75269 10.3605 3.16342 12.0004 4.54981ZM11.2211 8.00001V8.83595C10.8295 8.90183 10.4422 9.04084 10.1146 9.27735C9.64078 9.6196 9.31593 10.1527 9.31581 10.833C9.31581 11.6553 9.70422 12.2188 10.2396 12.583C10.7122 12.9043 11.3115 13.0758 11.7582 13.208C12.2671 13.3586 12.6218 13.4701 12.8656 13.6318C13.0451 13.7511 13.1254 13.866 13.1254 14.1094C13.1254 14.2512 13.072 14.3564 12.9271 14.458C12.7591 14.5757 12.4796 14.6694 12.1254 14.6865C11.7769 14.7033 11.4152 14.6424 11.1185 14.5147C10.8205 14.3863 10.6345 14.2126 10.5443 14.0352L9.20644 14.7149C9.49718 15.2871 10.0016 15.6661 10.5248 15.8916C10.7472 15.9874 10.9825 16.0582 11.2211 16.1074V17H12.7211V16.1201C13.0997 16.0458 13.4708 15.9083 13.7875 15.6865C14.2732 15.3461 14.6254 14.8092 14.6254 14.1094C14.6254 13.2908 14.229 12.7365 13.6947 12.3818C13.2244 12.0698 12.6261 11.9017 12.183 11.7705C11.678 11.621 11.3249 11.5069 11.0834 11.3428C10.9045 11.2211 10.8158 11.0969 10.8158 10.833C10.8159 10.6792 10.8723 10.5817 10.9935 10.4941C11.1392 10.3891 11.3877 10.3018 11.7123 10.29C12.4052 10.2653 13.0074 10.573 13.2064 10.9649L14.5443 10.2852C14.1668 9.54204 13.4559 9.10785 12.7211 8.91309V8.00001H11.2211Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHeartDonation;\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,SAAS,UACT,SAAS,UACT,EAAE,47CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHeartDonation","props","React","CentralIconBase","IconHeartDonation_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
@@ -986,6 +986,8 @@ Below is a complete list of available icons:
986
986
 
987
987
  - IconAnchor1
988
988
  - IconAnchor2
989
+ - IconAppearanceDarkMode
990
+ - IconAppearanceLightMode
989
991
  - IconArchive1
990
992
  - IconArrowBoxLeft
991
993
  - IconArrowBoxRight
@@ -1075,6 +1077,7 @@ Below is a complete list of available icons:
1075
1077
  - IconHeart
1076
1078
  - IconHeart2
1077
1079
  - IconHeartBeat
1080
+ - IconHeartDonation
1078
1081
  - IconImport
1079
1082
  - IconImport2
1080
1083
  - IconInboxChecked
@@ -826,6 +826,34 @@
826
826
  "packageName": "square-filled-radius-0-stroke-1.5",
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 16V20.5C16.6944 20.5 20.5 16.6944 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5V8Z\" fill=\"currentColor\"/>",
832
+ "iconName": "appearance-dark-mode, switch",
833
+ "variant": {
834
+ "join": "square",
835
+ "filled": "on",
836
+ "radius": "0",
837
+ "stroke": "1.5"
838
+ },
839
+ "createdAt": "2026-02-26T08:00:56.772353+00:00",
840
+ "packageName": "square-filled-radius-0-stroke-1.5",
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 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5V16C14.2091 16 16 14.2091 16 12C16 9.79086 14.2091 8 12 8V3.5Z\" fill=\"currentColor\"/>",
846
+ "iconName": "appearance-light-mode, switch",
847
+ "variant": {
848
+ "join": "square",
849
+ "filled": "on",
850
+ "radius": "0",
851
+ "stroke": "1.5"
852
+ },
853
+ "createdAt": "2026-02-26T08:00:56.772353+00:00",
854
+ "packageName": "square-filled-radius-0-stroke-1.5",
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\"/>",
@@ -9340,7 +9368,7 @@
9340
9368
  },
9341
9369
  {
9342
9370
  "category": "Communication",
9343
- "svg": "<path d=\"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z\" fill=\"currentColor\"/><path d=\"M22 8.46856L12 13.5003L2 8.46856V20H22V8.46856Z\" fill=\"currentColor\"/>",
9371
+ "svg": "<path d=\"M22 4H2V6.78938L12 11.8211L22 6.78937V4Z\" fill=\"currentColor\"/><path d=\"M22 8.46857L12 13.5003L2 8.46857V20H22V8.46857Z\" fill=\"currentColor\"/>",
9344
9372
  "iconName": "email-2, envelope",
9345
9373
  "variant": {
9346
9374
  "join": "square",
@@ -9354,7 +9382,7 @@
9354
9382
  },
9355
9383
  {
9356
9384
  "category": "Communication",
9357
- "svg": "<path d=\"M22 7.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z\" fill=\"currentColor\"/><path d=\"M22 9.41868C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V9.41868Z\" fill=\"currentColor\"/>",
9385
+ "svg": "<path d=\"M22 7.40197V4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C15.8964 11.5 19.4275 9.93619 22 7.40197Z\" fill=\"currentColor\"/><path d=\"M22 9.4187C19.2802 11.6564 15.797 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V9.4187Z\" fill=\"currentColor\"/>",
9358
9386
  "iconName": "email-3, envelope",
9359
9387
  "variant": {
9360
9388
  "join": "square",
@@ -9368,7 +9396,7 @@
9368
9396
  },
9369
9397
  {
9370
9398
  "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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z\" fill=\"currentColor\"/><path d=\"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4401 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.41868V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z\" fill=\"currentColor\"/><path d=\"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z\" fill=\"currentColor\"/>",
9399
+ "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.5 6C17.5 4.61929 18.6193 3.5 20 3.5C21.3807 3.5 22.5 4.61929 22.5 6C22.5 7.38071 21.3807 8.5 20 8.5C18.6193 8.5 17.5 7.38071 17.5 6Z\" fill=\"currentColor\"/><path d=\"M20 11.5625C19.6021 11.5625 19.214 11.5207 18.8398 11.4413C16.7712 12.4402 14.451 13 12 13C8.20301 13 4.71984 11.6564 2 9.4187V20H22V11.1921C21.3793 11.4314 20.705 11.5625 20 11.5625Z\" fill=\"currentColor\"/><path d=\"M14.4375 6C14.4375 5.29501 14.5687 4.62066 14.8079 4H2V7.40197C4.57249 9.93619 8.10362 11.5 12 11.5C13.7275 11.5 15.3832 11.1926 16.9153 10.6296C15.4215 9.6322 14.4375 7.93101 14.4375 6Z\" fill=\"currentColor\"/>",
9372
9400
  "iconName": "email-notification, badge, envelope",
9373
9401
  "variant": {
9374
9402
  "join": "square",
@@ -12726,6 +12754,20 @@
12726
12754
  "packageName": "square-filled-radius-0-stroke-1.5",
12727
12755
  "componentName": "IconHeartBeat"
12728
12756
  },
12757
+ {
12758
+ "category": "Interface General",
12759
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0004 4.54981C13.6401 3.16356 15.534 2.75279 17.2523 3.13673C19.1421 3.55912 20.7498 4.92828 21.517 6.84571C23.0858 10.7671 21.0873 16.505 12.3676 21.4043L12.0004 21.6104L11.6322 21.4043C2.91267 16.505 0.914026 10.767 2.4828 6.84571C3.24998 4.92823 4.85764 3.55913 6.74745 3.13673C8.46584 2.75269 10.3605 3.16342 12.0004 4.54981ZM11.2211 8.00001V8.83595C10.8295 8.90183 10.4422 9.04084 10.1146 9.27735C9.64078 9.6196 9.31593 10.1527 9.31581 10.833C9.31581 11.6553 9.70422 12.2188 10.2396 12.583C10.7122 12.9043 11.3115 13.0758 11.7582 13.208C12.2671 13.3586 12.6218 13.4701 12.8656 13.6318C13.0451 13.7511 13.1254 13.866 13.1254 14.1094C13.1254 14.2512 13.072 14.3564 12.9271 14.458C12.7591 14.5757 12.4796 14.6694 12.1254 14.6865C11.7769 14.7033 11.4152 14.6424 11.1185 14.5147C10.8205 14.3863 10.6345 14.2126 10.5443 14.0352L9.20644 14.7149C9.49718 15.2871 10.0016 15.6661 10.5248 15.8916C10.7472 15.9874 10.9825 16.0582 11.2211 16.1074V17H12.7211V16.1201C13.0997 16.0458 13.4708 15.9083 13.7875 15.6865C14.2732 15.3461 14.6254 14.8092 14.6254 14.1094C14.6254 13.2908 14.229 12.7365 13.6947 12.3818C13.2244 12.0698 12.6261 11.9017 12.183 11.7705C11.678 11.621 11.3249 11.5069 11.0834 11.3428C10.9045 11.2211 10.8158 11.0969 10.8158 10.833C10.8159 10.6792 10.8723 10.5817 10.9935 10.4941C11.1392 10.3891 11.3877 10.3018 11.7123 10.29C12.4052 10.2653 13.0074 10.573 13.2064 10.9649L14.5443 10.2852C14.1668 9.54204 13.4559 9.10785 12.7211 8.91309V8.00001H11.2211Z\" fill=\"currentColor\"/>",
12760
+ "iconName": "heart-donation, dollar",
12761
+ "variant": {
12762
+ "join": "square",
12763
+ "filled": "on",
12764
+ "radius": "0",
12765
+ "stroke": "1.5"
12766
+ },
12767
+ "createdAt": "2026-02-26T07:00:43.514252+00:00",
12768
+ "packageName": "square-filled-radius-0-stroke-1.5",
12769
+ "componentName": "IconHeartDonation"
12770
+ },
12729
12771
  {
12730
12772
  "category": "Edit",
12731
12773
  "svg": "<path d=\"M14.0493 5.63949L18.2498 1.43896L22.5594 5.75379L18.4059 9.91486C19.7528 11.568 20.6775 13.2351 20.995 14.7806C21.3474 16.4959 20.9475 18.0942 19.5468 19.2267C18.4035 20.1511 17.1148 20.0373 16.0485 19.5921C15.0049 19.1564 14.0669 18.3702 13.4115 17.7304L12.8748 17.2065L13.9226 16.1331L14.4593 16.657C15.0673 17.2506 15.8437 17.8811 16.6264 18.2079C17.3863 18.5251 18.0358 18.5195 18.6037 18.0603C19.4871 17.3461 19.7879 16.359 19.5257 15.0825C19.281 13.8916 18.5442 12.4857 17.3401 10.9826L14.3283 14H9.99951V9.6893L12.9558 6.733C11.5149 5.90279 9.98907 5.47189 8.6004 5.43278C7.00533 5.38787 5.64406 5.85726 4.7502 6.76066C3.66483 7.85762 3.26523 9.56141 3.63154 11.5359C3.99688 13.5052 5.11742 15.6604 6.93844 17.5008C9.10043 19.6859 11.0875 20.2826 12.0381 20.5228L12.7652 20.7065L12.3978 22.1608L11.6707 21.9771C10.5576 21.6959 8.2892 20.9987 5.87216 18.5558C3.86617 16.5284 2.58335 14.1092 2.15671 11.8095C1.73102 9.51498 2.15082 7.25511 3.68393 5.70564C4.94154 4.4346 6.74672 3.87999 8.64262 3.93338C10.4156 3.9833 12.3145 4.5627 14.0493 5.63949Z\" fill=\"currentColor\"/>",
@@ -21856,7 +21898,7 @@
21856
21898
  },
21857
21899
  {
21858
21900
  "category": "Social Media & Brands",
21859
- "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\"/>",
21901
+ "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\"/>",
21860
21902
  "iconName": "stack-overflow",
21861
21903
  "variant": {
21862
21904
  "join": "square",
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"
@@ -908,6 +910,7 @@ export type CentralIconName =
908
910
  | "IconHeart"
909
911
  | "IconHeart2"
910
912
  | "IconHeartBeat"
913
+ | "IconHeartDonation"
911
914
  | "IconHighlight"
912
915
  | "IconHighlights"
913
916
  | "IconHistory"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.145",
3
+ "version": "1.1.147",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/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": 1827,
14
+ "totalIcons": 1830,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 70,
@@ -890,10 +890,12 @@
890
890
  ]
891
891
  },
892
892
  "Interface General": {
893
- "count": 186,
893
+ "count": 189,
894
894
  "icons": [
895
895
  "IconAnchor1",
896
896
  "IconAnchor2",
897
+ "IconAppearanceDarkMode",
898
+ "IconAppearanceLightMode",
897
899
  "IconArchive1",
898
900
  "IconArrowBoxLeft",
899
901
  "IconArrowBoxRight",
@@ -983,6 +985,7 @@
983
985
  "IconHeart",
984
986
  "IconHeart2",
985
987
  "IconHeartBeat",
988
+ "IconHeartDonation",
986
989
  "IconImport",
987
990
  "IconImport2",
988
991
  "IconInboxChecked",
@@ -2088,6 +2091,8 @@
2088
2091
  "IconAnvil": "anvil, crafting, hard, strong",
2089
2092
  "IconApiAggregate": "api-aggregate",
2090
2093
  "IconApiConnection": "api-connection",
2094
+ "IconAppearanceDarkMode": "appearance-dark-mode, switch",
2095
+ "IconAppearanceLightMode": "appearance-light-mode, switch",
2091
2096
  "IconApple": "apple",
2092
2097
  "IconAppleIntelligence": "apple-intelligence",
2093
2098
  "IconAppleIntelligenceIcon": "apple-intelligence-icon, ai, tools",
@@ -2938,6 +2943,7 @@
2938
2943
  "IconHeart": "heart, like, health, life, favorite",
2939
2944
  "IconHeart2": "heart-2, like, health, life, fav",
2940
2945
  "IconHeartBeat": "heart-beat, heart rate, pulse",
2946
+ "IconHeartDonation": "heart-donation, dollar",
2941
2947
  "IconHighlight": "highlight, mark, freehand, drawing, paint",
2942
2948
  "IconHighlights": "highlights",
2943
2949
  "IconHistory": "history, back, timeline",
package/index.d.ts CHANGED
@@ -57,6 +57,8 @@ export { IconAntigravity, default as IconAntigravityDefault, } from "./IconAntig
57
57
  export { IconAnvil, default as IconAnvilDefault } from "./IconAnvil";
58
58
  export { IconApiAggregate, default as IconApiAggregateDefault, } from "./IconApiAggregate";
59
59
  export { IconApiConnection, default as IconApiConnectionDefault, } from "./IconApiConnection";
60
+ export { IconAppearanceDarkMode, default as IconAppearanceDarkModeDefault, } from "./IconAppearanceDarkMode";
61
+ export { IconAppearanceLightMode, default as IconAppearanceLightModeDefault, } from "./IconAppearanceLightMode";
60
62
  export { IconApple, default as IconAppleDefault } from "./IconApple";
61
63
  export { IconAppleIntelligence, default as IconAppleIntelligenceDefault, } from "./IconAppleIntelligence";
62
64
  export { IconAppleIntelligenceIcon, default as IconAppleIntelligenceIconDefault, } from "./IconAppleIntelligenceIcon";
@@ -907,6 +909,7 @@ export { IconHeadphones, default as IconHeadphonesDefault, } from "./IconHeadpho
907
909
  export { IconHeart, default as IconHeartDefault } from "./IconHeart";
908
910
  export { IconHeart2, default as IconHeart2Default } from "./IconHeart2";
909
911
  export { IconHeartBeat, default as IconHeartBeatDefault, } from "./IconHeartBeat";
912
+ export { IconHeartDonation, default as IconHeartDonationDefault, } from "./IconHeartDonation";
910
913
  export { IconHighlight, default as IconHighlightDefault, } from "./IconHighlight";
911
914
  export { IconHighlights, default as IconHighlightsDefault, } from "./IconHighlights";
912
915
  export { IconHistory, default as IconHistoryDefault } from "./IconHistory";