Skip to content

Commit e2f46bb

Browse files
feat: adding note icon (#801)
* feat: adding note icon
1 parent 7d25280 commit e2f46bb

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
Lines changed: 6 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
@@ -65,6 +65,7 @@ const iconsRootPath = 'assets/icons';
6565
{ key: IconType.MoreVertical, url: `${iconsRootPath}/more-vertical.svg` },
6666
{ key: IconType.NoData, url: `${iconsRootPath}/no-data.svg` },
6767
{ key: IconType.Node, url: `${iconsRootPath}/node.svg` },
68+
{ key: IconType.Note, url: `${iconsRootPath}/note.svg` },
6869
{ key: IconType.OpenInNewTab, url: `${iconsRootPath}/open-in-new-tab.svg` },
6970
{ key: IconType.Search, url: `${iconsRootPath}/search.svg` },
7071
{ key: IconType.SidebarCollapse, url: `${iconsRootPath}/sidebar-collapse.svg` },

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export const enum IconType {
7878
NoData = 'svg:noData',
7979
Node = 'node',
8080
None = 'none',
81+
Note = 'svg:note',
8182
OpenInNewTab = 'svg:open-in-new-tab',
8283
PageView = 'pageview',
8384
Previous = 'navigate_before',

0 commit comments

Comments
 (0)