@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.316 → 1.1.317
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/IconAirplaneWindowClosed/index.d.ts +4 -0
- package/IconAirplaneWindowClosed/index.js +3 -0
- package/IconAirplaneWindowClosed/index.js.map +11 -0
- package/IconAirplaneWindowClosed/index.mjs +3 -0
- package/IconAirplaneWindowClosed/index.mjs.map +11 -0
- package/IconAirplaneWindowOpen/index.d.ts +4 -0
- package/IconAirplaneWindowOpen/index.js +3 -0
- package/IconAirplaneWindowOpen/index.js.map +11 -0
- package/IconAirplaneWindowOpen/index.mjs +3 -0
- package/IconAirplaneWindowOpen/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 B=Object.create;var{getPrototypeOf:P,defineProperty:C,getOwnPropertyNames:c,getOwnPropertyDescriptor:v}=Object,h=Object.prototype.hasOwnProperty;function k(o){return this[o]}var y,S,g=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var a=r?y??=new WeakMap:S??=new WeakMap,i=a.get(o);if(i)return i}e=o!=null?B(P(o)):{};let l=r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e;if(o&&typeof o==="object"||typeof o==="function"){for(let m of c(o))if(!h.call(l,m))C(l,m,{get:k.bind(o,m),enumerable:!0})}if(n)a.set(o,l);return l},w=(o)=>{var r=(f??=new WeakMap).get(o),e;if(r)return r;if(r=C({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of c(o))if(!h.call(r,n))C(r,n,{get:k.bind(o,n),enumerable:!(e=v(o,n))||e.enumerable})}return f.set(o,r),r},f;var M=(o)=>o;function b(o,r){this[o]=M.bind(null,r)}var x=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var A={};x(A,{CentralIconBase:()=>d});module.exports=w(A);var s=g(require("react")),t=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:n,...a})=>{let i=e!=="raw"&&!!n;return s.default.createElement(t.Svg,{...a,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(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 F={};x(F,{IconAirplaneWindowClosed:()=>I,default:()=>G});module.exports=w(F);var p=g(require("react"));var u=require("react-native-svg"),I=p.default.memo((o)=>p.default.createElement(d,{...o,maskId:"round-outlined-radius-1-stroke-1-IconAirplaneWindowClosed"},p.default.createElement(u.Path,{d:"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z",stroke:"currentColor"}),p.default.createElement(u.Path,{d:"M9.5 17.5H14.5",stroke:"currentColor",strokeLinecap:"round"}))),G=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=7D8DC6976217C6AE64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAirplaneWindowClosed/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 IconAirplaneWindowClosed: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconAirplaneWindowClosed\"><Path d=\"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z\" stroke=\"currentColor\"/><Path d=\"M9.5 17.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/></CentralIconBase>;\n});\n\nexport default IconAirplaneWindowClosed;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "0+BAA0B,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,IAC7F,wBAAmsB,EAAnsB,IAAqB,EAAO,OAAO,6DAA4D,wBAAC,OAAD,CAAM,EAAE,6fAA6f,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAO,CAAI,CAC3sB,EAEc",
|
|
9
|
+
"debugId": "7D8DC6976217C6AE64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as m,Mask as d,Rect as s,G as u}from"react-native-svg";var C=({children:e,size:r=24,mode:a="masked",maskId:t,...i})=>{let l=a!=="raw"&&!!t;return o.createElement(m,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},l?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(u,{color:"#fff"},e)),o.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as p}from"react-native-svg";var f=n.memo((e)=>n.createElement(C,{...e,maskId:"round-outlined-radius-1-stroke-1-IconAirplaneWindowClosed"},n.createElement(p,{d:"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z",stroke:"currentColor"}),n.createElement(p,{d:"M9.5 17.5H14.5",stroke:"currentColor",strokeLinecap:"round"}))),v=f;export{f as IconAirplaneWindowClosed,v as default};
|
|
2
|
+
|
|
3
|
+
//# debugId=DF387F6D8C35F1A664756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAirplaneWindowClosed/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 IconAirplaneWindowClosed: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconAirplaneWindowClosed\"><Path d=\"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z\" stroke=\"currentColor\"/><Path d=\"M9.5 17.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/></CentralIconBase>;\n});\n\nexport default IconAirplaneWindowClosed;\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,IAC7F,gBAAmsB,EAAnsB,IAAqB,EAAO,OAAO,6DAA4D,gBAAC,EAAD,CAAM,EAAE,6fAA6f,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAe,cAAc,QAAO,CAAI,CAC3sB,EAEc",
|
|
9
|
+
"debugId": "DF387F6D8C35F1A664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:L,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:P}=Object,f=Object.prototype.hasOwnProperty;function h(o){return this[o]}var v,y,g=(o,r,n)=>{var e=o!=null&&typeof o==="object";if(e){var C=r?v??=new WeakMap:y??=new WeakMap,a=C.get(o);if(a)return a}n=o!=null?B(L(o)):{};let d=r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n;if(o&&typeof o==="object"||typeof o==="function"){for(let l of c(o))if(!f.call(d,l))p(d,l,{get:h.bind(o,l),enumerable:!0})}if(e)C.set(o,d);return d},w=(o)=>{var r=(k??=new WeakMap).get(o),n;if(r)return r;if(r=p({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var e of c(o))if(!f.call(r,e))p(r,e,{get:h.bind(o,e),enumerable:!(n=P(o,e))||n.enumerable})}return k.set(o,r),r},k;var M=(o)=>o;function S(o,r){this[o]=M.bind(null,r)}var x=(o,r)=>{for(var n in r)p(o,n,{get:r[n],enumerable:!0,configurable:!0,set:S.bind(r,n)})};var b={};x(b,{CentralIconBase:()=>u});module.exports=w(b);var s=g(require("react")),t=require("react-native-svg"),u=({children:o,size:r=24,mode:n="masked",maskId:e,...C})=>{let a=n!=="raw"&&!!e;return s.default.createElement(t.Svg,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},a?s.default.createElement(s.default.Fragment,null,s.default.createElement(t.Mask,{id:e,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(#${e})`})):o)};var j={};x(j,{IconAirplaneWindowOpen:()=>I,default:()=>O});module.exports=w(j);var i=g(require("react"));var m=require("react-native-svg"),I=i.default.memo((o)=>i.default.createElement(u,{...o,maskId:"round-outlined-radius-1-stroke-1-IconAirplaneWindowOpen"},i.default.createElement(m.Path,{d:"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(m.Path,{d:"M4.5 6.5H19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),i.default.createElement(m.Path,{d:"M11.5 21.5L9.31063 12.7425C9.15285 12.1114 9.63021 11.5 10.2808 11.5H12.609C12.8604 11.5 13.1026 11.5947 13.2873 11.7652L19.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),O=I;
|
|
2
|
+
|
|
3
|
+
//# debugId=AE88F1F0E75E256664756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAirplaneWindowOpen/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 IconAirplaneWindowOpen: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconAirplaneWindowOpen\"><Path d=\"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.5 6.5H19.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.5 21.5L9.31063 12.7425C9.15285 12.1114 9.63021 11.5 10.2808 11.5H12.609C12.8604 11.5 13.1026 11.5947 13.2873 11.7652L19.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconAirplaneWindowOpen;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "0+BAA0B,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,IAC3F,wBAAq9B,EAAr9B,IAAqB,EAAO,OAAO,2DAA0D,wBAAC,OAAD,CAAM,EAAE,6fAA6f,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,qIAAqI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,CAC79B,EAEc",
|
|
9
|
+
"debugId": "AE88F1F0E75E256664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as m,Mask as l,Rect as i,G as u}from"react-native-svg";var p=({children:e,size:r=24,mode:C="masked",maskId:t,...a})=>{let d=C!=="raw"&&!!t;return o.createElement(m,{...a,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},d?o.createElement(o.Fragment,null,o.createElement(l,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(i,{width:"24",height:"24",fill:"#000"}),o.createElement(u,{color:"#fff"},e)),o.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as s}from"react-native-svg";var k=n.memo((e)=>n.createElement(p,{...e,maskId:"round-outlined-radius-1-stroke-1-IconAirplaneWindowOpen"},n.createElement(s,{d:"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.createElement(s,{d:"M4.5 6.5H19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.createElement(s,{d:"M11.5 21.5L9.31063 12.7425C9.15285 12.1114 9.63021 11.5 10.2808 11.5H12.609C12.8604 11.5 13.1026 11.5947 13.2873 11.7652L19.5 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))),P=k;export{k as IconAirplaneWindowOpen,P as default};
|
|
2
|
+
|
|
3
|
+
//# debugId=7E1DC3D67201458C64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconAirplaneWindowOpen/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 IconAirplaneWindowOpen: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"round-outlined-radius-1-stroke-1-IconAirplaneWindowOpen\"><Path d=\"M4 12C4 10.4771 4.08877 8.65945 4.19388 7.04108C4.35387 4.57781 6.35282 2.65703 8.81972 2.56943C9.93494 2.52983 11.0802 2.5 12 2.5C12.9198 2.5 14.0651 2.52983 15.1803 2.56943C17.6472 2.65703 19.6461 4.57781 19.8061 7.04108C19.9112 8.65945 20 10.4771 20 12C20 13.5229 19.9112 15.3406 19.8061 16.9589C19.6461 19.4222 17.6472 21.343 15.1803 21.4306C14.0651 21.4702 12.9198 21.5 12 21.5C11.0802 21.5 9.93494 21.4702 8.81972 21.4306C6.35282 21.343 4.35387 19.4222 4.19388 16.9589C4.08877 15.3405 4 13.5229 4 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.5 6.5H19.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.5 21.5L9.31063 12.7425C9.15285 12.1114 9.63021 11.5 10.2808 11.5H12.609C12.8604 11.5 13.1026 11.5947 13.2873 11.7652L19.5 17.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n});\n\nexport default IconAirplaneWindowOpen;\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,IAC3F,gBAAq9B,EAAr9B,IAAqB,EAAO,OAAO,2DAA0D,gBAAC,EAAD,CAAM,EAAE,6fAA6f,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,qIAAqI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,CAC79B,EAEc",
|
|
9
|
+
"debugId": "7E1DC3D67201458C64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|