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.65 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 16 16' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleCarCollision16Filled', 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.199zM1.637 8l-.09.624C1.209 8.982 1 9.467 1 10v3a1 1 0 0 0 2 0h5a1 1 0 0 0 2 0v-3c0-.533-.209-1.017-.549-1.376L9.362 8H10a.5.5 0 0 0 0-1h-.75l-.03.001l-.102-.713A1.5 1.5 0 0 0 7.633 5H3.367a1.5 1.5 0 0 0-1.485 1.288L1.781 7H1a.5.5 0 0 0 0 1h.638zm1.73-2h4.265a.5.5 0 0 1 .495.43l.229 1.602A2.012 2.012 0 0 0 8 8H3c-.122 0-.24.01-.356.032l.228-1.603A.5.5 0 0 1 3.367 6zM8 10.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0zm-4.5.5a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })