import { createSvgIcon } from "@material-ui/core/utils"; import React from "react"; const Attributes = createSvgIcon( , "Attributes" ); Attributes.defaultProps = { viewBox: "0 0 32 32" }; export default Attributes;