react-country-flags
Version:
Flags of the world as react components.
31 lines (26 loc) • 1.07 kB
JavaScript
;
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 FlagJo = function FlagJo(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 840 420"
}, props), React__default.createElement("path", {
fill: "#007a3d",
d: "M0 0h840v420H0z"
}), React__default.createElement("path", {
fill: "#fff",
d: "M0 0h840v280H0z"
}), React__default.createElement("path", {
d: "M0 0h840v140H0z"
}), React__default.createElement("path", {
d: "M0 0v420l420-210z",
fill: "#ce1126"
}), React__default.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"
}));
};
module.exports = FlagJo;
//# sourceMappingURL=FlagJo.js.map