aboutsummaryrefslogtreecommitdiff
path: root/src/components/MailIcon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MailIcon.tsx')
-rw-r--r--src/components/MailIcon.tsx12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/MailIcon.tsx b/src/components/MailIcon.tsx
deleted file mode 100644
index e710b77..0000000
--- a/src/components/MailIcon.tsx
+++ /dev/null
@@ -1,12 +0,0 @@
-export default function MailIcon() {
- return (
- <svg
- viewBox="0 0 24 24"
- fill="currentColor"
- className="w-4 h-4"
- aria-hidden="true"
- >
- <path d="M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 2-8 6-8-6h16Zm0 12H4V8l8 6 8-6v10Z" />
- </svg>
- );
-} \ No newline at end of file