@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
65 lines (63 loc) • 2.16 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Etherium = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 58 40",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "none"
}, /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
fill: "white"
}), /*#__PURE__*/ React.createElement("ellipse", {
cx: 28.225,
cy: 19.8917,
rx: 13.225,
ry: 13.225,
fill: "#6481E7"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M22.4474 20.4298L28.3796 23.9367V10.5864L22.4474 20.4298Z",
fill: "white"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M28.3801 10.5864V23.9367L34.3123 20.4298L28.3801 10.5864Z",
fill: "#C1CCF5"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M28.3801 17.7335L22.4474 20.4296L28.3797 23.9365L34.3123 20.43L28.3801 17.7335Z",
fill: "#8299EC"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M28.3801 17.7335L22.4474 20.4296L28.3797 23.9365L28.3801 17.7335Z",
fill: "#C1CCF5"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M22.4474 21.5549L28.3797 29.9148V25.0598L22.4474 21.5549Z",
fill: "white"
}), /*#__PURE__*/ React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M28.3801 25.0598V29.9152L34.3162 21.5549L28.3801 25.0598Z",
fill: "#C1CCF5"
}), /*#__PURE__*/ React.createElement("rect", {
x: 0.5,
y: 0.5,
width: 57,
height: 39,
rx: 5.5,
stroke: "#F2F4F7"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Etherium);
export default ForwardRef;