@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.303 → 1.1.305
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 v=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:c,getOwnPropertyDescriptor:P}=Object,h=Object.prototype.hasOwnProperty;function f(r){return this[r]}var L,M,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var p=o?L??=new WeakMap:M??=new WeakMap,l=p.get(r);if(l)return l}e=r!=null?v(w(r)):{};let m=o||!r||!r.__esModule?a(e,"default",{value:r,enumerable:!0}):e;for(let d of c(r))if(!h.call(m,d))a(m,d,{get:f.bind(r,d),enumerable:!0});if(t)p.set(r,m);return m},B=(r)=>{var o=(k??=new WeakMap).get(r),e;if(o)return o;if(o=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!h.call(o,t))a(o,t,{get:f.bind(r,t),enumerable:!(e=P(r,t))||e.enumerable})}return k.set(r,o),o},k;var y=(r)=>r;function S(r,o){this[r]=y.bind(null,o)}var x=(r,o)=>{for(var e in o)a(r,e,{get:o[e],enumerable:!0,configurable:!0,set:S.bind(o,e)})};var b={};x(b,{CentralIconBase:()=>u});module.exports=B(b);var s=g(require("react")),n=require("react-native-svg"),u=({children:r,size:o=24,mode:e="masked",maskId:t,...p})=>{let l=e!=="raw"&&!!t;return s.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"},l?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},r)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var q={};x(q,{default:()=>W,IconBell2Active:()=>I});module.exports=B(q);var i=g(require("react"));var C=require("react-native-svg"),I=i.default.memo((r)=>{return i.default.createElement(u,{...r,maskId:"square-outlined-radius-0-stroke-2-IconBell2Active"},i.default.createElement(C.Path,{d:"M20 17H4V16L5.5 13L5.70037 8.99251C5.86822 5.63561 8.6389 3 12 3C15.3611 3 18.1318 5.63561 18.2996 8.99251L18.5 13L20 16V17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),i.default.createElement(C.Path,{d:"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),i.default.createElement(C.Path,{d:"M6 1.49927C3.82161 3.13552 2.3332 5.64071 2.04935 8.50024M18 1.49927C20.1784 3.13552 21.6668 5.64071 21.9507 8.50024",stroke:"currentColor",strokeWidth:"2"}))}),W=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=DC99421C0DAB815264756E2164756E21
|
|
@@ -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-outlined-radius-0-stroke-2-IconBell2Active\"><Path d=\"M20 17H4V16L5.5 13L5.70037 8.99251C5.86822 5.63561 8.6389 3 12 3C15.3611 3 18.1318 5.63561 18.2996 8.99251L18.5 13L20 16V17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6 1.49927C3.82161 3.13552 2.3332 5.64071 2.04935 8.50024M18 1.49927C20.1784 3.13552 21.6668 5.64071 21.9507 8.50024\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,wBAAkmB,EAAlmB,IAAqB,EAAO,OAAO,qDAAoD,wBAAC,OAAD,CAAM,EAAE,+HAA+H,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,wFAAwF,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,uHAAuH,OAAO,eAAe,YAAY,IAAG,CAAI,EAC1mB,EAEc",
|
|
9
|
+
"debugId": "DC99421C0DAB815264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as C,Mask as d,Rect as i,G as u}from"react-native-svg";var a=({children:t,size:o=24,mode:p="masked",maskId:n,...l})=>{let m=p!=="raw"&&!!n;return r.createElement(C,{...l,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(i,{width:"24",height:"24",fill:"#000"}),r.createElement(u,{color:"#fff"},t)),r.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):t)};import e from"react";import{Path as s}from"react-native-svg";var k=e.memo((t)=>{return e.createElement(a,{...t,maskId:"square-outlined-radius-0-stroke-2-IconBell2Active"},e.createElement(s,{d:"M20 17H4V16L5.5 13L5.70037 8.99251C5.86822 5.63561 8.6389 3 12 3C15.3611 3 18.1318 5.63561 18.2996 8.99251L18.5 13L20 16V17Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(s,{d:"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(s,{d:"M6 1.49927C3.82161 3.13552 2.3332 5.64071 2.04935 8.50024M18 1.49927C20.1784 3.13552 21.6668 5.64071 21.9507 8.50024",stroke:"currentColor",strokeWidth:"2"}))}),P=k;export{P as default,k as IconBell2Active};
|
|
2
|
+
|
|
3
|
+
//# debugId=9B6CA441749D319D64756E2164756E21
|
|
@@ -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-outlined-radius-0-stroke-2-IconBell2Active\"><Path d=\"M20 17H4V16L5.5 13L5.70037 8.99251C5.86822 5.63561 8.6389 3 12 3C15.3611 3 18.1318 5.63561 18.2996 8.99251L18.5 13L20 16V17Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M6 1.49927C3.82161 3.13552 2.3332 5.64071 2.04935 8.50024M18 1.49927C20.1784 3.13552 21.6668 5.64071 21.9507 8.50024\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,gBAAkmB,EAAlmB,IAAqB,EAAO,OAAO,qDAAoD,gBAAC,EAAD,CAAM,EAAE,+HAA+H,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,wFAAwF,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,uHAAuH,OAAO,eAAe,YAAY,IAAG,CAAI,EAC1mB,EAEc",
|
|
9
|
+
"debugId": "9B6CA441749D319D64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var w=Object.create;var{getPrototypeOf:P,defineProperty:m,getOwnPropertyNames:u,getOwnPropertyDescriptor:M}=Object,k=Object.prototype.hasOwnProperty;function c(r){return this[r]}var v,y,g=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var p=o?v??=new WeakMap:y??=new WeakMap,i=p.get(r);if(i)return i}t=r!=null?w(P(r)):{};let a=o||!r||!r.__esModule?m(t,"default",{value:r,enumerable:!0}):t;for(let d of u(r))if(!k.call(a,d))m(a,d,{get:c.bind(r,d),enumerable:!0});if(e)p.set(r,a);return a},B=(r)=>{var o=(h??=new WeakMap).get(r),t;if(o)return o;if(o=m({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of u(r))if(!k.call(o,e))m(o,e,{get:c.bind(r,e),enumerable:!(t=M(r,e))||t.enumerable})}return h.set(r,o),o},h;var S=(r)=>r;function L(r,o){this[r]=S.bind(null,o)}var x=(r,o)=>{for(var t in o)m(r,t,{get:o[t],enumerable:!0,configurable:!0,set:L.bind(o,t)})};var b={};x(b,{CentralIconBase:()=>f});module.exports=B(b);var s=g(require("react")),n=require("react-native-svg"),f=({children:r,size:o=24,mode:t="masked",maskId:e,...p})=>{let i=t!=="raw"&&!!e;return s.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"},i?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:e,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},r)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${e})`})):r)};var O={};x(O,{default:()=>W,IconBell2Off:()=>I});module.exports=B(O);var l=g(require("react"));var C=require("react-native-svg"),I=l.default.memo((r)=>{return l.default.createElement(f,{...r,maskId:"square-outlined-radius-0-stroke-2-IconBell2Off"},l.default.createElement(C.Path,{d:"M18.5 13L18.2996 8.99251C18.1318 5.63561 15.3611 3 12 3C10.708 3 9.50322 3.38945 8.5 4.05961M16.5 17H4V16L5.5 13L5.70037 8.99251C5.75073 7.98534 6.03539 7.0431 6.5 6.21749",stroke:"currentColor",strokeWidth:"2"}),l.default.createElement(C.Path,{d:"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5",stroke:"currentColor",strokeWidth:"2"}),l.default.createElement(C.Path,{d:"M2 2L21 21",stroke:"currentColor",strokeWidth:"2"}))}),W=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=1A4241D605CB4E7C64756E2164756E21
|
|
@@ -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-outlined-radius-0-stroke-2-IconBell2Off\"><Path d=\"M18.5 13L18.2996 8.99251C18.1318 5.63561 15.3611 3 12 3C10.708 3 9.50322 3.38945 8.5 4.05961M16.5 17H4V16L5.5 13L5.70037 8.99251C5.75073 7.98534 6.03539 7.0431 6.5 6.21749\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M2 2L21 21\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,wBAAsf,EAAtf,IAAqB,EAAO,OAAO,kDAAiD,wBAAC,OAAD,CAAM,EAAE,8KAA8K,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,wFAAwF,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAG,CAAI,EAC9f,EAEc",
|
|
9
|
+
"debugId": "1A4241D605CB4E7C64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as C,Mask as d,Rect as l,G as f}from"react-native-svg";var m=({children:e,size:o=24,mode:p="masked",maskId:n,...i})=>{let a=p!=="raw"&&!!n;return r.createElement(C,{...i,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},a?r.createElement(r.Fragment,null,r.createElement(d,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(l,{width:"24",height:"24",fill:"#000"}),r.createElement(f,{color:"#fff"},e)),r.createElement(l,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";import{Path as s}from"react-native-svg";var h=t.memo((e)=>{return t.createElement(m,{...e,maskId:"square-outlined-radius-0-stroke-2-IconBell2Off"},t.createElement(s,{d:"M18.5 13L18.2996 8.99251C18.1318 5.63561 15.3611 3 12 3C10.708 3 9.50322 3.38945 8.5 4.05961M16.5 17H4V16L5.5 13L5.70037 8.99251C5.75073 7.98534 6.03539 7.0431 6.5 6.21749",stroke:"currentColor",strokeWidth:"2"}),t.createElement(s,{d:"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5",stroke:"currentColor",strokeWidth:"2"}),t.createElement(s,{d:"M2 2L21 21",stroke:"currentColor",strokeWidth:"2"}))}),M=h;export{M as default,h as IconBell2Off};
|
|
2
|
+
|
|
3
|
+
//# debugId=E60F7842B128E70164756E2164756E21
|
|
@@ -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-outlined-radius-0-stroke-2-IconBell2Off\"><Path d=\"M18.5 13L18.2996 8.99251C18.1318 5.63561 15.3611 3 12 3C10.708 3 9.50322 3.38945 8.5 4.05961M16.5 17H4V16L5.5 13L5.70037 8.99251C5.75073 7.98534 6.03539 7.0431 6.5 6.21749\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8.03094 17.5C8.27699 19.4732 9.96019 21 12 21C14.0398 21 15.723 19.4732 15.9691 17.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M2 2L21 21\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,gBAAsf,EAAtf,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,8KAA8K,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,wFAAwF,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAG,CAAI,EAC9f,EAEc",
|
|
9
|
+
"debugId": "E60F7842B128E70164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:w,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:P}=Object,k=Object.prototype.hasOwnProperty;function c(r){return this[r]}var M,y,g=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?M??=new WeakMap:y??=new WeakMap,p=m.get(r);if(p)return p}t=r!=null?v(w(r)):{};let a=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let d of f(r))if(!k.call(a,d))l(a,d,{get:c.bind(r,d),enumerable:!0});if(e)m.set(r,a);return a},B=(r)=>{var o=(u??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!k.call(o,e))l(o,e,{get:c.bind(r,e),enumerable:!(t=P(r,e))||t.enumerable})}return u.set(r,o),o},u;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var x=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var W={};x(W,{CentralIconBase:()=>h});module.exports=B(W);var s=g(require("react")),n=require("react-native-svg"),h=({children:r,size:o=24,mode:t="masked",maskId:e,...m})=>{let p=t!=="raw"&&!!e;return s.default.createElement(n.Svg,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:e,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},r)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${e})`})):r)};var $={};x($,{default:()=>A,IconBellActive:()=>I});module.exports=B($);var i=g(require("react"));var C=require("react-native-svg"),I=i.default.memo((r)=>{return i.default.createElement(h,{...r,maskId:"square-outlined-radius-0-stroke-2-IconBellActive"},i.default.createElement(C.Path,{d:"M4.80754 9.46301C5.20136 5.78731 8.30327 3 12 3C15.6967 3 18.7986 5.78732 19.1925 9.46301L20 17H4L4.80754 9.46301Z",stroke:"currentColor",strokeWidth:"2"}),i.default.createElement(C.Path,{d:"M16 17C16 19.2091 14.2091 21 12 21C9.79086 21 8 19.2091 8 17",stroke:"currentColor",strokeWidth:"2"}),i.default.createElement(C.Path,{d:"M6 1.60974C3.88276 3.05296 2.19989 5.2379 1.59999 7.81192M18 1.60974C20.1172 3.05296 21.7999 5.2379 22.4 7.81192",stroke:"currentColor",strokeWidth:"2"}))}),A=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=98A55BEBBDC4ADA564756E2164756E21
|
|
@@ -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-outlined-radius-0-stroke-2-IconBellActive\"><Path d=\"M4.80754 9.46301C5.20136 5.78731 8.30327 3 12 3C15.6967 3 18.7986 5.78732 19.1925 9.46301L20 17H4L4.80754 9.46301Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 17C16 19.2091 14.2091 21 12 21C9.79086 21 8 19.2091 8 17\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 1.60974C3.88276 3.05296 2.19989 5.2379 1.59999 7.81192M18 1.60974C20.1172 3.05296 21.7999 5.2379 22.4 7.81192\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,wBAA4gB,EAA5gB,IAAqB,EAAO,OAAO,oDAAmD,wBAAC,OAAD,CAAM,EAAE,qHAAqH,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,+DAA+D,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,mHAAmH,OAAO,eAAe,YAAY,IAAG,CAAI,EACphB,EAEc",
|
|
9
|
+
"debugId": "98A55BEBBDC4ADA564756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as C,Mask as d,Rect as i,G as h}from"react-native-svg";var l=({children:e,size:o=24,mode:m="masked",maskId:n,...p})=>{let a=m!=="raw"&&!!n;return r.createElement(C,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},a?r.createElement(r.Fragment,null,r.createElement(d,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(i,{width:"24",height:"24",fill:"#000"}),r.createElement(h,{color:"#fff"},e)),r.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";import{Path as s}from"react-native-svg";var u=t.memo((e)=>{return t.createElement(l,{...e,maskId:"square-outlined-radius-0-stroke-2-IconBellActive"},t.createElement(s,{d:"M4.80754 9.46301C5.20136 5.78731 8.30327 3 12 3C15.6967 3 18.7986 5.78732 19.1925 9.46301L20 17H4L4.80754 9.46301Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(s,{d:"M16 17C16 19.2091 14.2091 21 12 21C9.79086 21 8 19.2091 8 17",stroke:"currentColor",strokeWidth:"2"}),t.createElement(s,{d:"M6 1.60974C3.88276 3.05296 2.19989 5.2379 1.59999 7.81192M18 1.60974C20.1172 3.05296 21.7999 5.2379 22.4 7.81192",stroke:"currentColor",strokeWidth:"2"}))}),P=u;export{P as default,u as IconBellActive};
|
|
2
|
+
|
|
3
|
+
//# debugId=0600E55764FE4DE164756E2164756E21
|
|
@@ -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-outlined-radius-0-stroke-2-IconBellActive\"><Path d=\"M4.80754 9.46301C5.20136 5.78731 8.30327 3 12 3C15.6967 3 18.7986 5.78732 19.1925 9.46301L20 17H4L4.80754 9.46301Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M16 17C16 19.2091 14.2091 21 12 21C9.79086 21 8 19.2091 8 17\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 1.60974C3.88276 3.05296 2.19989 5.2379 1.59999 7.81192M18 1.60974C20.1172 3.05296 21.7999 5.2379 22.4 7.81192\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,gBAA4gB,EAA5gB,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,EAAE,qHAAqH,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,+DAA+D,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,mHAAmH,OAAO,eAAe,YAAY,IAAG,CAAI,EACphB,EAEc",
|
|
9
|
+
"debugId": "0600E55764FE4DE164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED