UNPKG

@datalayer/icons-react

Version:

React.js and JupyterLab icons for data products.

7 lines 361 B
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon'; import JupyterNotebookLegacyIconSvgStr from './JupyterNotebookLegacyIcon.svg'; const jupyterNotebookLegacyIconJupyterLab = new LabIcon({ name: '@datalayer/icons:jupyter-notebook-legacy', svgstr: JupyterNotebookLegacyIconSvgStr, }); export default jupyterNotebookLegacyIconJupyterLab;