UNPKG

react-country-flags

Version:
24 lines (21 loc) 577 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagMu = function FlagMu(props) { return React.createElement("svg", _extends({ viewBox: "0 0 6 4" }, props), React.createElement("path", { fill: "#00A551", d: "M0 0h6v4H0z" }), React.createElement("path", { fill: "#FFD500", d: "M0 0h6v3H0z" }), React.createElement("path", { fill: "#1A206D", d: "M0 0h6v2H0z" }), React.createElement("path", { fill: "#EA2839", d: "M0 0h6v1H0z" })); }; export default FlagMu; //# sourceMappingURL=FlagMu.js.map