@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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: 'VehicleCab16Filled',
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.5 1a.5.5 0 0 0-.5.5V2h-.681a2 2 0 0 0-1.984 1.744L3.173 5H2.5a.5.5 0 0 0 0 1h.544l-.01.074A1.5 1.5 0 0 0 2 7.5v3A1.5 1.5 0 0 0 3.5 12h9a1.5 1.5 0 0 0 1.5-1.5v-3a1.5 1.5 0 0 0-1.04-1.428L12.951 6h.549a.5.5 0 0 0 0-1h-.677l-.16-1.253A2 2 0 0 0 10.68 2H10v-.5a.5.5 0 0 0-.5-.5h-3zm4.18 2a1 1 0 0 1 .991.873L11.943 6h-7.89l.274-2.128A1 1 0 0 1 5.319 3h5.36zM4.502 9A.749.749 0 1 1 6 9a.749.749 0 0 1-1.498 0zM10 9a.749.749 0 1 1 1.498 0A.749.749 0 0 1 10 9zm.997 4h1.5v.25a.75.75 0 1 1-1.5 0V13zM3.5 13H5v.25a.75.75 0 0 1-1.5 0V13z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})