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