react-country-flags
Version:
Flags of the world as react components.
26 lines (21 loc) • 779 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 FlagIs = function FlagIs(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 2500 1800"
}, props), React__default.createElement("path", {
d: "M0 0h2500v1800H0",
fill: "#003897"
}), React__default.createElement("path", {
d: "M700 0h400v1800H700M0 700h2500v400H0",
fill: "#fff"
}), React__default.createElement("path", {
d: "M800 0h200v1800H800M0 800h2500v200H0",
fill: "#d72828"
}));
};
module.exports = FlagIs;
//# sourceMappingURL=FlagIs.js.map