UNPKG

react-country-flags

Version:
23 lines (20 loc) 527 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagLa = function FlagLa(props) { return React.createElement("svg", _extends({ viewBox: "0 0 600 400" }, props), React.createElement("path", { fill: "#ce1126", d: "M0 0h600v400H0z" }), React.createElement("path", { fill: "#002868", d: "M0 100h600v200H0z" }), React.createElement("circle", { fill: "#fff", cx: 300, cy: 200, r: 80 })); }; export default FlagLa; //# sourceMappingURL=FlagLa.js.map