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