Skip to content

Commit 1b54d53

Browse files
feat: adding download icon (#857)
* feat: adding download icon
1 parent 69137a2 commit 1b54d53

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
@@ -40,6 +40,7 @@ const iconsRootPath = 'assets/icons';
4040
{ key: IconType.Custom, url: `${iconsRootPath}/custom.svg` },
4141
{ key: IconType.Dashboard, url: `${iconsRootPath}/dashboard.svg` },
4242
{ key: IconType.Device, url: `${iconsRootPath}/device.svg` },
43+
{ key: IconType.Download, url: `${iconsRootPath}/download.svg` },
4344
{ key: IconType.Edge, url: `${iconsRootPath}/edge.svg` },
4445
{ key: IconType.ExpandAll, url: `${iconsRootPath}/expand-all.svg` },
4546
{ 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
@@ -37,6 +37,7 @@ export const enum IconType {
3737
Delete = 'delete',
3838
Device = 'svg:device',
3939
Done = 'done',
40+
Download = 'download',
4041
Edge = 'edge',
4142
Error = 'error_outline',
4243
Empty = 'panorama_fish_eye',

0 commit comments

Comments
 (0)