File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ import { LabIcon } from '@jupyterlab/ui-components';
22import bluetoothConnectSvgstr from '../..//style/bluetoothConnect.svg' ;
33import bluetoothDisconnectSvgstr from '../..//style/bluetoothDisconnect.svg' ;
44import 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' ;
85import GreenCircleSvgstr from '../../style/green-circle.svg' ;
96import 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
4124export const GreenCircle = new LabIcon ( {
4225 name : '@jupyterlab/bluetooh-manager:bluetooth-green-circle' ,
You can’t perform that action at this time.
0 commit comments