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