UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (28 loc) 1.15 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSocialMicrosoftCircleFilledLarge = { name: 'IconSocialMicrosoftCircleFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--microsoftCircleFilledLarge', 'IconSocialMicrosoftCircleFilledLarge'); 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('path', { attrs: { 'fill-rule': 'evenodd', d: 'M16 28.25a12.25 12.25 0 1 1 0-24.5 12.25 12.25 0 0 1 0 24.5M15.5 10H10v5.5h5.5zm0 6.5H10V22h5.5zm1-6.5H22v5.5h-5.5zm5.5 6.5h-5.5V22H22z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconSocialMicrosoftCircleFilledLarge as default };