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