/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RedditIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M9.803 13.996a1 1 0 0 1-1.004-.992c0-.556.447-1.004 1.004-1.004.548 0 .992.448.992 1.004a.994.994 0 0 1-.992.992M22 12c0 5.525-4.476 10-10 10S2 17.524 2 12 6.476 2 12 2s10 4.476 10 10m-5.335-1.661c-.378 0-.713.157-.96.403-.903-.625-2.12-1.028-3.472-1.073l.702-3.157 2.234.503c0 .549.448.993.992.993.556 0 1.003-.456 1.003-1.004 0-.549-.447-1.004-1.003-1.004-.391 0-.726.234-.891.557l-2.468-.549c-.121-.032-.246.057-.278.178l-.77 3.484c-1.34.056-2.545.455-3.448 1.08a1.34 1.34 0 0 0-.972-.41c-1.407 0-1.867 1.89-.58 2.532a3 3 0 0 0-.069.625c0 2.12 2.387 3.839 5.323 3.839 2.948 0 5.335-1.719 5.335-3.84 0-.213-.025-.435-.077-.637 1.262-.645.798-2.52-.6-2.52m-2.778 4.685c-.734.734-3.068.723-3.774 0a.245.245 0 0 0-.335 0c-.1.101-.1.259 0 .348.92.919 3.52.919 4.444 0 .1-.09.1-.246 0-.348a.245.245 0 0 0-.335 0m.31-3.024a.997.997 0 0 0-.82 1.558.999.999 0 1 0 .82-1.558' />
    </g>
  </svg>
);
export default RedditIcon;
