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