@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
46 lines (43 loc) • 1.86 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconPaymentMastercard = {
name: 'IconPaymentMastercard',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--mastercard', 'IconPaymentMastercard');
return h('svg', _mergeJSXProps([{
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: '#ed0006',
'fill-rule': 'evenodd',
d: 'M12.043 15.806A5.08 5.08 0 0 1 8.76 17c-2.795 0-5.06-2.239-5.06-5s2.265-5 5.06-5c1.253 0 2.399.45 3.283 1.194A5.08 5.08 0 0 1 15.325 7c2.794 0 5.06 2.239 5.06 5s-2.266 5-5.06 5a5.08 5.08 0 0 1-3.282-1.194',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#f9a000',
'fill-rule': 'evenodd',
d: 'M12.043 15.806A4.97 4.97 0 0 0 13.82 12c0-1.524-.69-2.888-1.777-3.806A5.08 5.08 0 0 1 15.325 7c2.794 0 5.06 2.239 5.06 5s-2.266 5-5.06 5a5.08 5.08 0 0 1-3.282-1.194',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#ff5e00',
'fill-rule': 'evenodd',
d: 'M12.043 15.806A4.97 4.97 0 0 0 13.82 12c0-1.524-.69-2.888-1.777-3.806A4.97 4.97 0 0 0 10.265 12c0 1.524.69 2.889 1.777 3.806',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconPaymentMastercard as default };