UNPKG

react-country-flags

Version:
36 lines (33 loc) 974 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagEh = function FlagEh(props) { return React.createElement("svg", _extends({ viewBox: "0 0 600 300" }, props), React.createElement("path", { d: "M0 0h600v150H0z" }), React.createElement("path", { fill: "#007a3d", d: "M0 150h600v150H0z" }), React.createElement("path", { fill: "#fff", d: "M0 100h600v100H0z" }), React.createElement("path", { d: "M0 0l200 150L0 300z", fill: "#c4111b" }), React.createElement("circle", { cx: 300, cy: 150, r: 40, fill: "#c4111b" }), React.createElement("circle", { cx: 315, cy: 150, r: 40, fill: "#fff" }), React.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" })); }; export default FlagEh; //# sourceMappingURL=FlagEh.js.map