@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
37 lines (35 loc) • 1.23 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const FlagEsh = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 600 300",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("path", {
d: "M0 0h600v150H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#007a3d",
d: "M0 150h600v150H0z"
}), /*#__PURE__*/ React.createElement("path", {
fill: "#fff",
d: "M0 100h600v100H0z"
}), /*#__PURE__*/ React.createElement("path", {
d: "M0 0l200 150L0 300z",
fill: "#c4111b"
}), /*#__PURE__*/ React.createElement("circle", {
cx: 300,
cy: 150,
r: 40,
fill: "#c4111b"
}), /*#__PURE__*/ React.createElement("circle", {
cx: 315,
cy: 150,
r: 40,
fill: "#fff"
}), /*#__PURE__*/ React.createElement("path", {
d: "M289.263 174.22l17.056-12.192 16.923 12.377-6.325-19.99 17-12.27-20.965-.16-6.416-19.961-6.632 19.89-20.966-.067 16.867 12.454-6.542 19.92z",
fill: "#c4111b"
}));
const ForwardRef = /*#__PURE__*/ forwardRef(FlagEsh);
export default ForwardRef;