@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.51 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: 'VehicleCab16Regular',
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: 'M5.251 9.749a.749.749 0 1 0 0-1.498a.749.749 0 0 0 0 1.498zm6.247-.75A.749.749 0 1 1 10 9a.749.749 0 0 1 1.498 0zM6.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 12v1.25a.75.75 0 0 0 1.5 0V12h5.997v1.25a.75.75 0 0 0 1.5 0V12h.003a1.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.052 6l.275-2.128A1 1 0 0 1 5.319 3h5.36a1 1 0 0 1 .992.873L11.943 6h-7.89zM13 10.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})