@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
34 lines (29 loc) • 1.9 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconPaymentAfterpay2 = {
name: 'IconPaymentAfterpay2',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--afterpay2', 'IconPaymentAfterpay2');
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: '#000',
d: 'm20.778 6.707-2.819-1.626-2.818-1.706a2.84 2.84 0 0 0-3.876 1.056 2.86 2.86 0 0 0-.379 1.423v.347a.62.62 0 0 0 .266.506l1.33.747a.53.53 0 0 0 .744-.213.5.5 0 0 0 0-.267v-.853a.56.56 0 0 1 .532-.587h.32l2.658 1.52 2.659 1.493a.586.586 0 0 1 .186.8l-.186.187-2.659 1.493-2.659 1.52a.56.56 0 0 1-.77-.187.64.64 0 0 1 0-.32v-.427a2.86 2.86 0 0 0-1.416-2.467 2.84 2.84 0 0 0-2.84-.012l-2.87 1.653-2.82 1.626a2.887 2.887 0 0 0-1.064 3.893c.246.45.615.821 1.065 1.067l2.818 1.626 2.872 1.626a2.84 2.84 0 0 0 3.875-1.056c.249-.433.38-.924.38-1.423v-.347a.61.61 0 0 0-.267-.506l-1.33-.774a.53.53 0 0 0-.744.214.6.6 0 0 0 0 .293v.853a.56.56 0 0 1-.531.587.7.7 0 0 1-.32 0l-2.658-1.52-2.66-1.493a.586.586 0 0 1-.292-.747l.186-.186 2.66-1.493 2.658-1.52a.56.56 0 0 1 .771.186.64.64 0 0 1 0 .32v.427a2.86 2.86 0 0 0 1.415 2.468 2.84 2.84 0 0 0 2.84.012l2.871-1.653 2.819-1.627a2.82 2.82 0 0 0 1.268-1.77 2.83 2.83 0 0 0-.364-2.15 2.66 2.66 0 0 0-.851-1.013',
},
})]);
},
};
exports.default = IconPaymentAfterpay2;