react-country-flags
Version:
Flags of the world as react components.
21 lines (18 loc) • 512 B
JavaScript
import { a as _extends } from './chunk-62fb3b11.js';
import React from 'react';
var FlagSl = function FlagSl(props) {
return React.createElement("svg", _extends({
viewBox: "0 0 450 300"
}, props), React.createElement("path", {
fill: "#0072C6",
d: "M0 0h450v300H0z"
}), React.createElement("path", {
fill: "#FFF",
d: "M0 0h450v200H0z"
}), React.createElement("path", {
fill: "#1EB53A",
d: "M0 0h450v100H0z"
}));
};
export default FlagSl;
//# sourceMappingURL=FlagSl.js.map