@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.31 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleShip24Filled',
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: 'M8.75 2a.75.75 0 0 0-.75.75V5H5.75a.75.75 0 0 0-.75.75v4.764l-1.46.535a.75.75 0 0 0-.423 1.02l2.335 5.019a1.749 1.749 0 0 1 2.22 1.143c0 .004.004.013.009.027a2.836 2.836 0 0 0 .375.692c.276.367.564.55.944.55s.668-.182.943-.55a2.831 2.831 0 0 0 .384-.718a1.75 1.75 0 0 1 3.342-.005l.01.028a2.856 2.856 0 0 0 .378.694c.277.37.566.551.943.551s.665-.182.943-.55a2.857 2.857 0 0 0 .386-.721a1.75 1.75 0 0 1 2.294-1.114l2.468-5.031a.75.75 0 0 0-.421-1.037L19 10.451V5.75a.75.75 0 0 0-.75-.75H16V2.75a.75.75 0 0 0-.75-.75h-6.5zm5.75 3h-5V3.5h5V5zm3 1.5v3.416l-4.397-1.569a3.25 3.25 0 0 0-2.21.01L6.5 9.964V6.5h11zm1.227 12.064l-.003-.01a.75.75 0 0 0-1.441-.023v.002l-.004.009l-.02.058a3.854 3.854 0 0 1-.517.95c-.387.515-.939.95-1.742.95s-1.356-.435-1.743-.95a3.851 3.851 0 0 1-.538-1.009l-.003-.009a.75.75 0 0 0-1.435.001v.001l-.004.01a3.36 3.36 0 0 1-.115.29c-.089.198-.227.46-.42.716c-.385.515-.936.95-1.742.95c-.806 0-1.358-.435-1.744-.95a3.834 3.834 0 0 1-.535-1.007l-.003-.011a.75.75 0 0 0-1.441.02l-.003.009l-.018.054a3.301 3.301 0 0 1-.504.922c-.384.49-.996.963-2.002.963a.75.75 0 0 0 0 1.5c1.574 0 2.587-.777 3.183-1.537L6 20.374l.056.076C6.608 21.185 7.556 22 9 22s2.392-.815 2.943-1.55l.057-.078l.058.079C12.61 21.185 13.558 22 15 22c1.442 0 2.39-.815 2.942-1.55l.055-.075c.021.03.043.058.066.087c.595.761 1.61 1.538 3.187 1.538a.75.75 0 0 0 0-1.5c-1.012 0-1.623-.473-2.005-.962a3.267 3.267 0 0 1-.518-.974z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})