react-country-flags
Version:
Flags of the world as react components.
18 lines (15 loc) • 433 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagLv = function FlagLv(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 1200 600"
}, props), React.createElement("path", {
fill: "#9E3039",
d: "M0 0h1200v600H0"
}), React.createElement("path", {
fill: "#FFF",
d: "M0 240h1200v120H0"
}));
};
export default FlagLv;
//# sourceMappingURL=FlagLv.js.map