Skip to content

Commit

Permalink
Revert "add openInNewIcon based on #jupyter#6793 by @JasonWeill"
Browse files Browse the repository at this point in the history
This reverts commit eca0a4e.
  • Loading branch information
andrii-i committed Jun 8, 2023
1 parent c0343b0 commit eb2a2b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions packages/ui-components/src/icon/iconimports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@
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: 0 additions & 4 deletions packages/ui-components/style/icons/open-in-new.svg

This file was deleted.

0 comments on commit eb2a2b3

Please sign in to comment.