react-country-flags
Version:
Flags of the world as react components.
23 lines (20 loc) • 559 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagSd = function FlagSd(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 12 6"
}, props), React.createElement("path", {
d: "M0 0h12v6H0z"
}), React.createElement("path", {
fill: "#FFF",
d: "M0 0h12v4H0z"
}), React.createElement("path", {
fill: "#D21034",
d: "M0 0h12v2H0z"
}), React.createElement("path", {
fill: "#007229",
d: "M0 0l4 3-4 3z"
}));
};
export default FlagSd;
//# sourceMappingURL=FlagSd.js.map