From a235cf69e25c1ab694d66404d1b245297fd641c6 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Thu, 19 Oct 2023 17:58:33 -0400 Subject: [PATCH] fix: remove no-longer-used icons.tsx --- src/icons.tsx | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/icons.tsx diff --git a/src/icons.tsx b/src/icons.tsx deleted file mode 100644 index db15c8f1..00000000 --- a/src/icons.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import * as React from 'react'; -import type { SVGProps } from 'react'; - -export const GoogleSvg = (props: SVGProps) => ( - - - - - - - -); - -export const MicrosoftSvg = (props: SVGProps) => ( - - - - - - - -);