Skip to content

Commit 8a5ddbb

Browse files
palbizuPatricio Albizu
andauthored
feat: adding sidebar left icon (#1144)
* feat: adding sidebar left icon * feat: adding icon Co-authored-by: Patricio Albizu <patricioalbizu@Patricios-MacBook-Pro.local>
1 parent e464cea commit 8a5ddbb

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

projects/assets-library/src/icons/icon-library.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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` },

projects/assets-library/src/icons/icon-type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)