@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.57 kB
JavaScript
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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'AirplaneTakeOff16Filled',
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.302 4.15c.085-.13.182-.267.29-.408l.016-.022a5.68 5.68 0 0 1 .91-.953c.393-.32.869-.594 1.415-.71c.182-.038.373-.058.57-.057c1.351.009 2.372.93 2.998 1.704c.079.097.15.191.216.281l.028.039c.067.092.12.188.16.285l.008.019c.264.672-.095 1.398-.713 1.705a1.45 1.45 0 0 1-.147.064l-2.232.818l-3.106 4.48c-.938 1.353-3.054.428-2.697-1.18l.312-1.407l-3.105.875A1.75 1.75 0 0 1 1 8V5.16c0-1.21 1.638-1.587 2.166-.497l.605 1.249l3.432-.904c.432-.113.816-.428 1.1-.858zm-3.958.423l.1.128l2.505-.66c.132-.034.331-.158.519-.442c.09-.138.196-.289.314-.446L6.508 2.28A1.596 1.596 0 0 0 5.605 2C4.28 2 3.532 3.525 4.345 4.573zM1.75 13.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H1.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})