react-country-flags
Version:
Flags of the world as react components.
20 lines (17 loc) • 482 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagBw = function FlagBw(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 36 24"
}, props), React.createElement("path", {
fill: "#75aadb",
d: "M0 0h36v24H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 9h36v6H0z"
}), React.createElement("path", {
d: "M0 10h36v4H0z"
}));
};
export default FlagBw;
//# sourceMappingURL=FlagBw.js.map