/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const DownRightArrowIcon: 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='M14.707 20.293a1.005 1.005 0 0 1-1.42-1.425L16.175 16H6a1 1 0 0 1-1-1V5a1 1 0 0 1 2 0v9h9.175l-2.9-2.9a.999.999 0 1 1 1.412-1.412l4.606 4.605a1 1 0 0 1 0 1.414z' />
    </g>
  </svg>
);
export default DownRightArrowIcon;
