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