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