UNPKG

@justeattakeaway/pie-icons-vue

Version:
50 lines (45 loc) 2 kB
'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 IconPaymentMastercard = { name: 'IconPaymentMastercard', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--mastercard', 'IconPaymentMastercard'); 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: '#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', }, })]); }, }; exports.default = IconPaymentMastercard;