UNPKG

react-country-flags

Version:
36 lines (33 loc) 923 B
import { a as _extends } from './chunk-62fb3b11.js'; import React from 'react'; var FlagGb = function FlagGb(props) { return React.createElement("svg", _extends({ viewBox: "0 0 60 30" }, props), React.createElement("clipPath", { id: "a" }, React.createElement("path", { d: "M30 15h30v15zv15H0zH0V0zV0h30z" })), React.createElement("path", { d: "M0 0v30h60V0z", fill: "#00247d" }), React.createElement("path", { d: "M0 0l60 30m0-30L0 30", stroke: "#fff", strokeWidth: 6 }), React.createElement("path", { d: "M0 0l60 30m0-30L0 30", clipPath: "url(#a)", stroke: "#cf142b", strokeWidth: 4 }), React.createElement("path", { d: "M30 0v30M0 15h60", stroke: "#fff", strokeWidth: 10 }), React.createElement("path", { d: "M30 0v30M0 15h60", stroke: "#cf142b", strokeWidth: 6 })); }; export default FlagGb; //# sourceMappingURL=FlagGb.js.map