diff --git a/app/components/icons/notification.tsx b/app/components/icons/notification.tsx
index e385b6a..22ca578 100644
--- a/app/components/icons/notification.tsx
+++ b/app/components/icons/notification.tsx
@@ -1,15 +1,14 @@
import type { JSX, SVGProps } from 'react'
-interface NotificationIconProperties
- extends JSX.IntrinsicAttributes,
- SVGProps
Share this post