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

function Compress(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="M13.714 17.143v8c0 .625-.518 1.143-1.143 1.143-.304 0-.589-.125-.804-.339l-2.571-2.571-5.929 5.929c-.107.107-.268.179-.411.179s-.304-.071-.411-.179L.409 27.269c-.107-.107-.179-.268-.179-.411s.071-.304.179-.411l5.929-5.929-2.571-2.571a1.137 1.137 0 01-.339-.804c0-.625.518-1.143 1.143-1.143h8c.625 0 1.143.518 1.143 1.143zm13.482-12a.612.612 0 01-.179.411l-5.929 5.929 2.571 2.571c.214.214.339.5.339.804 0 .625-.518 1.143-1.143 1.143h-8a1.151 1.151 0 01-1.143-1.143v-8c0-.625.518-1.143 1.143-1.143.304 0 .589.125.804.339l2.571 2.571 5.929-5.929c.107-.107.268-.179.411-.179s.304.071.411.179l2.036 2.036a.617.617 0 01.179.411z" />
    </svg>
  );
}

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