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