UNPKG

react-country-flags

Version:
21 lines (18 loc) 512 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagPm = function FlagPm(props) { return React.createElement("svg", _extends({ viewBox: "0 0 900 600" }, props), React.createElement("path", { fill: "#ED2939", d: "M0 0h900v600H0z" }), React.createElement("path", { fill: "#fff", d: "M0 0h600v600H0z" }), React.createElement("path", { fill: "#002395", d: "M0 0h300v600H0z" })); }; export default FlagPm; //# sourceMappingURL=FlagPm.js.map