UNPKG

react-country-flags

Version:
21 lines (18 loc) 496 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagBg = function FlagBg(props) { return React.createElement("svg", _extends({ viewBox: "0 0 5 3" }, props), React.createElement("path", { fill: "#fff", d: "M0 0h5v3H0z" }), React.createElement("path", { fill: "#00966E", d: "M0 1h5v2H0z" }), React.createElement("path", { fill: "#D62612", d: "M0 2h5v1H0z" })); }; export default FlagBg; //# sourceMappingURL=FlagBg.js.map