diff --git a/apps/web/src/static/icons.tsx b/apps/web/src/static/icons.tsx index 7ebd3819..a9531d06 100644 --- a/apps/web/src/static/icons.tsx +++ b/apps/web/src/static/icons.tsx @@ -125,43 +125,50 @@ export const CheckIcon = createIcon({ }); export const MFALogoIcon = createIcon({ - displayName: 'MFALogoIcon', - viewBox: '0 0 211 52', + displayName: 'CustomLogoIcon', + viewBox: '0 0 800 200', // Adjust the viewBox according to your logo path: ( - <> - - - - - - - - - + + + + + + + ), }); + export const SortDownArrow = createIcon({ displayName: 'SortDownArrow', viewBox: '0 0 10 8',