Skip to content

Commit 26bf66d

Browse files
Patricio AlbizuPatricio Albizu
authored andcommitted
feat: external/internal APIs adding icons
1 parent c75f40b commit 26bf66d

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 6 additions & 0 deletions
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const iconsRootPath = 'assets/icons';
4747
{ key: IconType.Expanded, url: `${iconsRootPath}/minus-circle.svg` },
4848
{ key: IconType.ExpandedReverse, url: `${iconsRootPath}/minus-circle-reverse.svg` },
4949
{ key: IconType.External, url: `${iconsRootPath}/external.svg` },
50+
{ key: IconType.ExternalApi, url: `${iconsRootPath}/external-api.svg` },
5051
{ key: IconType.Eye, url: `${iconsRootPath}/eye.svg` },
5152
{ key: IconType.FileCode, url: `${iconsRootPath}/file-code.svg` },
5253
{ key: IconType.Filter, url: `${iconsRootPath}/filter.svg` },
@@ -57,6 +58,7 @@ const iconsRootPath = 'assets/icons';
5758
{ key: IconType.Info, url: `${iconsRootPath}/info.svg` },
5859
{ key: IconType.Infrastructure, url: `${iconsRootPath}/infrastructure.svg` },
5960
{ key: IconType.Internal, url: `${iconsRootPath}/internal.svg` },
61+
{ key: IconType.InternalApi, url: `${iconsRootPath}/internal-api.svg` },
6062
{ key: IconType.Istio, url: `${iconsRootPath}/istio.svg` },
6163
{ key: IconType.Java, url: `${iconsRootPath}/java.svg` },
6264
{ key: IconType.KnowledgeGraph, url: `${iconsRootPath}/knowledge-graph.svg` },

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export const enum IconType {
4848
Expanded = 'svg:minus-square',
4949
ExpandedReverse = 'svg:minus-circle-reverse',
5050
External = 'svg:external',
51+
ExternalApi = 'svg:external-api',
5152
Eye = 'svg:eye',
5253
Favorite = 'favorite_border',
5354
FileCode = 'svg:file-code',
@@ -62,6 +63,7 @@ export const enum IconType {
6263
Info = 'svg:info',
6364
Infrastructure = 'svg:infrastructure',
6465
Internal = 'svg:internal',
66+
InternalApi = 'svg:internal-api',
6567
Java = 'svg:java',
6668
KeyboardArrowLeft = 'keyboard_arrow_left',
6769
KeyboardBackspace = 'keyboard_backspace',

0 commit comments

Comments
 (0)