UNPKG

react-country-flags

Version:
21 lines (18 loc) 607 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagCd = function FlagCd(props) { return React.createElement("svg", _extends({ viewBox: "0 0 800 600" }, props), React.createElement("path", { fill: "#007fff", d: "M0 0h800v600H0z" }), React.createElement("path", { d: "M36 120h84l26-84 26 84h84l-68 52 26 84-68-52-68 52 26-84-68-52zM750 0L0 450v150h50l750-450V0h-50", fill: "#f7d618" }), React.createElement("path", { d: "M800 0L0 480v120l800-480V0", fill: "#ce1021" })); }; export default FlagCd; //# sourceMappingURL=FlagCd.js.map