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