@metamask/design-system-react
Version:
Design system react ui components
7 lines • 474 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const SvgEthereum = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props },
React.createElement("path", { d: "M17.934 12.188 12 15.812l-5.938-3.624L12 2zM12 16.977l-5.938-3.625L12 22l5.937-8.648z" }));
const ForwardRef = forwardRef(SvgEthereum);
export default ForwardRef;
//# sourceMappingURL=Ethereum.mjs.map