import { createSvgIcon, SvgIconProps } from "@material-ui/core"; import React from "react"; const Channels = createSvgIcon( , "Channels" ); export default (props: SvgIconProps) => ( );