mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
Some icons look better using stroke over fill
This commit is contained in:
@@ -3,4 +3,5 @@ export default interface INavigationIcon {
|
||||
route: string;
|
||||
icon: any; // eslint-disable-line @typescript-eslint/no-explicit-any
|
||||
requiresAuth?: boolean;
|
||||
useStroke?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user