import { createSvgIcon } from "@material-ui/core/utils"; import React from "react"; const QuotationIcon = createSvgIcon( <> , "QuotationIcon", ); export default QuotationIcon;