/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RewindIcon: 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='M22 16.83V7.17q0-.525-.33-.848A1.07 1.07 0 0 0 20.901 6q-.137 0-.302.03a.63.63 0 0 0-.302.146l-6.814 4.858a1.14 1.14 0 0 0-.494.966q0 .293.124.541.123.25.37.425l6.814 4.858a.63.63 0 0 0 .302.147q.165.03.302.029.44 0 .77-.322.33-.323.329-.849m-10.989 0V7.17q0-.525-.33-.848A1.07 1.07 0 0 0 9.912 6q-.137 0-.302.03a.63.63 0 0 0-.302.146l-6.813 4.858A1.14 1.14 0 0 0 2 12q0 .293.124.541.123.25.37.425l6.814 4.858a.63.63 0 0 0 .302.147q.165.03.302.029.44 0 .77-.322.33-.323.329-.849' />
    </g>
  </svg>
);
export default RewindIcon;
