Skip to content

Commit 8c1222e

Browse files
feat(icon): add new icon - sort (#601)
* feat(icon): add new icon - sort * fix(sort-icon): fill color Co-authored-by: Dmitriy Potychkin <dmitriy.traceable.ai> Co-authored-by: Anand Tiwary <[email protected]>
1 parent 9fa4519 commit 8c1222e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Lines changed: 4 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
@@ -66,6 +66,7 @@ const iconsRootPath = 'assets/icons';
6666
{ key: IconType.Search, url: `${iconsRootPath}/search.svg` },
6767
{ key: IconType.SidebarCollapse, url: `${iconsRootPath}/sidebar-collapse.svg` },
6868
{ key: IconType.SidebarExpand, url: `${iconsRootPath}/sidebar-expand.svg` },
69+
{ key: IconType.Sort, url: `${iconsRootPath}/sort.svg` },
6970
{ key: IconType.Slack, url: `${iconsRootPath}/slack.svg` },
7071
{ key: IconType.Spinner, url: `${iconsRootPath}/spinner.svg` },
7172
{ key: IconType.StatusCode, url: `${iconsRootPath}/status-code.svg` },

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const enum IconType {
8787
SidebarCollapse = 'svg:sidebar-collapse',
8888
SidebarExpand = 'svg:sidebar-expand',
8989
Slack = 'svg:slack',
90+
Sort = 'svg:sort',
9091
SpanId = 'bookmark_border',
9192
Spinner = 'svg:spinner',
9293
StatusCode = 'svg:status-code',

0 commit comments

Comments
 (0)