react-country-flags
Version:
Flags of the world as react components.
20 lines (17 loc) • 447 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagPw = function FlagPw(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 800 500"
}, props), React.createElement("path", {
fill: "#4AADD6",
d: "M0 0h800v500H0z"
}), React.createElement("circle", {
fill: "#FFDE00",
cx: 350,
cy: 250,
r: 150
}));
};
export default FlagPw;
//# sourceMappingURL=FlagPw.js.map