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