UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.45 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 24 24' } export default defineComponent({ name: 'AirplaneTakeOff24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M12.394 5.925L10.523 4.41A1.842 1.842 0 0 0 9.363 4C7.956 4 7.068 5.514 7.756 6.742l.382.682l3.463-.722c.056-.012.17-.06.294-.21c.14-.17.308-.362.499-.567zM3 20a1 1 0 0 1 1-1h16a1 1 0 1 1 0 2H4a1 1 0 0 1-1-1zM21.547 6.83c-.945-1.084-2.617-2.5-4.855-2.327c-.929.071-1.77.549-2.429 1.057a10.429 10.429 0 0 0-1.598 1.57c-.243.293-.546.486-.86.551l-4.663.972l-.966-1.771A1.691 1.691 0 0 0 3 7.692v3.69a2.294 2.294 0 0 0 2.727 2.252l3.3-.635l-.507 1.234a2.004 2.004 0 0 0 3.456 1.966l3.236-4.315l5.37-1.852a2.141 2.141 0 0 0 1.343-1.32a1.898 1.898 0 0 0-.378-1.883z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })