@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
44 lines (39 loc) • 1.39 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 IconFlagBulgaria = {
name: 'IconFlagBulgaria',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--bulgaria', 'IconFlagBulgaria');
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: '#496e2d',
d: 'M15.002 7.999a6.9 6.9 0 0 0-.437-2.434L8 5.259l-6.563.306a7 7 0 0 0 0 4.868L8 10.739l6.564-.306a6.9 6.9 0 0 0 .437-2.434',
},
}), h('path', {
attrs: {
fill: '#d80027',
d: 'M8.001 15a7 7 0 0 0 6.564-4.567H1.438A7 7 0 0 0 8 15',
},
}), h('path', {
attrs: {
fill: '#eee',
d: 'M1.438 5.565h13.127a7.002 7.002 0 0 0-13.127 0',
},
})]);
},
};
exports.default = IconFlagBulgaria;