type Props = { color: string; size: string | number; }; export const AirdropIcon = ({ color, size }: Props) => { return ( ); };