UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 1.42 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconSocialMicrosoftCircle = { name: 'IconSocialMicrosoftCircle', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--microsoftCircle', 'IconSocialMicrosoftCircle'); 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: { d: 'M8 1.175A6.781 6.781 0 1 0 14.78 8 6.79 6.79 0 0 0 8 1.175m0 12.25A5.468 5.468 0 1 1 8 2.49a5.468 5.468 0 0 1 0 10.936', }, }), h('path', { attrs: { d: 'M7.71 11H5V8.285h2.726z', }, }), h('path', { attrs: { d: 'M11 11H8.274V8.285H11z', }, }), h('path', { attrs: { d: 'M7.71 7.715H5V5h2.726z', }, }), h('path', { attrs: { d: 'M11 7.715H8.274V5H11z', }, })]); }, }; export { IconSocialMicrosoftCircle as default };