@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 2.11 kB
JavaScript
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 20 20'
}
export default defineComponent({
name: 'VehicleShip20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M7.5 2.04a.5.5 0 0 0-.5.5V5H4.5a.5.5 0 0 0-.5.5v4.063l-1.634.456a.5.5 0 0 0-.318.694l1.802 3.83a1.5 1.5 0 0 1 .863-.514l-1.509-3.206L9.46 9.08a2 2 0 0 1 1.074 0l6.257 1.743l-1.54 3.199a1.5 1.5 0 0 1 .876.484l1.825-3.788a.5.5 0 0 0-.317-.698L16 9.564V5.5a.5.5 0 0 0-.5-.5H13V2.539a.5.5 0 0 0-.5-.5h-5zM12 5H8V3.04h4V5zm3 1v3.285l-4.199-1.17a3 3 0 0 0-1.61 0L5 9.286V6h10zm.488 9.39l-.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 */
)
])
)
)
}
})