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