sep-yui 0.1.77 → 0.1.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -92,5 +92,6 @@ export declare enum IconNameEnum {
92
92
  arrowUp = "arrow-up",
93
93
  arrowDown = "arrow-down",
94
94
  openDocument = "open-document",
95
- time = "time"
95
+ time = "time",
96
+ menuArchive = "menu-archive"
96
97
  }
@@ -47,6 +47,7 @@ export declare const trashSmall: IVectorIcon;
47
47
  export declare const printer: IVectorIcon;
48
48
  export declare const uploadCloud: IVectorIcon;
49
49
  export declare const archive: IVectorIcon;
50
+ export declare const menuArchive: IVectorIcon;
50
51
  export declare const menuClose: IVectorIcon;
51
52
  export declare const menuOpen: IVectorIcon;
52
53
  export declare const bookOpen: IVectorIcon;