sep-yui 0.1.74 → 0.1.75

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.
@@ -91,5 +91,6 @@ export declare enum IconNameEnum {
91
91
  closeTag = "close-tag",
92
92
  arrowUp = "arrow-up",
93
93
  arrowDown = "arrow-down",
94
- openDocument = "open-document"
94
+ openDocument = "open-document",
95
+ time = "time"
95
96
  }
@@ -98,3 +98,4 @@ export declare const paint: IVectorIcon;
98
98
  export declare const closeTag: IVectorIcon;
99
99
  export declare const slashCircle: IVectorIcon;
100
100
  export declare const openDocument: IVectorIcon;
101
+ export declare const time: IVectorIcon;