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

function Meanpath(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M23.411 15.036v2.036c0 .571-.339.929-.911.929h-3.607c-.571 0-.929-.357-.929-.929v-2.036c0-.571.357-.929.929-.929H22.5c.571 0 .911.357.911.929zm-8.75 4.107v-4.464c0-1.268-.839-2.107-2.107-2.107h-2.375c-.804 0-1.393.339-1.714.929-.321-.589-.911-.929-1.714-.929H4.43c-1.25 0-2.107.839-2.107 2.107v4.464c0 .268.125.393.375.393h.982c.268 0 .393-.125.393-.393v-4.107c0-.571.339-.929.929-.929h1.679c.571 0 .929.357.929.929v4.107c0 .268.107.393.375.393h.964c.268 0 .393-.125.393-.393v-4.107c0-.571.357-.929.929-.929h1.732c.571 0 .911.357.911.929v4.107c0 .268.125.393.393.393h.982c.25 0 .375-.125.375-.393zm10.518-1.714v-2.75c0-1.268-.857-2.107-2.125-2.107H18.34c-1.268 0-2.125.839-2.125 2.107V22c0 .268.143.375.393.375h.982c.268 0 .375-.107.375-.375v-3.214c.339.464.875.75 1.679.75h3.411c1.268 0 2.125-.857 2.125-2.107zm2.25-11v19.143a4.146 4.146 0 01-4.143 4.143H4.143A4.146 4.146 0 010 25.572V6.429a4.146 4.146 0 014.143-4.143h19.143a4.146 4.146 0 014.143 4.143z" />
    </svg>
  );
}

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