UNPKG

react-country-flags

Version:
29 lines (26 loc) 760 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagSs = function FlagSs(props) { return React.createElement("svg", _extends({ viewBox: "0 0 20 10" }, props), React.createElement("path", { fill: "#078930", d: "M0 0h20v10H0z" }), React.createElement("path", { fill: "#FFF", d: "M0 0h20v7H0z" }), React.createElement("path", { d: "M0 0h20v3H0z" }), React.createElement("path", { fill: "#DA121A", d: "M0 3.5h20v3H0z" }), React.createElement("path", { fill: "#0F47AF", d: "M0 0l8.66 5L0 10z" }), React.createElement("path", { fill: "#FCDD09", d: "M1.287 5l2.894.94-1.789-2.462v3.044l1.79-2.462z" })); }; export default FlagSs; //# sourceMappingURL=FlagSs.js.map