Skip to content

Commit

Permalink
remove book alt references
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Oct 27, 2023
1 parent 5af7ac0 commit 3ad0538
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
iconAdd,
iconAlert,
iconAttachment,
iconBookAlt,
iconCalendar,
iconCheck,
iconClipboard,
Expand Down Expand Up @@ -43,7 +42,6 @@ export class UUIIconRegistryEssential extends UUIIconRegistry {
this.defineIcon('add', iconAdd.strings[0]);
this.defineIcon('alert', iconAlert.strings[0]);
this.defineIcon('attachment', iconAttachment.strings[0]);
this.defineIcon('book-alt', iconBookAlt.strings[0]);
this.defineIcon('calendar', iconCalendar.strings[0]);
this.defineIcon('check', iconCheck.strings[0]);
this.defineIcon('clipboard', iconClipboard.strings[0]);
Expand Down

0 comments on commit 3ad0538

Please sign in to comment.