@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
44 lines (39 loc) • 1.35 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 IconFlagBelgium = {
name: 'IconFlagBelgium',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--belgium', 'IconFlagBelgium');
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: {
fill: '#ffda44',
d: 'M10.433 1.438a7 7 0 0 0-4.867 0L4.956 8l.61 6.562a6.98 6.98 0 0 0 4.867 0L11.043 8z',
},
}), h('path', {
attrs: {
fill: '#d80027',
d: 'M15 8a7 7 0 0 0-4.567-6.562v13.124A7 7 0 0 0 15 8',
},
}), h('path', {
attrs: {
fill: '#333',
d: 'M1 8a7 7 0 0 0 4.566 6.562V1.438A7 7 0 0 0 1 8',
},
})]);
},
};
exports.default = IconFlagBelgium;