diff --git a/utils/getFileIcon.ts b/utils/getFileIcon.ts index 8b4318f..7c6d6aa 100644 --- a/utils/getFileIcon.ts +++ b/utils/getFileIcon.ts @@ -1,4 +1,4 @@ -import type { IconPrefix, IconName } from '@fortawesome/fontawesome-common-types' +import type { IconPrefix, IconName } from '@fortawesome/fontawesome-svg-core' const icons: { [key: string]: [IconPrefix, IconName] } = { image: ['far', 'file-image'],