UNPKG

@vicons/fluent

Version:

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

37 lines (36 loc) 2.3 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleShip16Filled', 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: 'M6 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V4h2.5a.5.5 0 0 1 .5.5v3.522l1.199.52a.5.5 0 0 1 .238.7l-1.145 2.061c-.214-.392-.506-.803-1.292-.803c-.867 0-1.133.501-1.357.924c-.164.309-.305.576-.643.576s-.48-.267-.643-.576C9.133 11 8.867 10.5 8 10.5s-1.133.501-1.357.924C6.48 11.733 6.338 12 6 12s-.48-.267-.643-.576C5.133 11 4.867 10.5 4 10.5c-.786 0-1.078.412-1.292.803l-1.145-2.06A.5.5 0 0 1 1.8 8.54L3 8.021V4.5a.5.5 0 0 1 .5-.5H6V2.5zm2.994 3.786L12 7.588V5H4v2.588l3.006-1.302a2.5 2.5 0 0 1 1.988 0zM7 4h2V3H7v1zm-2.947 9.07c.376.45 1.003.927 1.938.93h.017A2.503 2.503 0 0 0 8 13c.06.08.123.152.187.22c.384.4.972.777 1.804.78h-.136h.153c.936-.003 1.563-.48 1.939-.93c.027-.032.052-.065.077-.097c.038.043.079.087.122.13c.463.463 1.213.897 2.354.897a.5.5 0 1 0 0-1c-.859 0-1.359-.316-1.646-.604a1.747 1.747 0 0 1-.38-.556a.501.501 0 0 0-.947 0a2.194 2.194 0 0 1-.348.59c-.249.298-.62.57-1.18.57c-.559 0-.93-.272-1.178-.57a2.197 2.197 0 0 1-.346-.585a.497.497 0 0 0-.658-.31a.497.497 0 0 0-.293.31a2.198 2.198 0 0 1-.346.585C6.93 12.728 6.56 13 6 13c-.56 0-.93-.272-1.178-.57a2.197 2.197 0 0 1-.273-.42a1.444 1.444 0 0 1-.05-.113c-.02-.05-.04-.102-.067-.148a.5.5 0 0 0-.274-.223l-.005-.002a.497.497 0 0 0-.585.224a1.1 1.1 0 0 0-.06.127a1.21 1.21 0 0 1-.054.117a1.85 1.85 0 0 1-.308.404C2.86 12.684 2.36 13 1.5 13a.5.5 0 0 0 0 1c1.141 0 1.891-.434 2.354-.896c.043-.044.084-.087.122-.13c.025.031.05.064.077.096z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })