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