From b62ca917cb6ba4c6f69878b215674fa166c30299 Mon Sep 17 00:00:00 2001 From: AminGhasempoor Date: Sat, 18 Nov 2023 14:03:34 +0330 Subject: [PATCH] LFFE-26 change icon --- .../dashboard/passenger-office/Buttons/printReport.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")}