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

function RssSquare(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M9.143 22.857c0-1.268-1.018-2.286-2.286-2.286s-2.286 1.018-2.286 2.286 1.018 2.286 2.286 2.286 2.286-1.018 2.286-2.286zm6.268 1.679A10.82 10.82 0 005.179 14.304c-.161-.018-.321.054-.429.161s-.179.25-.179.411v2.286c0 .304.232.554.536.571 3.661.268 6.607 3.214 6.875 6.875a.569.569 0 00.571.536h2.286c.161 0 .304-.071.411-.179s.179-.268.161-.429zm6.857.018C21.964 15.268 14.447 7.75 5.161 7.447a.437.437 0 00-.411.161.582.582 0 00-.179.411v2.286c0 .304.25.554.554.571 7.411.268 13.446 6.304 13.714 13.714a.584.584 0 00.571.554h2.286a.578.578 0 00.411-.179.454.454 0 00.161-.411zm5.161-17.125v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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