@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.79 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: 'VehicleCarCollision24Regular',
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: 'M11.508 2.04a.75.75 0 0 1 .837.253l2.08 2.703l2.92-1.877a.75.75 0 0 1 1.117.868L17.29 7.5h3.959a.75.75 0 0 1 .53 1.28l-2.05 2.051l2.13 2.983A.75.75 0 0 1 21.25 15h-3a.75.75 0 1 1 0-1.5h1.543l-1.653-2.314a.75.75 0 0 1 .08-.966L19.44 9h-3.19a.75.75 0 0 1-.711-.987l.827-2.481l-1.71 1.099a.75.75 0 0 1-1-.174L12.5 4.955V7.25a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .508-.71zM12 17.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2zm-5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm8.137-2.75h.113a.75.75 0 1 0 0-1.5h-.602l-.386-1.546A2.25 2.25 0 0 0 12.079 9H5.995a2.25 2.25 0 0 0-2.212 1.835l-.265 1.415H2.75a.75.75 0 0 0 0 1.5h.113a2.742 2.742 0 0 0-.863 2v4.75a1.5 1.5 0 1 0 3 0V20h8v.5a1.5 1.5 0 1 0 3 0v-4.75c0-.788-.331-1.499-.863-2zM5.995 10.5h6.084a.75.75 0 0 1 .727.568l.454 1.812a.748.748 0 0 0-.01.12H4.904l.354-1.888a.75.75 0 0 1 .737-.612zm8.505 8h-11v-2.75c0-.69.56-1.25 1.25-1.25h8.5c.69 0 1.25.56 1.25 1.25v2.75z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})