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