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