UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

9 lines (6 loc) 530 B
import { jsx } from 'react/jsx-runtime'; import { createSvgIcon } from '@mui/material/utils'; // discord color: #8c9eff var Ethereum = createSvgIcon(jsx("svg", Object.assign({ version: "1.1", id: "Layer_1", xmlns: "http://www.w3.org/2000/svg", x: "0px", y: "0px", viewBox: "0 0 24 24" }, { children: jsx("path", { d: "M12 1.75l-6.25 10.5L12 16l6.25-3.75L12 1.75M5.75 13.5L12 22.25l6.25-8.75L12 17.25L5.75 13.5z", fill: "currentColor" }) })), 'EthereumLogo'); export { Ethereum as default }; //# sourceMappingURL=Ethereum.js.map