UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

9 lines (6 loc) 706 B
import { jsx } from 'react/jsx-runtime'; import { createSvgIcon } from '@mui/material/utils'; // discord color: #8c9eff var MediumLogo = 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 96 96", width: "48", height: "48" }, { children: jsx("path", { d: "M 3 6 L 7 11.091797 L 7 35.285156 L 1 43 L 15 43 L 9 35.285156 L 9 13.75 L 22 43 L 21.998047 43.013672 L 34 13.544922 L 34 39 L 30 43 L 47 43 L 43 39 L 42.972656 10.503906 L 46.863281 6.0136719 L 34.845703 6.0136719 L 25.605469 28.744141 L 15.496094 6 L 3 6 z" }) })), 'MediumLogo'); export { MediumLogo as default }; //# sourceMappingURL=MediumLogo.js.map