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