Skip to content

Commit

Permalink
add openInNewIcon based on #jupyter#6793 by @JasonWeill
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-i committed Jun 8, 2023
1 parent f530d9c commit d418b8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ui-components/src/icon/iconimports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@
import { LabIcon } from '@jupyterlab/ui-components';

import jupyterSvgstr from '../../style/icons/jupyter.svg';
import openInNewSvgstr from '../../style/icons/open-in-new.svg';

export const jupyterIcon = new LabIcon({
name: 'notebook-ui-components:jupyter',
svgstr: jupyterSvgstr,
});

export const openInNewIcon = new LabIcon({
name: 'notebook-ui-components:open-in-new',
svgstr: openInNewSvgstr,
});
4 changes: 4 additions & 0 deletions packages/ui-components/style/icons/open-in-new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d418b8a

Please sign in to comment.