UNPKG

react-country-flags

Version:
18 lines (15 loc) 423 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagPl = function FlagPl(props) { return React.createElement("svg", _extends({ viewBox: "0 0 16 10" }, props), React.createElement("path", { fill: "#fff", d: "M0 0h16v10H0z" }), React.createElement("path", { fill: "#dc143c", d: "M0 5h16v5H0z" })); }; export default FlagPl; //# sourceMappingURL=FlagPl.js.map