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.37 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: 'VehicleShip20Filled', 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: 'M7 2.54a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5V5h2.5a.5.5 0 0 1 .5.5v4.064l1.634.455a.5.5 0 0 1 .317.698l-1.825 3.788a1.499 1.499 0 0 0-2.523.46l-.01.023a2.61 2.61 0 0 1-.346.568c-.259.32-.498.444-.74.444c-.24 0-.482-.126-.746-.45a2.676 2.676 0 0 1-.362-.598a1.5 1.5 0 0 0-2.81.028a2.644 2.644 0 0 1-.349.573c-.26.322-.5.447-.74.447c-.241 0-.48-.125-.739-.444a2.613 2.613 0 0 1-.356-.592a1.5 1.5 0 0 0-2.555-.421l-1.802-3.83a.5.5 0 0 1 .318-.694L4 9.563V5.501a.5.5 0 0 1 .5-.5H7V2.539zm5 .5H8V5h4V3.04zm3 6.245V6.001H5v3.283l4.19-1.168a3 3 0 0 1 1.611 0L15 9.286zm-3.601 5.667v-.002v.002zm0 0l.002.004v.003l-.002-.007zm4.089.438l-.003-.01a.5.5 0 0 0-.953-.055l-.005.01l-.02.051a3.627 3.627 0 0 1-.488.8c-.358.44-.855.814-1.519.814c-.664 0-1.162-.375-1.522-.816a3.643 3.643 0 0 1-.512-.85l-.005-.011a.5.5 0 0 0-.935.003l-.005.01l-.02.051a3.61 3.61 0 0 1-.486.799c-.356.44-.851.814-1.515.814c-.664 0-1.16-.375-1.518-.815a3.625 3.625 0 0 1-.51-.85l-.004-.01v-.001a.5.5 0 0 0-.953.055v-.001l-.002.009l-.014.046a2.723 2.723 0 0 1-.399.767c-.307.41-.796.8-1.6.8a.5.5 0 0 0 0 1c1.196 0 1.957-.608 2.4-1.2c.05-.067.098-.135.14-.201c.051.071.106.144.166.217C5.66 17.376 6.414 18 7.5 18s1.838-.625 2.292-1.185c.075-.092.143-.185.204-.274c.063.09.132.183.207.276c.457.56 1.211 1.183 2.297 1.183s1.84-.624 2.294-1.184c.058-.071.112-.142.162-.212c.043.067.09.136.14.204c.444.596 1.207 1.207 2.41 1.192a.5.5 0 1 0-.012-1c-.803.01-1.29-.379-1.595-.789a2.717 2.717 0 0 1-.397-.774l-.014-.047z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })