@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
41 lines (36 loc) • 2.34 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconEbikeFilledLarge = {
name: 'IconEbikeFilledLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--ebikeFilledLarge', 'IconEbikeFilledLarge');
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: 'M6.191 8.738v3.622h.105l.884-1.689.105-.201.359-.674 1.54-2.94v-.052H6.19V2.936l-.385.735-.446.849-.429.823v.052h-.026l-.455.875-1.208 2.31-.078.158z',
},
}), h('path', {
attrs: {
d: 'M19.089 14.364c.262-.158.56-.237.866-.237h.709l.927 3.247a6 6 0 0 1 1.671-.543l-1.776-6.203a.9.9 0 0 1 .053-.64.86.86 0 0 1 .48-.428l.876-.306v-1.89l-1.444.534a2.6 2.6 0 0 0-1.426 1.277 2.66 2.66 0 0 0-.184 1.907l.359 1.295h-.201a3.5 3.5 0 0 0-1.724.455 3.55 3.55 0 0 0-1.278 1.243l-2.703 4.428-1.567-5.25h1.348v-1.75H8.274l.55 1.75h2.04l1.54 5.162a5.7 5.7 0 0 0-3.465-1.636 5.65 5.65 0 0 0-3.72.936 5.66 5.66 0 0 0-2.274 3.08 5.64 5.64 0 0 0 .192 3.824 5.72 5.72 0 0 0 2.573 2.835 5.7 5.7 0 0 0 3.789.56 5.67 5.67 0 0 0 3.28-1.969 5.7 5.7 0 0 0 1.287-3.605 5 5 0 0 0 0-.499 3.57 3.57 0 0 1-1.75.875 3 3 0 0 1-.569.053l-2.93-.044-.587-1.75h3.5c.114 0 .219-.017.332-.044.377-.078.718-.271.972-.56.07-.079.14-.157.192-.245l.236-.385c.184.368.324.753.43 1.146.087.316.148.63.174.954.263-.227.49-.498.674-.796l3.701-6.142c.149-.263.376-.482.639-.64z',
},
}), h('path', {
attrs: {
d: 'M29.842 21.731a5.7 5.7 0 0 0-1.88-3.561 5.65 5.65 0 0 0-3.772-1.409c-.298 0-.586.035-.875.079l.49 1.75c.087.289 1.251 4.331 1.251 4.331H23.22l-1.094-3.78-.499-1.75a5.67 5.67 0 0 0-2.713 7.035 5.68 5.68 0 0 0 2.66 3.028 5.67 5.67 0 0 0 8.269-5.714z',
},
})]);
},
};
exports.default = IconEbikeFilledLarge;