react-country-flags
Version:
Flags of the world as react components.
26 lines (23 loc) • 686 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagGy = function FlagGy(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 500 300"
}, props), React.createElement("path", {
fill: "#009e49",
d: "M0 0h500v300H0z"
}), React.createElement("path", {
d: "M0 0l500 150L0 300z",
fill: "#fff"
}), React.createElement("path", {
d: "M0 13.05L456 150 0 286.95z",
fill: "#fcd116"
}), React.createElement("path", {
d: "M0 0l250 150L0 300z"
}), React.createElement("path", {
d: "M0 17.5L220.85 150 0 282.5z",
fill: "#ce1126"
}));
};
export default FlagGy;
//# sourceMappingURL=FlagGy.js.map