UNPKG

@voila-dashboards/jupyterlab-gridstack

Version:

A gridstack-based template for [![voila-gridstack](assets/voila.png)](https://github.com/voila-dashboards/voila).

13 lines (12 loc) 455 B
import { LabIcon } from '@jupyterlab/ui-components'; // icon svg import statements import compact from '../style/icons/compact.svg'; import dashboard from '../style/icons/dashboard.svg'; export const compactIcon = new LabIcon({ name: '@voila-dashboards/jupyterlab-gridstack:icon-compact', svgstr: compact, }); export const dashboardIcon = new LabIcon({ name: '@voila-dashboards/jupyterlab-gridstack:icon-dashboard', svgstr: dashboard, });