react-country-flags
Version:
Flags of the world as react components.
20 lines (17 loc) • 444 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagJp = function FlagJp(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#fff",
d: "M0 0h900v600H0z"
}), React.createElement("circle", {
fill: "#bc002d",
cx: 450,
cy: 300,
r: 180
}));
};
export default FlagJp;
//# sourceMappingURL=FlagJp.js.map