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.4 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 24 24' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleSubway24Regular', 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: '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.5zm2.25 11h-13v1.75A2.25 2.25 0 0 0 7.75 18h8.5a2.25 2.25 0 0 0 2.25-2.25V14zM8 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2zm8 0a1 1 0 1 1 0 2a1 1 0 0 1 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 */ ) ]) ) ) } })