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