react-country-flags
Version:
Flags of the world as react components.
31 lines (26 loc) • 926 B
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 FlagGy = function FlagGy(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 500 300"
}, props), React__default.createElement("path", {
fill: "#009e49",
d: "M0 0h500v300H0z"
}), React__default.createElement("path", {
d: "M0 0l500 150L0 300z",
fill: "#fff"
}), React__default.createElement("path", {
d: "M0 13.05L456 150 0 286.95z",
fill: "#fcd116"
}), React__default.createElement("path", {
d: "M0 0l250 150L0 300z"
}), React__default.createElement("path", {
d: "M0 17.5L220.85 150 0 282.5z",
fill: "#ce1126"
}));
};
module.exports = FlagGy;
//# sourceMappingURL=FlagGy.js.map