@pksep/yui 0.1.264 → 0.1.265

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.
@@ -146,5 +146,6 @@ export declare enum IconNameEnum {
146
146
  boxArrowUp = "boxArrowUp",
147
147
  box = "box",
148
148
  table = "table",
149
- briefcase = "briefcase"
149
+ briefcase = "briefcase",
150
+ warning = "warning"
150
151
  }
@@ -162,3 +162,4 @@ export declare const boxArrowUp: IVectorIcon;
162
162
  export declare const box: IVectorIcon;
163
163
  export declare const table: IVectorIcon;
164
164
  export declare const briefcase: IVectorIcon;
165
+ export declare const warning: IVectorIcon;