export default function Times({ color = '#d41702', size = 20 }: Props) {
  return (
    <svg
      fill="none"
      height={size}