@szum-tech/design-system
Version:
Szum-Tech design system with tailwindcss support
15 lines (9 loc) • 477 B
TypeScript
import * as React from 'react';
declare function GoogleLogoIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
/**
* @deprecated
*/
declare function LoadingIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
declare function Auth0LogoIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
declare function XLogoIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;
export { Auth0LogoIcon, GoogleLogoIcon, LoadingIcon, XLogoIcon };