@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
34 lines (29 loc) • 1.99 kB
JavaScript
;
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 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.839 2.839 0 0 0-3.876 1.056 2.86 2.86 0 0 0-.379 1.423v.347a.615.615 0 0 0 .266.506l1.33.747a.53.53 0 0 0 .744-.213.509.509 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.558.558 0 0 1-.77-.187.642.642 0 0 1 0-.32v-.427a2.858 2.858 0 0 0-1.416-2.467 2.839 2.839 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.838 2.838 0 0 0 3.875-1.056c.249-.433.38-.924.38-1.423v-.347a.614.614 0 0 0-.267-.506l-1.33-.774a.53.53 0 0 0-.744.214.616.616 0 0 0 0 .293v.853a.56.56 0 0 1-.531.587.716.716 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.642.642 0 0 1 0 .32v.427a2.86 2.86 0 0 0 1.415 2.468 2.839 2.839 0 0 0 2.84.012l2.871-1.653 2.819-1.627a2.823 2.823 0 0 0 1.268-1.77 2.833 2.833 0 0 0-.364-2.15 2.664 2.664 0 0 0-.851-1.013Z',
},
})]);
},
};
exports.default = IconPaymentAfterpay2;