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