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