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