@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.19 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: 'VehicleCarCollision48Filled',
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: 'M23.88 2.056a1.25 1.25 0 0 1 1.4.486l4.78 6.951l5.963-4.26a1.25 1.25 0 0 1 1.919 1.394L35.456 14.5h6.294a1.25 1.25 0 0 1 .954 2.058l-4.634 5.477l6.42 4.707A1.25 1.25 0 0 1 43.75 29h-7.5a1.25 1.25 0 0 1 0-2.5h3.682l-4.421-3.242a1.25 1.25 0 0 1-.215-1.815L39.055 17H33.75a1.25 1.25 0 0 1-1.192-1.626l1.873-5.931l-3.954 2.824a1.25 1.25 0 0 1-1.757-.309L25.5 7.275v6.475a1.25 1.25 0 0 1-2.5 0V3.25c0-.547.356-1.031.88-1.194zM6.381 27.258l.163-.758H5.25a1.25 1.25 0 0 1 0-2.5h1.836l.51-2.36a5.25 5.25 0 0 1 5.132-4.14h11.544a5.25 5.25 0 0 1 5.132 4.14l.52 2.403c.104-.028.213-.043.326-.043h1.5a1.25 1.25 0 1 1 0 2.5h-1.295l.163.758A3.751 3.751 0 0 1 33 30.75v9c0 .042-.002.084-.006.125c.004.041.006.083.006.125v2.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 24 42.25V41H13v1.25a3.25 3.25 0 0 1-3.25 3.25h-2.5A3.25 3.25 0 0 1 4 42.25V40c0-.042.002-.084.006-.125A1.265 1.265 0 0 1 4 39.75v-9c0-1.588.987-2.946 2.382-3.492zm3.658-5.09L8.995 27h19.01L26.96 22.17A2.75 2.75 0 0 0 24.272 20H12.728a2.75 2.75 0 0 0-2.688 2.169zM26.5 42.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V41h-4v1.25zM10.5 41h-4v1.25c0 .414.336.75.75.75h2.5a.75.75 0 0 0 .75-.75V41zm.5-6a2 2 0 1 0 0-4a2 2 0 0 0 0 4zm17-2a2 2 0 1 0-4 0a2 2 0 0 0 4 0zm-11.75 1a1.25 1.25 0 1 0 0 2.5h4.5a1.25 1.25 0 0 0 0-2.5h-4.5z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})