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

function SearchMinus(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="M18.286 14.286v1.143a.587.587 0 01-.571.571H7.429a.587.587 0 01-.571-.571v-1.143c0-.304.268-.571.571-.571h10.286c.304 0 .571.268.571.571zm2.285.571c0-4.411-3.589-8-8-8s-8 3.589-8 8 3.589 8 8 8 8-3.589 8-8zm9.143 14.857A2.279 2.279 0 0127.428 32a2.24 2.24 0 01-1.607-.679l-6.125-6.107a12.544 12.544 0 01-7.125 2.214C5.625 27.428 0 21.803 0 14.857S5.625 2.286 12.571 2.286s12.571 5.625 12.571 12.571c0 2.536-.768 5.036-2.214 7.125l6.125 6.125c.411.411.661 1 .661 1.607z" />
    </svg>
  );
}

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