diff --git a/src/icons.tsx b/src/icons.tsx deleted file mode 100644 index db15c8f1c..000000000 --- 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) => ( - - - - - - - -);