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