icons.tsx 188 B

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