@central-icons-react-native/square-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.
- package/IconBell2Active/index.d.ts +4 -0
- package/IconBell2Active/index.js +3 -0
- package/IconBell2Active/index.js.map +11 -0
- package/IconBell2Active/index.mjs +3 -0
- package/IconBell2Active/index.mjs.map +11 -0
- package/IconBell2Off/index.d.ts +4 -0
- package/IconBell2Off/index.js +3 -0
- package/IconBell2Off/index.js.map +11 -0
- package/IconBell2Off/index.mjs +3 -0
- package/IconBell2Off/index.mjs.map +11 -0
- package/IconBellActive/index.d.ts +4 -0
- package/IconBellActive/index.js +3 -0
- package/IconBellActive/index.js.map +11 -0
- package/IconBellActive/index.mjs +3 -0
- package/IconBellActive/index.mjs.map +11 -0
- package/README.md +3 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +3 -0
- package/index.js +9 -0
- package/index.mjs +3 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +4 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:k,defineProperty:i,getOwnPropertyNames:c,getOwnPropertyDescriptor:w}=Object,h=Object.prototype.hasOwnProperty;function g(r){return this[r]}var P,M,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var p=o?P??=new WeakMap:M??=new WeakMap,C=p.get(r);if(C)return C}e=r!=null?I(k(r)):{};let m=o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e;for(let d of c(r))if(!h.call(m,d))i(m,d,{get:g.bind(r,d),enumerable:!0});if(t)p.set(r,m);return m},L=(r)=>{var o=(u??=new WeakMap).get(r),e;if(o)return o;if(o=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!h.call(o,t))i(o,t,{get:g.bind(r,t),enumerable:!(e=w(r,t))||e.enumerable})}return u.set(r,o),o},u;var y=(r)=>r;function S(r,o){this[r]=y.bind(null,o)}var v=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0,configurable:!0,set:S.bind(o,e)})};var Z={};v(Z,{CentralIconBase:()=>f});module.exports=L(Z);var l=B(require("react")),n=require("react-native-svg"),f=({children:r,size:o=24,mode:e="masked",maskId:t,...p})=>{let C=e!=="raw"&&!!t;return l.default.createElement(n.Svg,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C?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 b={};v(b,{default:()=>H,IconBell2Active:()=>x});module.exports=L(b);var s=B(require("react"));var a=require("react-native-svg"),x=s.default.memo((r)=>{return s.default.createElement(f,{...r,maskId:"square-filled-radius-0-stroke-1-IconBell2Active"},s.default.createElement(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.99974 4.98775 8.16549 2 12 2ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z",fill:"currentColor"}),s.default.createElement(a.Path,{d:"M6 1.49902L6.30078 1.89844C4.23022 3.4537 2.81641 5.83454 2.54688 8.5498L1.55176 8.4502C1.85002 5.44668 3.41419 2.81676 5.7002 1.09961L6 1.49902Z",fill:"currentColor"}),s.default.createElement(a.Path,{d:"M18.3008 1.09961C20.5866 2.81677 22.15 5.44683 22.4482 8.4502L21.4531 8.5498C21.1836 5.83466 19.7706 3.45371 17.7002 1.89844L18 1.49902L18.3008 1.09961Z",fill:"currentColor"}))}),H=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=AB54F84031FD04AA64756E2164756E21
|
|
@@ -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=\"square-filled-radius-0-stroke-1-IconBell2Active\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.99974 4.98775 8.16549 2 12 2ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z\" fill=\"currentColor\"/><Path d=\"M6 1.49902L6.30078 1.89844C4.23022 3.4537 2.81641 5.83454 2.54688 8.5498L1.55176 8.4502C1.85002 5.44668 3.41419 2.81676 5.7002 1.09961L6 1.49902Z\" fill=\"currentColor\"/><Path d=\"M18.3008 1.09961C20.5866 2.81677 22.15 5.44683 22.4482 8.4502L21.4531 8.5498C21.1836 5.83466 19.7706 3.45371 17.7002 1.89844L18 1.49902L18.3008 1.09961Z\" 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,wBAAq0B,EAAr0B,IAAqB,EAAO,OAAO,mDAAkD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kUAAkU,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,CAAI,EAC70B,EAEc",
|
|
9
|
+
"debugId": "AB54F84031FD04AA64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as a,Mask as d,Rect as s,G as f}from"react-native-svg";var i=({children:t,size:o=24,mode:p="masked",maskId:n,...C})=>{let m=p!=="raw"&&!!n;return r.createElement(a,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?r.createElement(r.Fragment,null,r.createElement(d,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(s,{width:"24",height:"24",fill:"#000"}),r.createElement(f,{color:"#fff"},t)),r.createElement(s,{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:"square-filled-radius-0-stroke-1-IconBell2Active"},e.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.99974 4.98775 8.16549 2 12 2ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z",fill:"currentColor"}),e.createElement(l,{d:"M6 1.49902L6.30078 1.89844C4.23022 3.4537 2.81641 5.83454 2.54688 8.5498L1.55176 8.4502C1.85002 5.44668 3.41419 2.81676 5.7002 1.09961L6 1.49902Z",fill:"currentColor"}),e.createElement(l,{d:"M18.3008 1.09961C20.5866 2.81677 22.15 5.44683 22.4482 8.4502L21.4531 8.5498C21.1836 5.83466 19.7706 3.45371 17.7002 1.89844L18 1.49902L18.3008 1.09961Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconBell2Active};
|
|
2
|
+
|
|
3
|
+
//# debugId=CAA147080F3A6C4364756E2164756E21
|
|
@@ -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=\"square-filled-radius-0-stroke-1-IconBell2Active\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.99974 4.98775 8.16549 2 12 2ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z\" fill=\"currentColor\"/><Path d=\"M6 1.49902L6.30078 1.89844C4.23022 3.4537 2.81641 5.83454 2.54688 8.5498L1.55176 8.4502C1.85002 5.44668 3.41419 2.81676 5.7002 1.09961L6 1.49902Z\" fill=\"currentColor\"/><Path d=\"M18.3008 1.09961C20.5866 2.81677 22.15 5.44683 22.4482 8.4502L21.4531 8.5498C21.1836 5.83466 19.7706 3.45371 17.7002 1.89844L18 1.49902L18.3008 1.09961Z\" 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,gBAAq0B,EAAr0B,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,kUAAkU,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oJAAoJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,2JAA2J,KAAK,eAAc,CAAI,EAC70B,EAEc",
|
|
9
|
+
"debugId": "CAA147080F3A6C4364756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var k=Object.create;var{getPrototypeOf:v,defineProperty:s,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 i=r?P??=new WeakMap:y??=new WeakMap,m=i.get(o);if(m)return m}e=o!=null?k(v(o)):{};let a=r||!o||!o.__esModule?s(e,"default",{value:o,enumerable:!0}):e;for(let f of c(o))if(!h.call(a,f))s(a,f,{get:g.bind(o,f),enumerable:!0});if(t)i.set(o,a);return a},L=(o)=>{var r=(u??=new WeakMap).get(o),e;if(r)return r;if(r=s({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of c(o))if(!h.call(r,t))s(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 x=(o,r)=>{for(var e in r)s(o,e,{get:r[e],enumerable:!0,configurable:!0,set:S.bind(r,e)})};var H={};x(H,{CentralIconBase:()=>C});module.exports=L(H);var l=B(require("react")),n=require("react-native-svg"),C=({children:o,size:r=24,mode:e="masked",maskId:t,...i})=>{let m=e!=="raw"&&!!t;return l.default.createElement(n.Svg,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?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:()=>O,IconBell2Off:()=>I});module.exports=L(b);var p=B(require("react"));var d=require("react-native-svg"),I=p.default.memo((o)=>{return p.default.createElement(C,{...o,maskId:"square-filled-radius-0-stroke-1-IconBell2Off"},p.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.8535 21.1465L21.1465 21.8535L17.293 18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.85496 7.86045 5.08378 6.97173 5.45801 6.16504L2.14648 2.85352L2.85352 2.14648L21.8535 21.1465ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z",fill:"currentColor"}),p.default.createElement(d.Path,{d:"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H20.0068L6.52051 4.51367C7.84487 2.97188 9.81351 2 12 2Z",fill:"currentColor"}))}),O=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=77877FADFDCEB60164756E2164756E21
|
|
@@ -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=\"square-filled-radius-0-stroke-1-IconBell2Off\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.8535 21.1465L21.1465 21.8535L17.293 18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.85496 7.86045 5.08378 6.97173 5.45801 6.16504L2.14648 2.85352L2.85352 2.14648L21.8535 21.1465ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z\" fill=\"currentColor\"/><Path d=\"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H20.0068L6.52051 4.51367C7.84487 2.97188 9.81351 2 12 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,wBAA4pB,EAA5pB,IAAqB,EAAO,OAAO,gDAA+C,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iWAAiW,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,uIAAuI,KAAK,eAAc,CAAI,EACpqB,EAEc",
|
|
9
|
+
"debugId": "77877FADFDCEB60164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as f,Mask as C,Rect as l,G as d}from"react-native-svg";var s=({children:e,size:r=24,mode:i="masked",maskId:n,...m})=>{let a=i!=="raw"&&!!n;return o.createElement(f,{...m,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},a?o.createElement(o.Fragment,null,o.createElement(C,{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 p}from"react-native-svg";var u=t.memo((e)=>{return t.createElement(s,{...e,maskId:"square-filled-radius-0-stroke-1-IconBell2Off"},t.createElement(p,{fillRule:"evenodd",clipRule:"evenodd",d:"M21.8535 21.1465L21.1465 21.8535L17.293 18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.85496 7.86045 5.08378 6.97173 5.45801 6.16504L2.14648 2.85352L2.85352 2.14648L21.8535 21.1465ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z",fill:"currentColor"}),t.createElement(p,{d:"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H20.0068L6.52051 4.51367C7.84487 2.97188 9.81351 2 12 2Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconBell2Off};
|
|
2
|
+
|
|
3
|
+
//# debugId=0A5C052165EADCE864756E2164756E21
|
|
@@ -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=\"square-filled-radius-0-stroke-1-IconBell2Off\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M21.8535 21.1465L21.1465 21.8535L17.293 18H16.4727C16.2239 20.25 14.3163 22 12 22C9.68372 22 7.77607 20.25 7.52734 18H3V16.1338L4.59961 12.8721L4.80762 8.7998C4.85496 7.86045 5.08378 6.97173 5.45801 6.16504L2.14648 2.85352L2.85352 2.14648L21.8535 21.1465ZM8.53516 18C8.77777 19.6961 10.2368 21 12 21C13.7631 20.9999 15.2212 19.696 15.4639 18H8.53516Z\" fill=\"currentColor\"/><Path d=\"M12 2C15.8345 2 19.0003 4.98776 19.1924 8.7998L19.4004 12.8721L21 16.1338V18H20.0068L6.52051 4.51367C7.84487 2.97188 9.81351 2 12 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,gBAA4pB,EAA5pB,IAAqB,EAAO,OAAO,gDAA+C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iWAAiW,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,uIAAuI,KAAK,eAAc,CAAI,EACpqB,EAEc",
|
|
9
|
+
"debugId": "0A5C052165EADCE864756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var L=Object.create;var{getPrototypeOf:v,defineProperty:i,getOwnPropertyNames:c,getOwnPropertyDescriptor:w}=Object,h=Object.prototype.hasOwnProperty;function g(r){return this[r]}var P,M,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var p=o?P??=new WeakMap:M??=new WeakMap,C=p.get(r);if(C)return C}e=r!=null?L(v(r)):{};let a=o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e;for(let f of c(r))if(!h.call(a,f))i(a,f,{get:g.bind(r,f),enumerable:!0});if(t)p.set(r,a);return a},x=(r)=>{var o=(u??=new WeakMap).get(r),e;if(o)return o;if(o=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!h.call(o,t))i(o,t,{get:g.bind(r,t),enumerable:!(e=w(r,t))||e.enumerable})}return u.set(r,o),o},u;var y=(r)=>r;function S(r,o){this[r]=y.bind(null,o)}var I=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0,configurable:!0,set:S.bind(o,e)})};var Z={};I(Z,{CentralIconBase:()=>d});module.exports=x(Z);var l=B(require("react")),n=require("react-native-svg"),d=({children:r,size:o=24,mode:e="masked",maskId:t,...p})=>{let C=e!=="raw"&&!!t;return l.default.createElement(n.Svg,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C?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 b={};I(b,{default:()=>$,IconBellActive:()=>k});module.exports=x(b);var s=B(require("react"));var m=require("react-native-svg"),k=s.default.memo((r)=>{return s.default.createElement(d,{...r,maskId:"square-filled-radius-0-stroke-1-IconBellActive"},s.default.createElement(m.Path,{d:"M16.2441 19C15.6264 20.7477 13.9592 21.9999 12 22C10.0407 22 8.37362 20.7478 7.75586 19H16.2441Z",fill:"currentColor"}),s.default.createElement(m.Path,{d:"M12 2C16.1824 2.00011 19.6908 5.15552 20.1328 9.31445L21.0557 18H2.94434L3.86621 9.31445C4.30824 5.15541 7.81751 2 12 2Z",fill:"currentColor"}),s.default.createElement(m.Path,{d:"M5.46191 2L5.76758 2.39648C4.19304 3.60877 2.93338 5.25724 2.30371 7.15723L1.35449 6.84277C2.0545 4.7305 3.44452 2.92218 5.15723 1.60352L5.46191 2Z",fill:"currentColor"}),s.default.createElement(m.Path,{d:"M18.8438 1.60352C20.5564 2.92219 21.9464 4.73053 22.6465 6.84277L21.6973 7.15723C21.0675 5.25723 19.8079 3.60876 18.2334 2.39648L18.5381 2L18.8438 1.60352Z",fill:"currentColor"}))}),$=k;
|
|
2
|
+
|
|
3
|
+
//# debugId=54F3616C8C3A727264756E2164756E21
|
|
@@ -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=\"square-filled-radius-0-stroke-1-IconBellActive\"><Path d=\"M16.2441 19C15.6264 20.7477 13.9592 21.9999 12 22C10.0407 22 8.37362 20.7478 7.75586 19H16.2441Z\" fill=\"currentColor\"/><Path d=\"M12 2C16.1824 2.00011 19.6908 5.15552 20.1328 9.31445L21.0557 18H2.94434L3.86621 9.31445C4.30824 5.15541 7.81751 2 12 2Z\" fill=\"currentColor\"/><Path d=\"M5.46191 2L5.76758 2.39648C4.19304 3.60877 2.93338 5.25724 2.30371 7.15723L1.35449 6.84277C2.0545 4.7305 3.44452 2.92218 5.15723 1.60352L5.46191 2Z\" fill=\"currentColor\"/><Path d=\"M18.8438 1.60352C20.5564 2.92219 21.9464 4.73053 22.6465 6.84277L21.6973 7.15723C21.0675 5.25723 19.8079 3.60876 18.2334 2.39648L18.5381 2L18.8438 1.60352Z\" 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,wBAA4tB,EAA5tB,IAAqB,EAAO,OAAO,kDAAiD,wBAAC,OAAD,CAAM,EAAE,mGAAmG,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,sJAAsJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,CAAI,EACpuB,EAEc",
|
|
9
|
+
"debugId": "54F3616C8C3A727264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as a,Mask as f,Rect as s,G as d}from"react-native-svg";var i=({children:t,size:o=24,mode:m="masked",maskId:l,...p})=>{let C=m!=="raw"&&!!l;return r.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},C?r.createElement(r.Fragment,null,r.createElement(f,{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(s,{width:"24",height:"24",fill:"#000"}),r.createElement(d,{color:"#fff"},t)),r.createElement(s,{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(i,{...t,maskId:"square-filled-radius-0-stroke-1-IconBellActive"},e.createElement(n,{d:"M16.2441 19C15.6264 20.7477 13.9592 21.9999 12 22C10.0407 22 8.37362 20.7478 7.75586 19H16.2441Z",fill:"currentColor"}),e.createElement(n,{d:"M12 2C16.1824 2.00011 19.6908 5.15552 20.1328 9.31445L21.0557 18H2.94434L3.86621 9.31445C4.30824 5.15541 7.81751 2 12 2Z",fill:"currentColor"}),e.createElement(n,{d:"M5.46191 2L5.76758 2.39648C4.19304 3.60877 2.93338 5.25724 2.30371 7.15723L1.35449 6.84277C2.0545 4.7305 3.44452 2.92218 5.15723 1.60352L5.46191 2Z",fill:"currentColor"}),e.createElement(n,{d:"M18.8438 1.60352C20.5564 2.92219 21.9464 4.73053 22.6465 6.84277L21.6973 7.15723C21.0675 5.25723 19.8079 3.60876 18.2334 2.39648L18.5381 2L18.8438 1.60352Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconBellActive};
|
|
2
|
+
|
|
3
|
+
//# debugId=B38301093BA4969664756E2164756E21
|
|
@@ -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=\"square-filled-radius-0-stroke-1-IconBellActive\"><Path d=\"M16.2441 19C15.6264 20.7477 13.9592 21.9999 12 22C10.0407 22 8.37362 20.7478 7.75586 19H16.2441Z\" fill=\"currentColor\"/><Path d=\"M12 2C16.1824 2.00011 19.6908 5.15552 20.1328 9.31445L21.0557 18H2.94434L3.86621 9.31445C4.30824 5.15541 7.81751 2 12 2Z\" fill=\"currentColor\"/><Path d=\"M5.46191 2L5.76758 2.39648C4.19304 3.60877 2.93338 5.25724 2.30371 7.15723L1.35449 6.84277C2.0545 4.7305 3.44452 2.92218 5.15723 1.60352L5.46191 2Z\" fill=\"currentColor\"/><Path d=\"M18.8438 1.60352C20.5564 2.92219 21.9464 4.73053 22.6465 6.84277L21.6973 7.15723C21.0675 5.25723 19.8079 3.60876 18.2334 2.39648L18.5381 2L18.8438 1.60352Z\" 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,gBAA4tB,EAA5tB,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,mGAAmG,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,2HAA2H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,sJAAsJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,CAAI,EACpuB,EAEc",
|
|
9
|
+
"debugId": "B38301093BA4969664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED