sep-yui 0.0.42 → 0.0.44
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.
@@ -57,5 +57,16 @@ export declare enum IconNameEnum {
|
|
57
57
|
theComplaint = "theComplaint",
|
58
58
|
usersGroup = "usersGroup",
|
59
59
|
reports = "reports",
|
60
|
-
editing = "editing"
|
60
|
+
editing = "editing",
|
61
|
+
shadedArrowDown = "shadedArrowDown",
|
62
|
+
shadedArrowRight = "shadedArrowRight",
|
63
|
+
shadedArrowLeft = "shadedArrowLeft",
|
64
|
+
shadedArrowUp = "shadedArrowUp",
|
65
|
+
star = "star",
|
66
|
+
info = "info",
|
67
|
+
files = "files",
|
68
|
+
moreHorizontal = "moreHorizontal",
|
69
|
+
fileText = "fileText",
|
70
|
+
gitPullRequest = "gitPullRequest",
|
71
|
+
folder = "folder"
|
61
72
|
}
|
@@ -59,3 +59,14 @@ export declare const usersGroup: IVectorIcon;
|
|
59
59
|
export declare const reports: IVectorIcon;
|
60
60
|
export declare const editing: IVectorIcon;
|
61
61
|
export declare const paperClip: IVectorIcon;
|
62
|
+
export declare const shadedArrowDown: IVectorIcon;
|
63
|
+
export declare const shadedArrowRight: IVectorIcon;
|
64
|
+
export declare const shadedArrowLeft: IVectorIcon;
|
65
|
+
export declare const shadedArrowUp: IVectorIcon;
|
66
|
+
export declare const star: IVectorIcon;
|
67
|
+
export declare const info: IVectorIcon;
|
68
|
+
export declare const files: IVectorIcon;
|
69
|
+
export declare const moreHorizontal: IVectorIcon;
|
70
|
+
export declare const fileText: IVectorIcon;
|
71
|
+
export declare const gitPullRequest: IVectorIcon;
|
72
|
+
export declare const folder: IVectorIcon;
|