UNPKG

@justeattakeaway/pie-icons-vue

Version:
64 lines (59 loc) 2.47 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props'); var configsVue = require('./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', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('g', { attrs: { 'clip-path': 'url(#prefix__clip0_923_592)', }, }, [h('path', { attrs: { fill: '#FBC02D', d: 'M29.728 13.258H28.6V13.2H16v5.6h7.912c-1.154 3.26-4.256 5.6-7.912 5.6a8.4 8.4 0 0 1 0-16.8c2.141 0 4.09.808 5.573 2.127l3.96-3.96C23.033 3.437 19.688 2 16 2 8.268 2 2 8.268 2 16s6.268 14 14 14 14-6.268 14-14c0-.939-.097-1.855-.272-2.742Z', }, }), h('path', { attrs: { fill: '#E53935', d: 'm3.614 9.484 4.6 3.373A8.396 8.396 0 0 1 16 7.6c2.141 0 4.09.808 5.573 2.127l3.96-3.96C23.033 3.437 19.688 2 16 2 10.623 2 5.96 5.036 3.614 9.484Z', }, }), h('path', { attrs: { fill: '#4CAF50', d: 'M16 30c3.616 0 6.902-1.384 9.386-3.634l-4.333-3.667A8.337 8.337 0 0 1 16 24.4c-3.641 0-6.733-2.322-7.898-5.562l-4.566 3.517C5.853 26.89 10.56 30 16 30Z', }, }), h('path', { attrs: { fill: '#1565C0', d: 'm29.728 13.258-.012-.058H16v5.6h7.912a8.428 8.428 0 0 1-2.86 3.9l.001-.001 4.333 3.667C25.08 26.644 30 23 30 16c0-.939-.097-1.855-.272-2.742Z', }, })]), h('defs', [h('clipPath', { attrs: { id: 'prefix__clip0_923_592', }, }, [h('rect', { attrs: { width: '28', height: '28', fill: '#fff', transform: 'translate(2 2)', }, })])])]); }, }; exports.default = IconSocialGoogleStaticLarge;