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