UNPKG

react-country-flags

Version:
23 lines (20 loc) 610 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagLc = function FlagLc(props) { return React.createElement("svg", _extends({ viewBox: "0 0 600 300" }, props), React.createElement("path", { fill: "#6Cf", d: "M0 0h600v300H0z" }), React.createElement("path", { fill: "#FFF", d: "M200 274l100-14 100 14L300 27z" }), React.createElement("path", { d: "M213.5 274l86.5-14 86.5 14L300 60z" }), React.createElement("path", { fill: "#FCD116", d: "M200 274h200L300 150z" })); }; export default FlagLc; //# sourceMappingURL=FlagLc.js.map