@justeat/f-vue-icons
Version:
<div align="center"> <h1>f-vue-icons</h1>
35 lines (30 loc) • 789 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var FlagEsIcon = {
name: 'FlagEsIcon',
props: {},
functional: true,
render(h, ctx) {
const attrs = ctx.data.attrs || {};
ctx.data.attrs = attrs;
return h("svg", helper.default([{
"attrs": {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 640 480"
},
"class": "c-ficon c-ficon--flag.es"
}, ctx.data]), [h("path", {
"attrs": {
"fill": "#c60b1e",
"d": "M0 0h640v480H0z"
}
}), h("path", {
"attrs": {
"fill": "#ffc400",
"d": "M0 120h640v240H0z"
}
})]);
}
};
exports.default = FlagEsIcon;