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.63 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 48 48' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleCar48Filled', 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: 'M9.198 16.5l-.433 1.767A4.252 4.252 0 0 0 6 22.25v17.5A3.25 3.25 0 0 0 9.25 43h3.5A3.25 3.25 0 0 0 16 39.75V36.5h16v3.25A3.25 3.25 0 0 0 35.25 43h3.5A3.25 3.25 0 0 0 42 39.75v-17.5c0-1.84-1.17-3.408-2.807-3.999l-.5-1.751h2.057a1.25 1.25 0 1 0 0-2.5h-2.771l-.991-3.467A6.25 6.25 0 0 0 30.978 6H16.674a6.25 6.25 0 0 0-6.07 4.763L9.81 14H7.25a1.25 1.25 0 1 0 0 2.5h1.948zm7.475-8H30.98a3.75 3.75 0 0 1 3.605 2.72L36.521 18H11.404l1.627-6.642A3.75 3.75 0 0 1 16.673 8.5zm17.827 28h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V36.5zm-26 3.25V36.5h5v3.25a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75zM14 28a2 2 0 1 1 0-4a2 2 0 0 1 0 4zm22-2a2 2 0 1 1-4 0a2 2 0 0 1 4 0zm-15.75 2h7.5a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })