UNPKG

@justeattakeaway/pie-icons-vue

Version:
49 lines (44 loc) 1.98 kB
'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 IconSocialGoogleStatic = { name: 'IconSocialGoogleStatic', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--googleStatic', 'IconSocialGoogleStatic'); return h('svg', helper.default([{ 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.068 4.068 0 0 1 8 3.932c1.037 0 1.98.39 2.699 1.03l1.918-1.918A6.749 6.749 0 0 0 8 1.22a6.78 6.78 0 1 0 6.648 5.452Z', }, }), h('path', { attrs: { fill: '#E53935', d: 'm2.002 4.844 2.227 1.634A4.066 4.066 0 0 1 8 3.932c1.037 0 1.98.39 2.699 1.03l1.918-1.918A6.749 6.749 0 0 0 8 1.22a6.776 6.776 0 0 0-5.998 3.624Z', }, }), h('path', { attrs: { fill: '#4CAF50', d: 'M8 14.78c1.751 0 3.342-.67 4.546-1.76l-2.099-1.776A4.037 4.037 0 0 1 8 12.068a4.066 4.066 0 0 1-3.825-2.694l-2.211 1.704A6.775 6.775 0 0 0 8 14.78Z', }, }), h('path', { attrs: { fill: '#1565C0', d: 'm14.648 6.672-.005-.028H8v2.712h3.832a4.08 4.08 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.328Z', }, })]); }, }; exports.default = IconSocialGoogleStatic;