const Home = () => {
  return (
    <svg
      xmlns="http://www.w3.org/2000/svg"
      width="22"
      height="20"
      viewBox="0 0 22 20"
      fill="none"
    >
      <g clipPath="url(#clip0_447_2749)">
        <path
          d="M8.42939 18.3241V9.9918H13.4818V18.3241M3.37695 7.49209L10.9556 1.65945L18.5343 7.49209V16.6577C18.5343 17.0996 18.3568 17.5235 18.041 17.836C17.7251 18.1486 17.2968 18.3241 16.8501 18.3241H5.0611C4.61444 18.3241 4.18607 18.1486 3.87023 17.836C3.55439 17.5235 3.37695 17.0996 3.37695 16.6577V7.49209Z"
          stroke="#18181B"
          strokeWidth="2"
          strokeLinecap="round"
          strokeLinejoin="round"
        />
      </g>
      <defs>
        <clipPath id="clip0_447_2749">
          <rect
            width="20.2097"
            height="19.9976"
            fill="white"
            transform="translate(0.851562 -0.00701523)"
          />
        </clipPath>
      </defs>
    </svg>
  );
};

export default Home;
