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