From f8a2ef3b97339ac7bb6edb9668fadbc692a6f0b7 Mon Sep 17 00:00:00 2001 From: m5r Date: Wed, 8 Sep 2021 05:01:03 +0800 Subject: [PATCH] import heroicons icons from react-icons/hi --- app/phone-calls/components/phone-calls-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/phone-calls/components/phone-calls-list.tsx b/app/phone-calls/components/phone-calls-list.tsx index a74356b..a7dd08c 100644 --- a/app/phone-calls/components/phone-calls-list.tsx +++ b/app/phone-calls/components/phone-calls-list.tsx @@ -1,4 +1,4 @@ -import { PhoneMissedCallIcon, PhoneOutgoingIcon } from "@heroicons/react/solid"; +import { HiPhoneMissedCall, HiPhoneOutgoing } from "react-icons/hi"; import { Direction } from "../../../db"; import usePhoneCalls from "../hooks/use-phone-calls"; @@ -23,7 +23,7 @@ export default function PhoneCallsList() { return (
  • - {isOutboundCall ? : null} + {isOutboundCall ? : null}