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