From 37ed5200df4f20ce68c12d92fa47210b1ae07361 Mon Sep 17 00:00:00 2001 From: Nick Winters Date: Sun, 3 Nov 2024 01:00:13 -0700 Subject: [PATCH] eye --- app/components/icons.d.ts | 1 + public/icons/eye.svg | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 public/icons/eye.svg diff --git a/app/components/icons.d.ts b/app/components/icons.d.ts index 6cde5fc2..34d6f2cc 100644 --- a/app/components/icons.d.ts +++ b/app/components/icons.d.ts @@ -1,4 +1,5 @@ export type IconName = + | "eye" | "telescope" | "hash" | "corner-down-right" diff --git a/public/icons/eye.svg b/public/icons/eye.svg new file mode 100644 index 00000000..c94270be --- /dev/null +++ b/public/icons/eye.svg @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file