UNPKG

@justeattakeaway/pie-icons-vue

Version:
46 lines (43 loc) 1.92 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.076 5.076 0 0 1 8.76 17c-2.794 0-5.06-2.239-5.06-5s2.266-5 5.06-5c1.253 0 2.399.45 3.283 1.194A5.076 5.076 0 0 1 15.325 7c2.794 0 5.06 2.239 5.06 5s-2.266 5-5.06 5a5.076 5.076 0 0 1-3.282-1.194Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#F9A000', 'fill-rule': 'evenodd', d: 'M12.043 15.806A4.965 4.965 0 0 0 13.82 12c0-1.524-.69-2.888-1.777-3.806A5.076 5.076 0 0 1 15.325 7c2.794 0 5.06 2.239 5.06 5s-2.266 5-5.06 5a5.076 5.076 0 0 1-3.282-1.194Z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { fill: '#FF5E00', 'fill-rule': 'evenodd', d: 'M12.043 15.806A4.965 4.965 0 0 0 13.82 12c0-1.524-.69-2.888-1.777-3.806A4.965 4.965 0 0 0 10.264 12c0 1.524.69 2.889 1.777 3.806Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconPaymentMastercard as default };