liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
@charset "UTF-8";
 
@font-face {
  font-family: "launchpad-icons";
  src:url("fonts/launchpad-icons.eot");
  src:url("fonts/launchpad-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/launchpad-icons.woff") format("woff"),
    url("fonts/launchpad-icons.ttf") format("truetype"),
    url("fonts/launchpad-icons.svg#launchpad-icons") format("svg");
  font-weight: normal;
  font-style: normal;
 
}
 
[data-icon]:before {
  font-family: "launchpad-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
[class^="launchpad-icon-"]:before,
[class*=" launchpad-icon-"]:before {
  font-family: "launchpad-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.launchpad-icon-swipe-horizontal:before {
  content: "\47";
}
.launchpad-icon-plus:before {
  content: "\61";
}
.launchpad-icon-arrow-drop-down:before {
  content: "\6e";
}
.launchpad-icon-refresh:before {
  content: "\6f";
}
.launchpad-icon-arrow-drop-up:before {
  content: "\70";
}
.launchpad-icon-search:before {
  content: "\63";
}
.launchpad-icon-arrow-up:before {
  content: "\64";
}
.launchpad-icon-arrow-drop-left:before {
  content: "\71";
}
.launchpad-icon-arrow-drop-right:before {
  content: "\72";
}
.launchpad-icon-arrow-right:before {
  content: "\65";
}
.launchpad-icon-arrow-left:before {
  content: "\66";
}
.launchpad-icon-previous:before {
  content: "\73";
}
.launchpad-icon-next:before {
  content: "\28";
}
.launchpad-icon-arrow-down:before {
  content: "\67";
}
.launchpad-icon-home:before {
  content: "\68";
}
.launchpad-icon-play:before {
  content: "\75";
}
.launchpad-icon-pause:before {
  content: "\76";
}
.launchpad-icon-locate:before {
  content: "\69";
}
.launchpad-icon-clear:before {
  content: "\6a";
}
.launchpad-icon-error:before {
  content: "\77";
}
.launchpad-icon-calendar:before {
  content: "\78";
}
.launchpad-icon-check:before {
  content: "\6b";
}
.launchpad-icon-double-arrow-up:before {
  content: "\6c";
}
.launchpad-icon-folder-open:before {
  content: "\79";
}
.launchpad-icon-folder-closed:before {
  content: "\7a";
}
.launchpad-icon-double-arrow-down:before {
  content: "\6d";
}
.launchpad-icon-fullscreen:before {
  content: "\4d";
}
.launchpad-icon-grid:before {
  content: "\4c";
}
.launchpad-icon-time:before {
  content: "\4b";
}
.launchpad-icon-slide:before {
  content: "\4a";
}
.launchpad-icon-link:before {
  content: "\49";
}
.launchpad-icon-swipe-vertical:before {
  content: "\48";
}
.launchpad-icon-minus:before {
  content: "\62";
}
.launchpad-icon-visibility-off:before {
  content: "\45";
}
.launchpad-icon-visibility-on:before {
  content: "\46";
}
.launchpad-icon-three-dots:before {
  content: "\44";
}
.launchpad-icon-map-pin:before {
  content: "\43";
}
.launchpad-icon-apps:before {
  content: "\42";
}
.launchpad-icon-add-circle:before {
  content: "\41";
}
.launchpad-icon-fullscreen-exit:before {
  content: "\4e";
}
.launchpad-icon-print:before {
  content: "\4f";
}
.launchpad-icon-line:before {
  content: "\51";
}
.launchpad-icon-polyline:before {
  content: "\52";
}
.launchpad-icon-polyline-freehand:before {
  content: "\53";
}
.launchpad-icon-triangle:before {
  content: "\54";
}
.launchpad-icon-rectangle-fill:before {
  content: "\55";
}
.launchpad-icon-circle-fill:before {
  content: "\56";
}
.launchpad-icon-ellipse-fill:before {
  content: "\57";
}
.launchpad-icon-polygon-fill:before {
  content: "\58";
}
.launchpad-icon-polygon-freehand-fill:before {
  content: "\59";
}
.launchpad-icon-text:before {
  content: "\5a";
}
.launchpad-icon-measurement-area:before {
  content: "\23";
}
.launchpad-icon-measurementd:before {
  content: "\22";
}
.launchpad-icon-pin:before {
  content: "\21";
}
.launchpad-icon-edit:before {
  content: "\34";
}
.launchpad-icon-redo:before {
  content: "\39";
}
.launchpad-icon-undo:before {
  content: "\38";
}
.launchpad-icon-reshape:before {
  content: "\37";
}
.launchpad-icon-union:before {
  content: "\36";
}
.launchpad-icon-cut:before {
  content: "\35";
}
.launchpad-icon-trash:before {
  content: "\33";
}
.launchpad-icon-selection-subtract:before {
  content: "\32";
}
.launchpad-icon-selection-add:before {
  content: "\31";
}
.launchpad-icon-cursor:before {
  content: "\25";
}
.launchpad-icon-point:before {
  content: "\50";
}