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