// Generated by script, don't edit it please.
import * as React from 'react';

function Home(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.143 17.714v8.571c0 .625-.518 1.143-1.143 1.143h-6.857v-6.857h-4.571v6.857H5.715a1.151 1.151 0 01-1.143-1.143v-8.571c0-.036.018-.071.018-.107l10.268-8.464 10.268 8.464c.018.036.018.071.018.107zm3.982-1.232l-1.107 1.321a.59.59 0 01-.375.196h-.054a.561.561 0 01-.375-.125L14.857 7.57 2.5 17.874a.611.611 0 01-.429.125.594.594 0 01-.375-.196L.589 16.482a.586.586 0 01.071-.804L13.499 4.982c.75-.625 1.964-.625 2.714 0l4.357 3.643V5.143c0-.321.25-.571.571-.571h3.429c.321 0 .571.25.571.571v7.286l3.911 3.25a.585.585 0 01.071.804z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(Home);
export default ForwardRef;
