/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const HomeIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M4 18.943V9.686q0-.49.213-.926a1.96 1.96 0 0 1 .587-.72l6-4.629Q11.325 3 12 3t1.2.411l6 4.629q.375.284.588.72.212.437.212.926v9.257a2 2 0 0 1-.587 1.453A1.9 1.9 0 0 1 18 21h-3a.95.95 0 0 1-.713-.296 1 1 0 0 1-.287-.733V14.83a1 1 0 0 0-.287-.733A.95.95 0 0 0 13 13.8h-2a.95.95 0 0 0-.713.296 1 1 0 0 0-.287.733v5.142q0 .438-.287.733A.95.95 0 0 1 9 21H6a1.9 1.9 0 0 1-1.412-.604A2 2 0 0 1 4 18.943' />
    </g>
  </svg>
);
export default HomeIcon;
