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

function Conversion(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M1.707 13H13.5a1.5 1.5 0 001.5-1.5V7a.5.5 0 011 0v4.5a2.5 2.5 0 01-2.5 2.5H1.707l1.146 1.146a.5.5 0 01-.707.707l-2-2a.5.5 0 010-.707l2-2a.5.5 0 01.707.707l-1.146 1.146zM14.293 2L13.147.854a.5.5 0 01.707-.707l2 2a.5.5 0 010 .707l-2 2a.5.5 0 01-.707-.707l1.146-1.146H2.5a1.5 1.5 0 00-1.5 1.5v4.5a.5.5 0 01-1 0v-4.5a2.5 2.5 0 012.5-2.5h11.793z" />
    </svg>
  );
}

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