Skip to content

Commit

Permalink
Add icons (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebogg authored Nov 24, 2023
1 parent 557dfd7 commit 218d4f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/lib/components/DiscoveryGraph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
ComputerDesktop,
CpuChip,
Folder,
Key,
LockClosed,
RectangleGroup,
ServerStack,
Share
Expand Down Expand Up @@ -145,7 +147,9 @@
...nodeStyle('Application', CodeBracketSquare, overlay),
...nodeStyle('Library', BuildingLibrary, overlay),
...nodeStyle('TranslationUnitDeclaration', CodeBracket, overlay),
...nodeStyle('CodeRepository', Folder, overlay)
...nodeStyle('CodeRepository', Folder, overlay),
...nodeStyle('KeyVault', LockClosed, overlay),
...nodeStyle('Key', Key, overlay)
]);
return styles;
Expand Down

0 comments on commit 218d4f8

Please sign in to comment.