UNPKG

react-country-flags

Version:
28 lines (25 loc) 726 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagWf = function FlagWf(props) { return React.createElement("svg", _extends({ viewBox: "0 0 150 100" }, props), React.createElement("path", { fill: "#ED2939", d: "M0 0h150v100H0z" }), React.createElement("path", { fill: "#FFF", d: "M0 0h40v40H0z" }), React.createElement("path", { fill: "#002395", d: "M0 0h20v40H0z" }), React.createElement("path", { fill: "none", stroke: "#FFF", d: "M0 40h60V0" }), React.createElement("path", { fill: "#FFF", d: "M105 46L93 34h24zm-4 4L89 38v24zm4 4L93 66h24zm4-4l12-12v24z" })); }; export default FlagWf; //# sourceMappingURL=FlagWf.js.map