@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (36 loc) • 1.79 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconBikeLarge = {
name: 'IconBikeLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--bikeLarge', 'IconBikeLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M23.438 14.329a6 6 0 0 1 .875-.079 5.687 5.687 0 1 1-2.547.613l-.927-3.238h-.709a1.75 1.75 0 0 0-1.505.875l-3.701 6.143c-.184.297-.41.566-.674.796a5 5 0 0 1 0 .499 5.688 5.688 0 1 1-1.671-4.025l-1.54-5.163H9L8.414 9h5.836v1.75h-1.383L14.435 16l2.677-4.427a3.5 3.5 0 0 1 3.002-1.698h.2l-.367-1.295a2.625 2.625 0 0 1 1.61-3.185L23 4.861v1.864l-.875.306a.875.875 0 0 0-.499 1.094zM6.522 23.314a3.92 3.92 0 0 0 5.925-3.035 3 3 0 0 1-.568.061H8.983l-.587-1.75h3.5q.17-.007.333-.052a3.938 3.938 0 1 0-5.707 4.776m15.413-.229c.685.516 1.52.793 2.378.79a3.937 3.937 0 0 0 0-7.875 3 3 0 0 0-.438.044l1.286 4.331h-1.82l-1.094-3.78a3.928 3.928 0 0 0-.312 6.49',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'M2.84 10.75h4.41L6.664 9h-4.41z',
},
}), h('path', {
attrs: {
d: 'M7.539 11.625h-2.94l.595 1.75h2.93z',
},
})]);
},
};
export { IconBikeLarge as default };