Skip to content

Commit 4446212

Browse files
Merge pull request #46 from HaudinFlorence/fix_unsaved_icon_file
Remove unused icons in icon.ts
2 parents 6694911 + aebc402 commit 4446212

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

src/bluetooth/icon.ts

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { LabIcon } from '@jupyterlab/ui-components';
22
import bluetoothConnectSvgstr from '../..//style/bluetoothConnect.svg';
33
import bluetoothDisconnectSvgstr from '../..//style/bluetoothDisconnect.svg';
44
import LegoBrickSvgstr from '../..//style/LegoBrick.svg';
5-
import Studs1Svgstr from '../..//style/studs1.svg';
6-
import Studs2Svgstr from '../..//style/studs1.svg';
7-
import StudsYellowSvgstr from '../..//style/studs-yellow.svg';
85
import GreenCircleSvgstr from '../../style/green-circle.svg';
96
import RedCircleSvgstr from '../../style/red-circle.svg';
107

@@ -22,21 +19,7 @@ export const LegoBrickIcon = new LabIcon({
2219
name: '@jupyterlab/bluetooh-manager:bluetooth-lego-brick',
2320
svgstr: LegoBrickSvgstr
2421
});
25-
26-
export const Studs1Icon = new LabIcon({
27-
name: '@jupyterlab/bluetooh-manager:bluetooth-studs1',
28-
svgstr: Studs1Svgstr
29-
});
30-
31-
export const Studs2Icon = new LabIcon({
32-
name: '@jupyterlab/bluetooh-manager:bluetooth-studs1',
33-
svgstr: Studs2Svgstr
34-
});
35-
36-
export const StudsYellowIcon = new LabIcon({
37-
name: '@jupyterlab/bluetooh-manager:bluetooth-studs-yellow',
38-
svgstr: StudsYellowSvgstr
39-
});
22+
;
4023

4124
export const GreenCircle = new LabIcon({
4225
name: '@jupyterlab/bluetooh-manager:bluetooth-green-circle',

0 commit comments

Comments
 (0)