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

function ReviewRefuse(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.5 15h9a.5.5 0 010 1h-9a.5.5 0 010-1zM4.863 8.921l-3.819 1.863.438.899c.196.402.935.657 1.337.46l.899-.438.438.899-.899.438c-.899.438-2.236-.022-2.674-.921l-.438-.899c-.208-.425.035-1.13.46-1.337l3.724-1.816-1.003-2.057a3 3 0 112.311-1.127l-.782-.624a2 2 0 10-1.54.751l.632-.007 1.196 2.452-.281 1.464z" />
      <path d="M11.725 5.307a5 5 0 102.807 2.579.5.5 0 11.906-.422 6.001 6.001 0 01-10.876 5.072 6.001 6.001 0 017.525-8.161l-.003.008a.5.5 0 11-.36.923z" />
      <path d="M10 9.293l2.146-2.146a.5.5 0 01.707.707L10.707 10l2.146 2.146a.5.5 0 01-.707.707L10 10.707l-2.146 2.146a.5.5 0 01-.707-.707L9.293 10 7.147 7.854a.5.5 0 01.707-.707L10 9.293z" />
    </svg>
  );
}

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