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