File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ const iconsRootPath = 'assets/icons';
7878 { key : IconType . Search , url : `${ iconsRootPath } /search.svg` } ,
7979 { key : IconType . SidebarCollapse , url : `${ iconsRootPath } /sidebar-collapse.svg` } ,
8080 { key : IconType . SidebarExpand , url : `${ iconsRootPath } /sidebar-expand.svg` } ,
81+ { key : IconType . SidebarLeft , url : `${ iconsRootPath } /sidebar-left.svg` } ,
8182 { key : IconType . Sort , url : `${ iconsRootPath } /sort.svg` } ,
8283 { key : IconType . Slack , url : `${ iconsRootPath } /slack.svg` } ,
8384 { key : IconType . Spinner , url : `${ iconsRootPath } /spinner.svg` } ,
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ export const enum IconType {
9999 Share = 'share' ,
100100 SidebarCollapse = 'svg:sidebar-collapse' ,
101101 SidebarExpand = 'svg:sidebar-expand' ,
102+ SidebarLeft = 'svg:sidebar-left' ,
102103 Slack = 'svg:slack' ,
103104 Sort = 'svg:sort' ,
104105 SpanId = 'bookmark_border' ,
You can’t perform that action at this time.
0 commit comments