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