@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
51 lines (46 loc) • 2.52 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 IconPaymentElo = {
name: 'IconPaymentElo',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--elo', 'IconPaymentElo');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 24 24',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#feca2f',
d: 'M5.64 10.13q.298-.099.631-.1c.965 0 1.77.672 1.954 1.565l1.367-.273c-.313-1.518-1.68-2.66-3.32-2.66-.376 0-.737.06-1.075.17z',
},
}), h('path', {
attrs: {
fill: '#1ba7de',
d: 'm4.013 14.528.818-1.056a2.15 2.15 0 0 1-.596-1.51c0-.602.23-1.141.596-1.51l-.819-1.057C3.392 10.023 3 10.94 3 11.96c0 1.022.392 1.94 1.013 2.567',
},
}), h('path', {
attrs: {
fill: '#ec412a',
d: 'M8.226 12.328a1.985 1.985 0 0 1-1.953 1.564q-.333-.001-.633-.1l-.443 1.299c.338.11.7.17 1.076.17 1.638 0 3.004-1.141 3.32-2.658z',
},
}), h('path', {
attrs: {
fill: '#000',
'fill-rule': 'evenodd',
d: 'M16.169 9.395v3.755l.674.27-.32.741-.666-.268a.75.75 0 0 1-.328-.266.8.8 0 0 1-.129-.466V9.395zm-5.112 2.791c.017-1.074.932-1.931 2.041-1.915.942.015 1.723.653 1.928 1.501l-3.643 1.506a1.9 1.9 0 0 1-.326-1.092m.834.15a1 1 0 0 1-.007-.137c.01-.633.549-1.138 1.202-1.127.356.004.672.162.886.406zm2.004.698a1.206 1.206 0 0 1-1.457.15l-.44.679c.3.184.656.293 1.04.298a2.04 2.04 0 0 0 1.435-.553zm5.079-1.962q-.199 0-.376.059l-.262-.76q.302-.099.638-.1c.973 0 1.785.668 1.971 1.557l-.811.16a1.174 1.174 0 0 0-1.16-.916m-1.333 2.601.548-.6c-.245-.21-.399-.516-.399-.857s.154-.647.4-.857l-.55-.6a1.91 1.91 0 0 0-.678 1.457c0 .58.262 1.1.679 1.457m1.333-.312c.572 0 1.05-.393 1.16-.915l.811.16c-.187.888-.999 1.556-1.971 1.556-.224 0-.438-.036-.639-.1l.263-.76q.177.058.376.059',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentElo;