@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.301 → 1.1.303
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/IconChart8/index.d.ts +4 -0
- package/IconChart8/index.js +3 -0
- package/IconChart8/index.js.map +11 -0
- package/IconChart8/index.mjs +3 -0
- package/IconChart8/index.mjs.map +11 -0
- package/IconShieldSafeSearch/index.d.ts +4 -0
- package/IconShieldSafeSearch/index.js +3 -0
- package/IconShieldSafeSearch/index.js.map +11 -0
- package/IconShieldSafeSearch/index.mjs +3 -0
- package/IconShieldSafeSearch/index.mjs.map +11 -0
- package/IconWave/index.d.ts +4 -0
- package/IconWave/index.js +3 -0
- package/IconWave/index.js.map +11 -0
- package/IconWave/index.mjs +3 -0
- package/IconWave/index.mjs.map +11 -0
- package/IconWaveRound2/index.d.ts +4 -0
- package/IconWaveRound2/index.js +3 -0
- package/IconWaveRound2/index.js.map +11 -0
- package/IconWaveRound2/index.mjs +3 -0
- package/IconWaveRound2/index.mjs.map +11 -0
- package/README.md +4 -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 +4 -0
- package/index.js +12 -0
- package/index.mjs +4 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +5 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var w=Object.create;var{getPrototypeOf:P,defineProperty:d,getOwnPropertyNames:h,getOwnPropertyDescriptor:L}=Object,c=Object.prototype.hasOwnProperty;function f(r){return this[r]}var M,v,g=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var a=o?M??=new WeakMap:v??=new WeakMap,m=a.get(r);if(m)return m}t=r!=null?w(P(r)):{};let k=o||!r||!r.__esModule?d(t,"default",{value:r,enumerable:!0}):t;for(let u of h(r))if(!c.call(k,u))d(k,u,{get:f.bind(r,u),enumerable:!0});if(e)a.set(r,k);return k},x=(r)=>{var o=(C??=new WeakMap).get(r),t;if(o)return o;if(o=d({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of h(r))if(!c.call(o,e))d(o,e,{get:f.bind(r,e),enumerable:!(t=L(r,e))||t.enumerable})}return C.set(r,o),o},C;var y=(r)=>r;function S(r,o){this[r]=y.bind(null,o)}var I=(r,o)=>{for(var t in o)d(r,t,{get:o[t],enumerable:!0,configurable:!0,set:S.bind(o,t)})};var V={};I(V,{CentralIconBase:()=>l});module.exports=x(V);var s=g(require("react")),n=require("react-native-svg"),l=({children:r,size:o=24,mode:t="masked",maskId:e,...a})=>{let m=t!=="raw"&&!!e;return s.default.createElement(n.Svg,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?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 W={};I(W,{default:()=>b,IconChart8:()=>B});module.exports=x(W);var i=g(require("react"));var p=require("react-native-svg"),B=i.default.memo((r)=>{return i.default.createElement(l,{...r,maskId:"round-outlined-radius-1-stroke-2-IconChart8"},i.default.createElement(p.Path,{d:"M19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4Z",stroke:"currentColor",strokeWidth:"2"}),i.default.createElement(p.Path,{d:"M12 16V8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(p.Path,{d:"M8 16V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(p.Path,{d:"M16 16V11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),b=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=E959C049250EE99D64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconChart8/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 IconChart8: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconChart8\"><Path d=\"M19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 16V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 16V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 16V11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconChart8;\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,sEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA+D,UAAM,KAAK,CAAC,IAAU,CAChG,OAAO,wBAAmjB,EAAnjB,IAAqB,EAAO,OAAO,+CAA8C,wBAAC,OAAD,CAAM,EAAE,2HAA2H,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC3jB,EAEc",
|
|
9
|
+
"debugId": "E959C049250EE99D64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as k,Mask as u,Rect as i,G as l}from"react-native-svg";var d=({children:e,size:o=24,mode:p="masked",maskId:s,...a})=>{let m=p!=="raw"&&!!s;return r.createElement(k,{...a,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(u,{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(i,{width:"24",height:"24",fill:"#000"}),r.createElement(l,{color:"#fff"},e)),r.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):e)};import t from"react";import{Path as n}from"react-native-svg";var C=t.memo((e)=>{return t.createElement(d,{...e,maskId:"round-outlined-radius-1-stroke-2-IconChart8"},t.createElement(n,{d:"M19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M12 16V8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M8 16V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M16 16V11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),L=C;export{L as default,C as IconChart8};
|
|
2
|
+
|
|
3
|
+
//# debugId=C0FD3B549E2BA82164756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconChart8/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 IconChart8: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconChart8\"><Path d=\"M19 4H5C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V5C20 4.44772 19.5523 4 19 4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 16V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 16V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16 16V11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconChart8;\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,EAA+D,EAAM,KAAK,CAAC,IAAU,CAChG,OAAO,gBAAmjB,EAAnjB,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,EAAE,2HAA2H,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC3jB,EAEc",
|
|
9
|
+
"debugId": "C0FD3B549E2BA82164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:L,defineProperty:i,getOwnPropertyNames:u,getOwnPropertyDescriptor:w}=Object,c=Object.prototype.hasOwnProperty;function k(r){return this[r]}var P,V,S=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var l=o?P??=new WeakMap:V??=new WeakMap,a=l.get(r);if(a)return a}e=r!=null?B(L(r)):{};let p=o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e;for(let d of u(r))if(!c.call(p,d))i(p,d,{get:k.bind(r,d),enumerable:!0});if(t)l.set(r,p);return p},g=(r)=>{var o=(h??=new WeakMap).get(r),e;if(o)return o;if(o=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!c.call(o,t))i(o,t,{get:k.bind(r,t),enumerable:!(e=w(r,t))||e.enumerable})}return h.set(r,o),o},h;var v=(r)=>r;function y(r,o){this[r]=v.bind(null,o)}var x=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0,configurable:!0,set:y.bind(o,e)})};var M={};x(M,{CentralIconBase:()=>f});module.exports=g(M);var C=S(require("react")),n=require("react-native-svg"),f=({children:r,size:o=24,mode:e="masked",maskId:t,...l})=>{let a=e!=="raw"&&!!t;return C.default.createElement(n.Svg,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},a?C.default.createElement(C.default.Fragment,null,C.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},C.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),C.default.createElement(n.G,{color:"#fff"},r)),C.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var b={};x(b,{default:()=>Z,IconShieldSafeSearch:()=>I});module.exports=g(b);var s=S(require("react"));var m=require("react-native-svg"),I=s.default.memo((r)=>{return s.default.createElement(f,{...r,maskId:"round-outlined-radius-1-stroke-2-IconShieldSafeSearch"},s.default.createElement(m.Path,{d:"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M15.1372 9.58447C15.5634 9.32886 16.1158 9.46689 16.3715 9.89307C16.6271 10.3192 16.489 10.8717 16.0629 11.1274L14.6918 11.9507C14.5009 12.0653 14.3027 12.1656 14.1 12.2544V16.5962C14.0999 17.0931 13.6966 17.4966 13.1997 17.4966C12.7028 17.4964 12.2994 17.093 12.2993 16.5962V15.0435C12.2056 15.0765 12.1054 15.0961 12.0004 15.0962C11.8953 15.0962 11.7944 15.0766 11.7006 15.0435V16.5962C11.7005 17.093 11.2971 17.4964 10.8002 17.4966C10.3033 17.4966 9.9 17.0931 9.89985 16.5962V12.2544C9.69721 12.1656 9.49903 12.0653 9.30805 11.9507L7.93696 11.1274C7.51079 10.8717 7.37273 10.3193 7.62836 9.89307C7.88409 9.46685 8.43652 9.32876 8.86274 9.58447L10.2338 10.4067C10.7671 10.7267 11.3775 10.8959 11.9995 10.896C12.6215 10.896 13.2326 10.7268 13.7661 10.4067L15.1372 9.58447Z",fill:"currentColor"}),s.default.createElement(m.Path,{d:"M12.0004 6.396C12.9942 6.39626 13.8001 7.20199 13.8002 8.1958C13.8002 9.18975 12.9943 9.99534 12.0004 9.99561C11.0063 9.99561 10.1997 9.18991 10.1997 8.1958C10.1998 7.20182 11.0064 6.396 12.0004 6.396Z",fill:"currentColor"}))}),Z=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=9661CBEDAA04E27E64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconShieldSafeSearch/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 IconShieldSafeSearch: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconShieldSafeSearch\"><Path d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.1372 9.58447C15.5634 9.32886 16.1158 9.46689 16.3715 9.89307C16.6271 10.3192 16.489 10.8717 16.0629 11.1274L14.6918 11.9507C14.5009 12.0653 14.3027 12.1656 14.1 12.2544V16.5962C14.0999 17.0931 13.6966 17.4966 13.1997 17.4966C12.7028 17.4964 12.2994 17.093 12.2993 16.5962V15.0435C12.2056 15.0765 12.1054 15.0961 12.0004 15.0962C11.8953 15.0962 11.7944 15.0766 11.7006 15.0435V16.5962C11.7005 17.093 11.2971 17.4964 10.8002 17.4966C10.3033 17.4966 9.9 17.0931 9.89985 16.5962V12.2544C9.69721 12.1656 9.49903 12.0653 9.30805 11.9507L7.93696 11.1274C7.51079 10.8717 7.37273 10.3193 7.62836 9.89307C7.88409 9.46685 8.43652 9.32876 8.86274 9.58447L10.2338 10.4067C10.7671 10.7267 11.3775 10.8959 11.9995 10.896C12.6215 10.896 13.2326 10.7268 13.7661 10.4067L15.1372 9.58447Z\" fill=\"currentColor\"/><Path d=\"M12.0004 6.396C12.9942 6.39626 13.8001 7.20199 13.8002 8.1958C13.8002 9.18975 12.9943 9.99534 12.0004 9.99561C11.0063 9.99561 10.1997 9.18991 10.1997 8.1958C10.1998 7.20182 11.0064 6.396 12.0004 6.396Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShieldSafeSearch;\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,gFChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAyE,UAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,wBAAu7C,EAAv7C,IAAqB,EAAO,OAAO,yDAAwD,wBAAC,OAAD,CAAM,EAAE,gPAAgP,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,wwBAAwwB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,CAAI,EAC/7C,EAEc",
|
|
9
|
+
"debugId": "9661CBEDAA04E27E64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as m,Mask as d,Rect as s,G as f}from"react-native-svg";var i=({children:t,size:o=24,mode:l="masked",maskId:n,...a})=>{let p=l!=="raw"&&!!n;return r.createElement(m,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?r.createElement(r.Fragment,null,r.createElement(d,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(s,{width:"24",height:"24",fill:"#000"}),r.createElement(f,{color:"#fff"},t)),r.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):t)};import e from"react";import{Path as C}from"react-native-svg";var h=e.memo((t)=>{return e.createElement(i,{...t,maskId:"round-outlined-radius-1-stroke-2-IconShieldSafeSearch"},e.createElement(C,{d:"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(C,{d:"M15.1372 9.58447C15.5634 9.32886 16.1158 9.46689 16.3715 9.89307C16.6271 10.3192 16.489 10.8717 16.0629 11.1274L14.6918 11.9507C14.5009 12.0653 14.3027 12.1656 14.1 12.2544V16.5962C14.0999 17.0931 13.6966 17.4966 13.1997 17.4966C12.7028 17.4964 12.2994 17.093 12.2993 16.5962V15.0435C12.2056 15.0765 12.1054 15.0961 12.0004 15.0962C11.8953 15.0962 11.7944 15.0766 11.7006 15.0435V16.5962C11.7005 17.093 11.2971 17.4964 10.8002 17.4966C10.3033 17.4966 9.9 17.0931 9.89985 16.5962V12.2544C9.69721 12.1656 9.49903 12.0653 9.30805 11.9507L7.93696 11.1274C7.51079 10.8717 7.37273 10.3193 7.62836 9.89307C7.88409 9.46685 8.43652 9.32876 8.86274 9.58447L10.2338 10.4067C10.7671 10.7267 11.3775 10.8959 11.9995 10.896C12.6215 10.896 13.2326 10.7268 13.7661 10.4067L15.1372 9.58447Z",fill:"currentColor"}),e.createElement(C,{d:"M12.0004 6.396C12.9942 6.39626 13.8001 7.20199 13.8002 8.1958C13.8002 9.18975 12.9943 9.99534 12.0004 9.99561C11.0063 9.99561 10.1997 9.18991 10.1997 8.1958C10.1998 7.20182 11.0064 6.396 12.0004 6.396Z",fill:"currentColor"}))}),w=h;export{w as default,h as IconShieldSafeSearch};
|
|
2
|
+
|
|
3
|
+
//# debugId=12B3B9C3976EDEE964756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconShieldSafeSearch/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 IconShieldSafeSearch: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconShieldSafeSearch\"><Path d=\"M4.59918 5.7379L11.5992 2.6754C11.8547 2.56361 12.1453 2.56361 12.4008 2.6754L19.4008 5.7379C19.7648 5.89714 20 6.25675 20 6.65405V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6.65405C4 6.25675 4.23519 5.89714 4.59918 5.7379Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.1372 9.58447C15.5634 9.32886 16.1158 9.46689 16.3715 9.89307C16.6271 10.3192 16.489 10.8717 16.0629 11.1274L14.6918 11.9507C14.5009 12.0653 14.3027 12.1656 14.1 12.2544V16.5962C14.0999 17.0931 13.6966 17.4966 13.1997 17.4966C12.7028 17.4964 12.2994 17.093 12.2993 16.5962V15.0435C12.2056 15.0765 12.1054 15.0961 12.0004 15.0962C11.8953 15.0962 11.7944 15.0766 11.7006 15.0435V16.5962C11.7005 17.093 11.2971 17.4964 10.8002 17.4966C10.3033 17.4966 9.9 17.0931 9.89985 16.5962V12.2544C9.69721 12.1656 9.49903 12.0653 9.30805 11.9507L7.93696 11.1274C7.51079 10.8717 7.37273 10.3193 7.62836 9.89307C7.88409 9.46685 8.43652 9.32876 8.86274 9.58447L10.2338 10.4067C10.7671 10.7267 11.3775 10.8959 11.9995 10.896C12.6215 10.896 13.2326 10.7268 13.7661 10.4067L15.1372 9.58447Z\" fill=\"currentColor\"/><Path d=\"M12.0004 6.396C12.9942 6.39626 13.8001 7.20199 13.8002 8.1958C13.8002 9.18975 12.9943 9.99534 12.0004 9.99561C11.0063 9.99561 10.1997 9.18991 10.1997 8.1958C10.1998 7.20182 11.0064 6.396 12.0004 6.396Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconShieldSafeSearch;\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,EAAyE,EAAM,KAAK,CAAC,IAAU,CAC1G,OAAO,gBAAu7C,EAAv7C,IAAqB,EAAO,OAAO,yDAAwD,gBAAC,EAAD,CAAM,EAAE,gPAAgP,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,wwBAAwwB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,CAAI,EAC/7C,EAEc",
|
|
9
|
+
"debugId": "12B3B9C3976EDEE964756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:P}=Object,h=Object.prototype.hasOwnProperty;function c(o){return this[o]}var y,S,k=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var p=r?y??=new WeakMap:S??=new WeakMap,i=p.get(o);if(i)return i}e=o!=null?v(w(o)):{};let m=r||!o||!o.__esModule?a(e,"default",{value:o,enumerable:!0}):e;for(let C of f(o))if(!h.call(m,C))a(m,C,{get:c.bind(o,C),enumerable:!0});if(t)p.set(o,m);return m},g=(o)=>{var r=(u??=new WeakMap).get(o),e;if(r)return r;if(r=a({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of f(o))if(!h.call(r,t))a(r,t,{get:c.bind(o,t),enumerable:!(e=P(o,t))||e.enumerable})}return u.set(o,r),r},u;var H=(o)=>o;function b(o,r){this[o]=H.bind(null,r)}var x=(o,r)=>{for(var e in r)a(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var M={};x(M,{CentralIconBase:()=>d});module.exports=g(M);var s=k(require("react")),n=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:t,...p})=>{let i=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},i?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"},o)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):o)};var V={};x(V,{default:()=>W,IconWave:()=>B});module.exports=g(V);var l=k(require("react"));var I=require("react-native-svg"),B=l.default.memo((o)=>{return l.default.createElement(d,{...o,maskId:"round-outlined-radius-1-stroke-2-IconWave"},l.default.createElement(I.Path,{d:"M3 12H6C6.55228 12 7 11.5523 7 11V5C7 4.44772 7.44772 4 8 4H11C11.5523 4 12 4.44772 12 5V19C12 19.5523 12.4477 20 13 20H16C16.5523 20 17 19.5523 17 19V12.5C17 11.9477 17.4477 11.5 18 11.5H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),W=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=54DD34609505D55464756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWave/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 IconWave: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconWave\"><Path d=\"M3 12H6C6.55228 12 7 11.5523 7 11V5C7 4.44772 7.44772 4 8 4H11C11.5523 4 12 4.44772 12 5V19C12 19.5523 12.4477 20 13 20H16C16.5523 20 17 19.5523 17 19V12.5C17 11.9477 17.4477 11.5 18 11.5H21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconWave;\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,oEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA6D,UAAM,KAAK,CAAC,IAAU,CAC9F,OAAO,wBAA8W,EAA9W,IAAqB,EAAO,OAAO,6CAA4C,wBAAC,OAAD,CAAM,EAAE,iMAAiM,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACtX,EAEc",
|
|
9
|
+
"debugId": "54DD34609505D55464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as l,Mask as C,Rect as s,G as d}from"react-native-svg";var a=({children:e,size:r=24,mode:p="masked",maskId:t,...i})=>{let m=p!=="raw"&&!!t;return o.createElement(l,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?o.createElement(o.Fragment,null,o.createElement(C,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(s,{width:"24",height:"24",fill:"#000"}),o.createElement(d,{color:"#fff"},e)),o.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as u}from"react-native-svg";var f=n.memo((e)=>{return n.createElement(a,{...e,maskId:"round-outlined-radius-1-stroke-2-IconWave"},n.createElement(u,{d:"M3 12H6C6.55228 12 7 11.5523 7 11V5C7 4.44772 7.44772 4 8 4H11C11.5523 4 12 4.44772 12 5V19C12 19.5523 12.4477 20 13 20H16C16.5523 20 17 19.5523 17 19V12.5C17 11.9477 17.4477 11.5 18 11.5H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),P=f;export{P as default,f as IconWave};
|
|
2
|
+
|
|
3
|
+
//# debugId=25045E9581ED1A3964756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWave/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 IconWave: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconWave\"><Path d=\"M3 12H6C6.55228 12 7 11.5523 7 11V5C7 4.44772 7.44772 4 8 4H11C11.5523 4 12 4.44772 12 5V19C12 19.5523 12.4477 20 13 20H16C16.5523 20 17 19.5523 17 19V12.5C17 11.9477 17.4477 11.5 18 11.5H21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconWave;\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,EAA6D,EAAM,KAAK,CAAC,IAAU,CAC9F,OAAO,gBAA8W,EAA9W,IAAqB,EAAO,OAAO,6CAA4C,gBAAC,EAAD,CAAM,EAAE,iMAAiM,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACtX,EAEc",
|
|
9
|
+
"debugId": "25045E9581ED1A3964756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:P}=Object,h=Object.prototype.hasOwnProperty;function c(o){return this[o]}var y,S,k=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var p=r?y??=new WeakMap:S??=new WeakMap,i=p.get(o);if(i)return i}e=o!=null?v(w(o)):{};let m=r||!o||!o.__esModule?a(e,"default",{value:o,enumerable:!0}):e;for(let l of f(o))if(!h.call(m,l))a(m,l,{get:c.bind(o,l),enumerable:!0});if(t)p.set(o,m);return m},g=(o)=>{var r=(u??=new WeakMap).get(o),e;if(r)return r;if(r=a({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of f(o))if(!h.call(r,t))a(r,t,{get:c.bind(o,t),enumerable:!(e=P(o,t))||e.enumerable})}return u.set(o,r),r},u;var b=(o)=>o;function M(o,r){this[o]=b.bind(null,r)}var x=(o,r)=>{for(var e in r)a(o,e,{get:r[e],enumerable:!0,configurable:!0,set:M.bind(r,e)})};var V={};x(V,{CentralIconBase:()=>C});module.exports=g(V);var s=k(require("react")),n=require("react-native-svg"),C=({children:o,size:r=24,mode:e="masked",maskId:t,...p})=>{let i=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},i?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"},o)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):o)};var W={};x(W,{default:()=>$,IconWaveRound2:()=>B});module.exports=g(W);var d=k(require("react"));var I=require("react-native-svg"),B=d.default.memo((o)=>{return d.default.createElement(C,{...o,maskId:"round-outlined-radius-1-stroke-2-IconWaveRound2"},d.default.createElement(I.Path,{d:"M3 12H4C5.65685 12 7 10.6569 7 9V6.5C7 5.11929 8.11929 4 9.5 4C10.8807 4 12 5.11929 12 6.5V17.5C12 18.8807 13.1193 20 14.5 20C15.8807 20 17 18.8807 17 17.5V14.5C17 12.8431 18.3431 11.5 20 11.5H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=A037779435753EAE64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWaveRound2/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 IconWaveRound2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconWaveRound2\"><Path d=\"M3 12H4C5.65685 12 7 10.6569 7 9V6.5C7 5.11929 8.11929 4 9.5 4C10.8807 4 12 5.11929 12 6.5V17.5C12 18.8807 13.1193 20 14.5 20C15.8807 20 17 18.8807 17 17.5V14.5C17 12.8431 18.3431 11.5 20 11.5H21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconWaveRound2;\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,wBAAyX,EAAzX,IAAqB,EAAO,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,sMAAsM,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjY,EAEc",
|
|
9
|
+
"debugId": "A037779435753EAE64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as d,Mask as l,Rect as s,G as C}from"react-native-svg";var a=({children:e,size:r=24,mode:p="masked",maskId:t,...i})=>{let m=p!=="raw"&&!!t;return o.createElement(d,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?o.createElement(o.Fragment,null,o.createElement(l,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(s,{width:"24",height:"24",fill:"#000"}),o.createElement(C,{color:"#fff"},e)),o.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as u}from"react-native-svg";var f=n.memo((e)=>{return n.createElement(a,{...e,maskId:"round-outlined-radius-1-stroke-2-IconWaveRound2"},n.createElement(u,{d:"M3 12H4C5.65685 12 7 10.6569 7 9V6.5C7 5.11929 8.11929 4 9.5 4C10.8807 4 12 5.11929 12 6.5V17.5C12 18.8807 13.1193 20 14.5 20C15.8807 20 17 18.8807 17 17.5V14.5C17 12.8431 18.3431 11.5 20 11.5H21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}))}),P=f;export{P as default,f as IconWaveRound2};
|
|
2
|
+
|
|
3
|
+
//# debugId=DA91AA70E1C06E1264756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWaveRound2/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 IconWaveRound2: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-2-IconWaveRound2\"><Path d=\"M3 12H4C5.65685 12 7 10.6569 7 9V6.5C7 5.11929 8.11929 4 9.5 4C10.8807 4 12 5.11929 12 6.5V17.5C12 18.8807 13.1193 20 14.5 20C15.8807 20 17 18.8807 17 17.5V14.5C17 12.8431 18.3431 11.5 20 11.5H21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconWaveRound2;\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,gBAAyX,EAAzX,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,EAAE,sMAAsM,OAAO,eAAe,YAAY,IAAI,cAAc,QAAQ,eAAe,QAAO,CAAI,EACjY,EAEc",
|
|
9
|
+
"debugId": "DA91AA70E1C06E1264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -1655,6 +1655,7 @@ Below is a complete list of available icons:
|
|
|
1655
1655
|
- IconLock2
|
|
1656
1656
|
- IconUnlocked2
|
|
1657
1657
|
- IconKeyhole2
|
|
1658
|
+
- IconShieldSafeSearch
|
|
1658
1659
|
|
|
1659
1660
|
### Shopping & Payment
|
|
1660
1661
|
|
|
@@ -1959,6 +1960,8 @@ Below is a complete list of available icons:
|
|
|
1959
1960
|
- IconVoiceShare
|
|
1960
1961
|
- IconConductor
|
|
1961
1962
|
- IconAlbums2
|
|
1963
|
+
- IconWave
|
|
1964
|
+
- IconWaveRound2
|
|
1962
1965
|
|
|
1963
1966
|
### Sports
|
|
1964
1967
|
|
|
@@ -2021,6 +2024,7 @@ Below is a complete list of available icons:
|
|
|
2021
2024
|
- IconStackedBarChart100Axis
|
|
2022
2025
|
- IconStackedBarChartHorizontal100Axis
|
|
2023
2026
|
- IconTrending6
|
|
2027
|
+
- IconChart8
|
|
2024
2028
|
|
|
2025
2029
|
### Things
|
|
2026
2030
|
|