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