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