UNPKG

react-country-flags

Version:
21 lines (18 loc) 516 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagCh = function FlagCh(props) { return React.createElement("svg", _extends({ viewBox: "0 0 320 320" }, props), React.createElement("path", { fill: "#D52B1E", d: "M0 0h320v320H0z" }), React.createElement("path", { fill: "#fff", d: "M60 130h200v60H60z" }), React.createElement("path", { fill: "#fff", d: "M130 60h60v200h-60z" })); }; export default FlagCh; //# sourceMappingURL=FlagCh.js.map