UNPKG

@comfortdelgro/compass-icons

Version:
56 lines (54 loc) 1.89 kB
import * as React from "react"; import { forwardRef } from "react"; const FlagEth = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 1200 600", ref: ref, ...props }, /*#__PURE__*/ React.createElement("path", { fill: "#da121a", d: "M0 0h1200v600H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#fcdd09", d: "M0 0h1200v400H0z" }), /*#__PURE__*/ React.createElement("path", { fill: "#078930", d: "M0 0h1200v200H0z" }), /*#__PURE__*/ React.createElement("g", { transform: "matrix(1.66667 0 0 1.66667 600 300)" }, /*#__PURE__*/ React.createElement("circle", { r: 120, fill: "#0f47af" }), /*#__PURE__*/ React.createElement("g", { id: "eth_svg__a" }, /*#__PURE__*/ React.createElement("path", { d: "M0-96l-4.206 12.944 17.348 53.39h-23.13l-2.599 8h74.163l11.011-8H21.553z", fill: "#fcdd09" }), /*#__PURE__*/ React.createElement("path", { d: "M25.863-35.597l30.564-42.069", stroke: "#fcdd09", strokeWidth: 4 })), /*#__PURE__*/ React.createElement("use", { transform: "rotate(72)", width: "100%", height: "100%", href: "#eth_svg__a" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(144)", width: "100%", height: "100%", href: "#eth_svg__a" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(-144)", width: "100%", height: "100%", href: "#eth_svg__a" }), /*#__PURE__*/ React.createElement("use", { transform: "rotate(-72)", width: "100%", height: "100%", href: "#eth_svg__a" }))); const ForwardRef = /*#__PURE__*/ forwardRef(FlagEth); export default ForwardRef;