UNPKG

react-country-flags

Version:
21 lines (18 loc) 499 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagLt = function FlagLt(props) { return React.createElement("svg", _extends({ viewBox: "0 0 5 3" }, props), React.createElement("path", { fill: "#C1272D", d: "M0 0h5v3H0z" }), React.createElement("path", { fill: "#006A44", d: "M0 0h5v2H0z" }), React.createElement("path", { fill: "#FDB913", d: "M0 0h5v1H0z" })); }; export default FlagLt; //# sourceMappingURL=FlagLt.js.map