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