react-country-flags
Version:
Flags of the world as react components.
28 lines (23 loc) • 792 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 FlagKw = function FlagKw(props) {
return React__default.createElement("svg", __chunk_1._extends({
viewBox: "0 0 12 6"
}, props), React__default.createElement("path", {
fill: "#007a3d",
d: "M0 0h12v2H0z"
}), React__default.createElement("path", {
fill: "#fff",
d: "M0 2h12v2H0z"
}), React__default.createElement("path", {
fill: "#ce1126",
d: "M0 4h12v2H0z"
}), React__default.createElement("path", {
d: "M0 0l3 2v2L0 6z"
}));
};
module.exports = FlagKw;
//# sourceMappingURL=FlagKw.js.map