@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.17 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: 'VehicleShip16Regular',
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-.155-.283-.35-.577-.745-.718l.748-1.346l-4.699-2.036a1.5 1.5 0 0 0-1.192 0L2.705 9.24l.748 1.346c-.394.141-.59.435-.745.718l-1.145-2.06A.5.5 0 0 1 1.8 8.54L3 8.021V4.5a.5.5 0 0 1 .5-.5H6V2.5zM4 7.588l3.006-1.302a2.5 2.5 0 0 1 1.988 0L12 7.588V5H4v2.588zM9 3H7v1h2V3zm-5.398 8.698a.5.5 0 0 0-.034.05a1.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.096C4.43 13.522 5.06 14 6 14c.94 0 1.57-.478 1.947-.93L8 13.004l.053.066C8.43 13.522 9.06 14 10 14c.94 0 1.57-.478 1.947-.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-.551.174z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})