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

function BellSlashO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.571 30.286a.282.282 0 00-.286-.286 2.583 2.583 0 01-2.571-2.571c0-.161-.125-.286-.286-.286s-.286.125-.286.286a3.148 3.148 0 003.143 3.143.282.282 0 00.286-.286zm-9.589-8.482L24.643 8.233c-.893-1.875-2.964-3.661-6.357-3.661-4.679 0-6.857 3.411-6.857 5.714 0 4.571-.804 8.393-2.446 11.518zm24.161 3.339a2.302 2.302 0 01-2.286 2.286h-8c0 2.518-2.054 4.571-4.571 4.571s-4.554-2.036-4.571-4.554l2.661-2.304h13.518c-1.982-2.232-3.321-4.946-4.054-8.196l1.982-1.732c.911 5.321 3.25 8.179 5.321 9.929zM34.679.286L36.179 2a.605.605 0 01-.054.821L2.696 31.785a.57.57 0 01-.804-.071L.392 30c-.196-.25-.179-.607.054-.804l3.321-2.875a2.266 2.266 0 01-.339-1.179c2.643-2.232 5.714-6.232 5.714-14.857 0-3.429 2.839-7.179 7.571-7.875a1.8 1.8 0 01-.143-.696 1.715 1.715 0 113.285.696c3.071.446 5.339 2.179 6.554 4.286L33.873.214a.57.57 0 01.804.071z" />
    </svg>
  );
}

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