@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.71 kB
JavaScript
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 28 28'
}
export default defineComponent({
name: 'VehicleCar28Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.25 16.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5zM21 15.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0zm-9.25 1.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5zm-6.523-7l-.28 1.119A2.751 2.751 0 0 0 3 13.25v9A2.75 2.75 0 0 0 5.75 25h1a2.75 2.75 0 0 0 2.75-2.75v-1h9v1A2.75 2.75 0 0 0 21.25 25h1A2.75 2.75 0 0 0 25 22.25v-9c0-1.24-.82-2.287-1.947-2.63l-.28-1.12h.977a.75.75 0 0 0 0-1.5h-1.352l-.602-2.41a3.75 3.75 0 0 0-3.638-2.84H9.842a3.75 3.75 0 0 0-3.638 2.84L5.602 8H4.25a.75.75 0 0 0 0 1.5h.977zm4.615-5.25h8.316a2.25 2.25 0 0 1 2.183 1.704l1.136 4.546H6.523L7.66 5.954A2.25 2.25 0 0 1 9.842 4.25zM20 22.25v-1h3.5v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25zm-12-1v1c0 .69-.56 1.25-1.25 1.25h-1c-.69 0-1.25-.56-1.25-1.25v-1H8zM5.75 12h16.5c.69 0 1.25.56 1.25 1.25v6.5h-19v-6.5c0-.69.56-1.25 1.25-1.25z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})