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';
78
78
{ key : IconType . Search , url : `${ iconsRootPath } /search.svg` } ,
79
79
{ key : IconType . SidebarCollapse , url : `${ iconsRootPath } /sidebar-collapse.svg` } ,
80
80
{ key : IconType . SidebarExpand , url : `${ iconsRootPath } /sidebar-expand.svg` } ,
81
+ { key : IconType . SidebarLeft , url : `${ iconsRootPath } /sidebar-left.svg` } ,
81
82
{ key : IconType . Sort , url : `${ iconsRootPath } /sort.svg` } ,
82
83
{ key : IconType . Slack , url : `${ iconsRootPath } /slack.svg` } ,
83
84
{ 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 {
99
99
Share = 'share' ,
100
100
SidebarCollapse = 'svg:sidebar-collapse' ,
101
101
SidebarExpand = 'svg:sidebar-expand' ,
102
+ SidebarLeft = 'svg:sidebar-left' ,
102
103
Slack = 'svg:slack' ,
103
104
Sort = 'svg:sort' ,
104
105
SpanId = 'bookmark_border' ,
You can’t perform that action at this time.
0 commit comments