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