/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const FastForwardIcon: 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='M2 16.427V7.573q0-.483.33-.778t.769-.295q.137 0 .302.027.164.026.302.134l6.814 4.454q.246.16.37.389.124.228.124.496a1.02 1.02 0 0 1-.494.885L3.703 17.34a.66.66 0 0 1-.302.134 2 2 0 0 1-.302.027q-.44 0-.77-.295T2 16.427m10.989 0V7.573q0-.483.33-.778t.769-.295q.138 0 .302.027.165.026.302.134l6.814 4.454q.247.16.37.389.124.228.124.496a1.02 1.02 0 0 1-.494.885l-6.814 4.454a.66.66 0 0 1-.302.134 2 2 0 0 1-.302.027q-.44 0-.77-.295t-.329-.778' />
    </g>
  </svg>
);
export default FastForwardIcon;
