import SvgIcon, { SvgIconProps } from "@material-ui/core/SvgIcon" import React from "react" /** * CoderIcon represents the cloud with brackets Coder brand icon. It does not * contain additional aspects, like the word 'Coder'. */ export const CoderIcon = (props: SvgIconProps): JSX.Element => ( )