UNPKG

@justeattakeaway/pie-icons-vue

Version:
45 lines (42 loc) 1.46 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 IconSocialMicrosoftStatic = { name: 'IconSocialMicrosoftStatic', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--microsoftStatic', 'IconSocialMicrosoftStatic'); 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: '#00A3EE', d: 'M7.372 14.5H1.5V8.618h5.905L7.372 14.5Z', }, }), h('path', { attrs: { fill: '#FFB700', d: 'M8.595 14.5H14.5V8.618H8.595V14.5Z', }, }), h('path', { attrs: { fill: '#F15121', d: 'M7.372 7.382H1.5V1.5h5.905l-.033 5.882Z', }, }), h('path', { attrs: { fill: '#7EB801', d: 'M14.5 7.382H8.595V1.5H14.5v5.882Z', }, })]); }, }; export { IconSocialMicrosoftStatic as default };