react-country-flags
Version:
Flags of the world as react components.
24 lines (21 loc) • 584 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagGm = function FlagGm(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 27 18"
}, props), React.createElement("path", {
d: "M0 0h27v18H0",
fill: "#3A7728"
}), React.createElement("path", {
d: "M0 0h27v11H0",
fill: "#0C1C8C"
}), React.createElement("path", {
d: "M0 0h27v6H0",
fill: "#CE1126"
}), React.createElement("path", {
d: "M0 6.5h27m0 5H0",
stroke: "#FFF"
}));
};
export default FlagGm;
//# sourceMappingURL=FlagGm.js.map