@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
34 lines (29 loc) • 2.48 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 IconPaymentTriodos = {
name: 'IconPaymentTriodos',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--triodos', 'IconPaymentTriodos');
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: '#00937b',
d: 'M21.047 12.418a9.49 9.49 0 0 0-2.515-6.46c-.838-.887-1.775-1.627-2.86-2.169l-.247.394a8 8 0 0 1 1.628 1.283 9.42 9.42 0 0 1 2.662 6.41c0 .345 0 .937-.049 1.43a6.74 6.74 0 0 0-1.578-2.761c-.246-.296-.493-.543-.838-.69-.05.739-.197 1.478-.395 2.218.296.197.543.444.79.69a3.42 3.42 0 0 1 1.084 2.318c0 .444-.197.888-.542 1.184a2.7 2.7 0 0 1-1.726.591 5.2 5.2 0 0 1-2.663-.887c1.233-1.233 2.12-2.762 2.515-4.438.197-.74.296-1.48.296-2.269 0-1.282-.296-2.564-.937-3.698A4.8 4.8 0 0 0 11.432 3a8.16 8.16 0 0 0-5.82 2.663 8.77 8.77 0 0 0-2.662 6.262c0 .395 0 .79.05 1.184h.443c0-2.367.937-4.586 2.663-6.213.887-.839 1.874-1.578 3.008-2.072-.79.74-1.332 1.726-1.627 2.762q-.149.518-.148 1.035a8.3 8.3 0 0 1 2.12-.74c.099-1.035.542-1.972 1.233-2.76.345-.346.789-.592 1.282-.592.789.049 1.48.542 1.824 1.232.444.839.641 1.825.543 2.762a8.3 8.3 0 0 0-5.129 0 7.9 7.9 0 0 0-3.747 2.12A5.9 5.9 0 0 0 3.64 14.54a5.43 5.43 0 0 0 1.776 3.846c1.775 1.676 4.092 2.662 6.558 2.613 1.923 0 3.747-.591 5.325-1.676l-.098-.296a8.2 8.2 0 0 1-4.044 1.035c-2.17.05-4.24-.64-5.966-1.923a4.6 4.6 0 0 0 1.43.247c.937 0 1.874-.197 2.712-.592a10 10 0 0 1-1.726-1.48c-.641.247-1.38.445-2.071.445a2.45 2.45 0 0 1-1.825-.642c-.295-.295-.443-.69-.443-1.134.049-.838.443-1.676 1.084-2.219a4.3 4.3 0 0 1 1.43-1.035 10 10 0 0 0 2.565 4.487 8.18 8.18 0 0 0 5.473 2.466 4.9 4.9 0 0 0 3.55-1.332c1.085-1.38 1.677-3.156 1.677-4.93m-6.854-1.48c-.444 1.382-1.233 2.614-2.268 3.65-.987-1.085-1.628-2.367-1.973-3.797a7.3 7.3 0 0 1 1.775-.197c.838 0 1.677.148 2.466.345',
},
})]);
},
};
exports.default = IconPaymentTriodos;