@central-icons-react-native/round-outlined-radius-3-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/IconBanknote2/index.js +2 -2
- package/IconBanknote2/index.js.map +3 -3
- package/IconBanknote2/index.mjs +2 -2
- package/IconBanknote2/index.mjs.map +3 -3
- package/IconBell2/index.js +2 -2
- package/IconBell2/index.js.map +3 -3
- package/IconBell2/index.mjs +2 -2
- package/IconBell2/index.mjs.map +3 -3
- 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
package/IconBanknote2/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var I=Object.create;var{getPrototypeOf:w,defineProperty:
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:w,defineProperty:u,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,h=Object.prototype.hasOwnProperty;function f(o){return this[o]}var P,j,x=(o,r,n)=>{var e=o!=null&&typeof o==="object";if(e){var p=r?P??=new WeakMap:j??=new WeakMap,k=p.get(o);if(k)return k}n=o!=null?I(w(o)):{};let a=r||!o||!o.__esModule?u(n,"default",{value:o,enumerable:!0}):n;for(let l of c(o))if(!h.call(a,l))u(a,l,{get:f.bind(o,l),enumerable:!0});if(e)p.set(o,a);return a},L=(o)=>{var r=(C??=new WeakMap).get(o),n;if(r)return r;if(r=u({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of c(o))if(!h.call(r,e))u(r,e,{get:f.bind(o,e),enumerable:!(n=y(o,e))||n.enumerable})}return C.set(o,r),r},C;var M=(o)=>o;function v(o,r){this[o]=M.bind(null,r)}var g=(o,r)=>{for(var n in r)u(o,n,{get:r[n],enumerable:!0,configurable:!0,set:v.bind(r,n)})};var S={};g(S,{CentralIconBase:()=>m});module.exports=L(S);var d=x(require("react")),t=require("react-native-svg"),m=({children:o,size:r=24,mode:n="masked",maskId:e,...p})=>{let k=n!=="raw"&&!!e;return d.default.createElement(t.Svg,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},k?d.default.createElement(d.default.Fragment,null,d.default.createElement(t.Mask,{id:e,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},d.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),d.default.createElement(t.G,{color:"#fff"},o)),d.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${e})`})):o)};var b={};g(b,{default:()=>$,IconBanknote2:()=>B});module.exports=L(b);var s=x(require("react"));var i=require("react-native-svg"),B=s.default.memo((o)=>{return s.default.createElement(m,{...o,maskId:"round-outlined-radius-3-stroke-1-IconBanknote2"},s.default.createElement(i.Circle,{cx:"12",cy:"12",r:"2.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M5.75 5.25C5.75 7.183 4.183 8.75 2.25 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M18.25 5.25C18.25 7.183 19.817 8.75 21.75 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M5.75 18.75C5.75 16.817 4.183 15.25 2.25 15.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M18.25 18.75C18.25 16.817 19.817 15.25 21.75 15.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Rect,{x:"2",y:"5",width:"20",height:"14",rx:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=B;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=4BF568F1FEA1B77064756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconBanknote2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconBanknote2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBanknote2\"><
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconBanknote2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBanknote2\"><Circle cx=\"12\" cy=\"12\" r=\"2.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.75 5.25C5.75 7.183 4.183 8.75 2.25 8.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.25 5.25C18.25 7.183 19.817 8.75 21.75 8.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.75 18.75C5.75 16.817 4.183 15.25 2.25 15.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.25 18.75C18.25 16.817 19.817 15.25 21.75 15.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconBanknote2;\n"
|
|
7
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,yEChDY,IAAlB,
|
|
9
|
-
"debugId": "
|
|
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,yEChDY,IAAlB,sBAEmC,IAAnC,8BAEa,EAAkE,UAAM,KAAK,CAAC,IAAU,CACnG,OAAO,wBAAmyB,EAAnyB,IAAqB,EAAO,OAAO,kDAAiD,wBAAC,SAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,6CAA6C,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iDAAiD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iDAAiD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,qDAAqD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC3yB,EAEc",
|
|
9
|
+
"debugId": "4BF568F1FEA1B77064756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconBanknote2/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import r from"react";import{Svg as
|
|
1
|
+
import r from"react";import{Svg as a,Mask as l,Rect as i,G as m}from"react-native-svg";var d=({children:e,size:n=24,mode:u="masked",maskId:s,...p})=>{let k=u!=="raw"&&!!s;return r.createElement(a,{...p,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},k?r.createElement(r.Fragment,null,r.createElement(l,{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(i,{width:"24",height:"24",fill:"#000"}),r.createElement(m,{color:"#fff"},e)),r.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):e)};import o from"react";import{Circle as C,Path as t,Rect as c}from"react-native-svg";var h=o.memo((e)=>{return o.createElement(d,{...e,maskId:"round-outlined-radius-3-stroke-1-IconBanknote2"},o.createElement(C,{cx:"12",cy:"12",r:"2.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M5.75 5.25C5.75 7.183 4.183 8.75 2.25 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M18.25 5.25C18.25 7.183 19.817 8.75 21.75 8.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M5.75 18.75C5.75 16.817 4.183 15.25 2.25 15.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M18.25 18.75C18.25 16.817 19.817 15.25 21.75 15.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(c,{x:"2",y:"5",width:"20",height:"14",rx:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),j=h;export{j as default,h as IconBanknote2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=0687B5BDBC40754E64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconBanknote2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconBanknote2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBanknote2\"><
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path, Rect } from \"react-native-svg\";\n\nexport const IconBanknote2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBanknote2\"><Circle cx=\"12\" cy=\"12\" r=\"2.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.75 5.25C5.75 7.183 4.183 8.75 2.25 8.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.25 5.25C18.25 7.183 19.817 8.75 21.75 8.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.75 18.75C5.75 16.817 4.183 15.25 2.25 15.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.25 18.75C18.25 16.817 19.817 15.25 21.75 15.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"3\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconBanknote2;\n"
|
|
7
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,iBAAS,UAAQ,
|
|
9
|
-
"debugId": "
|
|
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,iBAAS,UAAQ,UAAM,yBAEhB,IAAM,EAAkE,EAAM,KAAK,CAAC,IAAU,CACnG,OAAO,gBAAmyB,EAAnyB,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAQ,GAAG,KAAK,GAAG,KAAK,EAAE,OAAO,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,6CAA6C,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iDAAiD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iDAAiD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,qDAAqD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,IAAI,EAAE,IAAI,MAAM,KAAK,OAAO,KAAK,GAAG,IAAI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC3yB,EAEc",
|
|
9
|
+
"debugId": "0687B5BDBC40754E64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconBell2/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var L=Object.create;var{getPrototypeOf:w,defineProperty:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var v,y,g=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var a=r?v??=new WeakMap:y??=new WeakMap,l=a.get(o);if(l)return l}e=o!=null?L(w(o)):{};let m=r||!o||!o.__esModule?i(e,"default",{value:o,enumerable:!0}):e;for(let C of k(o))if(!c.call(m,C))i(m,C,{get:h.bind(o,C),enumerable:!0});if(n)a.set(o,m);return m},B=(o)=>{var r=(f??=new WeakMap).get(o),e;if(r)return r;if(r=i({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of k(o))if(!c.call(r,n))i(r,n,{get:h.bind(o,n),enumerable:!(e=P(o,n))||e.enumerable})}return f.set(o,r),r},f;var S=(o)=>o;function M(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:M.bind(r,e)})};var b={};x(b,{CentralIconBase:()=>d});module.exports=B(b);var s=g(require("react")),t=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:n,...a})=>{let l=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...a,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},l?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},o)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var $={};x($,{default:()=>j,IconBell2:()=>I});module.exports=B($);var p=g(require("react"));var u=require("react-native-svg"),I=p.default.memo((o)=>{return p.default.createElement(d,{...o,maskId:"round-outlined-radius-3-stroke-1-IconBell2"},p.default.createElement(u.Path,{d:"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.
|
|
1
|
+
var L=Object.create;var{getPrototypeOf:w,defineProperty:i,getOwnPropertyNames:k,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var v,y,g=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var a=r?v??=new WeakMap:y??=new WeakMap,l=a.get(o);if(l)return l}e=o!=null?L(w(o)):{};let m=r||!o||!o.__esModule?i(e,"default",{value:o,enumerable:!0}):e;for(let C of k(o))if(!c.call(m,C))i(m,C,{get:h.bind(o,C),enumerable:!0});if(n)a.set(o,m);return m},B=(o)=>{var r=(f??=new WeakMap).get(o),e;if(r)return r;if(r=i({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of k(o))if(!c.call(r,n))i(r,n,{get:h.bind(o,n),enumerable:!(e=P(o,n))||e.enumerable})}return f.set(o,r),r},f;var S=(o)=>o;function M(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:M.bind(r,e)})};var b={};x(b,{CentralIconBase:()=>d});module.exports=B(b);var s=g(require("react")),t=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:n,...a})=>{let l=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...a,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},l?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},o)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var $={};x($,{default:()=>j,IconBell2:()=>I});module.exports=B($);var p=g(require("react"));var u=require("react-native-svg"),I=p.default.memo((o)=>{return p.default.createElement(d,{...o,maskId:"round-outlined-radius-3-stroke-1-IconBell2"},p.default.createElement(u.Path,{d:"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(u.Path,{d:"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),j=I;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=18D2C2CA4C0A77B264756E2164756E21
|
package/IconBell2/index.js.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconBell2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconBell2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBell2\"><Path d=\"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBell2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBell2\"><Path d=\"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconBell2;\n"
|
|
7
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,qEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA8D,UAAM,KAAK,CAAC,IAAU,CAC/F,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,qEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA8D,UAAM,KAAK,CAAC,IAAU,CAC/F,OAAO,wBAA0tB,EAA1tB,IAAqB,EAAO,OAAO,8CAA6C,wBAAC,OAAD,CAAM,EAAE,uaAAua,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yEAAyE,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACluB,EAEc",
|
|
9
|
+
"debugId": "18D2C2CA4C0A77B264756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconBell2/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import o from"react";import{Svg as C,Mask as d,Rect as s,G as u}from"react-native-svg";var i=({children:e,size:r=24,mode:a="masked",maskId:t,...l})=>{let m=a!=="raw"&&!!t;return o.createElement(C,{...l,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:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(s,{width:"24",height:"24",fill:"#000"}),o.createElement(u,{color:"#fff"},e)),o.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as p}from"react-native-svg";var f=n.memo((e)=>{return n.createElement(i,{...e,maskId:"round-outlined-radius-3-stroke-1-IconBell2"},n.createElement(p,{d:"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.
|
|
1
|
+
import o from"react";import{Svg as C,Mask as d,Rect as s,G as u}from"react-native-svg";var i=({children:e,size:r=24,mode:a="masked",maskId:t,...l})=>{let m=a!=="raw"&&!!t;return o.createElement(C,{...l,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:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(s,{width:"24",height:"24",fill:"#000"}),o.createElement(u,{color:"#fff"},e)),o.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as p}from"react-native-svg";var f=n.memo((e)=>{return n.createElement(i,{...e,maskId:"round-outlined-radius-3-stroke-1-IconBell2"},n.createElement(p,{d:"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.createElement(p,{d:"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),P=f;export{P as default,f as IconBell2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=96F3714F0576BB7E64756E2164756E21
|
package/IconBell2/index.mjs.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconBell2/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconBell2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBell2\"><Path d=\"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.
|
|
6
|
+
"import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBell2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-3-stroke-1-IconBell2\"><Path d=\"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconBell2;\n"
|
|
7
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,EAA8D,EAAM,KAAK,CAAC,IAAU,CAC/F,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,EAA8D,EAAM,KAAK,CAAC,IAAU,CAC/F,OAAO,gBAA0tB,EAA1tB,IAAqB,EAAO,OAAO,8CAA6C,gBAAC,EAAD,CAAM,EAAE,uaAAua,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yEAAyE,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACluB,EAEc",
|
|
9
|
+
"debugId": "96F3714F0576BB7E64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var L=Object.create;var{getPrototypeOf:v,defineProperty:p,getOwnPropertyNames:k,getOwnPropertyDescriptor:w}=Object,f=Object.prototype.hasOwnProperty;function h(o){return this[o]}var P,M,g=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var C=r?P??=new WeakMap:M??=new WeakMap,l=C.get(o);if(l)return l}e=o!=null?L(v(o)):{};let a=r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e;for(let d of k(o))if(!f.call(a,d))p(a,d,{get:h.bind(o,d),enumerable:!0});if(n)C.set(o,a);return a},B=(o)=>{var r=(c??=new WeakMap).get(o),e;if(r)return r;if(r=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of k(o))if(!f.call(r,n))p(r,n,{get:h.bind(o,n),enumerable:!(e=w(o,n))||e.enumerable})}return c.set(o,r),r},c;var y=(o)=>o;function S(o,r){this[o]=y.bind(null,r)}var x=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0,configurable:!0,set:S.bind(r,e)})};var b={};x(b,{CentralIconBase:()=>u});module.exports=B(b);var s=g(require("react")),t=require("react-native-svg"),u=({children:o,size:r=24,mode:e="masked",maskId:n,...C})=>{let l=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},l?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},o)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var $={};x($,{default:()=>j,IconBell2Active:()=>I});module.exports=B($);var i=g(require("react"));var m=require("react-native-svg"),I=i.default.memo((o)=>{return i.default.createElement(u,{...o,maskId:"round-outlined-radius-3-stroke-1-IconBell2Active"},i.default.createElement(m.Path,{d:"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(m.Path,{d:"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(m.Path,{d:"M5.38527 2C3.66367 3.51963 2.46934 5.6228 2.11182 8M18.6149 2C20.3365 3.51963 21.5309 5.6228 21.8884 8",stroke:"currentColor",strokeLinecap:"round"}))}),j=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=2DE03DB300E2247C64756E2164756E21
|
|
@@ -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-outlined-radius-3-stroke-1-IconBell2Active\"><Path d=\"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.38527 2C3.66367 3.51963 2.46934 5.6228 2.11182 8M18.6149 2C20.3365 3.51963 21.5309 5.6228 21.8884 8\" stroke=\"currentColor\" strokeLinecap=\"round\"/></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,wBAA83B,EAA93B,IAAqB,EAAO,OAAO,oDAAmD,wBAAC,OAAD,CAAM,EAAE,uaAAua,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yEAAyE,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yGAAyG,OAAO,eAAe,cAAc,QAAO,CAAI,EACt4B,EAEc",
|
|
9
|
+
"debugId": "2DE03DB300E2247C64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as m,Mask as d,Rect as i,G as u}from"react-native-svg";var p=({children:n,size:r=24,mode:C="masked",maskId:t,...l})=>{let a=C!=="raw"&&!!t;return o.createElement(m,{...l,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(d,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(i,{width:"24",height:"24",fill:"#000"}),o.createElement(u,{color:"#fff"},n)),o.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import e from"react";import{Path as s}from"react-native-svg";var c=e.memo((n)=>{return e.createElement(p,{...n,maskId:"round-outlined-radius-3-stroke-1-IconBell2Active"},e.createElement(s,{d:"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M5.38527 2C3.66367 3.51963 2.46934 5.6228 2.11182 8M18.6149 2C20.3365 3.51963 21.5309 5.6228 21.8884 8",stroke:"currentColor",strokeLinecap:"round"}))}),w=c;export{w as default,c as IconBell2Active};
|
|
2
|
+
|
|
3
|
+
//# debugId=0E1CF37C835A79A964756E2164756E21
|
|
@@ -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-outlined-radius-3-stroke-1-IconBell2Active\"><Path d=\"M20.5 16.4854C20.5 17.0457 20.0457 17.5 19.4854 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.48498 5.28203 8.42883 2.5 12 2.5C15.5712 2.5 18.515 5.28203 18.6934 8.82543L18.8749 12.3849C18.8956 12.7907 18.9985 13.1881 19.1774 13.553L20.3964 16.0387C20.4645 16.1777 20.5 16.3305 20.5 16.4854Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M5.38527 2C3.66367 3.51963 2.46934 5.6228 2.11182 8M18.6149 2C20.3365 3.51963 21.5309 5.6228 21.8884 8\" stroke=\"currentColor\" strokeLinecap=\"round\"/></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,gBAA83B,EAA93B,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,EAAE,uaAAua,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yEAAyE,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yGAAyG,OAAO,eAAe,cAAc,QAAO,CAAI,EACt4B,EAEc",
|
|
9
|
+
"debugId": "0E1CF37C835A79A964756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:w,defineProperty:p,getOwnPropertyNames:k,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var M,v,L=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var l=r?M??=new WeakMap:v??=new WeakMap,C=l.get(o);if(C)return C}e=o!=null?I(w(o)):{};let a=r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e;for(let d of k(o))if(!c.call(a,d))p(a,d,{get:h.bind(o,d),enumerable:!0});if(n)l.set(o,a);return a},g=(o)=>{var r=(f??=new WeakMap).get(o),e;if(r)return r;if(r=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of k(o))if(!c.call(r,n))p(r,n,{get:h.bind(o,n),enumerable:!(e=P(o,n))||e.enumerable})}return f.set(o,r),r},f;var y=(o)=>o;function S(o,r){this[o]=y.bind(null,r)}var B=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0,configurable:!0,set:S.bind(r,e)})};var b={};B(b,{CentralIconBase:()=>u});module.exports=g(b);var s=L(require("react")),t=require("react-native-svg"),u=({children:o,size:r=24,mode:e="masked",maskId:n,...l})=>{let C=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},o)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var j={};B(j,{default:()=>O,IconBell2Off:()=>x});module.exports=g(j);var i=L(require("react"));var m=require("react-native-svg"),x=i.default.memo((o)=>{return i.default.createElement(u,{...o,maskId:"round-outlined-radius-3-stroke-1-IconBell2Off"},i.default.createElement(m.Path,{d:"M20.5 17V16.946C20.5 16.4881 20.3952 16.0362 20.1936 15.6251L19.1774 13.553C18.9985 13.1881 18.8956 12.7907 18.8749 12.3849L18.6934 8.82543C18.515 5.28203 15.5712 2.5 12 2.5C10.3964 2.5 8.91921 3.06099 7.76218 4M17.5 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.35507 7.8633 5.60739 6.9573 6.02079 6.14789",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(m.Path,{d:"M8.00684 17.7324C8.12711 19.8335 9.86902 21.5002 12.0002 21.5002C14.1314 21.5002 15.8733 19.8335 15.9936 17.7324",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(m.Path,{d:"M3 3L21 21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),O=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=2085E9765DA7563A64756E2164756E21
|
|
@@ -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-outlined-radius-3-stroke-1-IconBell2Off\"><Path d=\"M20.5 17V16.946C20.5 16.4881 20.3952 16.0362 20.1936 15.6251L19.1774 13.553C18.9985 13.1881 18.8956 12.7907 18.8749 12.3849L18.6934 8.82543C18.515 5.28203 15.5712 2.5 12 2.5C10.3964 2.5 8.91921 3.06099 7.76218 4M17.5 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.35507 7.8633 5.60739 6.9573 6.02079 6.14789\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.00684 17.7324C8.12711 19.8335 9.86902 21.5002 12.0002 21.5002C14.1314 21.5002 15.8733 19.8335 15.9936 17.7324\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3 3L21 21\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAA+2B,EAA/2B,IAAqB,EAAO,OAAO,iDAAgD,wBAAC,OAAD,CAAM,EAAE,sbAAsb,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,mHAAmH,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACv3B,EAEc",
|
|
9
|
+
"debugId": "2085E9765DA7563A64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as m,Mask as d,Rect as i,G as u}from"react-native-svg";var p=({children:n,size:r=24,mode:l="masked",maskId:t,...C})=>{let a=l!=="raw"&&!!t;return o.createElement(m,{...C,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(d,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(i,{width:"24",height:"24",fill:"#000"}),o.createElement(u,{color:"#fff"},n)),o.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import e from"react";import{Path as s}from"react-native-svg";var f=e.memo((n)=>{return e.createElement(p,{...n,maskId:"round-outlined-radius-3-stroke-1-IconBell2Off"},e.createElement(s,{d:"M20.5 17V16.946C20.5 16.4881 20.3952 16.0362 20.1936 15.6251L19.1774 13.553C18.9985 13.1881 18.8956 12.7907 18.8749 12.3849L18.6934 8.82543C18.515 5.28203 15.5712 2.5 12 2.5C10.3964 2.5 8.91921 3.06099 7.76218 4M17.5 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.35507 7.8633 5.60739 6.9573 6.02079 6.14789",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M8.00684 17.7324C8.12711 19.8335 9.86902 21.5002 12.0002 21.5002C14.1314 21.5002 15.8733 19.8335 15.9936 17.7324",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M3 3L21 21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),P=f;export{P as default,f as IconBell2Off};
|
|
2
|
+
|
|
3
|
+
//# debugId=9586D6DD7215416264756E2164756E21
|
|
@@ -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-outlined-radius-3-stroke-1-IconBell2Off\"><Path d=\"M20.5 17V16.946C20.5 16.4881 20.3952 16.0362 20.1936 15.6251L19.1774 13.553C18.9985 13.1881 18.8956 12.7907 18.8749 12.3849L18.6934 8.82543C18.515 5.28203 15.5712 2.5 12 2.5C10.3964 2.5 8.91921 3.06099 7.76218 4M17.5 17.5H4.51461C3.95426 17.5 3.5 17.0457 3.5 16.4854C3.5 16.3305 3.53545 16.1777 3.60364 16.0387L4.82257 13.553C5.00149 13.1881 5.10442 12.7907 5.12512 12.3849L5.30665 8.82543C5.35507 7.8633 5.60739 6.9573 6.02079 6.14789\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8.00684 17.7324C8.12711 19.8335 9.86902 21.5002 12.0002 21.5002C14.1314 21.5002 15.8733 19.8335 15.9936 17.7324\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3 3L21 21\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAA+2B,EAA/2B,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,EAAE,sbAAsb,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,mHAAmH,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACv3B,EAEc",
|
|
9
|
+
"debugId": "9586D6DD7215416264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:w,defineProperty:p,getOwnPropertyNames:k,getOwnPropertyDescriptor:L}=Object,f=Object.prototype.hasOwnProperty;function h(o){return this[o]}var P,M,g=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var l=r?P??=new WeakMap:M??=new WeakMap,a=l.get(o);if(a)return a}e=o!=null?v(w(o)):{};let m=r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e;for(let d of k(o))if(!f.call(m,d))p(m,d,{get:h.bind(o,d),enumerable:!0});if(n)l.set(o,m);return m},B=(o)=>{var r=(c??=new WeakMap).get(o),e;if(r)return r;if(r=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of k(o))if(!f.call(r,n))p(r,n,{get:h.bind(o,n),enumerable:!(e=L(o,n))||e.enumerable})}return c.set(o,r),r},c;var y=(o)=>o;function S(o,r){this[o]=y.bind(null,r)}var x=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0,configurable:!0,set:S.bind(r,e)})};var b={};x(b,{CentralIconBase:()=>u});module.exports=B(b);var s=g(require("react")),t=require("react-native-svg"),u=({children:o,size:r=24,mode:e="masked",maskId:n,...l})=>{let a=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},a?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},o)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var $={};x($,{default:()=>j,IconBellActive:()=>I});module.exports=B($);var i=g(require("react"));var C=require("react-native-svg"),I=i.default.memo((o)=>{return i.default.createElement(u,{...o,maskId:"round-outlined-radius-3-stroke-1-IconBellActive"},i.default.createElement(C.Path,{d:"M4.13898 9.33994C4.68637 5.41833 8.04034 2.5 12 2.5C15.9596 2.5 19.3136 5.41833 19.861 9.33994L20.5233 14.0853C20.7752 15.8895 19.3739 17.5 17.5521 17.5H6.44781C4.62603 17.5 3.22476 15.8895 3.47661 14.0853L4.13898 9.33994Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(C.Path,{d:"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(C.Path,{d:"M1.8291 7C2.49394 4.99386 3.81843 3.26548 5.46206 2M18.5385 2C20.1821 3.26548 21.5065 4.99386 22.1714 7",stroke:"currentColor",strokeLinecap:"round"}))}),j=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=AA92C3F9720CC4DE64756E2164756E21
|
|
@@ -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-outlined-radius-3-stroke-1-IconBellActive\"><Path d=\"M4.13898 9.33994C4.68637 5.41833 8.04034 2.5 12 2.5C15.9596 2.5 19.3136 5.41833 19.861 9.33994L20.5233 14.0853C20.7752 15.8895 19.3739 17.5 17.5521 17.5H6.44781C4.62603 17.5 3.22476 15.8895 3.47661 14.0853L4.13898 9.33994Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M1.8291 7C2.49394 4.99386 3.81843 3.26548 5.46206 2M18.5385 2C20.1821 3.26548 21.5065 4.99386 22.1714 7\" stroke=\"currentColor\" strokeLinecap=\"round\"/></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,wBAAwrB,EAAxrB,IAAqB,EAAO,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,iOAAiO,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yEAAyE,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,0GAA0G,OAAO,eAAe,cAAc,QAAO,CAAI,EAChsB,EAEc",
|
|
9
|
+
"debugId": "AA92C3F9720CC4DE64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as C,Mask as d,Rect as i,G as u}from"react-native-svg";var p=({children:n,size:r=24,mode:l="masked",maskId:t,...a})=>{let m=l!=="raw"&&!!t;return o.createElement(C,{...a,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:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(i,{width:"24",height:"24",fill:"#000"}),o.createElement(u,{color:"#fff"},n)),o.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import e from"react";import{Path as s}from"react-native-svg";var c=e.memo((n)=>{return e.createElement(p,{...n,maskId:"round-outlined-radius-3-stroke-1-IconBellActive"},e.createElement(s,{d:"M4.13898 9.33994C4.68637 5.41833 8.04034 2.5 12 2.5C15.9596 2.5 19.3136 5.41833 19.861 9.33994L20.5233 14.0853C20.7752 15.8895 19.3739 17.5 17.5521 17.5H6.44781C4.62603 17.5 3.22476 15.8895 3.47661 14.0853L4.13898 9.33994Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(s,{d:"M1.8291 7C2.49394 4.99386 3.81843 3.26548 5.46206 2M18.5385 2C20.1821 3.26548 21.5065 4.99386 22.1714 7",stroke:"currentColor",strokeLinecap:"round"}))}),L=c;export{L as default,c as IconBellActive};
|
|
2
|
+
|
|
3
|
+
//# debugId=4A12760F2D162E7164756E2164756E21
|
|
@@ -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-outlined-radius-3-stroke-1-IconBellActive\"><Path d=\"M4.13898 9.33994C4.68637 5.41833 8.04034 2.5 12 2.5C15.9596 2.5 19.3136 5.41833 19.861 9.33994L20.5233 14.0853C20.7752 15.8895 19.3739 17.5 17.5521 17.5H6.44781C4.62603 17.5 3.22476 15.8895 3.47661 14.0853L4.13898 9.33994Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 17.5C16 19.7091 14.2091 21.5 12 21.5C9.79086 21.5 8 19.7091 8 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M1.8291 7C2.49394 4.99386 3.81843 3.26548 5.46206 2M18.5385 2C20.1821 3.26548 21.5065 4.99386 22.1714 7\" stroke=\"currentColor\" strokeLinecap=\"round\"/></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,gBAAwrB,EAAxrB,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,EAAE,iOAAiO,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yEAAyE,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,0GAA0G,OAAO,eAAe,cAAc,QAAO,CAAI,EAChsB,EAEc",
|
|
9
|
+
"debugId": "4A12760F2D162E7164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED