File size: 1,987 Bytes
ecacf95
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
  "icons": [
    {
      "name": "stop",
      "style": "solid",
      "id": "status-icon-wip",
      "comment": "Work in progress status"
    },
    {
      "name": "x-mark",
      "style": "outline",
      "id": "status-icon-failed",
      "comment": "Failed status"
    },
    {
      "name": "check",
      "style": "outline",
      "id": "status-icon-completed",
      "comment": "Completed status"
    },
    {
      "name": "pencil-square",
      "style": "outline",
      "id": "icon-edit",
      "comment": "Edit/pencil icon for note editing"
    },
    {
      "name": "arrow-uturn-left",
      "style": "outline",
      "id": "icon-reset-zoom",
      "comment": "Reset zoom for chart controls"
    },
    {
      "name": "arrows-pointing-out",
      "style": "outline",
      "id": "icon-fullscreen",
      "comment": "Full screen/expand for chart controls"
    },
    {
      "name": "arrow-down-tray",
      "style": "outline",
      "id": "icon-download",
      "comment": "Download for chart controls"
    },
    {
      "name": "trash",
      "style": "outline",
      "id": "icon-delete",
      "comment": "Delete/trash icon for delete buttons"
    },
    {
      "name": "chevron-left",
      "style": "outline",
      "id": "icon-chevron-left",
      "comment": "Chevron left for sidebar collapse"
    },
    {
      "name": "chevron-right",
      "style": "outline",
      "id": "icon-chevron-right",
      "comment": "Chevron right for sidebar expand"
    },
    {
      "name": "bars-3",
      "style": "outline",
      "id": "icon-menu",
      "comment": "Hamburger menu icon for settings"
    },
    {
      "name": "exclamation-triangle",
      "style": "outline",
      "id": "icon-exclamation-triangle",
      "comment": "Warning/danger icon for confirm modal and maybe_failed status"
    },
    {
      "name": "information-circle",
      "style": "outline",
      "id": "icon-information-circle",
      "comment": "Info icon for confirm modal"
    }
  ]
}