@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.77 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: 'VehicleCar24Filled',
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: 'M15.8 3a3.25 3.25 0 0 1 3.152 2.46L19.337 7h.913a.75.75 0 0 1 .743.648L21 7.75a.75.75 0 0 1-.648.743l-.102.007h-.536l.208.826a2.249 2.249 0 0 1 1.082 1.924v8.497a1.75 1.75 0 0 1-1.75 1.75H17.75a1.75 1.75 0 0 1-1.75-1.75l-.001-1.247H8.004v1.247a1.75 1.75 0 0 1-1.75 1.75H4.75A1.75 1.75 0 0 1 3 19.747V11.25c0-.815.433-1.529 1.082-1.923l.207-.827H3.75a.75.75 0 0 1-.743-.648L3 7.75a.75.75 0 0 1 .648-.743L3.75 7h.913l.386-1.538A3.25 3.25 0 0 1 8.202 3h7.597zM6.503 18.5H4.499l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25V18.5zm13 0h-2.005l.001 1.247c0 .138.112.25.25.25h1.504a.25.25 0 0 0 .25-.25V18.5zM13.751 14h-3.502l-.102.007a.75.75 0 0 0 0 1.486l.102.007h3.502l.101-.007A.75.75 0 0 0 13.751 14zM17 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2zM7 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm8.8-7.5H8.201a1.75 1.75 0 0 0-1.698 1.326L5.711 9h12.582l-.796-3.176A1.75 1.75 0 0 0 15.799 4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})