@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
57 lines (52 loc) • 3.11 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.967.306-1.947-.681-.02H5.123l2.26-14.358a.203.203 0 0 1 .063-.112.165.165 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.175c.262.137.468.293.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.175-.544 3.428-.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.375c-.019.107-.038.213-.056.325-.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.699 2.699 0 0 0-.78-.606',
'clip-rule': 'evenodd',
},
}), h('path', {
attrs: {
fill: '#222D65',
'fill-rule': 'evenodd',
d: 'M17.241 7.076c-.112-.031-.224-.063-.343-.088a6.212 6.212 0 0 0-.362-.068 9.173 9.173 0 0 0-1.423-.106h-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-.182-.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.03 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.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.651v.006Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconPaymentPaypal;