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

function StopOutline(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="M12 2a2 2 0 012 2v8a2 2 0 01-2 2H4a2 2 0 01-2-2V4a2 2 0 012-2h8zm0 1H4a1 1 0 00-.993.883L3 4v8a1 1 0 00.883.993L4 13h8a1 1 0 00.993-.883L13 12V4a1 1 0 00-.883-.993L12 3z" />
    </svg>
  );
}

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