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