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