react-country-flags
Version:
Flags of the world as react components.
23 lines (20 loc) • 561 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagKw = function FlagKw(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 12 6"
}, props), React.createElement("path", {
fill: "#007a3d",
d: "M0 0h12v2H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 2h12v2H0z"
}), React.createElement("path", {
fill: "#ce1126",
d: "M0 4h12v2H0z"
}), React.createElement("path", {
d: "M0 0l3 2v2L0 6z"
}));
};
export default FlagKw;
//# sourceMappingURL=FlagKw.js.map