UNPKG

@vicons/fluent

Version:

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

35 lines (34 loc) 1.46 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue' const _hoisted_1 = { xmlns: 'http://www.w3.org/2000/svg', 'xmlns:xlink': 'http://www.w3.org/1999/xlink', viewBox: '0 0 20 20' } export default defineComponent({ name: 'VehicleCar20Regular', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M13.86 3a2.5 2.5 0 0 1 2.452 2.01l.197.99h.741a.75.75 0 0 1 .743.648L18 6.75a.75.75 0 0 1-.648.743l-.102.007h-.441l.112.56A1.5 1.5 0 0 1 18 9.5v5a1.5 1.5 0 0 1-1.5 1.5H16v1a1 1 0 1 1-2 0v-1H6v1a1 1 0 1 1-2 0v-1h-.5A1.5 1.5 0 0 1 2 14.5v-5a1.5 1.5 0 0 1 1.079-1.44l.111-.56h-.44a.75.75 0 0 1 0-1.5h.74l.198-.99A2.5 2.5 0 0 1 6.14 3h7.72zm2.64 6h-13a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5zM6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm-.14-7H6.14a1.5 1.5 0 0 0-1.471 1.206L4.109 8H15.89l-.559-2.794A1.5 1.5 0 0 0 13.861 4z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })