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