Some icons look better using stroke over fill

This commit is contained in:
2022-08-14 23:40:24 +02:00
parent 8d03ea5eec
commit 3a58e77da0
4 changed files with 28 additions and 9 deletions

View File

@@ -3,4 +3,5 @@ export default interface INavigationIcon {
route: string;
icon: any; // eslint-disable-line @typescript-eslint/no-explicit-any
requiresAuth?: boolean;
useStroke?: boolean;
}