@icongo/sti
Version:
Super Tiny Icons
33 lines • 944 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIEthereum = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "Ethereum",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#3C3C3B",
d: "M256 362v107l131-185z"
}), /*#__PURE__*/_jsx("path", {
fill: "#343434",
d: "m256 41 131 218-131 78-132-78"
}), /*#__PURE__*/_jsx("path", {
fill: "#8C8C8C",
d: "M256 41v158l-132 60m0 25 132 78v107"
}), /*#__PURE__*/_jsx("path", {
fill: "#141414",
d: "M256 199v138l131-78"
}), /*#__PURE__*/_jsx("path", {
fill: "#393939",
d: "m124 259 132-60v138"
})]
}));
export { STIEthereum };