diff --git a/src/renderer/src/components/Modules/NethVoice/LastCalls/LastCall.tsx b/src/renderer/src/components/Modules/NethVoice/LastCalls/LastCall.tsx index 7e8aeb4c..e6ebf2e6 100644 --- a/src/renderer/src/components/Modules/NethVoice/LastCalls/LastCall.tsx +++ b/src/renderer/src/components/Modules/NethVoice/LastCalls/LastCall.tsx @@ -2,7 +2,11 @@ import { faUserPlus as AddUserIcon, faUsers as BadgeIcon, faCircleUser, + faArrowLeft, + faXmark, + IconDefinition, } from '@fortawesome/free-solid-svg-icons' +import { faMissed } from '@nethesis/nethesis-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { Avatar, Button } from '../../../Nethesis' import { NumberCaller } from '../../../NumberCaller' @@ -16,12 +20,6 @@ import { Badge } from '../../../Nethesis/Badge' import { useAccount } from '@renderer/hooks/useAccount' import { useNethlinkData } from '@renderer/store' import { usePhonebookModule } from '../PhonebookModule/hook/usePhonebookModule' -import { - OutCallAnsweredIcon, - OutCallNotAnsweredIcon, - InCallAnsweredIcon, - InCallNotAnsweredIcon, -} from '@renderer/icons' import classNames from 'classnames' export interface LastCallProps { @@ -103,9 +101,7 @@ export function LastCall({ const isFromQueue = Boolean(call.channel?.includes('from-queue')) return ( -