import { IconType } from "@/types/utils";
import React from "react";

export const HomeIcon: IconType = () => (
  <svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M3.02815 10.883C2.60449 11.8682 2.60449 12.9829 2.60449 15.2122V16.6666C2.60449 19.6129 2.60449 21.0861 3.51978 22.0013C4.41324 22.8948 5.83825 22.9161 8.64616 22.9166C8.71477 22.9166 8.78421 22.9166 8.85449 22.9166H16.1462C16.2164 22.9166 16.2859 22.9166 16.3545 22.9166C19.1624 22.9161 20.5874 22.8948 21.4809 22.0013C22.3962 21.0861 22.3962 19.6129 22.3962 16.6666V15.2122C22.3962 12.9829 22.3962 11.8682 21.9725 10.883C21.9106 10.7391 21.8422 10.598 21.7676 10.4602C21.2569 9.51719 20.382 8.82649 18.6322 7.44511C15.8506 5.24911 14.4598 4.15111 12.8481 4.04324C12.6165 4.02774 12.3841 4.02774 12.1525 4.04324C10.5408 4.15111 9.15003 5.24911 6.36843 7.44511C4.61868 8.82649 3.7438 9.51719 3.23307 10.4602C3.15844 10.598 3.09006 10.7391 3.02815 10.883ZM16.3545 22.9166C16.3545 22.4105 16.2548 21.9093 16.0611 21.4417C15.8674 20.9741 15.5835 20.5492 15.2256 20.1913C14.8677 19.8334 14.4429 19.5495 13.9753 19.3558C13.5076 19.1622 13.0065 19.0625 12.5003 19.0625C11.9942 19.0625 11.493 19.1622 11.0254 19.3558C10.5578 19.5495 10.1329 19.8334 9.77502 20.1913C9.41713 20.5492 9.13323 20.9741 8.93954 21.4417C8.74585 21.9093 8.64616 22.4105 8.64616 22.9166H10.1045C10.1045 22.602 10.1665 22.2905 10.2869 21.9998C10.4073 21.7091 10.5837 21.445 10.8062 21.2225C11.0287 21 11.2928 20.8236 11.5835 20.7032C11.8742 20.5828 12.1857 20.5208 12.5003 20.5208C12.8149 20.5208 13.1265 20.5828 13.4172 20.7032C13.7078 20.8236 13.972 21 14.1944 21.2225C14.4169 21.445 14.5934 21.7091 14.7138 21.9998C14.8342 22.2905 14.8962 22.602 14.8962 22.9166H16.3545Z"
      fill="currentColor"
    />
  </svg>
);
