⬆️ Upgrade to @tabler/icons-react

This commit is contained in:
ajnart
2023-05-15 17:40:59 +09:00
parent 830adad22f
commit 6f48cafd42
73 changed files with 160 additions and 94 deletions

View File

@@ -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;
};