react-country-flags
Version:
Flags of the world as react components.
18 lines (15 loc) • 475 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagBh = function FlagBh(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 150 90"
}, props), React.createElement("path", {
d: "M0 0h150v90H0",
fill: "#fff"
}), React.createElement("path", {
fill: "#ce1126",
d: "M150 0H37l23 9-23 9 23 9-23 9 23 9-23 9 23 9-23 9 23 9-23 9h113"
}));
};
export default FlagBh;
//# sourceMappingURL=FlagBh.js.map