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