/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ArrowsLeftRightIcon: 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='M17.702 16.298a.992.992 0 0 1-1.407-1.4L18.175 13H14a1 1 0 1 1 0-2h4.175l-1.88-1.898a.992.992 0 0 1 1.407-1.4l3.59 3.59a1 1 0 0 1 0 1.415zm-10 0a.99.99 0 0 1-1.404 0l-3.59-3.59a1 1 0 0 1 0-1.415l3.59-3.591a.992.992 0 0 1 1.407 1.4L5.825 11H10a1 1 0 1 1 0 2H5.825l1.88 1.898a.99.99 0 0 1-.003 1.4' />
    </g>
  </svg>
);
export default ArrowsLeftRightIcon;
