/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ExtendRightIcon: 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='M4 18a.97.97 0 0 1-.712-.288A.97.97 0 0 1 3 17V7q0-.424.288-.713A.97.97 0 0 1 4 6q.424 0 .713.287Q5 6.576 5 7v10q0 .424-.287.712A.97.97 0 0 1 4 18M18.175 11H9a.97.97 0 0 0-.713.287A.97.97 0 0 0 8 12q0 .424.287.713Q8.576 13 9 13h9.175L15.3 15.9a.98.98 0 0 0-.288.687.93.93 0 0 0 .288.713.95.95 0 0 0 .7.275.95.95 0 0 0 .7-.275l4.6-4.6q.15-.15.212-.325.063-.175.063-.375t-.062-.375a.9.9 0 0 0-.213-.325l-4.6-4.6a.93.93 0 0 0-.687-.275q-.413 0-.713.275-.3.3-.3.712 0 .414.3.713z' />
      </g>
    </g>
  </svg>
);
export default ExtendRightIcon;
