diff --git a/src/components/dashboard/passenger-office/Buttons/printReport.jsx b/src/components/dashboard/passenger-office/Buttons/printReport.jsx index 8917799..041fe6a 100644 --- a/src/components/dashboard/passenger-office/Buttons/printReport.jsx +++ b/src/components/dashboard/passenger-office/Buttons/printReport.jsx @@ -5,7 +5,7 @@ import useRequest from "@/lib/app/hooks/useRequest"; import {EXPORT_PASSENGER_OFFICE} from "@/core/data/apiRoutes"; import moment from "jalali-moment"; import FileSaver from 'file-saver'; -import TableChartIcon from '@mui/icons-material/TableChart'; +import DescriptionIcon from '@mui/icons-material/Description'; const PrintReport = ({table}) => { const t = useTranslations(); @@ -57,7 +57,7 @@ const PrintReport = ({table}) => { size="small" disabled={loading} sx={{textTransform: "unset", alignSelf: "center"}} - startIcon={loading ? : } + startIcon={loading ? : } onClick={clickHandler} > {t("PassengerOffice.excel_report")}