Skip to content

Commit 4d802d3

Browse files
palbizuPatricio Albizu
andauthored
feat: adding new filter icon (#1185)
* feat: adding new filter icon * feat: icon renamed Co-authored-by: Patricio Albizu <[email protected]>
1 parent 8c4e99c commit 4d802d3

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
@@ -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` },

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

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

0 commit comments

Comments
 (0)