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