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