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 FlagGa = function FlagGa(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 400 300"
}, props), React.createElement("path", {
fill: "#3a75c4",
d: "M0 0h400v300H0z"
}), React.createElement("path", {
fill: "#fcd116",
d: "M0 0h400v200H0z"
}), React.createElement("path", {
fill: "#009e60",
d: "M0 0h400v100H0z"
}));
};
export default FlagGa;
//# sourceMappingURL=FlagGa.js.map