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