UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.83 kB
'use strict' Object.defineProperty(exports, '__esModule', { value: true }) const vue_1 = require('vue') const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'AirplaneTakeOff24Regular', render: function render(_ctx, _cache) { return ( (0, vue_1.openBlock)(), (0, vue_1.createElementBlock)( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ (0, vue_1.createElementVNode)( 'g', { fill: 'none' }, [ (0, vue_1.createElementVNode)('path', { d: 'M8.316 8.408l-.772-1.127C6.59 5.89 7.587 4 9.274 4c.48 0 .945.165 1.318.467l2.581 2.09a9.52 9.52 0 0 1 1.09-.997c.66-.508 1.5-.986 2.43-1.057c2.237-.173 3.909 1.243 4.854 2.326c.489.56.587 1.268.378 1.883a2.142 2.142 0 0 1-1.342 1.32l-5.371 1.852l-3.162 4.217a2.249 2.249 0 0 1-4.006-1.781l.251-1.284l-2.53.547A2.283 2.283 0 0 1 3 11.35V7.69a1.691 1.691 0 0 1 3.176-.81l.966 1.772l1.174-.245zm.465-1.974l1.126 1.643l1.898-.396c.09-.019.18-.048.266-.087L9.65 5.633a.597.597 0 0 0-.868.8zm8.027-.436c-.507.04-1.068.317-1.629.75c-.549.423-1.027.94-1.36 1.34c-.42.507-1.006.915-1.708 1.062l-5.208 1.085a.75.75 0 0 1-.811-.375L4.859 7.6a.191.191 0 0 0-.359.092v3.659c0 .499.46.87.949.765l3.643-.786a.75.75 0 0 1 .894.877l-.47 2.4a.749.749 0 0 0 1.334.594l3.3-4.4a.75.75 0 0 1 .355-.26l5.589-1.927a.644.644 0 0 0 .41-.385a.4.4 0 0 0-.087-.413c-.853-.977-2.099-1.934-3.61-1.818zM3.75 19.5a.75.75 0 0 0 0 1.5h16.5a.75.75 0 0 0 0-1.5H3.75z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })