@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
43 lines (41 loc) • 1.44 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagGbr = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 60 30",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("clipPath", {
id: "gbr_svg__a"
}, /*#__PURE__*/ React.createElement("path", {
d: "M0 0v30h60V0z"
})), /*#__PURE__*/ React.createElement("clipPath", {
id: "gbr_svg__b"
}, /*#__PURE__*/ React.createElement("path", {
d: "M30 15h30v15zv15H0zH0V0zV0h30z"
})), /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#gbr_svg__a)"
}, /*#__PURE__*/ React.createElement("path", {
d: "M0 0v30h60V0z",
fill: "#012169"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0l60 30m0-30L0 30",
stroke: "#fff",
strokeWidth: 6
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0l60 30m0-30L0 30",
clipPath: "url(#gbr_svg__b)",
stroke: "#C8102E",
strokeWidth: 4
}), /*#__PURE__*/ React.createElement("path", {
d: "M30 0v30M0 15h60",
stroke: "#fff",
strokeWidth: 10
}), /*#__PURE__*/ React.createElement("path", {
d: "M30 0v30M0 15h60",
stroke: "#C8102E",
strokeWidth: 6
})));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagGbr);
export default ForwardRef;