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 = () => (
)