UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 1.98 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSocialGoogleStaticLarge = { name: 'IconSocialGoogleStaticLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--googleStaticLarge', 'IconSocialGoogleStaticLarge'); 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: '#fbc02d', d: 'M28.062 13.65h-.987v-.05H16.05v4.9h6.923c-1.01 2.852-3.724 4.9-6.923 4.9a7.35 7.35 0 0 1 0-14.7 7.3 7.3 0 0 1 4.876 1.861l3.465-3.465A12.2 12.2 0 0 0 16.05 3.8C9.285 3.8 3.8 9.285 3.8 16.05S9.285 28.3 16.05 28.3 28.3 22.815 28.3 16.05c0-.822-.084-1.623-.238-2.4', }, }), h('path', { attrs: { fill: '#e53935', d: 'M5.213 10.348 9.237 13.3a7.35 7.35 0 0 1 6.813-4.6 7.3 7.3 0 0 1 4.876 1.861l3.465-3.465A12.2 12.2 0 0 0 16.05 3.8c-4.705 0-8.786 2.656-10.837 6.548', }, }), h('path', { attrs: { fill: '#4caf50', d: 'M16.05 28.3c3.164 0 6.04-1.211 8.213-3.18L20.47 21.91A7.3 7.3 0 0 1 16.05 23.4c-3.186 0-5.892-2.032-6.91-4.867L5.143 21.61C7.172 25.578 11.29 28.3 16.05 28.3', }, }), h('path', { attrs: { fill: '#1565c0', d: 'm28.062 13.65-.01-.05H16.05v4.9h6.923a7.38 7.38 0 0 1-2.503 3.412h.002l3.79 3.208c-.267.243 4.038-2.945 4.038-9.07 0-.822-.084-1.623-.238-2.4', }, })]); }, }; export { IconSocialGoogleStaticLarge as default };