@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.8 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleCab28Regular',
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: 'M9.5 16.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0zm10.25 1.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5zm-8.75.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75zm-1-14.5V2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v1.75h.158a3.75 3.75 0 0 1 3.638 2.84L22.398 9h1.352a.75.75 0 0 1 0 1.5h-.977l.28 1.12A2.751 2.751 0 0 1 25 14.25v9A2.75 2.75 0 0 1 22.25 26h-1a2.75 2.75 0 0 1-2.75-2.75v-1h-9v1A2.75 2.75 0 0 1 6.75 26h-1A2.75 2.75 0 0 1 3 23.25v-9c0-1.24.82-2.287 1.947-2.631l.28-1.119H4.25a.75.75 0 0 1 0-1.5h1.352l.602-2.41a3.75 3.75 0 0 1 3.638-2.84H10zm1.5 0h5V2.5h-5v1.25zm-1.658 1.5A2.25 2.25 0 0 0 7.66 6.954L6.523 11.5h14.954l-1.136-4.546a2.25 2.25 0 0 0-2.183-1.704H9.842zM20 22.25v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25v-1H20zm-12 1v-1H4.5v1c0 .69.56 1.25 1.25 1.25h1c.69 0 1.25-.56 1.25-1.25zM22.25 13H5.75c-.69 0-1.25.56-1.25 1.25v6.5h19v-6.5c0-.69-.56-1.25-1.25-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})