UNPKG

react-country-flags

Version:
21 lines (18 loc) 512 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagCi = function FlagCi(props) { return React.createElement("svg", _extends({ viewBox: "0 0 450 300" }, props), React.createElement("path", { fill: "#009E60", d: "M0 0h450v300H0z" }), React.createElement("path", { fill: "#FFF", d: "M0 0h300v300H0z" }), React.createElement("path", { fill: "#F77F00", d: "M0 0h150v300H0z" })); }; export default FlagCi; //# sourceMappingURL=FlagCi.js.map