UNPKG

react-country-flags

Version:
27 lines (24 loc) 672 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagSc = function FlagSc(props) { return React.createElement("svg", _extends({ viewBox: "0 0 900 450" }, props), React.createElement("path", { d: "M0 450h900V0H0z", fill: "#d62828" }), React.createElement("path", { d: "M0 450V0h600z", fill: "#fcd856" }), React.createElement("path", { d: "M0 450V0h300z", fill: "#003f87" }), React.createElement("path", { d: "M0 450h900V150z", fill: "#fff" }), React.createElement("path", { d: "M0 450h900V300z", fill: "#007a3d" })); }; export default FlagSc; //# sourceMappingURL=FlagSc.js.map