@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.296 → 1.1.298
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/IconWindowSquareLocked/index.d.ts +4 -0
- package/IconWindowSquareLocked/index.js +3 -0
- package/IconWindowSquareLocked/index.js.map +11 -0
- package/IconWindowSquareLocked/index.mjs +3 -0
- package/IconWindowSquareLocked/index.mjs.map +11 -0
- package/IconWindowSquareSecurity/index.d.ts +4 -0
- package/IconWindowSquareSecurity/index.js +3 -0
- package/IconWindowSquareSecurity/index.js.map +11 -0
- package/IconWindowSquareSecurity/index.mjs +3 -0
- package/IconWindowSquareSecurity/index.mjs.map +11 -0
- package/README.md +2 -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 +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var I=Object.create;var{getPrototypeOf:M,defineProperty:d,getOwnPropertyNames:c,getOwnPropertyDescriptor:B}=Object,h=Object.prototype.hasOwnProperty;function g(o){return this[o]}var V,P,k=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var i=r?V??=new WeakMap:P??=new WeakMap,s=i.get(o);if(s)return s}e=o!=null?I(M(o)):{};let p=r||!o||!o.__esModule?d(e,"default",{value:o,enumerable:!0}):e;for(let a of c(o))if(!h.call(p,a))d(p,a,{get:g.bind(o,a),enumerable:!0});if(n)i.set(o,p);return p},v=(o)=>{var r=(u??=new WeakMap).get(o),e;if(r)return r;if(r=d({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of c(o))if(!h.call(r,n))d(r,n,{get:g.bind(o,n),enumerable:!(e=B(o,n))||e.enumerable})}return u.set(o,r),r},u;var S=(o)=>o;function Z(o,r){this[o]=S.bind(null,r)}var w=(o,r)=>{for(var e in r)d(o,e,{get:r[e],enumerable:!0,configurable:!0,set:Z.bind(r,e)})};var H={};w(H,{CentralIconBase:()=>f});module.exports=v(H);var t=k(require("react")),C=require("react-native-svg"),f=({children:o,size:r=24,mode:e="masked",maskId:n,...i})=>{let s=e!=="raw"&&!!n;return t.default.createElement(C.Svg,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},s?t.default.createElement(t.default.Fragment,null,t.default.createElement(C.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},t.default.createElement(C.Rect,{width:"24",height:"24",fill:"#000"}),t.default.createElement(C.G,{color:"#fff"},o)),t.default.createElement(C.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var y={};w(y,{default:()=>b,IconWindowSquareLocked:()=>x});module.exports=v(y);var l=k(require("react"));var m=require("react-native-svg"),x=l.default.memo((o)=>{return l.default.createElement(f,{...o,maskId:"round-filled-radius-2-stroke-2-IconWindowSquareLocked"},l.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 13C19.6569 13 21 14.3431 21 16V16.2695C21.5973 16.6155 22 17.2601 22 18V20C22 21.1046 21.1046 22 20 22H16C14.8954 22 14 21.1046 14 20V18C14 17.2601 14.4027 16.6155 15 16.2695V16C15 14.3431 16.3431 13 18 13ZM18 15C17.4477 15 17 15.4477 17 16H19C19 15.4477 18.5523 15 18 15Z",fill:"currentColor"}),l.default.createElement(m.Path,{d:"M18 11C15.7243 11 13.8035 12.5202 13.1982 14.6006C12.4705 15.148 12 16.0193 12 17V21H6C4.34315 21 3 19.6569 3 18V11H18Z",fill:"currentColor"}),l.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z",fill:"currentColor"}))}),b=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=1647797FE40B4E3D64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquareLocked/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 IconWindowSquareLocked: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-2-IconWindowSquareLocked\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 13C19.6569 13 21 14.3431 21 16V16.2695C21.5973 16.6155 22 17.2601 22 18V20C22 21.1046 21.1046 22 20 22H16C14.8954 22 14 21.1046 14 20V18C14 17.2601 14.4027 16.6155 15 16.2695V16C15 14.3431 16.3431 13 18 13ZM18 15C17.4477 15 17 15.4477 17 16H19C19 15.4477 18.5523 15 18 15Z\" fill=\"currentColor\"/><Path d=\"M18 11C15.7243 11 13.8035 12.5202 13.1982 14.6006C12.4705 15.148 12 16.0193 12 17V21H6C4.34315 21 3 19.6569 3 18V11H18Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconWindowSquareLocked;\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,kFChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA2E,UAAM,KAAK,CAAC,IAAU,CAC5G,OAAO,wBAA+hC,EAA/hC,IAAqB,EAAO,OAAO,yDAAwD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uRAAuR,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8YAA8Y,KAAK,eAAc,CAAI,EACviC,EAEc",
|
|
9
|
+
"debugId": "1647797FE40B4E3D64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as m,Mask as a,Rect as l,G as f}from"react-native-svg";var d=({children:n,size:r=24,mode:i="masked",maskId:C,...s})=>{let p=i!=="raw"&&!!C;return o.createElement(m,{...s,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},p?o.createElement(o.Fragment,null,o.createElement(a,{id:C,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(l,{width:"24",height:"24",fill:"#000"}),o.createElement(f,{color:"#fff"},n)),o.createElement(l,{width:"24",height:"24",fill:"currentColor",mask:`url(#${C})`})):n)};import e from"react";import{Path as t}from"react-native-svg";var u=e.memo((n)=>{return e.createElement(d,{...n,maskId:"round-filled-radius-2-stroke-2-IconWindowSquareLocked"},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 13C19.6569 13 21 14.3431 21 16V16.2695C21.5973 16.6155 22 17.2601 22 18V20C22 21.1046 21.1046 22 20 22H16C14.8954 22 14 21.1046 14 20V18C14 17.2601 14.4027 16.6155 15 16.2695V16C15 14.3431 16.3431 13 18 13ZM18 15C17.4477 15 17 15.4477 17 16H19C19 15.4477 18.5523 15 18 15Z",fill:"currentColor"}),e.createElement(t,{d:"M18 11C15.7243 11 13.8035 12.5202 13.1982 14.6006C12.4705 15.148 12 16.0193 12 17V21H6C4.34315 21 3 19.6569 3 18V11H18Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z",fill:"currentColor"}))}),B=u;export{B as default,u as IconWindowSquareLocked};
|
|
2
|
+
|
|
3
|
+
//# debugId=1D0FE01BB771CC4364756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquareLocked/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 IconWindowSquareLocked: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-2-IconWindowSquareLocked\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 13C19.6569 13 21 14.3431 21 16V16.2695C21.5973 16.6155 22 17.2601 22 18V20C22 21.1046 21.1046 22 20 22H16C14.8954 22 14 21.1046 14 20V18C14 17.2601 14.4027 16.6155 15 16.2695V16C15 14.3431 16.3431 13 18 13ZM18 15C17.4477 15 17 15.4477 17 16H19C19 15.4477 18.5523 15 18 15Z\" fill=\"currentColor\"/><Path d=\"M18 11C15.7243 11 13.8035 12.5202 13.1982 14.6006C12.4705 15.148 12 16.0193 12 17V21H6C4.34315 21 3 19.6569 3 18V11H18Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconWindowSquareLocked;\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,EAA2E,EAAM,KAAK,CAAC,IAAU,CAC5G,OAAO,gBAA+hC,EAA/hC,IAAqB,EAAO,OAAO,yDAAwD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uRAAuR,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0HAA0H,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8YAA8Y,KAAK,eAAc,CAAI,EACviC,EAEc",
|
|
9
|
+
"debugId": "1D0FE01BB771CC4364756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var k=Object.create;var{getPrototypeOf:B,defineProperty:i,getOwnPropertyNames:c,getOwnPropertyDescriptor:M}=Object,h=Object.prototype.hasOwnProperty;function g(r){return this[r]}var v,y,w=(r,o,e)=>{var C=r!=null&&typeof r==="object";if(C){var s=o?v??=new WeakMap:y??=new WeakMap,p=s.get(r);if(p)return p}e=r!=null?k(B(r)):{};let m=o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e;for(let d of c(r))if(!h.call(m,d))i(m,d,{get:g.bind(r,d),enumerable:!0});if(C)s.set(r,m);return m},x=(r)=>{var o=(f??=new WeakMap).get(r),e;if(o)return o;if(o=i({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var C of c(r))if(!h.call(o,C))i(o,C,{get:g.bind(r,C),enumerable:!(e=M(r,C))||e.enumerable})}return f.set(r,o),o},f;var P=(r)=>r;function L(r,o){this[r]=P.bind(null,o)}var I=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0,configurable:!0,set:L.bind(o,e)})};var V={};I(V,{CentralIconBase:()=>u});module.exports=x(V);var t=w(require("react")),n=require("react-native-svg"),u=({children:r,size:o=24,mode:e="masked",maskId:C,...s})=>{let p=e!=="raw"&&!!C;return t.default.createElement(n.Svg,{...s,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},p?t.default.createElement(t.default.Fragment,null,t.default.createElement(n.Mask,{id:C,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},t.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),t.default.createElement(n.G,{color:"#fff"},r)),t.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${C})`})):r)};var Z={};I(Z,{default:()=>H,IconWindowSquareSecurity:()=>S});module.exports=x(Z);var l=w(require("react"));var a=require("react-native-svg"),S=l.default.memo((r)=>{return l.default.createElement(u,{...r,maskId:"round-filled-radius-2-stroke-2-IconWindowSquareSecurity"},l.default.createElement(a.Path,{d:"M16.6914 12.8711C17.2062 12.6437 17.7938 12.6437 18.3086 12.8711L20.8086 13.9756C21.5327 14.2957 21.9998 15.013 22 15.8047V17.7168C21.9999 19.6761 20.7874 21.431 18.9551 22.125L17.8545 22.543C17.6263 22.6294 17.3737 22.6294 17.1455 22.543L16.0449 22.125C14.2126 21.431 13.0001 19.6761 13 17.7168V15.8047C13.0002 15.013 13.4673 14.2957 14.1914 13.9756L16.6914 12.8711Z",fill:"currentColor"}),l.default.createElement(a.Path,{d:"M15.8838 11.041L13.3838 12.1455C13.0217 12.3055 12.6917 12.5155 12.4004 12.7646C12.2547 12.8892 12.1187 13.0239 11.9932 13.167C11.4282 13.8113 11.0756 14.6306 11.0107 15.5098C11.0035 15.6077 11 15.7064 11 15.8057V17.7178C11 17.9791 11.0153 18.238 11.0449 18.4932C11.0647 18.6634 11.0906 18.8322 11.123 18.999C11.1393 19.0825 11.1574 19.1656 11.1768 19.248C11.2483 19.5536 11.3418 19.8519 11.4541 20.1416C11.5246 20.3235 11.6018 20.5024 11.6875 20.6768C11.7414 20.7864 11.7996 20.8936 11.8594 21H6C4.34315 21 3 19.6569 3 18V11H15.9834L15.8838 11.041Z",fill:"currentColor"}),l.default.createElement(a.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z",fill:"currentColor"}))}),H=S;
|
|
2
|
+
|
|
3
|
+
//# debugId=B30D74356BF9697364756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquareSecurity/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 IconWindowSquareSecurity: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-2-IconWindowSquareSecurity\"><Path d=\"M16.6914 12.8711C17.2062 12.6437 17.7938 12.6437 18.3086 12.8711L20.8086 13.9756C21.5327 14.2957 21.9998 15.013 22 15.8047V17.7168C21.9999 19.6761 20.7874 21.431 18.9551 22.125L17.8545 22.543C17.6263 22.6294 17.3737 22.6294 17.1455 22.543L16.0449 22.125C14.2126 21.431 13.0001 19.6761 13 17.7168V15.8047C13.0002 15.013 13.4673 14.2957 14.1914 13.9756L16.6914 12.8711Z\" fill=\"currentColor\"/><Path d=\"M15.8838 11.041L13.3838 12.1455C13.0217 12.3055 12.6917 12.5155 12.4004 12.7646C12.2547 12.8892 12.1187 13.0239 11.9932 13.167C11.4282 13.8113 11.0756 14.6306 11.0107 15.5098C11.0035 15.6077 11 15.7064 11 15.8057V17.7178C11 17.9791 11.0153 18.238 11.0449 18.4932C11.0647 18.6634 11.0906 18.8322 11.123 18.999C11.1393 19.0825 11.1574 19.1656 11.1768 19.248C11.2483 19.5536 11.3418 19.8519 11.4541 20.1416C11.5246 20.3235 11.6018 20.5024 11.6875 20.6768C11.7414 20.7864 11.7996 20.8936 11.8594 21H6C4.34315 21 3 19.6569 3 18V11H15.9834L15.8838 11.041Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconWindowSquareSecurity;\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,oFChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA6E,UAAM,KAAK,CAAC,IAAU,CAC9G,OAAO,wBAAogD,EAApgD,IAAqB,EAAO,OAAO,2DAA0D,wBAAC,OAAD,CAAM,EAAE,kXAAkX,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,wiBAAwiB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8YAA8Y,KAAK,eAAc,CAAI,EAC5gD,EAEc",
|
|
9
|
+
"debugId": "B30D74356BF9697364756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import r from"react";import{Svg as a,Mask as d,Rect as l,G as u}from"react-native-svg";var i=({children:C,size:o=24,mode:s="masked",maskId:n,...p})=>{let m=s!=="raw"&&!!n;return r.createElement(a,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?r.createElement(r.Fragment,null,r.createElement(d,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(l,{width:"24",height:"24",fill:"#000"}),r.createElement(u,{color:"#fff"},C)),r.createElement(l,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):C)};import e from"react";import{Path as t}from"react-native-svg";var f=e.memo((C)=>{return e.createElement(i,{...C,maskId:"round-filled-radius-2-stroke-2-IconWindowSquareSecurity"},e.createElement(t,{d:"M16.6914 12.8711C17.2062 12.6437 17.7938 12.6437 18.3086 12.8711L20.8086 13.9756C21.5327 14.2957 21.9998 15.013 22 15.8047V17.7168C21.9999 19.6761 20.7874 21.431 18.9551 22.125L17.8545 22.543C17.6263 22.6294 17.3737 22.6294 17.1455 22.543L16.0449 22.125C14.2126 21.431 13.0001 19.6761 13 17.7168V15.8047C13.0002 15.013 13.4673 14.2957 14.1914 13.9756L16.6914 12.8711Z",fill:"currentColor"}),e.createElement(t,{d:"M15.8838 11.041L13.3838 12.1455C13.0217 12.3055 12.6917 12.5155 12.4004 12.7646C12.2547 12.8892 12.1187 13.0239 11.9932 13.167C11.4282 13.8113 11.0756 14.6306 11.0107 15.5098C11.0035 15.6077 11 15.7064 11 15.8057V17.7178C11 17.9791 11.0153 18.238 11.0449 18.4932C11.0647 18.6634 11.0906 18.8322 11.123 18.999C11.1393 19.0825 11.1574 19.1656 11.1768 19.248C11.2483 19.5536 11.3418 19.8519 11.4541 20.1416C11.5246 20.3235 11.6018 20.5024 11.6875 20.6768C11.7414 20.7864 11.7996 20.8936 11.8594 21H6C4.34315 21 3 19.6569 3 18V11H15.9834L15.8838 11.041Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z",fill:"currentColor"}))}),M=f;export{M as default,f as IconWindowSquareSecurity};
|
|
2
|
+
|
|
3
|
+
//# debugId=13DDD1FF0F2FFA5064756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquareSecurity/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 IconWindowSquareSecurity: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-filled-radius-2-stroke-2-IconWindowSquareSecurity\"><Path d=\"M16.6914 12.8711C17.2062 12.6437 17.7938 12.6437 18.3086 12.8711L20.8086 13.9756C21.5327 14.2957 21.9998 15.013 22 15.8047V17.7168C21.9999 19.6761 20.7874 21.431 18.9551 22.125L17.8545 22.543C17.6263 22.6294 17.3737 22.6294 17.1455 22.543L16.0449 22.125C14.2126 21.431 13.0001 19.6761 13 17.7168V15.8047C13.0002 15.013 13.4673 14.2957 14.1914 13.9756L16.6914 12.8711Z\" fill=\"currentColor\"/><Path d=\"M15.8838 11.041L13.3838 12.1455C13.0217 12.3055 12.6917 12.5155 12.4004 12.7646C12.2547 12.8892 12.1187 13.0239 11.9932 13.167C11.4282 13.8113 11.0756 14.6306 11.0107 15.5098C11.0035 15.6077 11 15.7064 11 15.8057V17.7178C11 17.9791 11.0153 18.238 11.0449 18.4932C11.0647 18.6634 11.0906 18.8322 11.123 18.999C11.1393 19.0825 11.1574 19.1656 11.1768 19.248C11.2483 19.5536 11.3418 19.8519 11.4541 20.1416C11.5246 20.3235 11.6018 20.5024 11.6875 20.6768C11.7414 20.7864 11.7996 20.8936 11.8594 21H6C4.34315 21 3 19.6569 3 18V11H15.9834L15.8838 11.041Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18 3C19.6569 3 21 4.34315 21 6V9H3V6C3 4.34315 4.34315 3 6 3H18ZM6 5C5.44772 5 5 5.44772 5 6C5 6.55228 5.44772 7 6 7C6.55228 7 7 6.55228 7 6C7 5.44772 6.55228 5 6 5ZM8.5 5C7.94772 5 7.5 5.44772 7.5 6C7.5 6.55228 7.94772 7 8.5 7C9.05228 7 9.5 6.55228 9.5 6C9.5 5.44772 9.05228 5 8.5 5ZM11 5C10.4477 5 10 5.44772 10 6C10 6.55228 10.4477 7 11 7C11.5523 7 12 6.55228 12 6C12 5.44772 11.5523 5 11 5Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconWindowSquareSecurity;\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,EAA6E,EAAM,KAAK,CAAC,IAAU,CAC9G,OAAO,gBAAogD,EAApgD,IAAqB,EAAO,OAAO,2DAA0D,gBAAC,EAAD,CAAM,EAAE,kXAAkX,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,wiBAAwiB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8YAA8Y,KAAK,eAAc,CAAI,EAC5gD,EAEc",
|
|
9
|
+
"debugId": "13DDD1FF0F2FFA5064756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|