UNPKG

react-country-flags

Version:
23 lines (20 loc) 553 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagAe = function FlagAe(props) { return React.createElement("svg", _extends({ viewBox: "0 0 12 6" }, props), React.createElement("path", { fill: "#00732f", d: "M0 0h12v2H0z" }), React.createElement("path", { fill: "#fff", d: "M0 2h12v2H0z" }), React.createElement("path", { d: "M0 4h12v2H0z" }), React.createElement("path", { fill: "red", d: "M0 0h3v6H0z" })); }; export default FlagAe; //# sourceMappingURL=FlagAe.js.map