@central-icons-react-native/round-filled-radius-2-stroke-2 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.
- package/IconAppearanceDarkMode/index.d.ts +4 -0
- package/IconAppearanceDarkMode/index.js +2 -0
- package/IconAppearanceDarkMode/index.js.map +1 -0
- package/IconAppearanceDarkMode/index.mjs +2 -0
- package/IconAppearanceDarkMode/index.mjs.map +1 -0
- package/IconAppearanceLightMode/index.d.ts +4 -0
- package/IconAppearanceLightMode/index.js +2 -0
- package/IconAppearanceLightMode/index.js.map +1 -0
- package/IconAppearanceLightMode/index.mjs +2 -0
- package/IconAppearanceLightMode/index.mjs.map +1 -0
- package/IconEmail2/index.js +1 -1
- package/IconEmail2/index.js.map +1 -1
- package/IconEmail2/index.mjs +1 -1
- package/IconEmail2/index.mjs.map +1 -1
- package/IconEmail3/index.js +1 -1
- package/IconEmail3/index.js.map +1 -1
- package/IconEmail3/index.mjs +1 -1
- package/IconEmail3/index.mjs.map +1 -1
- package/IconEmailNotification/index.js +1 -1
- package/IconEmailNotification/index.js.map +1 -1
- package/IconEmailNotification/index.mjs +1 -1
- package/IconEmailNotification/index.mjs.map +1 -1
- package/IconHeartDonation/index.d.ts +4 -0
- package/IconHeartDonation/index.js +2 -0
- package/IconHeartDonation/index.js.map +1 -0
- package/IconHeartDonation/index.mjs +2 -0
- package/IconHeartDonation/index.mjs.map +1 -0
- package/IconStackOverflow/index.js +1 -1
- package/IconStackOverflow/index.js.map +1 -1
- package/IconStackOverflow/index.mjs +1 -1
- package/IconStackOverflow/index.mjs.map +1 -1
- package/README.md +3 -0
- package/filtered-icons.json +46 -4
- package/icons/index.d.ts +3 -0
- package/icons-index.json +9 -3
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +26 -5
|
@@ -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 16V20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4V8Z",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 16V20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAppearanceDarkMode;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,4BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAppearanceDarkMode_exports","__export","IconAppearanceDarkMode","IconAppearanceDarkMode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAppearanceDarkMode","props","React","CentralIconBase","IconAppearanceDarkMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V8Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4V8Z",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 16V20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAppearanceDarkMode;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAppearanceDarkMode","props","React","CentralIconBase","IconAppearanceDarkMode_default"]}
|
|
@@ -0,0 +1,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 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z",fill:"currentColor"}),p.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4V8Z",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 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4V8Z\"\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,+DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAppearanceLightMode_exports","__export","IconAppearanceLightMode","IconAppearanceLightMode_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAppearanceLightMode","props","React","CentralIconBase","IconAppearanceLightMode_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import C from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4V8Z",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 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4V8Z\"\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,+DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAppearanceLightMode","props","React","CentralIconBase","IconAppearanceLightMode_default"]}
|
package/IconEmail2/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail2:()=>i,default:()=>d});module.exports=v(h);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M2.
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconEmail2:()=>i,default:()=>d});module.exports=v(h);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M2.00195 6.88308C2.06337 5.28042 3.38201 4 4.99972 4H18.9997C20.6174 4 21.9361 5.28042 21.9975 6.88308L12.4469 11.6584C12.1654 11.7991 11.834 11.7991 11.5525 11.6584L2.00195 6.88308Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M2 9.11804V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V9.11804L13.3416 13.4472C12.497 13.8695 11.5029 13.8695 10.6583 13.4472L2 9.11804Z",fill:"currentColor"})),d=i;0&&(module.exports={IconEmail2});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconEmail2/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmail2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.
|
|
1
|
+
{"version":3,"sources":["../src/IconEmail2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.00195 6.88308C2.06337 5.28042 3.38201 4 4.99972 4H18.9997C20.6174 4 21.9361 5.28042 21.9975 6.88308L12.4469 11.6584C12.1654 11.7991 11.834 11.7991 11.5525 11.6584L2.00195 6.88308Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2 9.11804V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V9.11804L13.3416 13.4472C12.497 13.8695 11.5029 13.8695 10.6583 13.4472L2 9.11804Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,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"]}
|
package/IconEmail2/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M2.
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M2.00195 6.88308C2.06337 5.28042 3.38201 4 4.99972 4H18.9997C20.6174 4 21.9361 5.28042 21.9975 6.88308L12.4469 11.6584C12.1654 11.7991 11.834 11.7991 11.5525 11.6584L2.00195 6.88308Z",fill:"currentColor"}),t.createElement(n,{d:"M2 9.11804V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V9.11804L13.3416 13.4472C12.497 13.8695 11.5029 13.8695 10.6583 13.4472L2 9.11804Z",fill:"currentColor"})),P=a;export{a as IconEmail2,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconEmail2/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmail2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.
|
|
1
|
+
{"version":3,"sources":["../src/IconEmail2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.00195 6.88308C2.06337 5.28042 3.38201 4 4.99972 4H18.9997C20.6174 4 21.9361 5.28042 21.9975 6.88308L12.4469 11.6584C12.1654 11.7991 11.834 11.7991 11.5525 11.6584L2.00195 6.88308Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2 9.11804V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V9.11804L13.3416 13.4472C12.497 13.8695 11.5029 13.8695 10.6583 13.4472L2 9.11804Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmail2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmail2","props","React","CentralIconBase","IconEmail2_default"]}
|
package/IconEmail3/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{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 C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M21.
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{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 C=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M21.9933 6.80437C21.8925 5.2387 20.5907 4 18.9996 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C15.9137 11 19.4527 9.39371 21.9933 6.80437Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M22 9.49072C19.2608 11.6865 15.7838 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V9.49072Z",fill:"currentColor"})),d=i;0&&(module.exports={IconEmail3});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconEmail3/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmail3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.
|
|
1
|
+
{"version":3,"sources":["../src/IconEmail3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.9933 6.80437C21.8925 5.2387 20.5907 4 18.9996 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C15.9137 11 19.4527 9.39371 21.9933 6.80437Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.49072C19.2608 11.6865 15.7838 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V9.49072Z\"\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,yLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,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"]}
|
package/IconEmail3/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M21.
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M21.9933 6.80437C21.8925 5.2387 20.5907 4 18.9996 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C15.9137 11 19.4527 9.39371 21.9933 6.80437Z",fill:"currentColor"}),t.createElement(n,{d:"M22 9.49072C19.2608 11.6865 15.7838 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V9.49072Z",fill:"currentColor"})),P=a;export{a as IconEmail3,P as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconEmail3/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmail3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.
|
|
1
|
+
{"version":3,"sources":["../src/IconEmail3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconEmail3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.9933 6.80437C21.8925 5.2387 20.5907 4 18.9996 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C15.9137 11 19.4527 9.39371 21.9933 6.80437Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M22 9.49072C19.2608 11.6865 15.7838 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V9.49072Z\"\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,yLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,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
|
|
1
|
+
"use strict";var c=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of v(r))!I.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=s(r,C))||p.enumerable});return o};var f=(o,r,e)=>(e=o!=null?c(B(o)):{},i(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>i(t({},"__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 l=require("react-native-svg"),u=o=>n.default.createElement(m,{...o},n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 2C17.7909 2 16 3.79086 16 6C16 8.20914 17.7909 10 20 10C22.2091 10 24 8.20914 24 6C24 3.79086 22.2091 2 20 2Z",fill:"currentColor"}),n.default.createElement(l.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 6C18 4.89543 18.8954 4 20 4C21.1046 4 22 4.89543 22 6C22 7.10457 21.1046 8 20 8C18.8954 8 18 7.10457 18 6Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M20 12C19.3875 12 18.7964 11.9082 18.2397 11.7376C16.3224 12.5504 14.2137 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V11.6586C21.3744 11.8797 20.7013 12 20 12Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13.9996 6C13.9996 5.29873 14.1199 4.62556 14.341 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C13.3737 11 14.7016 10.802 15.9563 10.4331C14.7539 9.33581 13.9996 7.756 13.9996 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
|
|
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=\"M18 6C18 4.89543 18.8954 4 20 4C21.1046 4 22 4.89543 22 6C22 7.10457 21.1046 8 20 8C18.8954 8 18 7.10457 18 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 12C19.3875 12 18.7964 11.9082 18.2397 11.7376C16.3224 12.5504 14.2137 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V11.6586C21.3744 11.8797 20.7013 12 20 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9996 6C13.9996 5.29873 14.1199 4.62556 14.341 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C13.3737 11 14.7016 10.802 15.9563 10.4331C14.7539 9.33581 13.9996 7.756 13.9996 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,iHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gOACF,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
|
|
1
|
+
import r from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:n,size:o=24,...l})=>t.createElement(p,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>r.createElement(C,{...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:"M18 6C18 4.89543 18.8954 4 20 4C21.1046 4 22 4.89543 22 6C22 7.10457 21.1046 8 20 8C18.8954 8 18 7.10457 18 6Z",fill:"currentColor"}),r.createElement(e,{d:"M20 12C19.3875 12 18.7964 11.9082 18.2397 11.7376C16.3224 12.5504 14.2137 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V11.6586C21.3744 11.8797 20.7013 12 20 12Z",fill:"currentColor"}),r.createElement(e,{d:"M13.9996 6C13.9996 5.29873 14.1199 4.62556 14.341 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C13.3737 11 14.7016 10.802 15.9563 10.4331C14.7539 9.33581 13.9996 7.756 13.9996 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
|
|
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=\"M18 6C18 4.89543 18.8954 4 20 4C21.1046 4 22 4.89543 22 6C22 7.10457 21.1046 8 20 8C18.8954 8 18 7.10457 18 6Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20 12C19.3875 12 18.7964 11.9082 18.2397 11.7376C16.3224 12.5504 14.2137 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V11.6586C21.3744 11.8797 20.7013 12 20 12Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.9996 6C13.9996 5.29873 14.1199 4.62556 14.341 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C13.3737 11 14.7016 10.802 15.9563 10.4331C14.7539 9.33581 13.9996 7.756 13.9996 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,iHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gOACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmailNotification","props","React","CentralIconBase","IconEmailNotification_default"]}
|
|
@@ -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=(C,o)=>{for(var r in o)t(C,r,{get:o[r],enumerable:!0})},l=(C,o,r,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!v.call(C,e)&&e!==r&&t(C,e,{get:()=>o[e],enumerable:!(p=B(o,e))||p.enumerable});return C};var a=(C,o,r)=>(r=C!=null?u(d(C)):{},l(o||!C||!C.__esModule?t(r,"default",{value:C,enumerable:!0}):r,C)),P=C=>l(t({},"__esModule",{value:!0}),C);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:C,size:o=24,...r})=>m.default.createElement(s.Svg,{...r,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C);var f=require("react-native-svg"),i=C=>n.default.createElement(c,{...C},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0009 4.42542C13.6174 3.14239 15.4724 2.76083 17.1698 3.13929C19.0978 3.56921 20.7327 4.96098 21.5116 6.90296C23.1158 10.9029 21.017 16.5929 12.4891 21.3727C12.1854 21.5428 11.8153 21.5429 11.5116 21.3727C2.98366 16.5929 0.884993 10.9029 2.48914 6.90296C3.26798 4.961 4.903 3.56924 6.83094 3.13929C8.52846 2.76079 10.3842 3.1421 12.0009 4.42542ZM11.9999 7.50061C11.5581 7.50068 11.2001 7.85863 11.2001 8.30042V8.5885C10.7484 8.66633 10.2855 8.84525 9.91785 9.17151C9.51802 9.52653 9.2656 10.0287 9.26551 10.6334C9.26555 11.4743 9.66356 12.0521 10.2108 12.4244C10.6911 12.7512 11.2982 12.9246 11.743 13.0563C12.2541 13.2075 12.6005 13.3166 12.8368 13.4733C13.0048 13.5848 13.0751 13.6854 13.0751 13.9098C13.0751 14.0329 13.0318 14.1238 12.8983 14.2174C12.74 14.3282 12.4699 14.4204 12.122 14.4371C11.7803 14.4535 11.4266 14.3937 11.1376 14.2692C10.8471 14.144 10.6712 13.9774 10.5878 13.8131C10.3876 13.4193 9.90645 13.2625 9.51258 13.4625C9.11888 13.6627 8.96196 14.1439 9.16199 14.5377C9.45946 15.1232 9.97401 15.5092 10.5048 15.7379C10.7273 15.8338 10.9618 15.9049 11.2001 15.9547V16.5006C11.2002 16.9423 11.5582 17.3004 11.9999 17.3004C12.4416 17.3004 12.7995 16.9423 12.7997 16.5006V15.9567C13.1601 15.8782 13.5122 15.7409 13.8163 15.528C14.3135 15.1796 14.6746 14.6283 14.6747 13.9098C14.6747 13.0719 14.2678 12.5028 13.7216 12.1403C13.2437 11.8233 12.638 11.6526 12.1971 11.5221C11.6898 11.3719 11.3441 11.2613 11.1102 11.1022C10.9434 10.9886 10.8651 10.8785 10.8651 10.6334C10.8652 10.5067 10.9059 10.433 10.9794 10.3678C11.0716 10.286 11.2424 10.2005 11.497 10.1608C12.0281 10.0779 12.6307 10.236 12.9647 10.5367C13.293 10.8321 13.799 10.8053 14.0946 10.4772C14.3901 10.1489 14.3633 9.64291 14.035 9.34729C13.6823 9.02967 13.2514 8.81131 12.7997 8.68225V8.30042C12.7997 7.85859 12.4417 7.50061 11.9999 7.50061Z",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.0009 4.42542C13.6174 3.14239 15.4724 2.76083 17.1698 3.13929C19.0978 3.56921 20.7327 4.96098 21.5116 6.90296C23.1158 10.9029 21.017 16.5929 12.4891 21.3727C12.1854 21.5428 11.8153 21.5429 11.5116 21.3727C2.98366 16.5929 0.884993 10.9029 2.48914 6.90296C3.26798 4.961 4.903 3.56924 6.83094 3.13929C8.52846 2.76079 10.3842 3.1421 12.0009 4.42542ZM11.9999 7.50061C11.5581 7.50068 11.2001 7.85863 11.2001 8.30042V8.5885C10.7484 8.66633 10.2855 8.84525 9.91785 9.17151C9.51802 9.52653 9.2656 10.0287 9.26551 10.6334C9.26555 11.4743 9.66356 12.0521 10.2108 12.4244C10.6911 12.7512 11.2982 12.9246 11.743 13.0563C12.2541 13.2075 12.6005 13.3166 12.8368 13.4733C13.0048 13.5848 13.0751 13.6854 13.0751 13.9098C13.0751 14.0329 13.0318 14.1238 12.8983 14.2174C12.74 14.3282 12.4699 14.4204 12.122 14.4371C11.7803 14.4535 11.4266 14.3937 11.1376 14.2692C10.8471 14.144 10.6712 13.9774 10.5878 13.8131C10.3876 13.4193 9.90645 13.2625 9.51258 13.4625C9.11888 13.6627 8.96196 14.1439 9.16199 14.5377C9.45946 15.1232 9.97401 15.5092 10.5048 15.7379C10.7273 15.8338 10.9618 15.9049 11.2001 15.9547V16.5006C11.2002 16.9423 11.5582 17.3004 11.9999 17.3004C12.4416 17.3004 12.7995 16.9423 12.7997 16.5006V15.9567C13.1601 15.8782 13.5122 15.7409 13.8163 15.528C14.3135 15.1796 14.6746 14.6283 14.6747 13.9098C14.6747 13.0719 14.2678 12.5028 13.7216 12.1403C13.2437 11.8233 12.638 11.6526 12.1971 11.5221C11.6898 11.3719 11.3441 11.2613 11.1102 11.1022C10.9434 10.9886 10.8651 10.8785 10.8651 10.6334C10.8652 10.5067 10.9059 10.433 10.9794 10.3678C11.0716 10.286 11.2424 10.2005 11.497 10.1608C12.0281 10.0779 12.6307 10.236 12.9647 10.5367C13.293 10.8321 13.799 10.8053 14.0946 10.4772C14.3901 10.1489 14.3633 9.64291 14.035 9.34729C13.6823 9.02967 13.2514 8.81131 12.7997 8.68225V8.30042C12.7997 7.85859 12.4417 7.50061 11.9999 7.50061Z\"\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,gyDACF,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:o,size:C=24,...t})=>n.createElement(p,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as l}from"react-native-svg";var a=o=>e.createElement(r,{...o},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0009 4.42542C13.6174 3.14239 15.4724 2.76083 17.1698 3.13929C19.0978 3.56921 20.7327 4.96098 21.5116 6.90296C23.1158 10.9029 21.017 16.5929 12.4891 21.3727C12.1854 21.5428 11.8153 21.5429 11.5116 21.3727C2.98366 16.5929 0.884993 10.9029 2.48914 6.90296C3.26798 4.961 4.903 3.56924 6.83094 3.13929C8.52846 2.76079 10.3842 3.1421 12.0009 4.42542ZM11.9999 7.50061C11.5581 7.50068 11.2001 7.85863 11.2001 8.30042V8.5885C10.7484 8.66633 10.2855 8.84525 9.91785 9.17151C9.51802 9.52653 9.2656 10.0287 9.26551 10.6334C9.26555 11.4743 9.66356 12.0521 10.2108 12.4244C10.6911 12.7512 11.2982 12.9246 11.743 13.0563C12.2541 13.2075 12.6005 13.3166 12.8368 13.4733C13.0048 13.5848 13.0751 13.6854 13.0751 13.9098C13.0751 14.0329 13.0318 14.1238 12.8983 14.2174C12.74 14.3282 12.4699 14.4204 12.122 14.4371C11.7803 14.4535 11.4266 14.3937 11.1376 14.2692C10.8471 14.144 10.6712 13.9774 10.5878 13.8131C10.3876 13.4193 9.90645 13.2625 9.51258 13.4625C9.11888 13.6627 8.96196 14.1439 9.16199 14.5377C9.45946 15.1232 9.97401 15.5092 10.5048 15.7379C10.7273 15.8338 10.9618 15.9049 11.2001 15.9547V16.5006C11.2002 16.9423 11.5582 17.3004 11.9999 17.3004C12.4416 17.3004 12.7995 16.9423 12.7997 16.5006V15.9567C13.1601 15.8782 13.5122 15.7409 13.8163 15.528C14.3135 15.1796 14.6746 14.6283 14.6747 13.9098C14.6747 13.0719 14.2678 12.5028 13.7216 12.1403C13.2437 11.8233 12.638 11.6526 12.1971 11.5221C11.6898 11.3719 11.3441 11.2613 11.1102 11.1022C10.9434 10.9886 10.8651 10.8785 10.8651 10.6334C10.8652 10.5067 10.9059 10.433 10.9794 10.3678C11.0716 10.286 11.2424 10.2005 11.497 10.1608C12.0281 10.0779 12.6307 10.236 12.9647 10.5367C13.293 10.8321 13.799 10.8053 14.0946 10.4772C14.3901 10.1489 14.3633 9.64291 14.035 9.34729C13.6823 9.02967 13.2514 8.81131 12.7997 8.68225V8.30042C12.7997 7.85859 12.4417 7.50061 11.9999 7.50061Z",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.0009 4.42542C13.6174 3.14239 15.4724 2.76083 17.1698 3.13929C19.0978 3.56921 20.7327 4.96098 21.5116 6.90296C23.1158 10.9029 21.017 16.5929 12.4891 21.3727C12.1854 21.5428 11.8153 21.5429 11.5116 21.3727C2.98366 16.5929 0.884993 10.9029 2.48914 6.90296C3.26798 4.961 4.903 3.56924 6.83094 3.13929C8.52846 2.76079 10.3842 3.1421 12.0009 4.42542ZM11.9999 7.50061C11.5581 7.50068 11.2001 7.85863 11.2001 8.30042V8.5885C10.7484 8.66633 10.2855 8.84525 9.91785 9.17151C9.51802 9.52653 9.2656 10.0287 9.26551 10.6334C9.26555 11.4743 9.66356 12.0521 10.2108 12.4244C10.6911 12.7512 11.2982 12.9246 11.743 13.0563C12.2541 13.2075 12.6005 13.3166 12.8368 13.4733C13.0048 13.5848 13.0751 13.6854 13.0751 13.9098C13.0751 14.0329 13.0318 14.1238 12.8983 14.2174C12.74 14.3282 12.4699 14.4204 12.122 14.4371C11.7803 14.4535 11.4266 14.3937 11.1376 14.2692C10.8471 14.144 10.6712 13.9774 10.5878 13.8131C10.3876 13.4193 9.90645 13.2625 9.51258 13.4625C9.11888 13.6627 8.96196 14.1439 9.16199 14.5377C9.45946 15.1232 9.97401 15.5092 10.5048 15.7379C10.7273 15.8338 10.9618 15.9049 11.2001 15.9547V16.5006C11.2002 16.9423 11.5582 17.3004 11.9999 17.3004C12.4416 17.3004 12.7995 16.9423 12.7997 16.5006V15.9567C13.1601 15.8782 13.5122 15.7409 13.8163 15.528C14.3135 15.1796 14.6746 14.6283 14.6747 13.9098C14.6747 13.0719 14.2678 12.5028 13.7216 12.1403C13.2437 11.8233 12.638 11.6526 12.1971 11.5221C11.6898 11.3719 11.3441 11.2613 11.1102 11.1022C10.9434 10.9886 10.8651 10.8785 10.8651 10.6334C10.8652 10.5067 10.9059 10.433 10.9794 10.3678C11.0716 10.286 11.2424 10.2005 11.497 10.1608C12.0281 10.0779 12.6307 10.236 12.9647 10.5367C13.293 10.8321 13.799 10.8053 14.0946 10.4772C14.3901 10.1489 14.3633 9.64291 14.035 9.34729C13.6823 9.02967 13.2514 8.81131 12.7997 8.68225V8.30042C12.7997 7.85859 12.4417 7.50061 11.9999 7.50061Z\"\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,gyDACF,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
|
|
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
|
|
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
|
|
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
|
|
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
|
package/filtered-icons.json
CHANGED
|
@@ -826,6 +826,34 @@
|
|
|
826
826
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
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 16V20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4V8Z\" fill=\"currentColor\"/>",
|
|
832
|
+
"iconName": "appearance-dark-mode, switch",
|
|
833
|
+
"variant": {
|
|
834
|
+
"join": "round",
|
|
835
|
+
"filled": "on",
|
|
836
|
+
"radius": "2",
|
|
837
|
+
"stroke": "2"
|
|
838
|
+
},
|
|
839
|
+
"createdAt": "2026-02-26T08:00:56.772353+00:00",
|
|
840
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
841
|
+
"componentName": "IconAppearanceDarkMode"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"category": "Interface General",
|
|
845
|
+
"svg": "<path d=\"M12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16V8Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 8C14.2091 8 16 9.79086 16 12C16 14.2091 14.2091 16 12 16V20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4V8Z\" fill=\"currentColor\"/>",
|
|
846
|
+
"iconName": "appearance-light-mode, switch",
|
|
847
|
+
"variant": {
|
|
848
|
+
"join": "round",
|
|
849
|
+
"filled": "on",
|
|
850
|
+
"radius": "2",
|
|
851
|
+
"stroke": "2"
|
|
852
|
+
},
|
|
853
|
+
"createdAt": "2026-02-26T08:00:56.772353+00:00",
|
|
854
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
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=\"M2.
|
|
9371
|
+
"svg": "<path d=\"M2.00195 6.88308C2.06337 5.28042 3.38201 4 4.99972 4H18.9997C20.6174 4 21.9361 5.28042 21.9975 6.88308L12.4469 11.6584C12.1654 11.7991 11.834 11.7991 11.5525 11.6584L2.00195 6.88308Z\" fill=\"currentColor\"/><path d=\"M2 9.11804V17C2 18.6569 3.34315 20 5 20H19C20.6569 20 22 18.6569 22 17V9.11804L13.3416 13.4472C12.497 13.8695 11.5029 13.8695 10.6583 13.4472L2 9.11804Z\" fill=\"currentColor\"/>",
|
|
9344
9372
|
"iconName": "email-2, envelope",
|
|
9345
9373
|
"variant": {
|
|
9346
9374
|
"join": "round",
|
|
@@ -9354,7 +9382,7 @@
|
|
|
9354
9382
|
},
|
|
9355
9383
|
{
|
|
9356
9384
|
"category": "Communication",
|
|
9357
|
-
"svg": "<path d=\"M21.
|
|
9385
|
+
"svg": "<path d=\"M21.9933 6.80437C21.8925 5.2387 20.5907 4 18.9996 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C15.9137 11 19.4527 9.39371 21.9933 6.80437Z\" fill=\"currentColor\"/><path d=\"M22 9.49072C19.2608 11.6865 15.7838 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V9.49072Z\" fill=\"currentColor\"/>",
|
|
9358
9386
|
"iconName": "email-3, envelope",
|
|
9359
9387
|
"variant": {
|
|
9360
9388
|
"join": "round",
|
|
@@ -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
|
|
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=\"M18 6C18 4.89543 18.8954 4 20 4C21.1046 4 22 4.89543 22 6C22 7.10457 21.1046 8 20 8C18.8954 8 18 7.10457 18 6Z\" fill=\"currentColor\"/><path d=\"M20 12C19.3875 12 18.7964 11.9082 18.2397 11.7376C16.3224 12.5504 14.2137 13 12 13C8.21621 13 4.7392 11.6865 2 9.49072V17C2 18.6568 3.34315 20 5 20H19C20.6569 20 22 18.6568 22 17V11.6586C21.3744 11.8797 20.7013 12 20 12Z\" fill=\"currentColor\"/><path d=\"M13.9996 6C13.9996 5.29873 14.1199 4.62556 14.341 4H4.99958C3.40845 4 2.10664 5.2387 2.00586 6.80437C4.54645 9.39371 8.08543 11 11.9996 11C13.3737 11 14.7016 10.802 15.9563 10.4331C14.7539 9.33581 13.9996 7.756 13.9996 6Z\" fill=\"currentColor\"/>",
|
|
9372
9400
|
"iconName": "email-notification, badge, envelope",
|
|
9373
9401
|
"variant": {
|
|
9374
9402
|
"join": "round",
|
|
@@ -12726,6 +12754,20 @@
|
|
|
12726
12754
|
"packageName": "round-filled-radius-2-stroke-2",
|
|
12727
12755
|
"componentName": "IconHeartBeat"
|
|
12728
12756
|
},
|
|
12757
|
+
{
|
|
12758
|
+
"category": "Interface General",
|
|
12759
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0009 4.42542C13.6174 3.14239 15.4724 2.76083 17.1698 3.13929C19.0978 3.56921 20.7327 4.96098 21.5116 6.90296C23.1158 10.9029 21.017 16.5929 12.4891 21.3727C12.1854 21.5428 11.8153 21.5429 11.5116 21.3727C2.98366 16.5929 0.884993 10.9029 2.48914 6.90296C3.26798 4.961 4.903 3.56924 6.83094 3.13929C8.52846 2.76079 10.3842 3.1421 12.0009 4.42542ZM11.9999 7.50061C11.5581 7.50068 11.2001 7.85863 11.2001 8.30042V8.5885C10.7484 8.66633 10.2855 8.84525 9.91785 9.17151C9.51802 9.52653 9.2656 10.0287 9.26551 10.6334C9.26555 11.4743 9.66356 12.0521 10.2108 12.4244C10.6911 12.7512 11.2982 12.9246 11.743 13.0563C12.2541 13.2075 12.6005 13.3166 12.8368 13.4733C13.0048 13.5848 13.0751 13.6854 13.0751 13.9098C13.0751 14.0329 13.0318 14.1238 12.8983 14.2174C12.74 14.3282 12.4699 14.4204 12.122 14.4371C11.7803 14.4535 11.4266 14.3937 11.1376 14.2692C10.8471 14.144 10.6712 13.9774 10.5878 13.8131C10.3876 13.4193 9.90645 13.2625 9.51258 13.4625C9.11888 13.6627 8.96196 14.1439 9.16199 14.5377C9.45946 15.1232 9.97401 15.5092 10.5048 15.7379C10.7273 15.8338 10.9618 15.9049 11.2001 15.9547V16.5006C11.2002 16.9423 11.5582 17.3004 11.9999 17.3004C12.4416 17.3004 12.7995 16.9423 12.7997 16.5006V15.9567C13.1601 15.8782 13.5122 15.7409 13.8163 15.528C14.3135 15.1796 14.6746 14.6283 14.6747 13.9098C14.6747 13.0719 14.2678 12.5028 13.7216 12.1403C13.2437 11.8233 12.638 11.6526 12.1971 11.5221C11.6898 11.3719 11.3441 11.2613 11.1102 11.1022C10.9434 10.9886 10.8651 10.8785 10.8651 10.6334C10.8652 10.5067 10.9059 10.433 10.9794 10.3678C11.0716 10.286 11.2424 10.2005 11.497 10.1608C12.0281 10.0779 12.6307 10.236 12.9647 10.5367C13.293 10.8321 13.799 10.8053 14.0946 10.4772C14.3901 10.1489 14.3633 9.64291 14.035 9.34729C13.6823 9.02967 13.2514 8.81131 12.7997 8.68225V8.30042C12.7997 7.85859 12.4417 7.50061 11.9999 7.50061Z\" fill=\"currentColor\"/>",
|
|
12760
|
+
"iconName": "heart-donation, dollar",
|
|
12761
|
+
"variant": {
|
|
12762
|
+
"join": "round",
|
|
12763
|
+
"filled": "on",
|
|
12764
|
+
"radius": "2",
|
|
12765
|
+
"stroke": "2"
|
|
12766
|
+
},
|
|
12767
|
+
"createdAt": "2026-02-26T07:00:43.514252+00:00",
|
|
12768
|
+
"packageName": "round-filled-radius-2-stroke-2",
|
|
12769
|
+
"componentName": "IconHeartDonation"
|
|
12770
|
+
},
|
|
12729
12771
|
{
|
|
12730
12772
|
"category": "Edit",
|
|
12731
12773
|
"svg": "<path d=\"M20.1209 3.70705C18.9493 2.53547 17.0498 2.53548 15.8783 3.70706L13.7854 5.79991C10.3895 3.79034 6.33541 3.44234 3.88873 5.88902C2.31808 7.45968 1.90595 9.7338 2.33048 11.9979C2.75608 14.2678 4.03118 16.6381 6.01005 18.6169C7.20752 19.8144 8.49446 20.6457 9.55254 21.1799C10.0821 21.4472 10.5625 21.6443 10.9562 21.7769C11.3068 21.895 11.6967 21.9999 11.9996 22C12.5519 22 12.9996 21.5523 12.9996 21C12.9996 20.4477 12.5519 20 11.9996 20C12.0179 20 12.0158 19.9995 11.991 19.9941C11.9443 19.984 11.8169 19.9564 11.5946 19.8816C11.2978 19.7816 10.905 19.6223 10.4539 19.3945C9.5506 18.9385 8.4463 18.2248 7.42426 17.2027C5.69316 15.4716 4.63839 13.4543 4.29622 11.6294C3.95298 9.79874 4.33519 8.27099 5.30294 7.30324C6.72865 5.87754 9.46289 5.73492 12.3189 7.26645L10.8783 8.70705C10.3157 9.26966 9.99964 10.0327 9.99964 10.8284V12.9999C9.99964 13.5522 10.4474 13.9999 10.9996 13.9999H13.1871C13.984 13.9999 14.7482 13.6828 15.311 13.1186L16.9919 11.4336C18.0283 12.7604 18.718 14.0186 18.9981 15.0882C19.3215 16.3234 19.0807 17.1545 18.3749 17.7191C17.9278 18.0768 17.4104 18.1038 16.7273 17.8216C16.0153 17.5275 15.2921 16.9506 14.7117 16.39C14.3145 16.0064 13.6814 16.0173 13.2977 16.4146C12.914 16.8118 12.925 17.4449 13.3222 17.8286C13.9666 18.451 14.9054 19.2329 15.9638 19.6701C17.0511 20.1193 18.4127 20.2501 19.6243 19.2808C21.1329 18.074 21.3883 16.3207 20.9328 14.5815C20.545 13.1007 19.631 11.5277 18.4141 10.0078L20.2969 8.12037C21.466 6.94837 21.4648 5.05091 20.2942 3.88037L20.1209 3.70705Z\" fill=\"currentColor\"/>",
|
|
@@ -21856,7 +21898,7 @@
|
|
|
21856
21898
|
},
|
|
21857
21899
|
{
|
|
21858
21900
|
"category": "Social Media & Brands",
|
|
21859
|
-
"svg": "<
|
|
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": "round",
|
package/icons/index.d.ts
CHANGED
|
@@ -58,6 +58,8 @@ export type CentralIconName =
|
|
|
58
58
|
| "IconAnvil"
|
|
59
59
|
| "IconApiAggregate"
|
|
60
60
|
| "IconApiConnection"
|
|
61
|
+
| "IconAppearanceDarkMode"
|
|
62
|
+
| "IconAppearanceLightMode"
|
|
61
63
|
| "IconApple"
|
|
62
64
|
| "IconAppleIntelligence"
|
|
63
65
|
| "IconAppleIntelligenceIcon"
|
|
@@ -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/round-filled-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.147",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-2/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":
|
|
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":
|
|
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";
|