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