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.48 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 20 20' } exports.default = (0, vue_1.defineComponent)({ name: 'VehicleBicycle20Filled', 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: 'M10.75 2a.75.75 0 0 0 0 1.5h1.126l.368 2H7.25v-.75A.75.75 0 0 0 6.5 4h-2a.75.75 0 0 0 0 1.5h1.25v.703l-.352 2.813a3.75 3.75 0 1 0 4.064 3.2l3.227-4.301l.243 1.323A3.751 3.751 0 0 0 14.25 16.5a3.75 3.75 0 0 0 .165-7.496l-1.177-6.39A.75.75 0 0 0 12.5 2h-1.75zM7.146 7.132A.746.746 0 0 0 7.207 7H11.5l-2.688 3.584A3.758 3.758 0 0 0 6.89 9.176l.256-2.044zM3.5 12.75a2.25 2.25 0 0 1 1.705-2.183l-.2 1.59A.75.75 0 0 0 5.75 13h2.236a2.25 2.25 0 0 1-4.486-.25zm3.1-1.25l.098-.79c.376.174.695.449.923.79H6.6zm6.612-.747l.3 1.633a.75.75 0 0 0 1.476-.272l-.29-1.57a2.25 2.25 0 1 1-1.486.21z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })