import * as React from 'react'; export interface MoveDownRight24Props extends React.SVGProps { ariaLabel?: string } export default function MoveDownRight24({ ariaLabel, ...props }: MoveDownRight24Props) { return ( ); }