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