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