UNPKG

@justeattakeaway/pie-icons-vue

Version:
31 lines (28 loc) 1.24 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 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.781 6.781 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.315Zm3.473 5.4H5V5h2.726L7.71 7.715ZM5 11h2.71l.016-2.715H5V11Zm3.274 0H11V8.285H8.274V11Zm0-3.285H11V5H8.274v2.715Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconSocialMicrosoftCircleFilled as default };