@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
49 lines (44 loc) • 1.42 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconSocialMicrosoftLargeStatic = {
name: 'IconSocialMicrosoftLargeStatic',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--microsoftLargeStatic', 'IconSocialMicrosoftLargeStatic');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
fill: '#f15121',
d: 'M4 4h11v11H4z',
},
}), h('path', {
attrs: {
fill: '#00a3ee',
d: 'M4 17h11v11H4z',
},
}), h('path', {
attrs: {
fill: '#7eb801',
d: 'M17 4h11v11H17z',
},
}), h('path', {
attrs: {
fill: '#ffb700',
d: 'M17 17h11v11H17z',
},
})]);
},
};
exports.default = IconSocialMicrosoftLargeStatic;