react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 519 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagAm = function FlagAm(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 1200 600"
}, props), React.createElement("path", {
fill: "#F2A800",
d: "M0 0h1200v600H0z"
}), React.createElement("path", {
fill: "#0033A0",
d: "M0 0h1200v400H0z"
}), React.createElement("path", {
fill: "#D90012",
d: "M0 0h1200v200H0z"
}));
};
export default FlagAm;
//# sourceMappingURL=FlagAm.js.map