import * as React from "react"; import { SVGProps } from "react"; const SvgAlphaECircle = (props: SVGProps) => ( ); export default SvgAlphaECircle;