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