UNPKG

react-country-flags

Version:
27 lines (24 loc) 689 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagBv = function FlagBv(props) { return React.createElement("svg", _extends({ viewBox: "0 0 1100 800" }, props), React.createElement("path", { fill: "#ef2b2d", d: "M0 0h1100v800H0z" }), React.createElement("path", { fill: "#fff", d: "M300 0h200v800H300z" }), React.createElement("path", { fill: "#fff", d: "M0 300h1100v200H0z" }), React.createElement("path", { fill: "#002868", d: "M350 0h100v800H350z" }), React.createElement("path", { fill: "#002868", d: "M0 350h1100v100H0z" })); }; export default FlagBv; //# sourceMappingURL=FlagBv.js.map