react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 496 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagRu = function FlagRu(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 9 6"
}, props), React.createElement("path", {
fill: "#fff",
d: "M0 0h9v3H0z"
}), React.createElement("path", {
fill: "#d52b1e",
d: "M0 3h9v3H0z"
}), React.createElement("path", {
fill: "#0039a6",
d: "M0 2h9v2H0z"
}));
};
export default FlagRu;
//# sourceMappingURL=FlagRu.js.map