@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 2.05 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 28 28'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleCarCollision28Filled',
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: 'M13.533 2.032a.75.75 0 0 1 .841.302l2.343 3.514l4.242-1.789a.75.75 0 0 1 .976.996L20.405 8.5h3.845a.75.75 0 0 1 .576 1.23l-2.09 2.508l3.078 3.518A.75.75 0 0 1 25.25 17h-4.498a.75.75 0 1 1 0-1.5h2.845l-2.411-2.756a.75.75 0 0 1-.012-.974L22.649 10H19.25a.75.75 0 0 1-.685-1.055l1.23-2.767l-3.067 1.293a.75.75 0 0 1-.916-.275L14.5 5.227V8.25a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 .533-.718zM4.147 14l.316-1.742A2.75 2.75 0 0 1 7.17 10h6.162c1.329 0 2.468.95 2.705 2.258l.32 1.756A.755.755 0 0 1 16.5 14h1.25a.75.75 0 1 1 0 1.5h-.419a2.746 2.746 0 0 1 1.169 2.25v6.5A1.75 1.75 0 0 1 16.75 26h-1.5a1.75 1.75 0 0 1-1.75-1.75V23H7v1.25A1.75 1.75 0 0 1 5.25 26h-1.5A1.75 1.75 0 0 1 2 24.25V22.5c0-.043.004-.084.01-.125A.755.755 0 0 1 2 22.25v-4.5c0-.93.462-1.752 1.168-2.25H2.75a.75.75 0 0 1 0-1.5h1.397zm1.792-1.474L5.49 15h9.521l-.45-2.474a1.25 1.25 0 0 0-1.23-1.026H7.17a1.25 1.25 0 0 0-1.23 1.026zM17 23h-2v1.25c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25V23zM3.5 24.25c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25V23h-2v1.25zm11-4.25a1 1 0 1 0 0-2a1 1 0 0 0 0 2zM7 19a1 1 0 1 0-2 0a1 1 0 0 0 2 0zm1.75 0a.75.75 0 1 0 0 1.5h3a.75.75 0 0 0 0-1.5h-3z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})