Skip to content

Commit 1d5b52a

Browse files
Patricio AlbizuPatricio Albizu
authored andcommitted
feat: icon renamed
1 parent e62cb8d commit 1d5b52a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const iconsRootPath = 'assets/icons';
4242
{ key: IconType.Dashboard, url: `${iconsRootPath}/dashboard.svg` },
4343
{ key: IconType.Device, url: `${iconsRootPath}/device.svg` },
4444
{ key: IconType.Download, url: `${iconsRootPath}/download.svg` },
45+
{ key: IconType.DrilldownFilter, url: `${iconsRootPath}/drilldown-filter.svg` },
4546
{ key: IconType.Edge, url: `${iconsRootPath}/edge.svg` },
4647
{ key: IconType.ExpandAll, url: `${iconsRootPath}/expand-all.svg` },
4748
{ key: IconType.Expanded, url: `${iconsRootPath}/minus-circle.svg` },
@@ -51,7 +52,6 @@ const iconsRootPath = 'assets/icons';
5152
{ key: IconType.Eye, url: `${iconsRootPath}/eye.svg` },
5253
{ key: IconType.FileCode, url: `${iconsRootPath}/file-code.svg` },
5354
{ key: IconType.Filter, url: `${iconsRootPath}/filter.svg` },
54-
{ key: IconType.FilterSpecial, url: `${iconsRootPath}/filter-special.svg` },
5555
{ key: IconType.Go, url: `${iconsRootPath}/go.svg` },
5656
{ key: IconType.Helm, url: `${iconsRootPath}/helm.svg` },
5757
{ key: IconType.Hypertrace, url: `${iconsRootPath}/hypertrace.svg` },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export const enum IconType {
4040
Device = 'svg:device',
4141
Done = 'done',
4242
Download = 'download',
43+
DrilldownFilter = 'svg:drilldown-filter',
4344
Edge = 'edge',
4445
Error = 'error_outline',
4546
Empty = 'panorama_fish_eye',
@@ -53,7 +54,6 @@ export const enum IconType {
5354
Favorite = 'favorite_border',
5455
FileCode = 'svg:file-code',
5556
Filter = 'svg:filter',
56-
FilterSpecial = 'svg:filter-special',
5757
First = 'first_page',
5858
Go = 'svg:go',
5959
Helm = 'svg:helm',

0 commit comments

Comments
 (0)