@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 1.69 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 IconPaymentMonzo = {
name: 'IconPaymentMonzo',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--monzo', 'IconPaymentMonzo');
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: '#E83860',
d: 'M19.5 15.082a.695.695 0 0 1-.203.491l-3.11 3.11a.278.278 0 0 1-.475-.196v-6.97l3.745-3.723h.043v7.288Z',
},
}), h('path', {
attrs: {
fill: '#DFC586',
d: 'M17.018 5.311a.278.278 0 0 0-.393 0L12 9.936h-.064v5.22l.064.138 7.5-7.5-2.482-2.483Z',
},
}), h('path', {
attrs: {
fill: '#327787',
d: 'M4.5 15.082c0 .184.073.36.203.491l3.11 3.11a.278.278 0 0 0 .475-.196v-6.97L4.543 7.795H4.5v7.288Z',
},
}), h('path', {
attrs: {
fill: '#8ABB9C',
d: 'M7.375 5.311a.278.278 0 0 0-.393 0L4.5 7.794l7.5 7.5V9.936L7.375 5.311Z',
},
})]);
},
};
exports.default = IconPaymentMonzo;