@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: 'VehicleBicycle16Regular',
render: function render(_ctx, _cache) {
return (
_openBlock(),
_createElementBlock(
'svg',
_hoisted_1,
_cache[0] ||
(_cache[0] = [
_createElementVNode(
'g',
{
fill: 'none'
},
[
_createElementVNode('path', {
d: 'M8.5 2a.5.5 0 0 0 0 1h1.116l.533 2H6V3.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0 0 1H5v1.2a.5.5 0 0 0 .023.15L4.46 7.035a3 3 0 1 0 2.532 3.162l3.494-3.93l.268 1.003a3 3 0 1 0 .966-.257L10.483 2.37A.5.5 0 0 0 10 2H8.5zM4 8c.046 0 .092.002.138.005l-.612 1.837A.5.5 0 0 0 4 10.5h1.937A2 2 0 1 1 4 8zm.694 1.5l.393-1.18c.415.27.723.688.85 1.18H4.694zm.716-2.149L5.86 6h3.527l-2.59 2.913A3.01 3.01 0 0 0 5.41 7.351zm5.608.906l.499 1.872a.5.5 0 0 0 .966-.258l-.499-1.87L12 8a2 2 0 1 1-.982.257z',
fill: 'currentColor'
})
],
-1 /* HOISTED */
)
])
)
)
}
})