import { LabIcon } from "@jupyterlab/ui-components"; export const iconSvgStr = ` `; const icon = new LabIcon({ name: "@tabnine/jupyterlab:logo", svgstr: iconSvgStr, }); export default icon;