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.4 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleCar20Filled', 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: 'M6 16v1a1 1 0 1 1-2 0v-1h2zm10 0v1a1 1 0 1 1-2 0v-1h2zM13.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.5v4a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 2 13.5v-4a1.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.72zM6 10.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm8 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2zM13.86 4H6.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 */ ) ]) ) ) } })