UNPKG

react-country-flags

Version:
21 lines (18 loc) 519 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagTh = function FlagTh(props) { return React.createElement("svg", _extends({ viewBox: "0 0 900 600" }, props), React.createElement("path", { fill: "#A51931", d: "M0 0h900v600H0z" }), React.createElement("path", { fill: "#F4F5F8", d: "M0 100h900v400H0z" }), React.createElement("path", { fill: "#2D2A4A", d: "M0 200h900v200H0z" })); }; export default FlagTh; //# sourceMappingURL=FlagTh.js.map