UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (28 loc) 1.17 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSocialMicrosoftCircleFilled = { name: 'IconSocialMicrosoftCircleFilled', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--microsoftCircleFilled', 'IconSocialMicrosoftCircleFilled'); return h('svg', _mergeJSXProps([{ 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: 'M4.237 2.315A6.8 6.8 0 0 1 8 1.175 6.79 6.79 0 0 1 14.78 8 6.781 6.781 0 1 1 4.237 2.315m3.473 5.4H5V5h2.726zM5 11h2.71l.016-2.715H5zm3.274 0H11V8.285H8.274zm0-3.285H11V5H8.274z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconSocialMicrosoftCircleFilled as default };