rearrange the icons names

This commit is contained in:
Malini 2025-10-29 15:43:58 +05:30
parent a01601c155
commit 94cb22132a

View File

@ -8,7 +8,7 @@ import PencilInactive from '../../../assets/images/pencilsimple-inactive.svg';
import TrashActive from '../../../assets/images/trash - active.svg';
import TrashInactive from '../../../assets/images/trash - inactive.svg';
import AdminUserIcon from '../../../assets/images/usergear.svg';
import ActiveUserIcon from '../../../assets/images/Active - User.svg';
import ActiveUserIcon from '../../../assets/images/active-user.svg';
import InactiveUserIcon from '../../../assets/images/inactive-user.svg';
import ResetPasswordIcon from '../../../assets/images/hugeicons_reset-password.svg';
import ResetPasswordInactiveIcon from '../../../assets/images/hugeicons_reset-password-inactive.svg';