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

function Reddit(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="M19.554 20.839c.161.161.161.411 0 .554C18.536 22.411 16.572 22.5 16 22.5s-2.536-.089-3.554-1.107c-.161-.143-.161-.393 0-.554a.388.388 0 01.536 0c.643.661 2.036.875 3.018.875s2.357-.214 3.018-.875a.388.388 0 01.536 0zm-5.483-3.232c0 .875-.714 1.589-1.589 1.589a1.596 1.596 0 01-1.607-1.589A1.6 1.6 0 0112.482 16c.875 0 1.589.714 1.589 1.607zm7.054 0c0 .875-.714 1.589-1.607 1.589a1.592 1.592 0 01-1.589-1.589c0-.893.714-1.607 1.589-1.607a1.6 1.6 0 011.607 1.607zm4.482-2.143a2.133 2.133 0 00-2.143-2.125c-.607 0-1.143.25-1.536.643-1.446-1-3.393-1.643-5.554-1.714l1.125-5.054 3.571.804c0 .875.714 1.589 1.589 1.589.893 0 1.607-.732 1.607-1.607s-.714-1.607-1.607-1.607c-.625 0-1.161.375-1.429.893l-3.946-.875c-.196-.054-.393.089-.446.286l-1.232 5.571c-2.143.089-4.071.732-5.518 1.732a2.142 2.142 0 00-1.554-.661 2.133 2.133 0 00-2.143 2.125c0 .857.5 1.571 1.214 1.929a4.663 4.663 0 00-.107 1c0 3.393 3.821 6.143 8.518 6.143 4.714 0 8.536-2.75 8.536-6.143 0-.339-.036-.696-.125-1.018a2.145 2.145 0 001.179-1.911zM32 16c0 8.839-7.161 16-16 16S0 24.839 0 16 7.161 0 16 0s16 7.161 16 16z" />
    </svg>
  );
}

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