react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 496 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagIt = function FlagIt(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 3 2"
}, props), React.createElement("path", {
fill: "#009246",
d: "M0 0h1v2H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M1 0h1v2H1z"
}), React.createElement("path", {
fill: "#ce2b37",
d: "M2 0h1v2H2z"
}));
};
export default FlagIt;
//# sourceMappingURL=FlagIt.js.map