react-country-flags
Version:
Flags of the world as react components.
26 lines (23 loc) • 829 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagJo = function FlagJo(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 840 420"
}, props), React.createElement("path", {
fill: "#007a3d",
d: "M0 0h840v420H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 0h840v280H0z"
}), React.createElement("path", {
d: "M0 0h840v140H0z"
}), React.createElement("path", {
d: "M0 0v420l420-210z",
fill: "#ce1126"
}), React.createElement("path", {
d: "M129.787 180l6.508 16.485 16.947-5.19-8.83 15.367 14.623 10.014-17.52 2.676 1.289 17.677L129.787 225l-13.016 12.03 1.289-17.678-17.52-2.676 14.623-10.014-8.83-15.367 16.946 5.19L129.787 180z",
fill: "#fff"
}));
};
export default FlagJo;
//# sourceMappingURL=FlagJo.js.map