UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

37 lines (36 loc) 1.81 kB
'use strict' 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 32 32' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleCarCollision32Filled', 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: 'M16.72 3.306A1 1 0 0 0 15 4v5a1 1 0 1 0 2 0V6.479l2.28 2.365a1 1 0 0 0 1.339.092l1.376-1.085l-.944 2.833A1 1 0 0 0 22 12h3l-1.8 2.4a1 1 0 0 0 .175 1.38L26.15 18H24a1 1 0 1 0 0 2h5a1 1 0 0 0 .625-1.78l-4.244-3.395L27.8 11.6A1 1 0 0 0 27 10h-3.613l1.562-4.684a1 1 0 0 0-1.568-1.102l-3.289 2.59l-3.372-3.498zM4.507 16H3a1 1 0 1 0 0 2h1.062A3.999 3.999 0 0 0 2 21.5v6A2.5 2.5 0 0 0 4.5 30H6a2.5 2.5 0 0 0 2.5-2.5v-1h6v1A2.5 2.5 0 0 0 17 30h1.5a2.5 2.5 0 0 0 2.5-2.5v-6a3.999 3.999 0 0 0-2.062-3.5H20a1 1 0 1 0 0-2h-1.507l-.169-1.053A3.5 3.5 0 0 0 14.868 12H8.132a3.5 3.5 0 0 0-3.456 2.947L4.507 16zm12.2 1.5H6.293l.358-2.237A1.5 1.5 0 0 1 8.13 14h6.737a1.5 1.5 0 0 1 1.481 1.263l.358 2.237zm2.293 9v1a.5.5 0 0 1-.5.5H17a.5.5 0 0 1-.5-.5v-1H19zm-12.5 0v1a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1-.5-.5v-1h2.5zM17 23a1 1 0 1 1 0-2a1 1 0 0 1 0 2zM7 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm2.75 0h3.5a1 1 0 1 1 0 2h-3.5a1 1 0 1 1 0-2z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })