interface Props {
  color?: string;
  size?: number;
}