@central-icons-react-native/round-outlined-radius-1-stroke-1 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:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:L}=Object,f=Object.prototype.hasOwnProperty;function h(r){return this[r]}var M,v,g=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var d=o?M??=new WeakMap:v??=new WeakMap,m=d.get(r);if(m)return m}e=r!=null?w(P(r)):{};let u=o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e;for(let l of c(r))if(!f.call(u,l))p(u,l,{get:h.bind(r,l),enumerable:!0});if(n)d.set(r,u);return u},x=(r)=>{var o=(k??=new WeakMap).get(r),e;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of c(r))if(!f.call(o,n))p(o,n,{get:h.bind(r,n),enumerable:!(e=L(r,n))||e.enumerable})}return k.set(r,o),o},k;var y=(r)=>r;function S(r,o){this[r]=y.bind(null,o)}var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0,configurable:!0,set:S.bind(o,e)})};var V={};I(V,{CentralIconBase:()=>C});module.exports=x(V);var s=g(require("react")),t=require("react-native-svg"),C=({children:r,size:o=24,mode:e="masked",maskId:n,...d})=>{let m=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...d,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(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},r)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var b={};I(b,{default:()=>j,IconChart8:()=>B});module.exports=x(b);var i=g(require("react"));var a=require("react-native-svg"),B=i.default.memo((r)=>{return i.default.createElement(C,{...r,maskId:"round-outlined-radius-1-stroke-1-IconChart8"},i.default.createElement(a.Path,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),i.default.createElement(a.Path,{d:"M12 16.5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(a.Path,{d:"M7.5 16.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(a.Path,{d:"M16.5 16.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),j=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=62C5AF222E7FC2D264756E2164756E21
|
|
@@ -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-1-IconChart8\"><Path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\"/><Path d=\"M12 16.5V7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 16.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 16.5V10.5\" stroke=\"currentColor\" 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,wBAA+iB,EAA/iB,IAAqB,EAAO,OAAO,+CAA8C,wBAAC,OAAD,CAAM,EAAE,uKAAuK,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACvjB,EAEc",
|
|
9
|
+
"debugId": "62C5AF222E7FC2D264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as u,Mask as l,Rect as i,G as C}from"react-native-svg";var p=({children:n,size:o=24,mode:a="masked",maskId:s,...d})=>{let m=a!=="raw"&&!!s;return r.createElement(u,{...d,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(l,{id:s,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(i,{width:"24",height:"24",fill:"#000"}),r.createElement(C,{color:"#fff"},n)),r.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${s})`})):n)};import e from"react";import{Path as t}from"react-native-svg";var k=e.memo((n)=>{return e.createElement(p,{...n,maskId:"round-outlined-radius-1-stroke-1-IconChart8"},e.createElement(t,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),e.createElement(t,{d:"M12 16.5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M7.5 16.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M16.5 16.5V10.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),L=k;export{L as default,k as IconChart8};
|
|
2
|
+
|
|
3
|
+
//# debugId=5A0B4AC80C88F89F64756E2164756E21
|
|
@@ -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-1-IconChart8\"><Path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\"/><Path d=\"M12 16.5V7.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 16.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 16.5V10.5\" stroke=\"currentColor\" 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,gBAA+iB,EAA/iB,IAAqB,EAAO,OAAO,+CAA8C,gBAAC,EAAD,CAAM,EAAE,uKAAuK,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACvjB,EAEc",
|
|
9
|
+
"debugId": "5A0B4AC80C88F89F64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:L,defineProperty:i,getOwnPropertyNames:h,getOwnPropertyDescriptor:w}=Object,c=Object.prototype.hasOwnProperty;function k(r){return this[r]}var P,V,S=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){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 h(r))if(!c.call(p,d))i(p,d,{get:k.bind(r,d),enumerable:!0});if(n)l.set(r,p);return p},g=(r)=>{var o=(u??=new WeakMap).get(r),e;if(o)return o;if(o=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of h(r))if(!c.call(o,n))i(o,n,{get:k.bind(r,n),enumerable:!(e=w(r,n))||e.enumerable})}return u.set(r,o),o},u;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")),t=require("react-native-svg"),f=({children:r,size:o=24,mode:e="masked",maskId:n,...l})=>{let a=e!=="raw"&&!!n;return C.default.createElement(t.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(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},C.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),C.default.createElement(t.G,{color:"#fff"},r)),C.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):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-1-IconShieldSafeSearch"},s.default.createElement(m.Path,{d:"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(m.Path,{d:"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z",fill:"currentColor"}),s.default.createElement(m.Path,{d:"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 6.396Z",fill:"currentColor"}))}),Z=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=8FECDDBE3D46185964756E2164756E21
|
|
@@ -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-1-IconShieldSafeSearch\"><Path d=\"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z\" fill=\"currentColor\"/><Path d=\"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 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,wBAA66C,EAA76C,IAAqB,EAAO,OAAO,yDAAwD,wBAAC,OAAD,CAAM,EAAE,iQAAiQ,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,owBAAowB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,EACr7C,EAEc",
|
|
9
|
+
"debugId": "8FECDDBE3D46185964756E2164756E21",
|
|
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:n,size:o=24,mode:l="masked",maskId:t,...a})=>{let p=l!=="raw"&&!!t;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:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(s,{width:"24",height:"24",fill:"#000"}),r.createElement(f,{color:"#fff"},n)),r.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):n)};import e from"react";import{Path as C}from"react-native-svg";var u=e.memo((n)=>{return e.createElement(i,{...n,maskId:"round-outlined-radius-1-stroke-1-IconShieldSafeSearch"},e.createElement(C,{d:"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(C,{d:"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z",fill:"currentColor"}),e.createElement(C,{d:"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 6.396Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconShieldSafeSearch};
|
|
2
|
+
|
|
3
|
+
//# debugId=778F6BE17A12D76F64756E2164756E21
|
|
@@ -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-1-IconShieldSafeSearch\"><Path d=\"M3.5 6.16969C3.5 5.76447 3.74455 5.3993 4.11925 5.24501L11.6193 2.15678C11.8631 2.05635 12.1369 2.05635 12.3808 2.15678L19.8807 5.24501C20.2555 5.3993 20.5 5.76447 20.5 6.16969V13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13V6.16969Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.2395 9.75537C15.5708 9.55665 16.0004 9.66442 16.1994 9.99561C16.3982 10.3271 16.2915 10.7576 15.9602 10.9565L14.5891 11.7788C14.3679 11.9115 14.1367 12.024 13.8996 12.1206V16.5962C13.8994 16.9827 13.5859 17.2964 13.1994 17.2964C12.813 17.2963 12.4994 16.9826 12.4992 16.5962V14.6841C12.3721 14.814 12.1954 14.896 11.9992 14.896C11.8032 14.8959 11.6273 14.8139 11.5002 14.6841V16.5962C11.5 16.9825 11.1863 17.2961 10.8 17.2964C10.4135 17.2964 10.1 16.9827 10.0998 16.5962V12.1206C9.86274 12.024 9.63151 11.9115 9.41035 11.7788L8.03926 10.9565C7.70777 10.7576 7.60016 10.3271 7.79902 9.99561C7.99792 9.6641 8.42845 9.55647 8.75996 9.75537L10.1311 10.5786C10.6954 10.9171 11.3412 11.0961 11.9992 11.0962C12.6575 11.0962 13.3039 10.9172 13.8684 10.5786L15.2395 9.75537Z\" fill=\"currentColor\"/><Path d=\"M11.9992 6.396C12.9932 6.396 13.7998 7.20182 13.8 8.1958C13.8 9.18991 12.9933 9.99561 11.9992 9.99561C11.0053 9.99542 10.1994 9.1898 10.1994 8.1958C10.1996 7.20194 11.0054 6.39618 11.9992 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,gBAA66C,EAA76C,IAAqB,EAAO,OAAO,yDAAwD,gBAAC,EAAD,CAAM,EAAE,iQAAiQ,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,owBAAowB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qMAAqM,KAAK,eAAc,CAAI,EACr7C,EAEc",
|
|
9
|
+
"debugId": "778F6BE17A12D76F64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(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,m=p.get(o);if(m)return m}e=o!=null?v(w(o)):{};let i=r||!o||!o.__esModule?a(e,"default",{value:o,enumerable:!0}):e;for(let C of f(o))if(!c.call(i,C))a(i,C,{get:h.bind(o,C),enumerable:!0});if(t)p.set(o,i);return i},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(!c.call(r,t))a(r,t,{get:h.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 m=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"},m?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:()=>$,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-1-IconWave"},l.default.createElement(I.Path,{d:"M2.5 12H6C6.55228 12 7 11.5523 7 11V4.5C7 3.94772 7.44772 3.5 8 3.5H11C11.5523 3.5 12 3.94772 12 4.5V19.5C12 20.0523 12.4477 20.5 13 20.5H16C16.5523 20.5 17 20.0523 17 19.5V12.5C17 11.9477 17.4477 11.5 18 11.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),$=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=B6FDC5CC6C24139D64756E2164756E21
|
|
@@ -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-1-IconWave\"><Path d=\"M2.5 12H6C6.55228 12 7 11.5523 7 11V4.5C7 3.94772 7.44772 3.5 8 3.5H11C11.5523 3.5 12 3.94772 12 4.5V19.5C12 20.0523 12.4477 20.5 13 20.5H16C16.5523 20.5 17 20.0523 17 19.5V12.5C17 11.9477 17.4477 11.5 18 11.5H21.5\" stroke=\"currentColor\" 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,wBAAsX,EAAtX,IAAqB,EAAO,OAAO,6CAA4C,wBAAC,OAAD,CAAM,EAAE,yNAAyN,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC9X,EAEc",
|
|
9
|
+
"debugId": "B6FDC5CC6C24139D64756E2164756E21",
|
|
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,...m})=>{let i=p!=="raw"&&!!t;return o.createElement(l,{...m,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(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-1-IconWave"},n.createElement(u,{d:"M2.5 12H6C6.55228 12 7 11.5523 7 11V4.5C7 3.94772 7.44772 3.5 8 3.5H11C11.5523 3.5 12 3.94772 12 4.5V19.5C12 20.0523 12.4477 20.5 13 20.5H16C16.5523 20.5 17 20.0523 17 19.5V12.5C17 11.9477 17.4477 11.5 18 11.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),P=f;export{P as default,f as IconWave};
|
|
2
|
+
|
|
3
|
+
//# debugId=30B2C0ACC48D009764756E2164756E21
|
|
@@ -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-1-IconWave\"><Path d=\"M2.5 12H6C6.55228 12 7 11.5523 7 11V4.5C7 3.94772 7.44772 3.5 8 3.5H11C11.5523 3.5 12 3.94772 12 4.5V19.5C12 20.0523 12.4477 20.5 13 20.5H16C16.5523 20.5 17 20.0523 17 19.5V12.5C17 11.9477 17.4477 11.5 18 11.5H21.5\" stroke=\"currentColor\" 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,gBAAsX,EAAtX,IAAqB,EAAO,OAAO,6CAA4C,gBAAC,EAAD,CAAM,EAAE,yNAAyN,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EAC9X,EAEc",
|
|
9
|
+
"debugId": "30B2C0ACC48D009764756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:f,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var y,S,k=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var p=r?y??=new WeakMap:S??=new WeakMap,m=p.get(o);if(m)return m}e=o!=null?v(w(o)):{};let i=r||!o||!o.__esModule?a(e,"default",{value:o,enumerable:!0}):e;for(let l of f(o))if(!c.call(i,l))a(i,l,{get:h.bind(o,l),enumerable:!0});if(n)p.set(o,i);return i},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 n of f(o))if(!c.call(r,n))a(r,n,{get:h.bind(o,n),enumerable:!(e=P(o,n))||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")),t=require("react-native-svg"),C=({children:o,size:r=24,mode:e="masked",maskId:n,...p})=>{let m=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(t.G,{color:"#fff"},o)),s.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var $={};x($,{default:()=>F,IconWaveRound2:()=>B});module.exports=g($);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-1-IconWaveRound2"},d.default.createElement(I.Path,{d:"M2.5 12H4C5.65685 12 7 10.6569 7 9V6C7 4.61929 8.11929 3.5 9.5 3.5C10.8807 3.5 12 4.61929 12 6V18C12 19.3807 13.1193 20.5 14.5 20.5C15.8807 20.5 17 19.3807 17 18V14.5C17 12.8431 18.3431 11.5 20 11.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),F=B;
|
|
2
|
+
|
|
3
|
+
//# debugId=CC50496802C9B25D64756E2164756E21
|
|
@@ -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-1-IconWaveRound2\"><Path d=\"M2.5 12H4C5.65685 12 7 10.6569 7 9V6C7 4.61929 8.11929 3.5 9.5 3.5C10.8807 3.5 12 4.61929 12 6V18C12 19.3807 13.1193 20.5 14.5 20.5C15.8807 20.5 17 19.3807 17 18V14.5C17 12.8431 18.3431 11.5 20 11.5H21.5\" stroke=\"currentColor\" 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,wBAAiX,EAAjX,IAAqB,EAAO,OAAO,mDAAkD,wBAAC,OAAD,CAAM,EAAE,8MAA8M,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACzX,EAEc",
|
|
9
|
+
"debugId": "CC50496802C9B25D64756E2164756E21",
|
|
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:n,...m})=>{let i=p!=="raw"&&!!n;return o.createElement(d,{...m,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(l,{id:n,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(#${n})`})):e)};import t from"react";import{Path as u}from"react-native-svg";var f=t.memo((e)=>{return t.createElement(a,{...e,maskId:"round-outlined-radius-1-stroke-1-IconWaveRound2"},t.createElement(u,{d:"M2.5 12H4C5.65685 12 7 10.6569 7 9V6C7 4.61929 8.11929 3.5 9.5 3.5C10.8807 3.5 12 4.61929 12 6V18C12 19.3807 13.1193 20.5 14.5 20.5C15.8807 20.5 17 19.3807 17 18V14.5C17 12.8431 18.3431 11.5 20 11.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))}),P=f;export{P as default,f as IconWaveRound2};
|
|
2
|
+
|
|
3
|
+
//# debugId=5918ED733193599364756E2164756E21
|
|
@@ -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-1-IconWaveRound2\"><Path d=\"M2.5 12H4C5.65685 12 7 10.6569 7 9V6C7 4.61929 8.11929 3.5 9.5 3.5C10.8807 3.5 12 4.61929 12 6V18C12 19.3807 13.1193 20.5 14.5 20.5C15.8807 20.5 17 19.3807 17 18V14.5C17 12.8431 18.3431 11.5 20 11.5H21.5\" stroke=\"currentColor\" 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,gBAAiX,EAAjX,IAAqB,EAAO,OAAO,mDAAkD,gBAAC,EAAD,CAAM,EAAE,8MAA8M,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,EACzX,EAEc",
|
|
9
|
+
"debugId": "5918ED733193599364756E2164756E21",
|
|
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
|
|