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