add AzurePipelinesIcon
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com>
This commit is contained in:
@@ -178,6 +178,11 @@ export const azureDevOpsPlugin: BackstagePlugin<{}, {}>;
|
||||
// @public (undocumented)
|
||||
export const AzureGitTagsIcon: (props: SvgIconProps) => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "AzurePipelinesIcon" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
export const AzurePipelinesIcon: (props: SvgIconProps) => JSX.Element;
|
||||
|
||||
// Warning: (ae-missing-release-tag) "AzurePullRequestsIcon" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
||||
//
|
||||
// @public (undocumented)
|
||||
|
||||
@@ -26,6 +26,7 @@ export {
|
||||
|
||||
export { AzurePullRequestsIcon } from './components/AzurePullRequestsIcon';
|
||||
export { AzureGitTagsIcon } from './components/AzureGitTagsIcon';
|
||||
export { AzurePipelinesIcon } from './components/AzurePipelinesIcon';
|
||||
|
||||
export * from './api';
|
||||
export * from './hooks';
|
||||
|
||||
Reference in New Issue
Block a user