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