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