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