UNPKG

react-country-flags

Version:
21 lines (18 loc) 499 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagGn = function FlagGn(props) { return React.createElement("svg", _extends({ viewBox: "0 0 3 2" }, props), React.createElement("path", { fill: "#ce1126", d: "M0 0h1v2H0z" }), React.createElement("path", { fill: "#fcd116", d: "M1 0h1v2H1z" }), React.createElement("path", { fill: "#009460", d: "M2 0h1v2H2z" })); }; export default FlagGn; //# sourceMappingURL=FlagGn.js.map