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