From 5ddc7f966e3db60a3d4dadd4cf4256bb1d055345 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 21 Apr 2025 14:53:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=B6=88=E6=81=AF=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Icons.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/Icons.jsx b/src/components/Icons.jsx index b861015..7385336 100644 --- a/src/components/Icons.jsx +++ b/src/components/Icons.jsx @@ -57,6 +57,16 @@ const Sent = () => ( ) export const SentIcon = (props) => ; +const Waiting = () => ( + +) +export const WaitingIcon = (props) => ; + +const Failed = () => ( + +) +export const FailedIcon = (props) => ; + const Filter = () => ( )