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