import { LabIcon } from '@jupyterlab/ui-components'; import dagIconSvg from '../style/icons/dag.svg'; export const dagIcon = new LabIcon({ name: 'dag:dagIcon', svgstr: dagIconSvg });