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.37 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: 'VehicleBicycle24Filled', 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: 'M13 2a1 1 0 1 0 0 2h1.187l.625 3H9V6a1 1 0 0 0-1.001-1H5a1 1 0 0 0 0 2h2v.86l-.902 3.158a4.5 4.5 0 1 0 4.9 4.354l4.471-5.216l.252 1.21a4.501 4.501 0 1 0 1.968-.362l-1.71-8.208A1 1 0 0 0 15 2h-2zm3.145 11.399l.376 1.805a1 1 0 0 0 1.958-.408l-.358-1.718a2.501 2.501 0 1 1-1.976.32zm-5.836-.296a4.515 4.515 0 0 0-2.21-1.81L8.754 9h5.072l-3.517 4.103zm-2.763.126c.379.174.706.441.954.771H7.326l.22-.771zm-2.078-.007l-.43 1.503A1 1 0 0 0 6 16h2.95a2.5 2.5 0 1 1-3.482-2.778z', fill: 'currentColor' }) ], -1 /* HOISTED */ ) ]) ) ) } })