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