import React from "react" export const GeminiIcon = React.forwardRef< SVGSVGElement, React.SVGProps >((props, ref) => { return ( ) })