mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
⬆️ Upgrade to @tabler/icons-react
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IconKey, IconPassword, IconUser, TablerIcon } from '@tabler/icons';
|
||||
import { IconKey, IconPassword, IconUser, Icon } from '@tabler/icons-react';
|
||||
|
||||
import { TileBaseType } from './tile';
|
||||
|
||||
@@ -90,7 +90,7 @@ export const integrationFieldProperties: {
|
||||
|
||||
export type IntegrationFieldDefinitionType = {
|
||||
type: 'private' | 'public';
|
||||
icon: TablerIcon;
|
||||
icon: Icon;
|
||||
label: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user