UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 1.92 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/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.253q.039.043.06.097.023.173.045.35c.033.274.067.553.122.822.116.574.307 1.13.569 1.654a6.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-.423h-6.868v2.87h4.016v.175a3.4 3.4 0 0 1-1.4 2.092 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.628 4.7 4.7 0 0 1-.665-1.233 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-.36a6.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.523l-.052.472z', }, }), 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.37m.972-18.916a10.5 10.5 0 1 1 11.667 17.46A10.5 10.5 0 0 1 10.167 7.27', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconSocialGoogleCircleLarge;