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