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