@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
51 lines (49 loc) • 2.84 kB
JavaScript
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props';
import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue';
export default {
name: 'IconPaymentPaypal',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--paypal', 'IconPaymentPaypal');
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: '#253b80',
'fill-rule': 'evenodd',
d: 'm8.757 19.967.306-1.947-.681-.02H5.123l2.26-14.358a.2.2 0 0 1 .063-.112.17.17 0 0 1 .118-.044h5.494c1.823 0 3.084.38 3.74 1.13.305.35.505.718.599 1.124.1.424.1.93 0 1.548v.443l.3.175q.392.204.624.475c.262.3.437.68.505 1.136q.113.702-.075 1.648-.215 1.087-.674 1.867a3.9 3.9 0 0 1-1.067 1.173 4.3 4.3 0 0 1-1.442.65 7.2 7.2 0 0 1-1.798.205h-.431c-.306 0-.606.113-.837.306a1.3 1.3 0 0 0-.437.78l-.03.175-.544 3.428-.025.125a.2.2 0 0 1-.031.075c-.013.012-.038.018-.056.018H8.738z',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#179bd7',
'fill-rule': 'evenodd',
d: 'M18.003 7.375q-.029.159-.056.325c-.724 3.72-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.7 2.7 0 0 0-.78-.606',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#222d65',
'fill-rule': 'evenodd',
d: 'M17.242 7.076c-.113-.031-.225-.063-.344-.088a6 6 0 0 0-.362-.068 9 9 0 0 0-1.423-.106h-4.308a.7.7 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-.324q-.273-.149-.593-.25a1 1 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.7.7 0 0 1 .3-.068h4.308c.512 0 .986.03 1.423.106a6 6 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.33-4.189-1.33h-5.5a.78.78 0 0 0-.774.663L4.506 18.32a.47.47 0 0 0 .468.543h3.39L10.13 7.651z',
'clip-rule': 'evenodd',
},
})]);
},
};