Skip to content

Commit e62cb8d

Browse files
Patricio AlbizuPatricio Albizu
authored andcommitted
feat: adding new filter icon
1 parent 8c4e99c commit e62cb8d

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
@@ -51,6 +51,7 @@ const iconsRootPath = 'assets/icons';
5151
{ key: IconType.Eye, url: `${iconsRootPath}/eye.svg` },
5252
{ key: IconType.FileCode, url: `${iconsRootPath}/file-code.svg` },
5353
{ key: IconType.Filter, url: `${iconsRootPath}/filter.svg` },
54+
{ key: IconType.FilterSpecial, url: `${iconsRootPath}/filter-special.svg` },
5455
{ key: IconType.Go, url: `${iconsRootPath}/go.svg` },
5556
{ key: IconType.Helm, url: `${iconsRootPath}/helm.svg` },
5657
{ key: IconType.Hypertrace, url: `${iconsRootPath}/hypertrace.svg` },

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const enum IconType {
5353
Favorite = 'favorite_border',
5454
FileCode = 'svg:file-code',
5555
Filter = 'svg:filter',
56+
FilterSpecial = 'svg:filter-special',
5657
First = 'first_page',
5758
Go = 'svg:go',
5859
Helm = 'svg:helm',

0 commit comments

Comments
 (0)