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