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

function Dashcube(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M0 12.143c0-3.089 2.464-5.75 5.607-5.75h13.25L25.143 0v26.25c0 3.107-2.464 5.75-5.607 5.75H5.607C2.464 32 0 29.357 0 26.25V12.143zm22 13.464l-3.143-3.214v-7.589c0-1.089-.875-2-1.964-2H8.25c-1.089 0-1.964.911-1.964 2v8.786c0 1.089.875 2.018 1.964 2.018H22z" />
    </svg>
  );
}

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