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