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

function Terminal(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="M10.446 17.554l-8.321 8.321a.571.571 0 01-.821 0l-.893-.893a.571.571 0 010-.821l7.018-7.018-7.018-7.018a.571.571 0 010-.821l.893-.893a.571.571 0 01.821 0l8.321 8.321a.571.571 0 010 .821zm19.268 8.16v1.143c0 .321-.25.571-.571.571H12a.564.564 0 01-.571-.571v-1.143c0-.321.25-.571.571-.571h17.143c.321 0 .571.25.571.571z" />
    </svg>
  );
}

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