@pksep/yui 0.1.226 → 0.1.227

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.
@@ -118,6 +118,7 @@ export declare enum IconNameEnum {
118
118
  download = "download",
119
119
  android = "android",
120
120
  apple = "apple",
121
+ refresh = "refresh",
121
122
  project = "project",
122
123
  taskStatus = "task-status",
123
124
  taskPriority = "task-priority",
@@ -130,6 +130,7 @@ export declare const support: IVectorIcon;
130
130
  export declare const download: IVectorIcon;
131
131
  export declare const android: IVectorIcon;
132
132
  export declare const apple: IVectorIcon;
133
+ export declare const refresh: IVectorIcon;
133
134
  export declare const project: IVectorIcon;
134
135
  export declare const taskStatus: IVectorIcon;
135
136
  export declare const taskPriority: IVectorIcon;