@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
57 lines (52 loc) • 3.12 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 IconPaymentPaypal = {
name: 'IconPaymentPaypal',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--paypal', 'IconPaymentPaypal');
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: '#253B80',
'fill-rule': 'evenodd',
d: 'm8.757 19.968.306-1.948-.68-.02h-3.26l2.26-14.358a.203.203 0 0 1 .063-.112.165.165 0 0 1 .118-.044h5.494c1.823 0 3.084.381 3.74 1.13.305.35.505.718.599 1.124.1.424.1.93 0 1.548v.443l.3.175c.262.138.468.294.624.475.262.3.437.68.505 1.136.075.468.05 1.017-.075 1.648-.143.724-.368 1.348-.674 1.867a3.86 3.86 0 0 1-1.067 1.173 4.295 4.295 0 0 1-1.442.65 7.222 7.222 0 0 1-1.798.205h-.431c-.306 0-.606.113-.837.306a1.31 1.31 0 0 0-.437.78l-.03.176-.544 3.427-.025.125a.169.169 0 0 1-.031.075c-.013.012-.038.018-.056.018H8.738h.019Z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#179BD7',
'fill-rule': 'evenodd',
d: 'M18.003 7.376c-.019.106-.038.212-.056.324-.724 3.721-3.203 5.007-6.368 5.007h-1.61a.785.785 0 0 0-.775.662l-.824 5.238-.23 1.485a.413.413 0 0 0 .405.475h2.86a.69.69 0 0 0 .68-.58l.03-.144.538-3.415.037-.188a.685.685 0 0 1 .68-.58h.431c2.772 0 4.939-1.124 5.575-4.383.263-1.36.125-2.497-.574-3.296a2.699 2.699 0 0 0-.78-.605',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#222D65',
'fill-rule': 'evenodd',
d: 'M17.241 7.076c-.112-.031-.224-.062-.343-.087a6.212 6.212 0 0 0-.362-.07 9.173 9.173 0 0 0-1.423-.105h-4.308a.703.703 0 0 0-.3.068.68.68 0 0 0-.38.512L9.207 13.2l-.025.169a.785.785 0 0 1 .774-.662h1.61c3.166 0 5.644-1.286 6.368-5.007l.057-.324c-.181-.1-.381-.181-.593-.25a1.237 1.237 0 0 0-.163-.05',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#253B80',
'fill-rule': 'evenodd',
d: 'M10.13 7.657a.68.68 0 0 1 .381-.512.703.703 0 0 1 .3-.068h4.308c.512 0 .986.031 1.423.106a6.215 6.215 0 0 1 .706.156c.056.019.112.031.162.05.212.069.412.156.593.25.218-1.374 0-2.31-.743-3.16-.818-.93-2.297-1.329-4.189-1.329h-5.5a.78.78 0 0 0-.774.662L4.506 18.32a.47.47 0 0 0 .468.543h3.39l1.767-11.212v.006Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentPaypal;