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