react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 499 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagRo = function FlagRo(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 3 2"
}, props), React.createElement("path", {
fill: "#002B7F",
d: "M0 0h1v2H0z"
}), React.createElement("path", {
fill: "#FCD116",
d: "M1 0h1v2H1z"
}), React.createElement("path", {
fill: "#CE1126",
d: "M2 0h1v2H2z"
}));
};
export default FlagRo;
//# sourceMappingURL=FlagRo.js.map