@central-icons-react-native/round-filled-radius-0-stroke-1 1.1.304 → 1.1.306

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBell2Active: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconBell2Active;
@@ -0,0 +1,3 @@
1
+ var k=Object.create;var{getPrototypeOf:w,defineProperty:i,getOwnPropertyNames:c,getOwnPropertyDescriptor:P}=Object,h=Object.prototype.hasOwnProperty;function g(o){return this[o]}var M,y,B=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var s=r?M??=new WeakMap:y??=new WeakMap,p=s.get(o);if(p)return p}e=o!=null?k(w(o)):{};let m=r||!o||!o.__esModule?i(e,"default",{value:o,enumerable:!0}):e;for(let d of c(o))if(!h.call(m,d))i(m,d,{get:g.bind(o,d),enumerable:!0});if(t)s.set(o,m);return m},v=(o)=>{var r=(u??=new WeakMap).get(o),e;if(r)return r;if(r=i({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of c(o))if(!h.call(r,t))i(r,t,{get:g.bind(o,t),enumerable:!(e=P(o,t))||e.enumerable})}return u.set(o,r),r},u;var S=(o)=>o;function L(o,r){this[o]=S.bind(null,r)}var x=(o,r)=>{for(var e in r)i(o,e,{get:r[e],enumerable:!0,configurable:!0,set:L.bind(r,e)})};var Z={};x(Z,{CentralIconBase:()=>f});module.exports=v(Z);var l=B(require("react")),n=require("react-native-svg"),f=({children:o,size:r=24,mode:e="masked",maskId:t,...s})=>{let p=e!=="raw"&&!!t;return l.default.createElement(n.Svg,{...s,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},p?l.default.createElement(l.default.Fragment,null,l.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),l.default.createElement(n.G,{color:"#fff"},o)),l.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):o)};var b={};x(b,{default:()=>H,IconBell2Active:()=>I});module.exports=v(b);var C=B(require("react"));var a=require("react-native-svg"),I=C.default.memo((o)=>{return C.default.createElement(f,{...o,maskId:"round-filled-radius-0-stroke-1-IconBell2Active"},C.default.createElement(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0002 2.00009C15.8346 2.00022 19.0005 4.98793 19.1926 8.7999L19.4006 12.8722L20.9485 16.0304C20.982 16.0988 21.0002 16.1738 21.0002 16.2501V17.5001C21.0002 17.7762 20.7763 18 20.5002 18.0001H16.4729C16.2242 20.25 14.3164 22 12.0002 22.0001C9.68396 22.0001 7.7763 20.2501 7.52758 18.0001H3.50024C3.2241 18.0001 3.00024 17.7762 3.00024 17.5001V16.2501C3.00024 16.1739 3.01753 16.0988 3.05102 16.0304L4.59985 12.8722L4.80688 8.7999C4.99899 4.98784 8.16572 2.00009 12.0002 2.00009ZM8.53539 18.0001C8.778 19.6961 10.2362 20.9999 11.9993 21.0001C13.7625 21.0001 15.2215 19.6962 15.4641 18.0001H8.53539Z",fill:"currentColor"}),C.default.createElement(a.Path,{d:"M5.05395 1.62509C5.26092 1.4424 5.57724 1.46216 5.76 1.66904C5.94274 1.87606 5.92307 2.19235 5.71606 2.37509C4.0798 3.81944 2.94518 5.81728 2.60571 8.07431C2.56463 8.34734 2.31038 8.53524 2.03735 8.49423C1.76445 8.45305 1.57644 8.19882 1.61743 7.92587C1.993 5.42869 3.24719 3.21995 5.05395 1.62509Z",fill:"currentColor"}),C.default.createElement(a.Path,{d:"M18.2395 1.66904C18.4222 1.46208 18.7385 1.44257 18.9456 1.62509C20.7524 3.21995 22.0075 5.42863 22.3831 7.92587C22.424 8.19886 22.2352 8.45317 21.9622 8.49423C21.6893 8.53497 21.4348 8.3472 21.3938 8.07431C21.0543 5.81725 19.9197 3.81943 18.2834 2.37509C18.0767 2.19237 18.057 1.87597 18.2395 1.66904Z",fill:"currentColor"}))}),H=I;
2
+
3
+ //# debugId=20EA48B4FFCEB2D764756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBell2Active/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBell2Active: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-0-stroke-1-IconBell2Active\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 2.00009C15.8346 2.00022 19.0005 4.98793 19.1926 8.7999L19.4006 12.8722L20.9485 16.0304C20.982 16.0988 21.0002 16.1738 21.0002 16.2501V17.5001C21.0002 17.7762 20.7763 18 20.5002 18.0001H16.4729C16.2242 20.25 14.3164 22 12.0002 22.0001C9.68396 22.0001 7.7763 20.2501 7.52758 18.0001H3.50024C3.2241 18.0001 3.00024 17.7762 3.00024 17.5001V16.2501C3.00024 16.1739 3.01753 16.0988 3.05102 16.0304L4.59985 12.8722L4.80688 8.7999C4.99899 4.98784 8.16572 2.00009 12.0002 2.00009ZM8.53539 18.0001C8.778 19.6961 10.2362 20.9999 11.9993 21.0001C13.7625 21.0001 15.2215 19.6962 15.4641 18.0001H8.53539Z\" fill=\"currentColor\"/><Path d=\"M5.05395 1.62509C5.26092 1.4424 5.57724 1.46216 5.76 1.66904C5.94274 1.87606 5.92307 2.19235 5.71606 2.37509C4.0798 3.81944 2.94518 5.81728 2.60571 8.07431C2.56463 8.34734 2.31038 8.53524 2.03735 8.49423C1.76445 8.45305 1.57644 8.19882 1.61743 7.92587C1.993 5.42869 3.24719 3.21995 5.05395 1.62509Z\" fill=\"currentColor\"/><Path d=\"M18.2395 1.66904C18.4222 1.46208 18.7385 1.44257 18.9456 1.62509C20.7524 3.21995 22.0075 5.42863 22.3831 7.92587C22.424 8.19886 22.2352 8.45317 21.9622 8.49423C21.6893 8.53497 21.4348 8.3472 21.3938 8.07431C21.0543 5.81725 19.9197 3.81943 18.2834 2.37509C18.0767 2.19237 18.057 1.87597 18.2395 1.66904Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBell2Active;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,2EChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAoE,UAAM,KAAK,CAAC,IAAU,CACrG,OAAO,wBAA24C,EAA34C,IAAqB,EAAO,OAAO,kDAAiD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0lBAA0lB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,6SAA6S,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,CAAI,EACn5C,EAEc",
9
+ "debugId": "20EA48B4FFCEB2D764756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import o from"react";import{Svg as a,Mask as d,Rect as C,G as f}from"react-native-svg";var i=({children:t,size:r=24,mode:s="masked",maskId:n,...p})=>{let m=s!=="raw"&&!!n;return o.createElement(a,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?o.createElement(o.Fragment,null,o.createElement(d,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(C,{width:"24",height:"24",fill:"#000"}),o.createElement(f,{color:"#fff"},t)),o.createElement(C,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):t)};import e from"react";import{Path as l}from"react-native-svg";var u=e.memo((t)=>{return e.createElement(i,{...t,maskId:"round-filled-radius-0-stroke-1-IconBell2Active"},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0002 2.00009C15.8346 2.00022 19.0005 4.98793 19.1926 8.7999L19.4006 12.8722L20.9485 16.0304C20.982 16.0988 21.0002 16.1738 21.0002 16.2501V17.5001C21.0002 17.7762 20.7763 18 20.5002 18.0001H16.4729C16.2242 20.25 14.3164 22 12.0002 22.0001C9.68396 22.0001 7.7763 20.2501 7.52758 18.0001H3.50024C3.2241 18.0001 3.00024 17.7762 3.00024 17.5001V16.2501C3.00024 16.1739 3.01753 16.0988 3.05102 16.0304L4.59985 12.8722L4.80688 8.7999C4.99899 4.98784 8.16572 2.00009 12.0002 2.00009ZM8.53539 18.0001C8.778 19.6961 10.2362 20.9999 11.9993 21.0001C13.7625 21.0001 15.2215 19.6962 15.4641 18.0001H8.53539Z",fill:"currentColor"}),e.createElement(l,{d:"M5.05395 1.62509C5.26092 1.4424 5.57724 1.46216 5.76 1.66904C5.94274 1.87606 5.92307 2.19235 5.71606 2.37509C4.0798 3.81944 2.94518 5.81728 2.60571 8.07431C2.56463 8.34734 2.31038 8.53524 2.03735 8.49423C1.76445 8.45305 1.57644 8.19882 1.61743 7.92587C1.993 5.42869 3.24719 3.21995 5.05395 1.62509Z",fill:"currentColor"}),e.createElement(l,{d:"M18.2395 1.66904C18.4222 1.46208 18.7385 1.44257 18.9456 1.62509C20.7524 3.21995 22.0075 5.42863 22.3831 7.92587C22.424 8.19886 22.2352 8.45317 21.9622 8.49423C21.6893 8.53497 21.4348 8.3472 21.3938 8.07431C21.0543 5.81725 19.9197 3.81943 18.2834 2.37509C18.0767 2.19237 18.057 1.87597 18.2395 1.66904Z",fill:"currentColor"}))}),P=u;export{P as default,u as IconBell2Active};
2
+
3
+ //# debugId=E99A0AD3F5DB745664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBell2Active/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBell2Active: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-0-stroke-1-IconBell2Active\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0002 2.00009C15.8346 2.00022 19.0005 4.98793 19.1926 8.7999L19.4006 12.8722L20.9485 16.0304C20.982 16.0988 21.0002 16.1738 21.0002 16.2501V17.5001C21.0002 17.7762 20.7763 18 20.5002 18.0001H16.4729C16.2242 20.25 14.3164 22 12.0002 22.0001C9.68396 22.0001 7.7763 20.2501 7.52758 18.0001H3.50024C3.2241 18.0001 3.00024 17.7762 3.00024 17.5001V16.2501C3.00024 16.1739 3.01753 16.0988 3.05102 16.0304L4.59985 12.8722L4.80688 8.7999C4.99899 4.98784 8.16572 2.00009 12.0002 2.00009ZM8.53539 18.0001C8.778 19.6961 10.2362 20.9999 11.9993 21.0001C13.7625 21.0001 15.2215 19.6962 15.4641 18.0001H8.53539Z\" fill=\"currentColor\"/><Path d=\"M5.05395 1.62509C5.26092 1.4424 5.57724 1.46216 5.76 1.66904C5.94274 1.87606 5.92307 2.19235 5.71606 2.37509C4.0798 3.81944 2.94518 5.81728 2.60571 8.07431C2.56463 8.34734 2.31038 8.53524 2.03735 8.49423C1.76445 8.45305 1.57644 8.19882 1.61743 7.92587C1.993 5.42869 3.24719 3.21995 5.05395 1.62509Z\" fill=\"currentColor\"/><Path d=\"M18.2395 1.66904C18.4222 1.46208 18.7385 1.44257 18.9456 1.62509C20.7524 3.21995 22.0075 5.42863 22.3831 7.92587C22.424 8.19886 22.2352 8.45317 21.9622 8.49423C21.6893 8.53497 21.4348 8.3472 21.3938 8.07431C21.0543 5.81725 19.9197 3.81943 18.2834 2.37509C18.0767 2.19237 18.057 1.87597 18.2395 1.66904Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBell2Active;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAoE,EAAM,KAAK,CAAC,IAAU,CACrG,OAAO,gBAA24C,EAA34C,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,0lBAA0lB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,6SAA6S,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iTAAiT,KAAK,eAAc,CAAI,EACn5C,EAEc",
9
+ "debugId": "E99A0AD3F5DB745664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBell2Off: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconBell2Off;
@@ -0,0 +1,3 @@
1
+ var L=Object.create;var{getPrototypeOf:v,defineProperty:C,getOwnPropertyNames:c,getOwnPropertyDescriptor:w}=Object,h=Object.prototype.hasOwnProperty;function g(o){return this[o]}var P,y,B=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var p=r?P??=new WeakMap:y??=new WeakMap,i=p.get(o);if(i)return i}e=o!=null?L(v(o)):{};let m=r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e;for(let f of c(o))if(!h.call(m,f))C(m,f,{get:g.bind(o,f),enumerable:!0});if(t)p.set(o,m);return m},x=(o)=>{var r=(u??=new WeakMap).get(o),e;if(r)return r;if(r=C({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of c(o))if(!h.call(r,t))C(r,t,{get:g.bind(o,t),enumerable:!(e=w(o,t))||e.enumerable})}return u.set(o,r),r},u;var M=(o)=>o;function S(o,r){this[o]=M.bind(null,r)}var I=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0,configurable:!0,set:S.bind(r,e)})};var H={};I(H,{CentralIconBase:()=>a});module.exports=x(H);var l=B(require("react")),n=require("react-native-svg"),a=({children:o,size:r=24,mode:e="masked",maskId:t,...p})=>{let i=e!=="raw"&&!!t;return l.default.createElement(n.Svg,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},i?l.default.createElement(l.default.Fragment,null,l.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),l.default.createElement(n.G,{color:"#fff"},o)),l.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):o)};var b={};I(b,{default:()=>O,IconBell2Off:()=>k});module.exports=x(b);var s=B(require("react"));var d=require("react-native-svg"),k=s.default.memo((o)=>{return s.default.createElement(a,{...o,maskId:"round-filled-radius-0-stroke-1-IconBell2Off"},s.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.64657 2.64648C2.84183 2.45124 3.15834 2.45123 3.3536 2.64648L21.3536 20.6465C21.5488 20.8417 21.5488 21.1583 21.3536 21.3535C21.1583 21.5488 20.8418 21.5488 20.6466 21.3535L17.2931 18H16.4727C16.224 20.25 14.3163 22 12.0001 22C9.68381 22 7.77615 20.25 7.52743 18H3.50008C3.22394 18 3.00008 17.7761 3.00008 17.5V16.25C3.00008 16.1739 3.01741 16.0987 3.05087 16.0303L4.59969 12.8721L4.8077 8.7998C4.85505 7.86044 5.08386 6.97173 5.45809 6.16504L2.64657 3.35352C2.45131 3.15825 2.45131 2.84175 2.64657 2.64648ZM8.53524 18C8.77786 19.6961 10.2368 21 12.0001 21C13.7632 20.9998 15.2213 19.696 15.464 18H8.53524Z",fill:"currentColor"}),s.default.createElement(d.Path,{d:"M12.0001 2C15.8346 2.00002 19.0003 4.98777 19.1925 8.7998L19.4005 12.8721L20.9493 16.0303C20.9828 16.0987 21.0001 16.1739 21.0001 16.25V17.5C21.0001 17.7761 20.7762 18 20.5001 18H20.0069L6.52059 4.51367C7.84496 2.9719 9.8136 2 12.0001 2Z",fill:"currentColor"}))}),O=k;
2
+
3
+ //# debugId=8406DC90374E9A9964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBell2Off/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBell2Off: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-0-stroke-1-IconBell2Off\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.64657 2.64648C2.84183 2.45124 3.15834 2.45123 3.3536 2.64648L21.3536 20.6465C21.5488 20.8417 21.5488 21.1583 21.3536 21.3535C21.1583 21.5488 20.8418 21.5488 20.6466 21.3535L17.2931 18H16.4727C16.224 20.25 14.3163 22 12.0001 22C9.68381 22 7.77615 20.25 7.52743 18H3.50008C3.22394 18 3.00008 17.7761 3.00008 17.5V16.25C3.00008 16.1739 3.01741 16.0987 3.05087 16.0303L4.59969 12.8721L4.8077 8.7998C4.85505 7.86044 5.08386 6.97173 5.45809 6.16504L2.64657 3.35352C2.45131 3.15825 2.45131 2.84175 2.64657 2.64648ZM8.53524 18C8.77786 19.6961 10.2368 21 12.0001 21C13.7632 20.9998 15.2213 19.696 15.464 18H8.53524Z\" fill=\"currentColor\"/><Path d=\"M12.0001 2C15.8346 2.00002 19.0003 4.98777 19.1925 8.7998L19.4005 12.8721L20.9493 16.0303C20.9828 16.0987 21.0001 16.1739 21.0001 16.25V17.5C21.0001 17.7761 20.7762 18 20.5001 18H20.0069L6.52059 4.51367C7.84496 2.9719 9.8136 2 12.0001 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBell2Off;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,wEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAiE,UAAM,KAAK,CAAC,IAAU,CAClG,OAAO,wBAAugC,EAAvgC,IAAqB,EAAO,OAAO,+CAA8C,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,omBAAomB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,CAAI,EAC/gC,EAEc",
9
+ "debugId": "8406DC90374E9A9964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import o from"react";import{Svg as f,Mask as a,Rect as l,G as d}from"react-native-svg";var C=({children:e,size:r=24,mode:p="masked",maskId:n,...i})=>{let m=p!=="raw"&&!!n;return o.createElement(f,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?o.createElement(o.Fragment,null,o.createElement(a,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(l,{width:"24",height:"24",fill:"#000"}),o.createElement(d,{color:"#fff"},e)),o.createElement(l,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";import{Path as s}from"react-native-svg";var u=t.memo((e)=>{return t.createElement(C,{...e,maskId:"round-filled-radius-0-stroke-1-IconBell2Off"},t.createElement(s,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.64657 2.64648C2.84183 2.45124 3.15834 2.45123 3.3536 2.64648L21.3536 20.6465C21.5488 20.8417 21.5488 21.1583 21.3536 21.3535C21.1583 21.5488 20.8418 21.5488 20.6466 21.3535L17.2931 18H16.4727C16.224 20.25 14.3163 22 12.0001 22C9.68381 22 7.77615 20.25 7.52743 18H3.50008C3.22394 18 3.00008 17.7761 3.00008 17.5V16.25C3.00008 16.1739 3.01741 16.0987 3.05087 16.0303L4.59969 12.8721L4.8077 8.7998C4.85505 7.86044 5.08386 6.97173 5.45809 6.16504L2.64657 3.35352C2.45131 3.15825 2.45131 2.84175 2.64657 2.64648ZM8.53524 18C8.77786 19.6961 10.2368 21 12.0001 21C13.7632 20.9998 15.2213 19.696 15.464 18H8.53524Z",fill:"currentColor"}),t.createElement(s,{d:"M12.0001 2C15.8346 2.00002 19.0003 4.98777 19.1925 8.7998L19.4005 12.8721L20.9493 16.0303C20.9828 16.0987 21.0001 16.1739 21.0001 16.25V17.5C21.0001 17.7761 20.7762 18 20.5001 18H20.0069L6.52059 4.51367C7.84496 2.9719 9.8136 2 12.0001 2Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconBell2Off};
2
+
3
+ //# debugId=3FF9029349D52A8164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBell2Off/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBell2Off: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-0-stroke-1-IconBell2Off\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.64657 2.64648C2.84183 2.45124 3.15834 2.45123 3.3536 2.64648L21.3536 20.6465C21.5488 20.8417 21.5488 21.1583 21.3536 21.3535C21.1583 21.5488 20.8418 21.5488 20.6466 21.3535L17.2931 18H16.4727C16.224 20.25 14.3163 22 12.0001 22C9.68381 22 7.77615 20.25 7.52743 18H3.50008C3.22394 18 3.00008 17.7761 3.00008 17.5V16.25C3.00008 16.1739 3.01741 16.0987 3.05087 16.0303L4.59969 12.8721L4.8077 8.7998C4.85505 7.86044 5.08386 6.97173 5.45809 6.16504L2.64657 3.35352C2.45131 3.15825 2.45131 2.84175 2.64657 2.64648ZM8.53524 18C8.77786 19.6961 10.2368 21 12.0001 21C13.7632 20.9998 15.2213 19.696 15.464 18H8.53524Z\" fill=\"currentColor\"/><Path d=\"M12.0001 2C15.8346 2.00002 19.0003 4.98777 19.1925 8.7998L19.4005 12.8721L20.9493 16.0303C20.9828 16.0987 21.0001 16.1739 21.0001 16.25V17.5C21.0001 17.7761 20.7762 18 20.5001 18H20.0069L6.52059 4.51367C7.84496 2.9719 9.8136 2 12.0001 2Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBell2Off;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAiE,EAAM,KAAK,CAAC,IAAU,CAClG,OAAO,gBAAugC,EAAvgC,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,omBAAomB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gPAAgP,KAAK,eAAc,CAAI,EAC/gC,EAEc",
9
+ "debugId": "3FF9029349D52A8164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBellActive: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconBellActive;
@@ -0,0 +1,3 @@
1
+ var v=Object.create;var{getPrototypeOf:w,defineProperty:s,getOwnPropertyNames:c,getOwnPropertyDescriptor:P}=Object,h=Object.prototype.hasOwnProperty;function g(r){return this[r]}var M,y,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?M??=new WeakMap:y??=new WeakMap,p=m.get(r);if(p)return p}e=r!=null?v(w(r)):{};let a=o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e;for(let f of c(r))if(!h.call(a,f))s(a,f,{get:g.bind(r,f),enumerable:!0});if(t)m.set(r,a);return a},x=(r)=>{var o=(u??=new WeakMap).get(r),e;if(o)return o;if(o=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!h.call(o,t))s(o,t,{get:g.bind(r,t),enumerable:!(e=P(r,t))||e.enumerable})}return u.set(r,o),o},u;var S=(r)=>r;function Z(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0,configurable:!0,set:Z.bind(o,e)})};var b={};I(b,{CentralIconBase:()=>d});module.exports=x(b);var l=B(require("react")),n=require("react-native-svg"),d=({children:r,size:o=24,mode:e="masked",maskId:t,...m})=>{let p=e!=="raw"&&!!t;return l.default.createElement(n.Svg,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?l.default.createElement(l.default.Fragment,null,l.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),l.default.createElement(n.G,{color:"#fff"},r)),l.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var $={};I($,{default:()=>A,IconBellActive:()=>k});module.exports=x($);var C=B(require("react"));var i=require("react-native-svg"),k=C.default.memo((r)=>{return C.default.createElement(d,{...r,maskId:"round-filled-radius-0-stroke-1-IconBellActive"},C.default.createElement(i.Path,{d:"M16.243 18.9999C15.6253 20.7476 13.959 21.9998 11.9999 21.9999C10.0405 21.9999 8.37346 20.7477 7.75571 18.9999H16.243Z",fill:"currentColor"}),C.default.createElement(i.Path,{d:"M11.9999 1.99991C16.1821 2.00007 19.6906 5.1555 20.1327 9.31436L20.9969 17.4472C21.0283 17.7424 20.7967 17.9997 20.4999 17.9999H3.49985C3.20281 17.9999 2.9714 17.7426 3.00278 17.4472L3.86606 9.31436C4.30814 5.15537 7.81739 1.99991 11.9999 1.99991Z",fill:"currentColor"}),C.default.createElement(i.Path,{d:"M5.15708 1.60343C5.37583 1.43523 5.68983 1.4766 5.85825 1.69522C6.02641 1.91396 5.986 2.22798 5.76743 2.3964C4.19291 3.60867 2.93323 5.25718 2.30356 7.15714C2.2167 7.41924 1.93383 7.56135 1.67173 7.47452C1.4097 7.38761 1.26753 7.10475 1.35434 6.84268C2.05435 4.73044 3.44439 2.92208 5.15708 1.60343Z",fill:"currentColor"}),C.default.createElement(i.Path,{d:"M18.1424 1.69522C18.3109 1.47646 18.6248 1.43506 18.8436 1.60343C20.5563 2.92208 21.9462 4.73049 22.6463 6.84268C22.733 7.10462 22.5908 7.38753 22.329 7.47452C22.0669 7.56134 21.784 7.41919 21.6971 7.15714C21.0674 5.25719 19.8077 3.60865 18.2332 2.3964C18.0146 2.22793 17.9741 1.91399 18.1424 1.69522Z",fill:"currentColor"}))}),A=k;
2
+
3
+ //# debugId=53262F43AB9EEEF964756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBellActive/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBellActive: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-0-stroke-1-IconBellActive\"><Path d=\"M16.243 18.9999C15.6253 20.7476 13.959 21.9998 11.9999 21.9999C10.0405 21.9999 8.37346 20.7477 7.75571 18.9999H16.243Z\" fill=\"currentColor\"/><Path d=\"M11.9999 1.99991C16.1821 2.00007 19.6906 5.1555 20.1327 9.31436L20.9969 17.4472C21.0283 17.7424 20.7967 17.9997 20.4999 17.9999H3.49985C3.20281 17.9999 2.9714 17.7426 3.00278 17.4472L3.86606 9.31436C4.30814 5.15537 7.81739 1.99991 11.9999 1.99991Z\" fill=\"currentColor\"/><Path d=\"M5.15708 1.60343C5.37583 1.43523 5.68983 1.4766 5.85825 1.69522C6.02641 1.91396 5.986 2.22798 5.76743 2.3964C4.19291 3.60867 2.93323 5.25718 2.30356 7.15714C2.2167 7.41924 1.93383 7.56135 1.67173 7.47452C1.4097 7.38761 1.26753 7.10475 1.35434 6.84268C2.05435 4.73044 3.44439 2.92208 5.15708 1.60343Z\" fill=\"currentColor\"/><Path d=\"M18.1424 1.69522C18.3109 1.47646 18.6248 1.43506 18.8436 1.60343C20.5563 2.92208 21.9462 4.73049 22.6463 6.84268C22.733 7.10462 22.5908 7.38753 22.329 7.47452C22.0669 7.56134 21.784 7.41919 21.6971 7.15714C21.0674 5.25719 19.8077 3.60865 18.2332 2.3964C18.0146 2.22793 17.9741 1.91399 18.1424 1.69522Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBellActive;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,0EChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAmE,UAAM,KAAK,CAAC,IAAU,CACpG,OAAO,wBAA0pC,EAA1pC,IAAqB,EAAO,OAAO,iDAAgD,wBAAC,OAAD,CAAM,EAAE,yHAAyH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0PAA0P,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,gTAAgT,KAAK,eAAc,CAAI,EAClqC,EAEc",
9
+ "debugId": "53262F43AB9EEEF964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as a,Mask as f,Rect as C,G as d}from"react-native-svg";var s=({children:t,size:o=24,mode:i="masked",maskId:l,...m})=>{let p=i!=="raw"&&!!l;return r.createElement(a,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?r.createElement(r.Fragment,null,r.createElement(f,{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(C,{width:"24",height:"24",fill:"#000"}),r.createElement(d,{color:"#fff"},t)),r.createElement(C,{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):t)};import e from"react";import{Path as n}from"react-native-svg";var u=e.memo((t)=>{return e.createElement(s,{...t,maskId:"round-filled-radius-0-stroke-1-IconBellActive"},e.createElement(n,{d:"M16.243 18.9999C15.6253 20.7476 13.959 21.9998 11.9999 21.9999C10.0405 21.9999 8.37346 20.7477 7.75571 18.9999H16.243Z",fill:"currentColor"}),e.createElement(n,{d:"M11.9999 1.99991C16.1821 2.00007 19.6906 5.1555 20.1327 9.31436L20.9969 17.4472C21.0283 17.7424 20.7967 17.9997 20.4999 17.9999H3.49985C3.20281 17.9999 2.9714 17.7426 3.00278 17.4472L3.86606 9.31436C4.30814 5.15537 7.81739 1.99991 11.9999 1.99991Z",fill:"currentColor"}),e.createElement(n,{d:"M5.15708 1.60343C5.37583 1.43523 5.68983 1.4766 5.85825 1.69522C6.02641 1.91396 5.986 2.22798 5.76743 2.3964C4.19291 3.60867 2.93323 5.25718 2.30356 7.15714C2.2167 7.41924 1.93383 7.56135 1.67173 7.47452C1.4097 7.38761 1.26753 7.10475 1.35434 6.84268C2.05435 4.73044 3.44439 2.92208 5.15708 1.60343Z",fill:"currentColor"}),e.createElement(n,{d:"M18.1424 1.69522C18.3109 1.47646 18.6248 1.43506 18.8436 1.60343C20.5563 2.92208 21.9462 4.73049 22.6463 6.84268C22.733 7.10462 22.5908 7.38753 22.329 7.47452C22.0669 7.56134 21.784 7.41919 21.6971 7.15714C21.0674 5.25719 19.8077 3.60865 18.2332 2.3964C18.0146 2.22793 17.9741 1.91399 18.1424 1.69522Z",fill:"currentColor"}))}),P=u;export{P as default,u as IconBellActive};
2
+
3
+ //# debugId=95857E5733D1323D64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconBellActive/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBellActive: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-0-stroke-1-IconBellActive\"><Path d=\"M16.243 18.9999C15.6253 20.7476 13.959 21.9998 11.9999 21.9999C10.0405 21.9999 8.37346 20.7477 7.75571 18.9999H16.243Z\" fill=\"currentColor\"/><Path d=\"M11.9999 1.99991C16.1821 2.00007 19.6906 5.1555 20.1327 9.31436L20.9969 17.4472C21.0283 17.7424 20.7967 17.9997 20.4999 17.9999H3.49985C3.20281 17.9999 2.9714 17.7426 3.00278 17.4472L3.86606 9.31436C4.30814 5.15537 7.81739 1.99991 11.9999 1.99991Z\" fill=\"currentColor\"/><Path d=\"M5.15708 1.60343C5.37583 1.43523 5.68983 1.4766 5.85825 1.69522C6.02641 1.91396 5.986 2.22798 5.76743 2.3964C4.19291 3.60867 2.93323 5.25718 2.30356 7.15714C2.2167 7.41924 1.93383 7.56135 1.67173 7.47452C1.4097 7.38761 1.26753 7.10475 1.35434 6.84268C2.05435 4.73044 3.44439 2.92208 5.15708 1.60343Z\" fill=\"currentColor\"/><Path d=\"M18.1424 1.69522C18.3109 1.47646 18.6248 1.43506 18.8436 1.60343C20.5563 2.92208 21.9462 4.73049 22.6463 6.84268C22.733 7.10462 22.5908 7.38753 22.329 7.47452C22.0669 7.56134 21.784 7.41919 21.6971 7.15714C21.0674 5.25719 19.8077 3.60865 18.2332 2.3964C18.0146 2.22793 17.9741 1.91399 18.1424 1.69522Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconBellActive;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAmE,EAAM,KAAK,CAAC,IAAU,CACpG,OAAO,gBAA0pC,EAA1pC,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,EAAE,yHAAyH,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0PAA0P,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8SAA8S,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,gTAAgT,KAAK,eAAc,CAAI,EAClqC,EAEc",
9
+ "debugId": "95857E5733D1323D64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1328,6 +1328,9 @@ Below is a complete list of available icons:
1328
1328
  - IconWindowSquareDelete
1329
1329
  - IconWindowSquareLocked
1330
1330
  - IconWindowSquareSecurity
1331
+ - IconBellActive
1332
+ - IconBell2Active
1333
+ - IconBell2Off
1331
1334
 
1332
1335
  ### Keyboard
1333
1336