@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.75 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 48 48'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleCar48Regular',
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: 'M19 29.25c0-.69.56-1.25 1.25-1.25h7.5a1.25 1.25 0 1 1 0 2.5h-7.5c-.69 0-1.25-.56-1.25-1.25zM16 26a2 2 0 1 1-4 0a2 2 0 0 1 4 0zm18 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4zM8.765 18.267l.433-1.767H7.25a1.25 1.25 0 1 1 0-2.5h2.56l.793-3.237A6.25 6.25 0 0 1 16.673 6H30.98a6.25 6.25 0 0 1 6.009 4.533l.99 3.467h2.772a1.25 1.25 0 1 1 0 2.5h-2.057l.5 1.751A4.252 4.252 0 0 1 42 22.25v17.5A3.25 3.25 0 0 1 38.75 43h-3.5A3.25 3.25 0 0 1 32 39.75V36.5H16v3.25A3.25 3.25 0 0 1 12.75 43h-3.5A3.25 3.25 0 0 1 6 39.75v-17.5a4.252 4.252 0 0 1 2.765-3.983zm4.266-6.909L11.404 18h25.117l-1.937-6.78a3.75 3.75 0 0 0-3.606-2.72H16.674a3.75 3.75 0 0 0-3.642 2.858zM10.25 20.5a1.75 1.75 0 0 0-1.75 1.75V34h31V22.25a1.75 1.75 0 0 0-1.75-1.75h-27.5zM34.5 39.75c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5h-5v3.25zm-26-3.25v3.25c0 .414.336.75.75.75h3.5a.75.75 0 0 0 .75-.75V36.5h-5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})