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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'AirplaneTakeOff20Regular', 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: 'M14.504 4c-1.418-.01-2.638.96-3.205 1.487a2.056 2.056 0 0 1-.735.465l-.415.138l-2.641-1.81A1.596 1.596 0 0 0 6.605 4C5.28 4 4.532 5.525 5.345 6.573l.688.889l-1.274.425l-.593-1.224C3.638 5.573 2 5.95 2 7.16v2.986A1.75 1.75 0 0 0 4.321 11.8l3.018-1.043l-.293 1.465c-.311 1.555 1.687 2.466 2.657 1.212l3.098-4.006l4.179-1.351c.838-.272 1.332-1.28.737-2.091c-.59-.807-1.692-1.975-3.213-1.986zM7.039 7.127L6.135 5.96a.596.596 0 0 1 .807-.857L8.96 6.487l-1.92.64zm4.941-.908c.547-.51 1.515-1.226 2.516-1.219c1.008.007 1.85.806 2.414 1.576a.3.3 0 0 1 .043.298a.439.439 0 0 1-.281.251l-4.326 1.4a.5.5 0 0 0-.242.17l-3.192 4.127c-.323.418-.99.115-.886-.404l.293-1.464a1 1 0 0 0-1.307-1.142l-3.017 1.043a.75.75 0 0 1-.995-.71V7.16c0-.05.015-.076.028-.09a.152.152 0 0 1 .08-.046a.152.152 0 0 1 .094.006c.017.007.042.023.064.07l.784 1.618a.5.5 0 0 0 .608.256L10.88 6.9c.433-.144.799-.4 1.1-.68zM2.5 17a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })