@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.69 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: 'VehicleCarCollision24Filled',
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: 'M12.345 2.293A.75.75 0 0 0 11 2.75v4.5a.75.75 0 0 0 1.5 0V4.955l1.155 1.502a.75.75 0 0 0 1 .174l1.71-1.1l-.826 2.482A.75.75 0 0 0 16.25 9h3.19l-1.22 1.22a.75.75 0 0 0-.08.966l1.653 2.314H18.25a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 .61-1.186l-2.13-2.983l2.05-2.05a.75.75 0 0 0-.53-1.281h-3.96l1.172-3.513a.75.75 0 0 0-1.118-.868l-2.92 1.877l-2.08-2.703zM2.863 13.75H2.75a.75.75 0 0 1 0-1.5h.768l.266-1.415A2.25 2.25 0 0 1 5.995 9h6.084a2.25 2.25 0 0 1 2.183 1.704l.386 1.546h.602a.75.75 0 1 1 0 1.5h-.113c.532.501.863 1.212.863 2v4.75a1.5 1.5 0 1 1-3 0V20H5v.5a1.5 1.5 0 1 1-3 0v-4.75c0-.788.331-1.499.863-2zm2.395-2.638L4.904 13h8.346c0-.04.003-.08.01-.12l-.454-1.812a.75.75 0 0 0-.727-.568H5.995a.75.75 0 0 0-.737.612zM13 16.5a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm-7 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})