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