@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
JavaScript
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: 'VehicleBicycle20Regular',
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.5 2a.5.5 0 0 0 0 1h1.59l.6 3H7V4.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1H6v1.459L5.576 9L5.5 9a3.5 3.5 0 1 0 3.496 3.672l3.97-5.293l.364 1.821A3.501 3.501 0 0 0 14.5 16a3.5 3.5 0 1 0-.19-6.995l-1.32-6.603A.5.5 0 0 0 12.5 2h-2zM3 12.5a2.5 2.5 0 0 1 2.41-2.498l-.403 2.416A.5.5 0 0 0 5.5 13h2.45A2.5 2.5 0 0 1 3 12.5zm3.09-.5l.306-1.835A2.504 2.504 0 0 1 7.95 12H6.09zm.473-2.836L6.923 7H12l-3.216 4.288a3.51 3.51 0 0 0-2.221-2.124zm6.966 1.031l.48 2.403a.5.5 0 0 0 .981-.196L14.51 10a2.5 2.5 0 1 1-.98.195z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})