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