@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
39 lines (34 loc) • 1.26 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 IconFlagSpain = {
name: 'IconFlagSpain',
props: {
size: configsVue.iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--spain', 'IconFlagSpain');
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: 'M1 8c0 .856.153 1.677.438 2.434l6.562.61 6.562-.61a7 7 0 0 0 0-4.868L8 4.956l-6.562.61A7 7 0 0 0 1 8',
},
}), h('path', {
attrs: {
fill: '#d80027',
d: 'M14.562 5.566A7 7 0 0 0 4.003 2.254a7 7 0 0 0-2.565 3.312zM1.438 10.434A7 7 0 0 0 8 15a7 7 0 0 0 6.562-4.566z',
},
})]);
},
};
exports.default = IconFlagSpain;