react-country-flags
Version:
Flags of the world as react components.
20 lines (17 loc) • 530 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagMa = function FlagMa(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#c1272d",
d: "M900 0H0v600h900z"
}), React.createElement("path", {
d: "M450 224.315l-44.467 136.87 116.401-84.559h-143.87l116.403 84.559z",
fill: "none",
stroke: "#006233",
strokeWidth: 14.63
}));
};
export default FlagMa;
//# sourceMappingURL=FlagMa.js.map