@central-icons-react-native/square-outlined-radius-0-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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconChart8: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconChart8;
@@ -0,0 +1,3 @@
1
+ var w=Object.create;var{getPrototypeOf:P,defineProperty:i,getOwnPropertyNames:C,getOwnPropertyDescriptor:M}=Object,c=Object.prototype.hasOwnProperty;function f(r){return this[r]}var v,y,g=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?v??=new WeakMap:y??=new WeakMap,l=m.get(r);if(l)return l}e=r!=null?w(P(r)):{};let d=o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e;for(let k of C(r))if(!c.call(d,k))i(d,k,{get:f.bind(r,k),enumerable:!0});if(t)m.set(r,d);return d},x=(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 C(r))if(!c.call(o,t))i(o,t,{get:f.bind(r,t),enumerable:!(e=M(r,t))||e.enumerable})}return h.set(r,o),o},h;var S=(r)=>r;function V(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0,configurable:!0,set:V.bind(o,e)})};var q={};I(q,{CentralIconBase:()=>u});module.exports=x(q);var n=g(require("react")),s=require("react-native-svg"),u=({children:r,size:o=24,mode:e="masked",maskId:t,...m})=>{let l=e!=="raw"&&!!t;return n.default.createElement(s.Svg,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l?n.default.createElement(n.default.Fragment,null,n.default.createElement(s.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement(s.Rect,{width:"24",height:"24",fill:"#000"}),n.default.createElement(s.G,{color:"#fff"},r)),n.default.createElement(s.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):r)};var W={};I(W,{default:()=>b,IconChart8:()=>B});module.exports=x(W);var a=g(require("react"));var p=require("react-native-svg"),B=a.default.memo((r)=>{return a.default.createElement(u,{...r,maskId:"square-outlined-radius-0-stroke-2-IconChart8"},a.default.createElement(p.Path,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),a.default.createElement(p.Path,{d:"M12 16V8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),a.default.createElement(p.Path,{d:"M8 16V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),a.default.createElement(p.Path,{d:"M16 16V11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))}),b=B;
2
+
3
+ //# debugId=95ED97153AEFA3C864756E2164756E21
@@ -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=\"square-outlined-radius-0-stroke-2-IconChart8\"><Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 16V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M8 16V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M16 16V11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,wBAA0Y,EAA1Y,IAAqB,EAAO,OAAO,gDAA+C,wBAAC,OAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,EAClZ,EAEc",
9
+ "debugId": "95ED97153AEFA3C864756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as d,Mask as k,Rect as a,G as u}from"react-native-svg";var i=({children:t,size:o=24,mode:p="masked",maskId:n,...m})=>{let l=p!=="raw"&&!!n;return r.createElement(d,{...m,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l?r.createElement(r.Fragment,null,r.createElement(k,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(a,{width:"24",height:"24",fill:"#000"}),r.createElement(u,{color:"#fff"},t)),r.createElement(a,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):t)};import e from"react";import{Path as s}from"react-native-svg";var h=e.memo((t)=>{return e.createElement(i,{...t,maskId:"square-outlined-radius-0-stroke-2-IconChart8"},e.createElement(s,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),e.createElement(s,{d:"M12 16V8",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(s,{d:"M8 16V13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(s,{d:"M16 16V11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))}),M=h;export{M as default,h as IconChart8};
2
+
3
+ //# debugId=7793E1DD1E5D616964756E2164756E21
@@ -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=\"square-outlined-radius-0-stroke-2-IconChart8\"><Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 16V8\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M8 16V13\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M16 16V11\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,gBAA0Y,EAA1Y,IAAqB,EAAO,OAAO,gDAA+C,gBAAC,EAAD,CAAM,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,EAClZ,EAEc",
9
+ "debugId": "7793E1DD1E5D616964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconShieldSafeSearch: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconShieldSafeSearch;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:u,getOwnPropertyDescriptor:L}=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,i=l.get(r);if(i)return i}e=r!=null?B(w(r)):{};let p=o||!r||!r.__esModule?a(e,"default",{value:r,enumerable:!0}):e;for(let d of u(r))if(!c.call(p,d))a(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=a({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of u(r))if(!c.call(o,t))a(o,t,{get:k.bind(r,t),enumerable:!(e=L(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)a(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 i=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"},i?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:"square-outlined-radius-0-stroke-2-IconShieldSafeSearch"},s.default.createElement(m.Path,{d:"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),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=E39E5B323884E6DC64756E2164756E21
@@ -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=\"square-outlined-radius-0-stroke-2-IconShieldSafeSearch\"><Path d=\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><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,wBAAiwC,EAAjwC,IAAqB,EAAO,OAAO,0DAAyD,wBAAC,OAAD,CAAM,EAAE,+EAA+E,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,wwBAAwwB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,CAAI,EACzwC,EAEc",
9
+ "debugId": "E39E5B323884E6DC64756E2164756E21",
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 a=({children:t,size:o=24,mode:l="masked",maskId:n,...i})=>{let p=l!=="raw"&&!!n;return r.createElement(m,{...i,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(a,{...t,maskId:"square-outlined-radius-0-stroke-2-IconShieldSafeSearch"},e.createElement(C,{d:"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),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"}))}),L=h;export{L as default,h as IconShieldSafeSearch};
2
+
3
+ //# debugId=9A2A9D8DCB8A653E64756E2164756E21
@@ -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=\"square-outlined-radius-0-stroke-2-IconShieldSafeSearch\"><Path d=\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><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,gBAAiwC,EAAjwC,IAAqB,EAAO,OAAO,0DAAyD,gBAAC,EAAD,CAAM,EAAE,+EAA+E,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,wwBAAwwB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4MAA4M,KAAK,eAAc,CAAI,EACzwC,EAEc",
9
+ "debugId": "9A2A9D8DCB8A653E64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWave: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconWave;
@@ -0,0 +1,3 @@
1
+ var v=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:u,getOwnPropertyDescriptor:P}=Object,C=Object.prototype.hasOwnProperty;function c(o){return this[o]}var y,S,g=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var m=r?y??=new WeakMap:S??=new WeakMap,p=m.get(o);if(p)return p}e=o!=null?v(w(o)):{};let i=r||!o||!o.__esModule?a(e,"default",{value:o,enumerable:!0}):e;for(let d of u(o))if(!C.call(i,d))a(i,d,{get:c.bind(o,d),enumerable:!0});if(t)m.set(o,i);return i},k=(o)=>{var r=(h??=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 u(o))if(!C.call(r,t))a(r,t,{get:c.bind(o,t),enumerable:!(e=P(o,t))||e.enumerable})}return h.set(o,r),r},h;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:()=>f});module.exports=k(M);var s=g(require("react")),n=require("react-native-svg"),f=({children:o,size:r=24,mode:e="masked",maskId:t,...m})=>{let p=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...m,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},p?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=k(V);var l=g(require("react"));var I=require("react-native-svg"),B=l.default.memo((o)=>{return l.default.createElement(f,{...o,maskId:"square-outlined-radius-0-stroke-2-IconWave"},l.default.createElement(I.Path,{d:"M2 12H7V4H12V20H17V11.5H22",stroke:"currentColor",strokeWidth:"2"}))}),W=B;
2
+
3
+ //# debugId=AC8FD995BCE294A364756E2164756E21
@@ -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=\"square-outlined-radius-0-stroke-2-IconWave\"><Path d=\"M2 12H7V4H12V20H17V11.5H22\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,wBAA8J,EAA9J,IAAqB,EAAO,OAAO,8CAA6C,wBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAG,CAAI,EACtK,EAEc",
9
+ "debugId": "AC8FD995BCE294A364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import o from"react";import{Svg as l,Mask as d,Rect as s,G as f}from"react-native-svg";var a=({children:e,size:r=24,mode:m="masked",maskId:t,...p})=>{let i=m!=="raw"&&!!t;return o.createElement(l,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},i?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(f,{color:"#fff"},e)),o.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as h}from"react-native-svg";var u=n.memo((e)=>{return n.createElement(a,{...e,maskId:"square-outlined-radius-0-stroke-2-IconWave"},n.createElement(h,{d:"M2 12H7V4H12V20H17V11.5H22",stroke:"currentColor",strokeWidth:"2"}))}),P=u;export{P as default,u as IconWave};
2
+
3
+ //# debugId=E40E50272AFC570964756E2164756E21
@@ -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=\"square-outlined-radius-0-stroke-2-IconWave\"><Path d=\"M2 12H7V4H12V20H17V11.5H22\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,gBAA8J,EAA9J,IAAqB,EAAO,OAAO,8CAA6C,gBAAC,EAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAG,CAAI,EACtK,EAEc",
9
+ "debugId": "E40E50272AFC570964756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconWaveRound2: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconWaveRound2;
@@ -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 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:()=>d});module.exports=g(V);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 W={};x(W,{default:()=>$,IconWaveRound2:()=>B});module.exports=g(W);var l=k(require("react"));var I=require("react-native-svg"),B=l.default.memo((o)=>{return l.default.createElement(d,{...o,maskId:"square-outlined-radius-0-stroke-2-IconWaveRound2"},l.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:"square",strokeLinejoin:"round"}))}),$=B;
2
+
3
+ //# debugId=3DB2EF0D481FBF9A64756E2164756E21
@@ -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=\"square-outlined-radius-0-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=\"square\" 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,wBAA2X,EAA3X,IAAqB,EAAO,OAAO,oDAAmD,wBAAC,OAAD,CAAM,EAAE,sMAAsM,OAAO,eAAe,YAAY,IAAI,cAAc,SAAS,eAAe,QAAO,CAAI,EACnY,EAEc",
9
+ "debugId": "3DB2EF0D481FBF9A64756E2164756E21",
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:"square-outlined-radius-0-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:"square",strokeLinejoin:"round"}))}),P=f;export{P as default,f as IconWaveRound2};
2
+
3
+ //# debugId=FADC952EAFF4826F64756E2164756E21
@@ -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=\"square-outlined-radius-0-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=\"square\" 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,gBAA2X,EAA3X,IAAqB,EAAO,OAAO,oDAAmD,gBAAC,EAAD,CAAM,EAAE,sMAAsM,OAAO,eAAe,YAAY,IAAI,cAAc,SAAS,eAAe,QAAO,CAAI,EACnY,EAEc",
9
+ "debugId": "FADC952EAFF4826F64756E2164756E21",
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