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