react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 515 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagMl = function FlagMl(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 450 300"
}, props), React.createElement("path", {
fill: "#CE1126",
d: "M0 0h450v300H0z"
}), React.createElement("path", {
fill: "#FCD116",
d: "M0 0h300v300H0z"
}), React.createElement("path", {
fill: "#14B53A",
d: "M0 0h150v300H0z"
}));
};
export default FlagMl;
//# sourceMappingURL=FlagMl.js.map