@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
37 lines (36 loc) • 1.42 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 24 24'
}
exports.default = (0, vue_1.defineComponent)({
name: 'VehicleBicycle24Regular',
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: 'M12.75 3a.75.75 0 0 0 0 1.5h1.427l.955 3.5H8.5V5.75A.75.75 0 0 0 7.75 5h-3a.75.75 0 0 0 0 1.5H7v2.188L6.698 10.5a4.25 4.25 0 1 0 4.298 4.065l4.656-4.657l.274 1.003a4.25 4.25 0 1 0 1.447-.394l-1.9-6.964A.75.75 0 0 0 14.75 3h-2zm3.58 9.394l.696 2.553a.75.75 0 1 0 1.448-.394L17.777 12a2.75 2.75 0 1 1-1.447.394zm-5.765.48a4.263 4.263 0 0 0-2.387-2.128L8.385 9.5h5.554l-3.374 3.374zm-2.64-.611c.71.336 1.254.968 1.471 1.737h-1.76l.289-1.737zm-1.48-.246l-.435 2.61a.75.75 0 0 0 .74.873h2.646a2.751 2.751 0 1 1-2.95-3.483z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})