// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const HomeIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M9.6 20.7C9.71046 20.7 9.8 20.6105 9.8 20.5V14.3C9.8 14.1895 9.88954 14.1 10 14.1H14C14.1105 14.1 14.2 14.1895 14.2 14.3V20.5C14.2 20.6105 14.2895 20.7 14.4 20.7H19.5C19.6105 20.7 19.7 20.6105 19.7 20.5V12.1C19.7 11.9895 19.7895 11.9 19.9 11.9H22.4788C22.6621 11.9 22.7488 11.674 22.6126 11.5513L12.1338 2.12041C12.0577 2.05196 11.9423 2.05196 11.8662 2.12041L1.3874 11.5513C1.25116 11.674 1.33789 11.9 1.52119 11.9H4.1C4.21046 11.9 4.3 11.9895 4.3 12.1V20.5C4.3 20.6105 4.38954 20.7 4.5 20.7H9.6Z" />
  </svg>
);

const HomeIconWrapper = toIcon(HomeIcon);
export default HomeIconWrapper;
