@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
45 lines (42 loc) • 1.84 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconSocialGoogleStatic = {
name: 'IconSocialGoogleStatic',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--googleStatic', 'IconSocialGoogleStatic');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#fbc02d',
d: 'M14.648 6.672h-.546v-.028H8v2.712h3.832A4.066 4.066 0 0 1 3.932 8 4.07 4.07 0 0 1 8 3.932c1.037 0 1.98.39 2.699 1.03l1.918-1.918A6.75 6.75 0 0 0 8 1.22a6.78 6.78 0 1 0 6.648 5.452',
},
}), h('path', {
attrs: {
fill: '#e53935',
d: 'm2.002 4.844 2.227 1.634A4.07 4.07 0 0 1 8 3.932c1.037 0 1.98.39 2.699 1.03l1.918-1.918A6.75 6.75 0 0 0 8 1.22a6.78 6.78 0 0 0-5.998 3.624',
},
}), h('path', {
attrs: {
fill: '#4caf50',
d: 'M8 14.78c1.751 0 3.342-.67 4.546-1.76l-2.099-1.776A4.04 4.04 0 0 1 8 12.068a4.07 4.07 0 0 1-3.825-2.694l-2.211 1.704A6.78 6.78 0 0 0 8 14.78',
},
}), h('path', {
attrs: {
fill: '#1565c0',
d: 'm14.648 6.672-.005-.028H8v2.712h3.832a4.1 4.1 0 0 1-1.385 1.888l2.099 1.776c-.149.135 2.234-1.63 2.234-5.02 0-.455-.047-.899-.132-1.328',
},
})]);
},
};
export { IconSocialGoogleStatic as default };