@unstoppabledomains/ui-kit
Version:
A set of common Unstoppable Domains components
37 lines • 1.69 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import SvgIcon from '@mui/material/SvgIcon';
import React from 'react';
const EthereumClassic = /*#__PURE__*/React.forwardRef(({
iconRef,
...props
}, ref) => {
return /*#__PURE__*/React.createElement(SvgIcon, _extends({
viewBox: "0 0 32 32"
}, props, {
ref: iconRef || ref
}), /*#__PURE__*/React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, /*#__PURE__*/React.createElement("circle", {
cx: "16",
cy: "16",
r: "16",
fill: "#328332"
}), /*#__PURE__*/React.createElement("g", {
fill: "#FFF"
}, /*#__PURE__*/React.createElement("path", {
fillRule: "nonzero",
d: "M15.989 16.553l-6.721-.577 6.72-3.802v4.379zm0 4.46v6.94C13.652 24.315 11.076 20.311 9 17.07c2.45 1.38 5.008 2.823 6.989 3.944zm0-10.068L9 14.845 15.989 4v6.945z"
}), /*#__PURE__*/React.createElement("path", {
fillOpacity: ".601",
fillRule: "nonzero",
d: "M22.71 15.976l-6.721.577v-4.379l6.72 3.802zm-6.721 5.038c1.98-1.12 4.537-2.564 6.988-3.944-2.076 3.242-4.652 7.246-6.988 10.882v-6.938zm0-10.069V4l6.988 10.845-6.988-3.9z"
}), /*#__PURE__*/React.createElement("path", {
opacity: ".2",
d: "M15.989 16.553l6.72-.577-6.72 3.775z"
}), /*#__PURE__*/React.createElement("path", {
opacity: ".603",
d: "M15.988 16.553l-6.721-.577 6.721 3.775z"
}))));
});
export default EthereumClassic;