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