react-country-flags
Version:
Flags of the world as react components.
26 lines (23 loc) • 966 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagBb = function FlagBb(props) {
return React.createElement("svg", _extends({
xmlnsXlink: "http://www.w3.org/1999/xlink",
viewBox: "0 0 24000 16000"
}, props), React.createElement("path", {
fill: "#00267f",
d: "M0 0h24000v16000H0z"
}), React.createElement("path", {
fill: "#ffc726",
d: "M8000 0h8000v16000H8000z"
}), React.createElement("path", {
id: "s182c1e91",
fill: "#000",
d: "M12000 4124c-260 709-525 1447-1092 2012 176-58 484-110 682-105v2982l-842 125c-30-3-40-50-40-114-81-926-300-1704-552-2509-18-110-337-530-91-456 30 4 359 138 307 74-448-464-1103-798-1739-897-56-14-89 14-39 79 844 1299 1550 2832 1544 4651 328 0 1123-194 1452-194v2104h415l95-5876z"
}), React.createElement("use", {
xlinkHref: "#s182c1e91",
transform: "matrix(-1 0 0 1 24000 0)"
}));
};
export default FlagBb;
//# sourceMappingURL=FlagBb.js.map