Empty Screen: Changed Icons

This commit is contained in:
Ananddubey01 2023-02-13 19:42:58 +05:30
parent 3a02b6545c
commit 59e076f6f1

View file

@ -4,8 +4,8 @@ import constants from 'utils/strings/constants';
import { DeduplicateContext } from 'pages/deduplicate'; import { DeduplicateContext } from 'pages/deduplicate';
import VerticallyCentered, { FlexWrapper } from './Container'; import VerticallyCentered, { FlexWrapper } from './Container';
import uploadManager from 'services/upload/uploadManager'; import uploadManager from 'services/upload/uploadManager';
import AddPhotoAlternateIcon from '@mui/icons-material/AddPhotoAlternate'; import AddPhotoAlternateIcon from '@mui/icons-material/AddPhotoAlternateOutlined';
import FolderIcon from '@mui/icons-material/Folder'; import FolderIcon from '@mui/icons-material/FolderOutlined';
const Wrapper = styled(VerticallyCentered)` const Wrapper = styled(VerticallyCentered)`
& > svg { & > svg {