@central-icons-react-native/round-filled-radius-1-stroke-2 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:v,defineProperty:C,getOwnPropertyNames:u,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var y,S,g=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var s=r?y??=new WeakMap:S??=new WeakMap,i=s.get(o);if(i)return i}e=o!=null?B(v(o)):{};let p=r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e;if(o&&typeof o==="object"||typeof o==="function"){for(let m of u(o))if(!c.call(p,m))C(p,m,{get:h.bind(o,m),enumerable:!0})}if(n)s.set(o,p);return p},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 u(o))if(!c.call(r,n))C(r,n,{get:h.bind(o,n),enumerable:!(e=P(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 l=g(require("react")),t=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:n,...s})=>{let i=e!=="raw"&&!!n;return l.default.createElement(t.Svg,{...s,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},i?l.default.createElement(l.default.Fragment,null,l.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),l.default.createElement(t.G,{color:"#fff"},o)),l.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var F={};x(F,{IconAirplaneWindowClosed:()=>k,default:()=>G});module.exports=w(F);var a=g(require("react"));var I=require("react-native-svg"),k=a.default.memo((o)=>a.default.createElement(d,{...o,maskId:"round-filled-radius-1-stroke-2-IconAirplaneWindowClosed"},a.default.createElement(I.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM10 16C9.44772 16 9 16.4477 9 17C9 17.5523 9.44772 18 10 18H14C14.5523 18 15 17.5523 15 17C15 16.4477 14.5523 16 14 16H10Z",fill:"currentColor"}))),G=k;
|
|
2
|
+
|
|
3
|
+
//# debugId=3408248880DA973564756E2164756E21
|
|
@@ -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-filled-radius-1-stroke-2-IconAirplaneWindowClosed\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM10 16C9.44772 16 9 16.4477 9 17C9 17.5523 9.44772 18 10 18H14C14.5523 18 15 17.5523 15 17C15 16.4477 14.5523 16 14 16H10Z\" fill=\"currentColor\"/></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,wBAAixB,EAAjxB,IAAqB,EAAO,OAAO,2DAA0D,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+mBAA+mB,KAAK,eAAc,CAAI,CACzxB,EAEc",
|
|
9
|
+
"debugId": "3408248880DA973564756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as a,Mask as m,Rect as l,G as d}from"react-native-svg";var C=({children:e,size:r=24,mode:s="masked",maskId:n,...i})=>{let p=s!=="raw"&&!!n;return o.createElement(a,{...i,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(m,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(l,{width:"24",height:"24",fill:"#000"}),o.createElement(d,{color:"#fff"},e)),o.createElement(l,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";import{Path as f}from"react-native-svg";var u=t.memo((e)=>t.createElement(C,{...e,maskId:"round-filled-radius-1-stroke-2-IconAirplaneWindowClosed"},t.createElement(f,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM10 16C9.44772 16 9 16.4477 9 17C9 17.5523 9.44772 18 10 18H14C14.5523 18 15 17.5523 15 17C15 16.4477 14.5523 16 14 16H10Z",fill:"currentColor"}))),P=u;export{u as IconAirplaneWindowClosed,P as default};
|
|
2
|
+
|
|
3
|
+
//# debugId=66B19446819B7B7164756E2164756E21
|
|
@@ -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-filled-radius-1-stroke-2-IconAirplaneWindowClosed\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM10 16C9.44772 16 9 16.4477 9 17C9 17.5523 9.44772 18 10 18H14C14.5523 18 15 17.5523 15 17C15 16.4477 14.5523 16 14 16H10Z\" fill=\"currentColor\"/></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,gBAAixB,EAAjxB,IAAqB,EAAO,OAAO,2DAA0D,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+mBAA+mB,KAAK,eAAc,CAAI,CACzxB,EAEc",
|
|
9
|
+
"debugId": "66B19446819B7B7164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var B=Object.create;var{getPrototypeOf:v,defineProperty:l,getOwnPropertyNames:u,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var y,M,g=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var p=r?y??=new WeakMap:M??=new WeakMap,i=p.get(o);if(i)return i}e=o!=null?B(v(o)):{};let s=r||!o||!o.__esModule?l(e,"default",{value:o,enumerable:!0}):e;if(o&&typeof o==="object"||typeof o==="function"){for(let m of u(o))if(!c.call(s,m))l(s,m,{get:h.bind(o,m),enumerable:!0})}if(n)p.set(o,s);return s},w=(o)=>{var r=(f??=new WeakMap).get(o),e;if(r)return r;if(r=l({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of u(o))if(!c.call(r,n))l(r,n,{get:h.bind(o,n),enumerable:!(e=P(o,n))||e.enumerable})}return f.set(o,r),r},f;var S=(o)=>o;function b(o,r){this[o]=S.bind(null,r)}var x=(o,r)=>{for(var e in r)l(o,e,{get:r[e],enumerable:!0,configurable:!0,set:b.bind(r,e)})};var O={};x(O,{CentralIconBase:()=>d});module.exports=w(O);var C=g(require("react")),t=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:n,...p})=>{let i=e!=="raw"&&!!n;return C.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"},i?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"},o)),C.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):o)};var Z={};x(Z,{IconAirplaneWindowOpen:()=>k,default:()=>A});module.exports=w(Z);var a=g(require("react"));var I=require("react-native-svg"),k=a.default.memo((o)=>a.default.createElement(d,{...o,maskId:"round-filled-radius-1-stroke-2-IconAirplaneWindowOpen"},a.default.createElement(I.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM11.04 13C10.0283 13.0002 9.30673 13.9815 9.6084 14.9473L11.1836 19.9893C11.4711 19.9938 11.7454 20 12 20C12.7715 20 13.7235 19.9769 14.6777 19.9443C16.4516 19.8837 17.9127 18.6277 18.2627 16.9463L13.4004 13.2998C13.1407 13.1051 12.8246 13 12.5 13H11.04ZM12 4C11.2285 4 10.2765 4.0231 9.32227 4.05566C7.56736 4.11563 6.11871 5.34564 5.74902 7H18.251C17.8813 5.34564 16.4326 4.11563 14.6777 4.05566C13.7235 4.0231 12.7715 4 12 4Z",fill:"currentColor"}))),A=k;
|
|
2
|
+
|
|
3
|
+
//# debugId=A7B5259B10E5377B64756E2164756E21
|
|
@@ -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-filled-radius-1-stroke-2-IconAirplaneWindowOpen\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM11.04 13C10.0283 13.0002 9.30673 13.9815 9.6084 14.9473L11.1836 19.9893C11.4711 19.9938 11.7454 20 12 20C12.7715 20 13.7235 19.9769 14.6777 19.9443C16.4516 19.8837 17.9127 18.6277 18.2627 16.9463L13.4004 13.2998C13.1407 13.1051 12.8246 13 12.5 13H11.04ZM12 4C11.2285 4 10.2765 4.0231 9.32227 4.05566C7.56736 4.11563 6.11871 5.34564 5.74902 7H18.251C17.8813 5.34564 16.4326 4.11563 14.6777 4.05566C13.7235 4.0231 12.7715 4 12 4Z\" fill=\"currentColor\"/></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,wBAAikC,EAAjkC,IAAqB,EAAO,OAAO,yDAAwD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,i6BAAi6B,KAAK,eAAc,CAAI,CACzkC,EAEc",
|
|
9
|
+
"debugId": "A7B5259B10E5377B64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import o from"react";import{Svg as a,Mask as m,Rect as C,G as d}from"react-native-svg";var l=({children:e,size:r=24,mode:p="masked",maskId:n,...i})=>{let s=p!=="raw"&&!!n;return o.createElement(a,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},s?o.createElement(o.Fragment,null,o.createElement(m,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(C,{width:"24",height:"24",fill:"#000"}),o.createElement(d,{color:"#fff"},e)),o.createElement(C,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):e)};import t from"react";import{Path as f}from"react-native-svg";var u=t.memo((e)=>t.createElement(l,{...e,maskId:"round-filled-radius-1-stroke-2-IconAirplaneWindowOpen"},t.createElement(f,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM11.04 13C10.0283 13.0002 9.30673 13.9815 9.6084 14.9473L11.1836 19.9893C11.4711 19.9938 11.7454 20 12 20C12.7715 20 13.7235 19.9769 14.6777 19.9443C16.4516 19.8837 17.9127 18.6277 18.2627 16.9463L13.4004 13.2998C13.1407 13.1051 12.8246 13 12.5 13H11.04ZM12 4C11.2285 4 10.2765 4.0231 9.32227 4.05566C7.56736 4.11563 6.11871 5.34564 5.74902 7H18.251C17.8813 5.34564 16.4326 4.11563 14.6777 4.05566C13.7235 4.0231 12.7715 4 12 4Z",fill:"currentColor"}))),P=u;export{u as IconAirplaneWindowOpen,P as default};
|
|
2
|
+
|
|
3
|
+
//# debugId=E0854EE59298E12664756E2164756E21
|
|
@@ -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-filled-radius-1-stroke-2-IconAirplaneWindowOpen\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C12.805 2 13.7833 2.02378 14.7461 2.05664C17.723 2.15839 20.1446 4.48308 20.3311 7.4668C20.4237 8.94903 20.5 10.5974 20.5 12C20.5 13.4026 20.4237 15.051 20.3311 16.5332C20.1446 19.5169 17.723 21.8416 14.7461 21.9434C13.7833 21.9762 12.805 22 12 22C11.195 22 10.2167 21.9762 9.25391 21.9434C6.27702 21.8416 3.85536 19.5169 3.66895 16.5332C3.57634 15.051 3.5 13.4026 3.5 12C3.5 10.5974 3.57634 8.94903 3.66895 7.4668C3.85536 4.48308 6.27702 2.15839 9.25391 2.05664C10.2167 2.02378 11.195 2 12 2ZM11.04 13C10.0283 13.0002 9.30673 13.9815 9.6084 14.9473L11.1836 19.9893C11.4711 19.9938 11.7454 20 12 20C12.7715 20 13.7235 19.9769 14.6777 19.9443C16.4516 19.8837 17.9127 18.6277 18.2627 16.9463L13.4004 13.2998C13.1407 13.1051 12.8246 13 12.5 13H11.04ZM12 4C11.2285 4 10.2765 4.0231 9.32227 4.05566C7.56736 4.11563 6.11871 5.34564 5.74902 7H18.251C17.8813 5.34564 16.4326 4.11563 14.6777 4.05566C13.7235 4.0231 12.7715 4 12 4Z\" fill=\"currentColor\"/></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,gBAAikC,EAAjkC,IAAqB,EAAO,OAAO,yDAAwD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,i6BAAi6B,KAAK,eAAc,CAAI,CACzkC,EAEc",
|
|
9
|
+
"debugId": "E0854EE59298E12664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|