@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.37 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 20 20'
}
export default defineComponent({
name: 'VehicleBus20Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M9 4a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H9zm-1 9a1 1 0 1 1-2 0a1 1 0 0 1 2 0zm5 1a1 1 0 1 0 0-2a1 1 0 0 0 0 2zM3 5.5A3.5 3.5 0 0 1 6.5 2h7A3.5 3.5 0 0 1 17 5.5V8h1a.5.5 0 0 1 0 1h-1v7.5a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V16H7v.5A1.5 1.5 0 0 1 5.5 18h-1A1.5 1.5 0 0 1 3 16.5V9H2a.5.5 0 0 1 0-1h1V5.5zm13 0A2.5 2.5 0 0 0 13.5 3h-7A2.5 2.5 0 0 0 4 5.5V10h12V5.5zM14 16v.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V16h-2zM4 16v.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V16H4zm0-1h12v-4H4v4z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})