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

function Rss(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.857 24a3.43 3.43 0 01-6.858 0 3.43 3.43 0 016.858 0zM16 26.196c.018.321-.089.625-.304.857-.214.25-.518.375-.839.375h-2.411a1.128 1.128 0 01-1.125-1.036A11.427 11.427 0 001.035 16.106a1.129 1.129 0 01-1.036-1.125V12.57c0-.321.125-.625.375-.839.196-.196.482-.304.768-.304h.089a16.035 16.035 0 0110.089 4.679 16.042 16.042 0 014.679 10.089zm9.143.036c.018.304-.089.607-.321.839-.214.232-.5.357-.821.357h-2.554a1.138 1.138 0 01-1.143-1.071c-.589-10.375-8.857-18.643-19.232-19.25A1.134 1.134 0 01.001 5.982V3.428c0-.321.125-.607.357-.821.214-.214.5-.321.786-.321h.054a25.14 25.14 0 0116.554 7.393 25.149 25.149 0 017.393 16.554z" />
    </svg>
  );
}

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