Skip to content

Commit ce62234

Browse files
authored
Merge branch 'main' into update-protocol-icon
2 parents e7b3bcc + d0dfe44 commit ce62234

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
@@ -85,6 +85,7 @@ const iconsRootPath = 'assets/icons';
8585
{ key: IconType.TriangleRight, url: `${iconsRootPath}/triangle-right.svg` },
8686
{ key: IconType.TriangleUp, url: `${iconsRootPath}/triangle-up.svg` },
8787
{ key: IconType.Yaml, url: `${iconsRootPath}/yaml.svg` },
88+
{ key: IconType.VirtualMachine, url: `${iconsRootPath}/virtual-machine.svg` },
8889
{ key: IconType.Warning, url: `${iconsRootPath}/warning.svg` }
8990
]
9091
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export const enum IconType {
111111
Unavailable = 'remove_circle_outline',
112112
Unknown = 'device_unknown',
113113
Warning = 'svg:warning',
114+
VirtualMachine = 'svg:virtual-machine',
114115
Yaml = 'svg:yaml',
115116
ZoomToFit = 'zoom_out_map'
116117
}

0 commit comments

Comments
 (0)