@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
43 lines (38 loc) • 1.98 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconBikeLarge = {
name: 'IconBikeLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bikeLarge', 'IconBikeLarge');
return h('svg', helper.default([{
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.329a5.94 5.94 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.796a4.77 4.77 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.434 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.094l1.811 6.204ZM6.521 23.314a3.92 3.92 0 0 0 5.925-3.035 3.07 3.07 0 0 1-.568.061H8.983l-.587-1.75h3.5c.113-.004.224-.022.333-.052a3.938 3.938 0 1 0-5.707 4.776Zm15.413-.229c.685.516 1.52.793 2.378.79a3.937 3.937 0 0 0 0-7.875 2.987 2.987 0 0 0-.438.044l1.286 4.331h-1.82l-1.094-3.78a3.928 3.928 0 0 0-.312 6.49Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
d: 'M2.84 10.75h4.41L6.664 9h-4.41l.586 1.75Z',
},
}), h('path', {
attrs: {
d: 'M7.539 11.625h-2.94l.595 1.75h2.93l-.585-1.75Z',
},
})]);
},
};
exports.default = IconBikeLarge;