We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af7ac0 commit 3ad0538Copy full SHA for 3ad0538
packages/uui-icon-registry-essential/lib/UUIIconRegistryEssential.ts
@@ -4,7 +4,6 @@ import {
4
iconAdd,
5
iconAlert,
6
iconAttachment,
7
- iconBookAlt,
8
iconCalendar,
9
iconCheck,
10
iconClipboard,
@@ -43,7 +42,6 @@ export class UUIIconRegistryEssential extends UUIIconRegistry {
43
42
this.defineIcon('add', iconAdd.strings[0]);
44
this.defineIcon('alert', iconAlert.strings[0]);
45
this.defineIcon('attachment', iconAttachment.strings[0]);
46
- this.defineIcon('book-alt', iconBookAlt.strings[0]);
47
this.defineIcon('calendar', iconCalendar.strings[0]);
48
this.defineIcon('check', iconCheck.strings[0]);
49
this.defineIcon('clipboard', iconClipboard.strings[0]);
0 commit comments