react-country-flags
Version:
Flags of the world as react components.
41 lines (36 loc) • 1.23 kB
JavaScript
'use strict';
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var __chunk_1 = require('./chunk-cf97c2b1.js');
var React = require('react');
var React__default = _interopDefault(React);
var FlagEh = function FlagEh(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 600 300"
}, props), React__default.createElement("path", {
d: "M0 0h600v150H0z"
}), React__default.createElement("path", {
fill: "#007a3d",
d: "M0 150h600v150H0z"
}), React__default.createElement("path", {
fill: "#fff",
d: "M0 100h600v100H0z"
}), React__default.createElement("path", {
d: "M0 0l200 150L0 300z",
fill: "#c4111b"
}), React__default.createElement("circle", {
cx: 300,
cy: 150,
r: 40,
fill: "#c4111b"
}), React__default.createElement("circle", {
cx: 315,
cy: 150,
r: 40,
fill: "#fff"
}), React__default.createElement("path", {
d: "M289.263 174.22l17.056-12.192 16.923 12.377-6.325-19.99 17-12.27-20.965-.16-6.416-19.961-6.632 19.89-20.966-.067 16.867 12.454-6.542 19.92z",
fill: "#c4111b"
}));
};
module.exports = FlagEh;
//# sourceMappingURL=FlagEh.js.map