react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 512 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagMg = function FlagMg(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#007E3A",
d: "M0 0h900v600H0z"
}), React.createElement("path", {
fill: "#FC3D32",
d: "M0 0h900v300H0z"
}), React.createElement("path", {
fill: "#FFF",
d: "M0 0h300v600H0z"
}));
};
export default FlagMg;
//# sourceMappingURL=FlagMg.js.map