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