Skip to content

Commit

Permalink
fix(module:icon): add missing zorro used icon: deleteOutline (#7499)
Browse files Browse the repository at this point in the history
deleteOutline is used in nz-upload-list
  • Loading branch information
msyesyan committed Jun 15, 2022
1 parent a9d4bb0 commit ba6bade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/icon/icons.ts
Expand Up @@ -19,6 +19,7 @@ import {
CloseCircleOutline,
CloseOutline,
CopyOutline,
DeleteOutline,
DoubleLeftOutline,
DoubleRightOutline,
DownOutline,
Expand Down Expand Up @@ -64,6 +65,7 @@ export const NZ_ICONS_USED_BY_ZORRO: IconDefinition[] = [
CloseCircleFill,
CloseOutline,
CopyOutline,
DeleteOutline,
DoubleLeftOutline,
DoubleRightOutline,
DownOutline,
Expand Down

0 comments on commit ba6bade

Please sign in to comment.