react-country-flags
Version:
Flags of the world as react components.
18 lines (15 loc) • 438 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagUa = function FlagUa(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 1200 800"
}, props), React.createElement("path", {
fill: "#005BBB",
d: "M0 0h1200v800H0z"
}), React.createElement("path", {
fill: "#FFD500",
d: "M0 400h1200v400H0z"
}));
};
export default FlagUa;
//# sourceMappingURL=FlagUa.js.map