@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
113 lines (111 loc) • 3.75 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
function _getRequireWildcardCache(nodeInterop) {
if (typeof WeakMap !== "function") return null;
var cacheBabelInterop = new WeakMap();
var cacheNodeInterop = new WeakMap();
return (_getRequireWildcardCache = function(nodeInterop) {
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
})(nodeInterop);
}
function _interop_require_wildcard(obj, nodeInterop) {
if (!nodeInterop && obj && obj.__esModule) {
return obj;
}
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
return {
default: obj
};
}
var cache = _getRequireWildcardCache(nodeInterop);
if (cache && cache.has(obj)) {
return cache.get(obj);
}
var newObj = {};
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
for(var key in obj){
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
if (desc && (desc.get || desc.set)) {
Object.defineProperty(newObj, key, desc);
} else {
newObj[key] = obj[key];
}
}
}
newObj.default = obj;
if (cache) {
cache.set(obj, newObj);
}
return newObj;
}
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__*/ (0, _react.forwardRef)(Etherium);
const _default = ForwardRef;