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