UNPKG

react-country-flags

Version:
21 lines (18 loc) 524 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagFi = function FlagFi(props) { return React.createElement("svg", _extends({ viewBox: "0 0 1800 1100" }, props), React.createElement("path", { fill: "#fff", d: "M0 0h1800v1100H0z" }), React.createElement("path", { fill: "#003580", d: "M0 400h1800v300H0z" }), React.createElement("path", { fill: "#003580", d: "M500 0h300v1100H500z" })); }; export default FlagFi; //# sourceMappingURL=FlagFi.js.map