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