@@ -47,6 +47,7 @@ const iconsRootPath = 'assets/icons';
47
47
{ key : IconType . Expanded , url : `${ iconsRootPath } /minus-circle.svg` } ,
48
48
{ key : IconType . ExpandedReverse , url : `${ iconsRootPath } /minus-circle-reverse.svg` } ,
49
49
{ key : IconType . External , url : `${ iconsRootPath } /external.svg` } ,
50
+ { key : IconType . ExternalApi , url : `${ iconsRootPath } /external-api.svg` } ,
50
51
{ key : IconType . Eye , url : `${ iconsRootPath } /eye.svg` } ,
51
52
{ key : IconType . FileCode , url : `${ iconsRootPath } /file-code.svg` } ,
52
53
{ key : IconType . Filter , url : `${ iconsRootPath } /filter.svg` } ,
@@ -57,6 +58,7 @@ const iconsRootPath = 'assets/icons';
57
58
{ key : IconType . Info , url : `${ iconsRootPath } /info.svg` } ,
58
59
{ key : IconType . Infrastructure , url : `${ iconsRootPath } /infrastructure.svg` } ,
59
60
{ key : IconType . Internal , url : `${ iconsRootPath } /internal.svg` } ,
61
+ { key : IconType . InternalApi , url : `${ iconsRootPath } /internal-api.svg` } ,
60
62
{ key : IconType . Istio , url : `${ iconsRootPath } /istio.svg` } ,
61
63
{ key : IconType . Java , url : `${ iconsRootPath } /java.svg` } ,
62
64
{ key : IconType . KnowledgeGraph , url : `${ iconsRootPath } /knowledge-graph.svg` } ,
0 commit comments