From f010fcedf978108d778750ba749333214ec4d3b6 Mon Sep 17 00:00:00 2001 From: Ananddubey01 Date: Thu, 12 Jan 2023 10:54:13 +0530 Subject: [PATCH] Change leave shared album option icon --- .../Collections/CollectionOptions/SharedCollectionOption.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx b/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx index 05e82ed2a..33d88f0b9 100644 --- a/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx +++ b/src/components/Collections/CollectionOptions/SharedCollectionOption.tsx @@ -1,7 +1,6 @@ import { OverflowMenuOption } from 'components/OverflowMenu/option'; import React from 'react'; - -import DeleteOutlinedIcon from '@mui/icons-material/DeleteOutlined'; +import LogoutIcon from '@mui/icons-material/Logout'; import constants from 'utils/strings/constants'; import { CollectionActions } from '.'; @@ -15,7 +14,7 @@ interface Iprops { export function SharedCollectionOption({ handleCollectionAction }: Iprops) { return ( } + startIcon={} onClick={handleCollectionAction( CollectionActions.CONFIRM_LEAVE_SHARED_ALBUM, false