import { Button, ButtonProps } from '@mantine/core';
function LogidexIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
return (
);
}
export function LogidexButton(props: ButtonProps & React.ComponentPropsWithoutRef<'button'>) {
return } variant="default" {...props} />;
}