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.37 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: 'VehicleCarProfileRtl20Filled', 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: 'M3.023 13.842A1.75 1.75 0 0 1 2 12.25v-1.213A2.5 2.5 0 0 1 3.856 8.62l2.093-.558L7.49 5.286A2.5 2.5 0 0 1 9.677 4h3.382a2.5 2.5 0 0 1 2.371 1.71l.823 2.468A2.5 2.5 0 0 1 18 10.562v1.688a1.75 1.75 0 0 1-1.023 1.592A2.5 2.5 0 0 1 12.05 14h-4.1a2.5 2.5 0 0 1-4.927-.158zM13.058 5H12v3h3.14l-.659-1.974A1.5 1.5 0 0 0 13.06 5zm-4.692.772L7.128 8H11V5H9.677a1.5 1.5 0 0 0-1.311.772zM16 13.5a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0zm-9 0a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })