UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (30 loc) 1.77 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 IconSocialGoogleCircleFilled = { name: 'IconSocialGoogleCircleFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--googleCircleFilled', 'IconSocialGoogleCircleFilled'); 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-rule': 'evenodd', d: 'M8 1.175A6.781 6.781 0 1 0 14.78 8 6.79 6.79 0 0 0 8 1.175Zm.078 7.516V7.213l3.675-.053c.044.131.044.263.044.385a4.471 4.471 0 0 1-.166 1.706 3.5 3.5 0 0 1-1.461 1.917 3.815 3.815 0 0 1-1.75.525c-.361.026-.724 0-1.077-.079a3.816 3.816 0 0 1-1.837-.963 3.5 3.5 0 0 1-.805-1.11 3.693 3.693 0 0 1-.325-1.02 2.524 2.524 0 0 1-.06-.468v-.595c.03-.27.092-.533.184-.788a3.824 3.824 0 0 1 4.095-2.537 3.5 3.5 0 0 1 1.802.761l.228.192-1.103 1.085a2.1 2.1 0 0 0-1.592-.55 2.091 2.091 0 0 0-1.225.454 2.336 2.336 0 0 0-.945 1.75c-.018.299.03.597.14.875.085.232.203.45.35.648.315.42.767.716 1.277.84.318.08.648.095.971.043.337-.045.658-.171.937-.367a1.75 1.75 0 0 0 .726-1.085v-.088H8.078Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconSocialGoogleCircleFilled;