@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 2.21 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 IconEbikeLarge = {
name: 'IconEbikeLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ebikeLarge', 'IconEbikeLarge');
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: {
d: 'M24.19 16.753c-.306 0-.603.035-.892.078l-1.794-6.23a.889.889 0 0 1 .543-1.067l.84-.307V7.364l-1.444.525a2.64 2.64 0 0 0-1.619 3.193l.377 1.295h-.21a3.521 3.521 0 0 0-3.002 1.698l-2.677 4.445-1.566-5.268h1.39v-1.75H8.3l.587 1.75h2.038l1.54 5.163a5.69 5.69 0 0 0-4.016-1.662 5.699 5.699 0 0 0-5.687 5.687 5.699 5.699 0 0 0 5.687 5.688 5.699 5.699 0 0 0 5.688-5.688c0-.166-.009-.332-.027-.499.254-.227.49-.49.665-.796l3.72-6.169a1.759 1.759 0 0 1 1.495-.849h.71l.936 3.238a5.683 5.683 0 0 0-3.124 5.075 5.699 5.699 0 0 0 5.687 5.688 5.699 5.699 0 0 0 5.688-5.688 5.699 5.699 0 0 0-5.688-5.688h-.009ZM8.44 26.378a3.943 3.943 0 0 1-3.937-3.938 3.943 3.943 0 0 1 3.937-3.938 3.922 3.922 0 0 1 3.667 2.538 1.447 1.447 0 0 1-.333.044l-3.491-.018.586 1.75 2.896.018h.018c.193 0 .385-.018.569-.053-.175 2.004-1.847 3.597-3.903 3.597H8.44Zm15.75 0a3.943 3.943 0 0 1-3.937-3.938c0-1.409.753-2.643 1.872-3.343l1.085 3.78h1.82l-1.25-4.33c.13-.018.262-.044.402-.044a3.943 3.943 0 0 1 3.937 3.937 3.943 3.943 0 0 1-3.937 3.938h.009Z',
},
}), h('path', {
attrs: {
d: 'M6.192 8.738v3.622h.105l.883-1.689.105-.201.36-.674 1.54-2.94v-.052H6.191V2.936l-.385.735-.447.849-.428.823v.052h-.027l-.455.875-1.207 2.31-.079.158h3.028Z',
},
})]);
},
};
exports.default = IconEbikeLarge;