import { rem } from "@mantine/core"; interface Props { size?: number | string; } export function GoogleIcon({ size }: Props) { return ( ); }