react-country-flags
Version:
Flags of the world as react components.
24 lines (21 loc) • 651 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagSr = function FlagSr(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 900 600"
}, props), React.createElement("path", {
fill: "#377e3f",
d: "M0 0h900v600H0z"
}), React.createElement("path", {
fill: "#fff",
d: "M0 120h900v360H0z"
}), React.createElement("path", {
fill: "#b40a2d",
d: "M0 180h900v240H0z"
}), React.createElement("path", {
d: "M450 191.459l70.534 217.082-184.661-134.164h228.254L379.466 408.541z",
fill: "#ecc81d"
}));
};
export default FlagSr;
//# sourceMappingURL=FlagSr.js.map