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