@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
30 lines (27 loc) • 2.53 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconPaymentTriodos = {
name: 'IconPaymentTriodos',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--triodos', 'IconPaymentTriodos');
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: '#00937B',
d: 'M21.047 12.418a9.486 9.486 0 0 0-2.515-6.46c-.838-.887-1.775-1.627-2.86-2.169l-.247.394a8.105 8.105 0 0 1 1.628 1.283 9.418 9.418 0 0 1 2.662 6.41c0 .345 0 .937-.049 1.43a6.736 6.736 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.424 3.424 0 0 1 1.084 2.318c0 .444-.197.888-.542 1.184a2.714 2.714 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.805 4.805 0 0 0 11.432 3a8.16 8.16 0 0 0-5.82 2.663 8.768 8.768 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.762-.1.345-.148.69-.148 1.035a8.34 8.34 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.284 8.284 0 0 0-5.129 0 7.922 7.922 0 0 0-3.747 2.12A5.907 5.907 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.226 8.226 0 0 1-4.044 1.035c-2.17.05-4.24-.64-5.966-1.923a4.58 4.58 0 0 0 1.43.247c.937 0 1.873-.197 2.712-.592a10.095 10.095 0 0 1-1.726-1.48c-.641.247-1.38.445-2.071.445a2.449 2.449 0 0 1-1.825-.642c-.295-.295-.443-.69-.443-1.134.049-.838.443-1.676 1.084-2.219a4.262 4.262 0 0 1 1.43-1.035 10.005 10.005 0 0 0 2.565 4.487 8.178 8.178 0 0 0 5.473 2.466 4.908 4.908 0 0 0 3.55-1.332c1.085-1.38 1.677-3.156 1.677-4.93Zm-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.261 7.261 0 0 1 1.775-.197c.838 0 1.677.148 2.466.345Z',
},
})]);
},
};
export { IconPaymentTriodos as default };