@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 2.06 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 IconSocialGoogleCircleLarge = {
name: 'IconSocialGoogleCircleLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--googleCircleLarge', 'IconSocialGoogleCircleLarge');
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: {
d: 'M8.729 16.253c.026.029.046.061.06.097.016.115.03.232.045.35.033.274.067.553.122.822.116.574.307 1.13.569 1.654a6.815 6.815 0 0 0 1.557 2.135 7.253 7.253 0 0 0 5.574 1.995A7.228 7.228 0 0 0 19.99 22.3c.342-.209.665-.449.962-.718a6.764 6.764 0 0 0 1.846-2.957c.315-1.07.416-2.19.298-3.299a3.108 3.108 0 0 0-.047-.33c-.024-.14-.05-.28-.05-.423h-6.868v2.87h4.016v.175a3.404 3.404 0 0 1-1.4 2.092 4.13 4.13 0 0 1-1.794.691 4.506 4.506 0 0 1-1.872-.07 4.445 4.445 0 0 1-2.424-1.628 4.67 4.67 0 0 1-.665-1.233 3.972 3.972 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.068 4.068 0 0 1 3.071 1.068l2.083-2.021-.438-.36a6.886 6.886 0 0 0-3.5-1.47 7.367 7.367 0 0 0-7.971 4.883 6.624 6.624 0 0 0-.35 1.523l-.052.472v.726Z',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'M9.194 26.186a12.25 12.25 0 1 0 13.612-20.37 12.25 12.25 0 0 0-13.612 20.37Zm.972-18.916a10.5 10.5 0 1 1 11.667 17.46A10.5 10.5 0 0 1 10.167 7.27Z',
'clip-rule': 'evenodd',
},
})]);
},
};
exports.default = IconSocialGoogleCircleLarge;