@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
63 lines (58 loc) • 1.95 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var _mergeJSXProps = require('@vue/babel-helper-vue-jsx-merge-props');
var configsVue = require('./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', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('g', {
attrs: {
'clip-path': 'url(#prefix__clip0_2820_3490)',
},
}, [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.488a5.468 5.468 0 0 1 0 10.937Z',
},
}), 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',
},
})]), h('defs', [h('clipPath', {
attrs: {
id: 'prefix__clip0_2820_3490',
},
}, [h('rect', {
attrs: {
width: '14',
height: '14',
transform: 'translate(1 1)',
},
})])])]);
},
};
exports.default = IconSocialMicrosoftCircle;