react-country-flags
Version:
Flags of the world as react components.
32 lines (27 loc) • 929 B
JavaScript
;
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var __chunk_1 = require('./chunk-cf97c2b1.js');
var React = require('react');
var React__default = _interopDefault(React);
var FlagSj = function FlagSj(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 1100 800"
}, props), React__default.createElement("path", {
fill: "#ef2b2d",
d: "M0 0h1100v800H0z"
}), React__default.createElement("path", {
fill: "#fff",
d: "M300 0h200v800H300z"
}), React__default.createElement("path", {
fill: "#fff",
d: "M0 300h1100v200H0z"
}), React__default.createElement("path", {
fill: "#002868",
d: "M350 0h100v800H350z"
}), React__default.createElement("path", {
fill: "#002868",
d: "M0 350h1100v100H0z"
}));
};
module.exports = FlagSj;
//# sourceMappingURL=FlagSj.js.map