@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
31 lines (28 loc) • 1.71 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconSocialGoogleCircleFilledLarge = {
name: 'IconSocialGoogleCircleFilledLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--googleCircleFilledLarge', 'IconSocialGoogleCircleFilledLarge');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M16 28.25a12.25 12.25 0 1 1 0-24.5 12.25 12.25 0 0 1 0 24.5M8.729 16.254q.039.042.06.096.023.173.045.35c.033.275.067.553.122.823.116.573.307 1.13.569 1.653a6.8 6.8 0 0 0 1.557 2.135 7.25 7.25 0 0 0 5.574 1.995A7.2 7.2 0 0 0 19.99 22.3q.515-.314.962-.718a6.76 6.76 0 0 0 1.846-2.957c.315-1.07.416-2.19.298-3.299a3 3 0 0 0-.047-.33c-.024-.14-.05-.28-.05-.422h-6.868v2.87h4.016v.175a3.4 3.4 0 0 1-1.4 2.091 4.1 4.1 0 0 1-1.794.691 4.5 4.5 0 0 1-1.872-.07 4.45 4.45 0 0 1-2.424-1.627 4.7 4.7 0 0 1-.665-1.234 4 4 0 0 1-.271-1.75 4.55 4.55 0 0 1 1.811-3.413 4.2 4.2 0 0 1 2.354-.875 4.07 4.07 0 0 1 3.071 1.068l2.083-2.021-.438-.359a6.9 6.9 0 0 0-3.5-1.47 7.37 7.37 0 0 0-7.971 4.883 6.6 6.6 0 0 0-.35 1.522l-.052.473z',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconSocialGoogleCircleFilledLarge as default };