UNPKG

@datalayer/icons-react

Version:

React.js and JupyterLab icons for data products.

7 lines 294 B
import { LabIcon } from '@jupyterlab/ui-components/lib/icon/labicon'; import MirrorBallIconSvgStr from './MirrorBallIcon.svg'; const mirrorBallIconJupyterLab = new LabIcon({ name: '@datalayer/icons:mirror-ball', svgstr: MirrorBallIconSvgStr, }); export default mirrorBallIconJupyterLab;