@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 2.12 kB
JavaScript
'use strict';
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 IconSocialGoogleStaticLarge = {
name: 'IconSocialGoogleStaticLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--googleStaticLarge', 'IconSocialGoogleStaticLarge');
return h('svg', helper.default([{
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.31 7.31 0 0 1 4.876 1.861l3.465-3.465A12.194 12.194 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.4Z',
},
}), h('path', {
attrs: {
fill: '#E53935',
d: 'M5.213 10.348 9.237 13.3a7.346 7.346 0 0 1 6.813-4.6 7.31 7.31 0 0 1 4.876 1.861l3.465-3.465A12.194 12.194 0 0 0 16.05 3.8c-4.705 0-8.786 2.656-10.837 6.548Z',
},
}), h('path', {
attrs: {
fill: '#4CAF50',
d: 'M16.05 28.3c3.164 0 6.04-1.211 8.213-3.18L20.47 21.91A7.295 7.295 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.3Z',
},
}), h('path', {
attrs: {
fill: '#1565C0',
d: 'm28.062 13.65-.01-.05H16.05v4.9h6.923a7.375 7.375 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.4Z',
},
})]);
},
};
exports.default = IconSocialGoogleStaticLarge;