UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 1.5 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.175Zm0 12.25A5.468 5.468 0 1 1 8 2.49a5.468 5.468 0 0 1 0 10.936Z', }, }), h('path', { attrs: { d: 'M7.71 11H5V8.285h2.726L7.71 11Z', }, }), h('path', { attrs: { d: 'M11 11H8.274V8.285H11V11Z', }, }), h('path', { attrs: { d: 'M7.71 7.715H5V5h2.726L7.71 7.715Z', }, }), h('path', { attrs: { d: 'M11 7.715H8.274V5H11v2.715Z', }, })]); }, }; export { IconSocialMicrosoftCircle as default };