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