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