@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
49 lines (44 loc) • 1.57 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSocialMicrosoftCircle = {
name: 'IconSocialMicrosoftCircle',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--microsoftCircle', 'IconSocialMicrosoftCircle');
return h('svg', helper.default([{
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',
},
})]);
},
};
exports.default = IconSocialMicrosoftCircle;