export function FeedIcon(props: React.SVGAttributes<{}>) {
  return (
    <svg viewBox="0 0 1550 1550" xmlns="http://www.w3.org/2000/svg" {...props}>
      <g>
        <path
          d="m1423.8 936.7c-76.4-180.7-185.7-342.9-324.9-482.2s-301.5-248.6-482.2-324.9c-187.1-79.1-385.9-119.2-590.8-119.2-6.7 0-12.2 5.5-12.2 12.2v225.9c0 6.7 5.5 12.2 12.2 12.2 698.5 0 1266.8 568.3 1266.8 1266.8 0 6.7 5.5 12.2 12.2 12.2h225.9c6.7 0 12.2-5.5 12.2-12.2 0-205-40.1-403.7-119.2-590.8z"
          fill="currentColor"
        />
        <path
          d="m698.9 847.7c-88.2-88.2-191-157.5-305.5-205.8-118.6-50.1-244.5-75.5-374.3-75.5-6.7 0-12.2 5.5-12.2 12.2v225.9c0 6.7 5.5 12.2 12.2 12.2 391.9 0 710.8 318.9 710.8 710.8 0 6.7 5.5 12.2 12.2 12.2h225.9c6.7 0 12.2-5.5 12.2-12.2 0-129.8-25.4-255.7-75.5-374.3-48.3-114.5-117.6-217.3-205.8-305.5z"
          fill="currentColor"
        />
        <circle cx="160.8" cy="1385.9" r="153.8" fill="currentColor" />
      </g>
    </svg>
  );
}
