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

function BellO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16.286 30.286A.282.282 0 0016 30a2.583 2.583 0 01-2.571-2.571c0-.161-.125-.286-.286-.286s-.286.125-.286.286A3.148 3.148 0 0016 30.572a.282.282 0 00.286-.286zM4.393 25.143h23.214c-3.196-3.607-4.75-8.5-4.75-14.857 0-2.304-2.179-5.714-6.857-5.714s-6.857 3.411-6.857 5.714c0 6.357-1.554 11.25-4.75 14.857zm26.464 0a2.302 2.302 0 01-2.286 2.286h-8C20.571 29.947 18.517 32 16 32s-4.571-2.054-4.571-4.571h-8a2.302 2.302 0 01-2.286-2.286c2.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.696c4.732.696 7.571 4.446 7.571 7.875 0 8.625 3.071 12.625 5.714 14.857z" />
    </svg>
  );
}

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