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