UNPKG

@vicons/fluent

Version:

Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)

35 lines (34 loc) 1.32 kB
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 24 24' } export default defineComponent({ name: 'VehicleSubway24Filled', render: function render(_ctx, _cache) { return ( _openBlock(), _createElementBlock( 'svg', _hoisted_1, _cache[0] || (_cache[0] = [ _createElementVNode( 'g', { fill: 'none' }, [ _createElementVNode('path', { d: 'M16.25 3A3.75 3.75 0 0 1 20 6.75v9a3.751 3.751 0 0 1-2.89 3.651l2.463 1.172a.75.75 0 0 1-.55 1.392l-.095-.038L13.83 19.5h-3.661l-5.097 2.427a.75.75 0 1 1-.644-1.354L6.89 19.4A3.752 3.752 0 0 1 4 15.75v-9A3.75 3.75 0 0 1 7.75 3h8.5zM8 15a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm8 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2zm.25-10.5h-8.5A2.25 2.25 0 0 0 5.5 6.75v5.75h13V6.75a2.25 2.25 0 0 0-2.25-2.25zm-3 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 1 1 0-1.5h2.5z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })