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.36 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: 'VehicleCarProfileLtr20Filled', 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.977 13.842A1.75 1.75 0 0 0 18 12.25v-1.213a2.5 2.5 0 0 0-1.856-2.416l-2.093-.558l-1.542-2.777A2.5 2.5 0 0 0 10.323 4H6.942A2.5 2.5 0 0 0 4.57 5.71l-.823 2.468A2.5 2.5 0 0 0 2 10.562v1.688c0 .707.42 1.316 1.023 1.592A2.5 2.5 0 0 0 7.95 14h4.1a2.5 2.5 0 0 0 4.927-.158zM6.942 5H8v3H4.86l.658-1.974A1.5 1.5 0 0 1 6.942 5zm4.692.772L12.873 8H9V5h1.323a1.5 1.5 0 0 1 1.311.772zM4 13.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0zm9 0a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })