/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ReplayIcon: 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>
      <g>
        <path d='m7.195 18.588.793.8a.87.87 0 0 1 .269.659 1 1 0 0 1-.269.658.95.95 0 0 1-.664.295.86.86 0 0 1-.665-.271l-2.402-2.423A.8.8 0 0 1 4.058 18 1 1 0 0 1 4 17.647q0-.188.058-.353a.8.8 0 0 1 .199-.306l2.402-2.423a.86.86 0 0 1 .665-.271.95.95 0 0 1 .664.294q.256.282.269.659a.87.87 0 0 1-.269.659l-.793.8h9.47v-2.824q0-.4.268-.67t.665-.27.664.27q.27.27.269.67v2.824q0 .776-.548 1.329a1.8 1.8 0 0 1-1.318.553zM16.805 7.294h-9.47v2.824q0 .4-.268.67t-.665.27a.9.9 0 0 1-.664-.27.92.92 0 0 1-.269-.67V7.294q0-.776.548-1.329a1.8 1.8 0 0 1 1.318-.553h9.47l-.793-.8a.87.87 0 0 1-.269-.659 1 1 0 0 1 .269-.658.95.95 0 0 1 .664-.295.87.87 0 0 1 .665.271l2.402 2.423q.14.143.199.306.058.165.058.353 0 .189-.058.353a.8.8 0 0 1-.199.306l-2.402 2.423a.87.87 0 0 1-.665.271.95.95 0 0 1-.664-.294 1 1 0 0 1-.269-.659.87.87 0 0 1 .269-.659z' />
      </g>
    </g>
  </svg>
);
export default ReplayIcon;
