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