@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 16 16'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleCarCollision16Regular',
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: 'M8.9 1.199A.5.5 0 0 0 8 1.5v2a.5.5 0 0 0 1 0v-.508l.61.81a.5.5 0 0 0 .586.162l1.488-.598l-.658 1.976A.5.5 0 0 0 11.5 6h1.577l-1.385 1.11a.5.5 0 0 0 0 .78L13.077 9H11.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .313-.89L12.804 7.5l2.009-1.61A.5.5 0 0 0 14.5 5h-2.306l.78-2.342a.5.5 0 0 0-.66-.622l-2.136.858L8.9 1.199zM7.5 11a.5.5 0 1 0 0-1a.5.5 0 0 0 0 1zM4 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zM9.362 8l.09.624c.34.358.548.843.548 1.376v3a1 1 0 1 1-2 0H3a1 1 0 1 1-2 0v-3c0-.533.209-1.018.549-1.376L1.638 8H1a.5.5 0 0 1 0-1h.78l.102-.712A1.5 1.5 0 0 1 3.367 5h4.266a1.5 1.5 0 0 1 1.485 1.288L9.219 7L9.25 7H10a.5.5 0 0 1 0 1h-.638zm-6.49-1.57l-.229 1.602C2.76 8.01 2.878 8 3 8h5c.122 0 .24.01.357.032l-.23-1.603A.5.5 0 0 0 7.634 6H3.367a.5.5 0 0 0-.495.43zM9 10a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v2h7v-2z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})