@vicons/fluent
Version:
Vue3 SVG icon components integrated from [`fluentui-system-icons`](https://github.com/microsoft/fluentui-system-icons)
35 lines (34 loc) • 1.37 kB
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock, defineComponent } from 'vue'
const _hoisted_1 = {
xmlns: 'http://www.w3.org/2000/svg',
'xmlns:xlink': 'http://www.w3.org/1999/xlink',
viewBox: '0 0 16 16'
}
export default defineComponent({
name: 'VehicleBicycle16Filled',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.75 1.5a.75.75 0 0 0 0 1.5h.9l.34 1.5H6v-.75A.75.75 0 0 0 5.25 3h-1.5a.75.75 0 0 0 0 1.5h.75v.676l-.365 1.826a3.25 3.25 0 1 0 3.08 1.914l3.213-2.472l.173.765a3.251 3.251 0 1 0 1.494-.19l-1.113-4.934a.75.75 0 0 0-.732-.585h-1.5zM5.606 7.295L5.865 6h2.68L6.299 7.727a3.25 3.25 0 0 0-.693-.432zM2.5 10.25c0-.82.564-1.508 1.325-1.698l-.31 1.55a.75.75 0 0 0 1.192.742l1.254-.964a1.75 1.75 0 1 1-3.46.37zm8.437-1.55l.331 1.465a.75.75 0 0 0 1.463-.33l-.267-1.183a1.75 1.75 0 1 1-1.527.048z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})