react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 505 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagBj = function FlagBj(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 15 10"
}, props), React.createElement("path", {
fill: "#E8112D",
d: "M0 0h15v10H0z"
}), React.createElement("path", {
fill: "#FCD116",
d: "M0 0h15v5H0z"
}), React.createElement("path", {
fill: "#008751",
d: "M0 0h6v10H0z"
}));
};
export default FlagBj;
//# sourceMappingURL=FlagBj.js.map