react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 520 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagLu = function FlagLu(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 1000 600"
}, props), React.createElement("path", {
fill: "#00A1DE",
d: "M0 300h1000v300H0z"
}), React.createElement("path", {
fill: "#ed2939",
d: "M0 0h1000v300H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 200h1000v200H0z"
}));
};
export default FlagLu;
//# sourceMappingURL=FlagLu.js.map