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