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