ag-design 1.0.36 → 1.0.38
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.
- package/fonts/ag-icons.css +861 -33
- package/fonts/ag-icons.html +2535 -51
- package/fonts/ag-icons.json +306 -30
- package/fonts/ag-icons.ts +1136 -32
- package/fonts/ag-icons.ttf +0 -0
- package/fonts/ag-icons.woff +0 -0
- package/fonts/ag-icons.woff2 +0 -0
- package/index.css +1 -1
- package/package.json +1 -1
- package/var.css +3 -0
package/fonts/ag-icons.css
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "ag-icons";
|
|
3
|
-
src: url("./ag-icons.ttf?
|
|
4
|
-
url("./ag-icons.woff?
|
|
5
|
-
url("./ag-icons.woff2?
|
|
3
|
+
src: url("./ag-icons.ttf?d4a01b11a11622220cc96eb21aa6bac7") format("truetype"),
|
|
4
|
+
url("./ag-icons.woff?d4a01b11a11622220cc96eb21aa6bac7") format("woff"),
|
|
5
|
+
url("./ag-icons.woff2?d4a01b11a11622220cc96eb21aa6bac7") format("woff2");
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
@@ -16,93 +16,921 @@ i[class^="icon-"]:before, i[class*=" icon-"]:before {
|
|
|
16
16
|
-moz-osx-font-smoothing: grayscale;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.icon-
|
|
19
|
+
.icon-youtube:before {
|
|
20
20
|
content: "\f101";
|
|
21
21
|
}
|
|
22
|
-
.icon-
|
|
22
|
+
.icon-youtube-square:before {
|
|
23
23
|
content: "\f102";
|
|
24
24
|
}
|
|
25
|
-
.icon-
|
|
25
|
+
.icon-youtube-play:before {
|
|
26
26
|
content: "\f103";
|
|
27
27
|
}
|
|
28
|
-
.icon-
|
|
28
|
+
.icon-youtube-normal:before {
|
|
29
29
|
content: "\f104";
|
|
30
30
|
}
|
|
31
|
-
.icon-
|
|
31
|
+
.icon-wi-thermometer:before {
|
|
32
32
|
content: "\f105";
|
|
33
33
|
}
|
|
34
|
-
.icon-
|
|
34
|
+
.icon-wi-strong-wind:before {
|
|
35
35
|
content: "\f106";
|
|
36
36
|
}
|
|
37
|
-
.icon-
|
|
37
|
+
.icon-wi-raindrop:before {
|
|
38
38
|
content: "\f107";
|
|
39
39
|
}
|
|
40
|
-
.icon-
|
|
40
|
+
.icon-wi-night-storm-showers:before {
|
|
41
41
|
content: "\f108";
|
|
42
42
|
}
|
|
43
|
-
.icon-
|
|
43
|
+
.icon-wi-night-sleet-storm:before {
|
|
44
44
|
content: "\f109";
|
|
45
45
|
}
|
|
46
|
-
.icon-
|
|
46
|
+
.icon-wi-night-rain:before {
|
|
47
47
|
content: "\f10a";
|
|
48
48
|
}
|
|
49
|
-
.icon-
|
|
49
|
+
.icon-wi-night-clear:before {
|
|
50
50
|
content: "\f10b";
|
|
51
51
|
}
|
|
52
|
-
.icon-
|
|
52
|
+
.icon-wi-night-alt-thunderstorm:before {
|
|
53
53
|
content: "\f10c";
|
|
54
54
|
}
|
|
55
|
-
.icon-
|
|
55
|
+
.icon-wi-night-alt-rain-mix:before {
|
|
56
56
|
content: "\f10d";
|
|
57
57
|
}
|
|
58
|
-
.icon-
|
|
58
|
+
.icon-wi-night-alt-cloudy:before {
|
|
59
59
|
content: "\f10e";
|
|
60
60
|
}
|
|
61
|
-
.icon-
|
|
61
|
+
.icon-wi-humidity:before {
|
|
62
62
|
content: "\f10f";
|
|
63
63
|
}
|
|
64
|
-
.icon-
|
|
64
|
+
.icon-wi-dewpoint:before {
|
|
65
65
|
content: "\f110";
|
|
66
66
|
}
|
|
67
|
-
.icon-
|
|
67
|
+
.icon-wi-day-thunderstorm:before {
|
|
68
68
|
content: "\f111";
|
|
69
69
|
}
|
|
70
|
-
.icon-
|
|
70
|
+
.icon-wi-day-sunny:before {
|
|
71
71
|
content: "\f112";
|
|
72
72
|
}
|
|
73
|
-
.icon-
|
|
73
|
+
.icon-wi-day-storm-showers1:before {
|
|
74
74
|
content: "\f113";
|
|
75
75
|
}
|
|
76
|
-
.icon-
|
|
76
|
+
.icon-wi-day-storm-showers:before {
|
|
77
77
|
content: "\f114";
|
|
78
78
|
}
|
|
79
|
-
.icon-
|
|
79
|
+
.icon-wi-day-sleet-storm:before {
|
|
80
80
|
content: "\f115";
|
|
81
81
|
}
|
|
82
|
-
.icon-
|
|
82
|
+
.icon-wi-day-rain:before {
|
|
83
83
|
content: "\f116";
|
|
84
84
|
}
|
|
85
|
-
.icon-
|
|
85
|
+
.icon-wi-day-rain-mix:before {
|
|
86
86
|
content: "\f117";
|
|
87
87
|
}
|
|
88
|
-
.icon-
|
|
88
|
+
.icon-wi-day-cloudy:before {
|
|
89
89
|
content: "\f118";
|
|
90
90
|
}
|
|
91
|
-
.icon-
|
|
91
|
+
.icon-whatsapp:before {
|
|
92
92
|
content: "\f119";
|
|
93
93
|
}
|
|
94
|
-
.icon-
|
|
94
|
+
.icon-whatsapp-square:before {
|
|
95
95
|
content: "\f11a";
|
|
96
96
|
}
|
|
97
|
-
.icon-
|
|
97
|
+
.icon-whatsapp-normal:before {
|
|
98
98
|
content: "\f11b";
|
|
99
99
|
}
|
|
100
|
-
.icon-
|
|
100
|
+
.icon-weixin1:before {
|
|
101
101
|
content: "\f11c";
|
|
102
102
|
}
|
|
103
|
-
.icon-
|
|
103
|
+
.icon-weixin:before {
|
|
104
104
|
content: "\f11d";
|
|
105
105
|
}
|
|
106
|
-
.icon-
|
|
106
|
+
.icon-weixin-square:before {
|
|
107
107
|
content: "\f11e";
|
|
108
108
|
}
|
|
109
|
+
.icon-weixin-round:before {
|
|
110
|
+
content: "\f11f";
|
|
111
|
+
}
|
|
112
|
+
.icon-web:before {
|
|
113
|
+
content: "\f120";
|
|
114
|
+
}
|
|
115
|
+
.icon-watch_later:before {
|
|
116
|
+
content: "\f121";
|
|
117
|
+
}
|
|
118
|
+
.icon-walk:before {
|
|
119
|
+
content: "\f122";
|
|
120
|
+
}
|
|
121
|
+
.icon-visibility:before {
|
|
122
|
+
content: "\f123";
|
|
123
|
+
}
|
|
124
|
+
.icon-visibility-off:before {
|
|
125
|
+
content: "\f124";
|
|
126
|
+
}
|
|
127
|
+
.icon-vimeo:before {
|
|
128
|
+
content: "\f125";
|
|
129
|
+
}
|
|
130
|
+
.icon-videoupload:before {
|
|
131
|
+
content: "\f126";
|
|
132
|
+
}
|
|
133
|
+
.icon-videocam:before {
|
|
134
|
+
content: "\f127";
|
|
135
|
+
}
|
|
136
|
+
.icon-video:before {
|
|
137
|
+
content: "\f128";
|
|
138
|
+
}
|
|
139
|
+
.icon-video-camera:before {
|
|
140
|
+
content: "\f129";
|
|
141
|
+
}
|
|
142
|
+
.icon-users-solid:before {
|
|
143
|
+
content: "\f12a";
|
|
144
|
+
}
|
|
145
|
+
.icon-user:before {
|
|
146
|
+
content: "\f12b";
|
|
147
|
+
}
|
|
148
|
+
.icon-user-tie:before {
|
|
149
|
+
content: "\f12c";
|
|
150
|
+
}
|
|
151
|
+
.icon-upload:before {
|
|
152
|
+
content: "\f12d";
|
|
153
|
+
}
|
|
154
|
+
.icon-update:before {
|
|
155
|
+
content: "\f12e";
|
|
156
|
+
}
|
|
157
|
+
.icon-undo:before {
|
|
158
|
+
content: "\f12f";
|
|
159
|
+
}
|
|
160
|
+
.icon-underline:before {
|
|
161
|
+
content: "\f130";
|
|
162
|
+
}
|
|
163
|
+
.icon-twitter:before {
|
|
164
|
+
content: "\f131";
|
|
165
|
+
}
|
|
166
|
+
.icon-twitter-square:before {
|
|
167
|
+
content: "\f132";
|
|
168
|
+
}
|
|
169
|
+
.icon-twitter-normal:before {
|
|
170
|
+
content: "\f133";
|
|
171
|
+
}
|
|
172
|
+
.icon-trending-up:before {
|
|
173
|
+
content: "\f134";
|
|
174
|
+
}
|
|
175
|
+
.icon-trash:before {
|
|
176
|
+
content: "\f135";
|
|
177
|
+
}
|
|
178
|
+
.icon-trash-fill:before {
|
|
179
|
+
content: "\f136";
|
|
180
|
+
}
|
|
181
|
+
.icon-transit:before {
|
|
182
|
+
content: "\f137";
|
|
183
|
+
}
|
|
184
|
+
.icon-times-circle:before {
|
|
185
|
+
content: "\f138";
|
|
186
|
+
}
|
|
187
|
+
.icon-tiktok:before {
|
|
188
|
+
content: "\f139";
|
|
189
|
+
}
|
|
190
|
+
.icon-tiktok-square:before {
|
|
191
|
+
content: "\f13a";
|
|
192
|
+
}
|
|
193
|
+
.icon-tiktok-round:before {
|
|
194
|
+
content: "\f13b";
|
|
195
|
+
}
|
|
196
|
+
.icon-tiktok-normal:before {
|
|
197
|
+
content: "\f13c";
|
|
198
|
+
}
|
|
199
|
+
.icon-thumbs-up1:before {
|
|
200
|
+
content: "\f13d";
|
|
201
|
+
}
|
|
202
|
+
.icon-thumbs-up:before {
|
|
203
|
+
content: "\f13e";
|
|
204
|
+
}
|
|
205
|
+
.icon-thumbs-down1:before {
|
|
206
|
+
content: "\f13f";
|
|
207
|
+
}
|
|
208
|
+
.icon-thumbs-down:before {
|
|
209
|
+
content: "\f140";
|
|
210
|
+
}
|
|
211
|
+
.icon-thumb-up-alt:before {
|
|
212
|
+
content: "\f141";
|
|
213
|
+
}
|
|
214
|
+
.icon-supervisor:before {
|
|
215
|
+
content: "\f142";
|
|
216
|
+
}
|
|
217
|
+
.icon-supervisor-account:before {
|
|
218
|
+
content: "\f143";
|
|
219
|
+
}
|
|
220
|
+
.icon-superscript:before {
|
|
221
|
+
content: "\f144";
|
|
222
|
+
}
|
|
223
|
+
.icon-subscript:before {
|
|
224
|
+
content: "\f145";
|
|
225
|
+
}
|
|
226
|
+
.icon-strikethrough:before {
|
|
227
|
+
content: "\f146";
|
|
228
|
+
}
|
|
229
|
+
.icon-streetview:before {
|
|
230
|
+
content: "\f147";
|
|
231
|
+
}
|
|
232
|
+
.icon-star:before {
|
|
233
|
+
content: "\f148";
|
|
234
|
+
}
|
|
235
|
+
.icon-squarespace:before {
|
|
236
|
+
content: "\f149";
|
|
237
|
+
}
|
|
238
|
+
.icon-snowflake:before {
|
|
239
|
+
content: "\f14a";
|
|
240
|
+
}
|
|
241
|
+
.icon-snapchat-square:before {
|
|
242
|
+
content: "\f14b";
|
|
243
|
+
}
|
|
244
|
+
.icon-snapchat-normal:before {
|
|
245
|
+
content: "\f14c";
|
|
246
|
+
}
|
|
247
|
+
.icon-snapchat-ghost:before {
|
|
248
|
+
content: "\f14d";
|
|
249
|
+
}
|
|
250
|
+
.icon-sliders:before {
|
|
251
|
+
content: "\f14e";
|
|
252
|
+
}
|
|
253
|
+
.icon-slider-sharp:before {
|
|
254
|
+
content: "\f14f";
|
|
255
|
+
}
|
|
256
|
+
.icon-slider-curve:before {
|
|
257
|
+
content: "\f150";
|
|
258
|
+
}
|
|
259
|
+
.icon-skype:before {
|
|
260
|
+
content: "\f151";
|
|
261
|
+
}
|
|
262
|
+
.icon-sign-post:before {
|
|
263
|
+
content: "\f152";
|
|
264
|
+
}
|
|
265
|
+
.icon-share:before {
|
|
266
|
+
content: "\f153";
|
|
267
|
+
}
|
|
268
|
+
.icon-settings:before {
|
|
269
|
+
content: "\f154";
|
|
270
|
+
}
|
|
271
|
+
.icon-settings-input:before {
|
|
272
|
+
content: "\f155";
|
|
273
|
+
}
|
|
274
|
+
.icon-select_all:before {
|
|
275
|
+
content: "\f156";
|
|
276
|
+
}
|
|
277
|
+
.icon-search:before {
|
|
278
|
+
content: "\f157";
|
|
279
|
+
}
|
|
280
|
+
.icon-school:before {
|
|
281
|
+
content: "\f158";
|
|
282
|
+
}
|
|
283
|
+
.icon-scale:before {
|
|
284
|
+
content: "\f159";
|
|
285
|
+
}
|
|
286
|
+
.icon-save:before {
|
|
287
|
+
content: "\f15a";
|
|
288
|
+
}
|
|
289
|
+
.icon-satellite1:before {
|
|
290
|
+
content: "\f15b";
|
|
291
|
+
}
|
|
292
|
+
.icon-satellite:before {
|
|
293
|
+
content: "\f15c";
|
|
294
|
+
}
|
|
295
|
+
.icon-ruler-triangle:before {
|
|
296
|
+
content: "\f15d";
|
|
297
|
+
}
|
|
298
|
+
.icon-rss:before {
|
|
299
|
+
content: "\f15e";
|
|
300
|
+
}
|
|
301
|
+
.icon-rss-square:before {
|
|
302
|
+
content: "\f15f";
|
|
303
|
+
}
|
|
304
|
+
.icon-rss-round:before {
|
|
305
|
+
content: "\f160";
|
|
306
|
+
}
|
|
307
|
+
.icon-rss-normal:before {
|
|
308
|
+
content: "\f161";
|
|
309
|
+
}
|
|
310
|
+
.icon-road-solid:before {
|
|
311
|
+
content: "\f162";
|
|
312
|
+
}
|
|
313
|
+
.icon-remove:before {
|
|
314
|
+
content: "\f163";
|
|
315
|
+
}
|
|
316
|
+
.icon-refresh:before {
|
|
317
|
+
content: "\f164";
|
|
318
|
+
}
|
|
319
|
+
.icon-redo:before {
|
|
320
|
+
content: "\f165";
|
|
321
|
+
}
|
|
322
|
+
.icon-realtor:before {
|
|
323
|
+
content: "\f166";
|
|
324
|
+
}
|
|
325
|
+
.icon-raindrops:before {
|
|
326
|
+
content: "\f167";
|
|
327
|
+
}
|
|
328
|
+
.icon-radio-button-unchecked:before {
|
|
329
|
+
content: "\f168";
|
|
330
|
+
}
|
|
331
|
+
.icon-public:before {
|
|
332
|
+
content: "\f169";
|
|
333
|
+
}
|
|
334
|
+
.icon-print:before {
|
|
335
|
+
content: "\f16a";
|
|
336
|
+
}
|
|
337
|
+
.icon-poi:before {
|
|
338
|
+
content: "\f16b";
|
|
339
|
+
}
|
|
340
|
+
.icon-play_arrow:before {
|
|
341
|
+
content: "\f16c";
|
|
342
|
+
}
|
|
343
|
+
.icon-play-circle-outline:before {
|
|
344
|
+
content: "\f16d";
|
|
345
|
+
}
|
|
346
|
+
.icon-pinterest:before {
|
|
347
|
+
content: "\f16e";
|
|
348
|
+
}
|
|
349
|
+
.icon-pinterest-square:before {
|
|
350
|
+
content: "\f16f";
|
|
351
|
+
}
|
|
352
|
+
.icon-pinterest-round:before {
|
|
353
|
+
content: "\f170";
|
|
354
|
+
}
|
|
355
|
+
.icon-pininterest:before {
|
|
356
|
+
content: "\f171";
|
|
357
|
+
}
|
|
358
|
+
.icon-picture_in_picture:before {
|
|
359
|
+
content: "\f172";
|
|
360
|
+
}
|
|
361
|
+
.icon-picker-arrows:before {
|
|
362
|
+
content: "\f173";
|
|
363
|
+
}
|
|
364
|
+
.icon-phone2:before {
|
|
365
|
+
content: "\f174";
|
|
366
|
+
}
|
|
367
|
+
.icon-phone1:before {
|
|
368
|
+
content: "\f175";
|
|
369
|
+
}
|
|
370
|
+
.icon-phone:before {
|
|
371
|
+
content: "\f176";
|
|
372
|
+
}
|
|
373
|
+
.icon-phone-square1:before {
|
|
374
|
+
content: "\f177";
|
|
375
|
+
}
|
|
376
|
+
.icon-phone-square:before {
|
|
377
|
+
content: "\f178";
|
|
378
|
+
}
|
|
379
|
+
.icon-phone-round:before {
|
|
380
|
+
content: "\f179";
|
|
381
|
+
}
|
|
382
|
+
.icon-phone-ring:before {
|
|
383
|
+
content: "\f17a";
|
|
384
|
+
}
|
|
385
|
+
.icon-phone-iphone:before {
|
|
386
|
+
content: "\f17b";
|
|
387
|
+
}
|
|
388
|
+
.icon-pest_control:before {
|
|
389
|
+
content: "\f17c";
|
|
390
|
+
}
|
|
391
|
+
.icon-person:before {
|
|
392
|
+
content: "\f17d";
|
|
393
|
+
}
|
|
394
|
+
.icon-penfill:before {
|
|
395
|
+
content: "\f17e";
|
|
396
|
+
}
|
|
397
|
+
.icon-pen:before {
|
|
398
|
+
content: "\f17f";
|
|
399
|
+
}
|
|
400
|
+
.icon-pdffile:before {
|
|
401
|
+
content: "\f180";
|
|
402
|
+
}
|
|
403
|
+
.icon-pause:before {
|
|
404
|
+
content: "\f181";
|
|
405
|
+
}
|
|
406
|
+
.icon-open-new:before {
|
|
407
|
+
content: "\f182";
|
|
408
|
+
}
|
|
409
|
+
.icon-notifications:before {
|
|
410
|
+
content: "\f183";
|
|
411
|
+
}
|
|
412
|
+
.icon-more-vert:before {
|
|
413
|
+
content: "\f184";
|
|
414
|
+
}
|
|
415
|
+
.icon-messenger:before {
|
|
416
|
+
content: "\f185";
|
|
417
|
+
}
|
|
418
|
+
.icon-messenger-normal:before {
|
|
419
|
+
content: "\f186";
|
|
420
|
+
}
|
|
421
|
+
.icon-menu:before {
|
|
422
|
+
content: "\f187";
|
|
423
|
+
}
|
|
424
|
+
.icon-memo:before {
|
|
425
|
+
content: "\f188";
|
|
426
|
+
}
|
|
427
|
+
.icon-maximize-sharp:before {
|
|
428
|
+
content: "\f189";
|
|
429
|
+
}
|
|
430
|
+
.icon-maximize-curve:before {
|
|
431
|
+
content: "\f18a";
|
|
432
|
+
}
|
|
433
|
+
.icon-map:before {
|
|
434
|
+
content: "\f18b";
|
|
435
|
+
}
|
|
436
|
+
.icon-loyalty:before {
|
|
437
|
+
content: "\f18c";
|
|
438
|
+
}
|
|
439
|
+
.icon-lot-square:before {
|
|
440
|
+
content: "\f18d";
|
|
441
|
+
}
|
|
442
|
+
.icon-lock-keyhole:before {
|
|
443
|
+
content: "\f18e";
|
|
444
|
+
}
|
|
445
|
+
.icon-location:before {
|
|
446
|
+
content: "\f18f";
|
|
447
|
+
}
|
|
448
|
+
.icon-location-dot-slash:before {
|
|
449
|
+
content: "\f190";
|
|
450
|
+
}
|
|
451
|
+
.icon-location-city:before {
|
|
452
|
+
content: "\f191";
|
|
453
|
+
}
|
|
454
|
+
.icon-local-shipping:before {
|
|
455
|
+
content: "\f192";
|
|
456
|
+
}
|
|
457
|
+
.icon-list:before {
|
|
458
|
+
content: "\f193";
|
|
459
|
+
}
|
|
460
|
+
.icon-list-ordered:before {
|
|
461
|
+
content: "\f194";
|
|
462
|
+
}
|
|
463
|
+
.icon-list-bullet:before {
|
|
464
|
+
content: "\f195";
|
|
465
|
+
}
|
|
466
|
+
.icon-linkedin:before {
|
|
467
|
+
content: "\f196";
|
|
468
|
+
}
|
|
469
|
+
.icon-linkedin-square:before {
|
|
470
|
+
content: "\f197";
|
|
471
|
+
}
|
|
472
|
+
.icon-linkedin-round:before {
|
|
473
|
+
content: "\f198";
|
|
474
|
+
}
|
|
475
|
+
.icon-linkedin-normal:before {
|
|
476
|
+
content: "\f199";
|
|
477
|
+
}
|
|
478
|
+
.icon-link:before {
|
|
479
|
+
content: "\f19a";
|
|
480
|
+
}
|
|
481
|
+
.icon-line:before {
|
|
482
|
+
content: "\f19b";
|
|
483
|
+
}
|
|
484
|
+
.icon-lightbulb_outline:before {
|
|
485
|
+
content: "\f19c";
|
|
486
|
+
}
|
|
487
|
+
.icon-language:before {
|
|
488
|
+
content: "\f19d";
|
|
489
|
+
}
|
|
490
|
+
.icon-language-globe1:before {
|
|
491
|
+
content: "\f19e";
|
|
492
|
+
}
|
|
493
|
+
.icon-language-globe:before {
|
|
494
|
+
content: "\f19f";
|
|
495
|
+
}
|
|
496
|
+
.icon-language-globe-square:before {
|
|
497
|
+
content: "\f1a0";
|
|
498
|
+
}
|
|
499
|
+
.icon-language-globe-round:before {
|
|
500
|
+
content: "\f1a1";
|
|
501
|
+
}
|
|
502
|
+
.icon-keyboard-arrow-up:before {
|
|
503
|
+
content: "\f1a2";
|
|
504
|
+
}
|
|
505
|
+
.icon-keyboard-arrow-right:before {
|
|
506
|
+
content: "\f1a3";
|
|
507
|
+
}
|
|
508
|
+
.icon-keyboard-arrow-left:before {
|
|
509
|
+
content: "\f1a4";
|
|
510
|
+
}
|
|
511
|
+
.icon-keyboard-arrow-down:before {
|
|
512
|
+
content: "\f1a5";
|
|
513
|
+
}
|
|
514
|
+
.icon-italic:before {
|
|
515
|
+
content: "\f1a6";
|
|
516
|
+
}
|
|
517
|
+
.icon-instagram:before {
|
|
518
|
+
content: "\f1a7";
|
|
519
|
+
}
|
|
520
|
+
.icon-instagram-square:before {
|
|
521
|
+
content: "\f1a8";
|
|
522
|
+
}
|
|
523
|
+
.icon-instagram-normal:before {
|
|
524
|
+
content: "\f1a9";
|
|
525
|
+
}
|
|
526
|
+
.icon-info_outline:before {
|
|
527
|
+
content: "\f1aa";
|
|
528
|
+
}
|
|
529
|
+
.icon-indent-increase:before {
|
|
530
|
+
content: "\f1ab";
|
|
531
|
+
}
|
|
532
|
+
.icon-indent-decrease:before {
|
|
533
|
+
content: "\f1ac";
|
|
534
|
+
}
|
|
535
|
+
.icon-imageupload:before {
|
|
536
|
+
content: "\f1ad";
|
|
537
|
+
}
|
|
538
|
+
.icon-image:before {
|
|
539
|
+
content: "\f1ae";
|
|
540
|
+
}
|
|
541
|
+
.icon-house:before {
|
|
542
|
+
content: "\f1af";
|
|
543
|
+
}
|
|
544
|
+
.icon-house-lock:before {
|
|
545
|
+
content: "\f1b0";
|
|
546
|
+
}
|
|
547
|
+
.icon-house-heart:before {
|
|
548
|
+
content: "\f1b1";
|
|
549
|
+
}
|
|
550
|
+
.icon-house-circle-check:before {
|
|
551
|
+
content: "\f1b2";
|
|
552
|
+
}
|
|
553
|
+
.icon-house-chimney-user:before {
|
|
554
|
+
content: "\f1b3";
|
|
555
|
+
}
|
|
556
|
+
.icon-home1:before {
|
|
557
|
+
content: "\f1b4";
|
|
558
|
+
}
|
|
559
|
+
.icon-home:before {
|
|
560
|
+
content: "\f1b5";
|
|
561
|
+
}
|
|
562
|
+
.icon-home-filled:before {
|
|
563
|
+
content: "\f1b6";
|
|
564
|
+
}
|
|
565
|
+
.icon-help:before {
|
|
566
|
+
content: "\f1b7";
|
|
567
|
+
}
|
|
568
|
+
.icon-grid:before {
|
|
569
|
+
content: "\f1b8";
|
|
570
|
+
}
|
|
571
|
+
.icon-gps:before {
|
|
572
|
+
content: "\f1b9";
|
|
573
|
+
}
|
|
574
|
+
.icon-google-plus:before {
|
|
575
|
+
content: "\f1ba";
|
|
576
|
+
}
|
|
577
|
+
.icon-fullscreen:before {
|
|
578
|
+
content: "\f1bb";
|
|
579
|
+
}
|
|
580
|
+
.icon-fullscreen-exit:before {
|
|
581
|
+
content: "\f1bc";
|
|
582
|
+
}
|
|
583
|
+
.icon-formula:before {
|
|
584
|
+
content: "\f1bd";
|
|
585
|
+
}
|
|
586
|
+
.icon-flipbook:before {
|
|
587
|
+
content: "\f1be";
|
|
588
|
+
}
|
|
589
|
+
.icon-flag-solid:before {
|
|
590
|
+
content: "\f1bf";
|
|
591
|
+
}
|
|
592
|
+
.icon-file_download:before {
|
|
593
|
+
content: "\f1c0";
|
|
594
|
+
}
|
|
595
|
+
.icon-file-pen1:before {
|
|
596
|
+
content: "\f1c1";
|
|
597
|
+
}
|
|
598
|
+
.icon-file-pen:before {
|
|
599
|
+
content: "\f1c2";
|
|
600
|
+
}
|
|
601
|
+
.icon-file-circle-plus:before {
|
|
602
|
+
content: "\f1c3";
|
|
603
|
+
}
|
|
604
|
+
.icon-favorite:before {
|
|
605
|
+
content: "\f1c4";
|
|
606
|
+
}
|
|
607
|
+
.icon-favorite-outline:before {
|
|
608
|
+
content: "\f1c5";
|
|
609
|
+
}
|
|
610
|
+
.icon-facebook:before {
|
|
611
|
+
content: "\f1c6";
|
|
612
|
+
}
|
|
613
|
+
.icon-facebook-square:before {
|
|
614
|
+
content: "\f1c7";
|
|
615
|
+
}
|
|
616
|
+
.icon-facebook-round:before {
|
|
617
|
+
content: "\f1c8";
|
|
618
|
+
}
|
|
619
|
+
.icon-facebook-normal:before {
|
|
620
|
+
content: "\f1c9";
|
|
621
|
+
}
|
|
622
|
+
.icon-eye-dropper-half:before {
|
|
623
|
+
content: "\f1ca";
|
|
624
|
+
}
|
|
625
|
+
.icon-exit:before {
|
|
626
|
+
content: "\f1cb";
|
|
627
|
+
}
|
|
628
|
+
.icon-event_note:before {
|
|
629
|
+
content: "\f1cc";
|
|
630
|
+
}
|
|
631
|
+
.icon-error-outline:before {
|
|
632
|
+
content: "\f1cd";
|
|
633
|
+
}
|
|
634
|
+
.icon-equal-housing:before {
|
|
635
|
+
content: "\f1ce";
|
|
636
|
+
}
|
|
637
|
+
.icon-envelope:before {
|
|
638
|
+
content: "\f1cf";
|
|
639
|
+
}
|
|
640
|
+
.icon-envelope-square:before {
|
|
641
|
+
content: "\f1d0";
|
|
642
|
+
}
|
|
643
|
+
.icon-envelope-round:before {
|
|
644
|
+
content: "\f1d1";
|
|
645
|
+
}
|
|
646
|
+
.icon-envelope-normal:before {
|
|
647
|
+
content: "\f1d2";
|
|
648
|
+
}
|
|
649
|
+
.icon-enterprise-network:before {
|
|
650
|
+
content: "\f1d3";
|
|
651
|
+
}
|
|
652
|
+
.icon-email:before {
|
|
653
|
+
content: "\f1d4";
|
|
654
|
+
}
|
|
655
|
+
.icon-edit:before {
|
|
656
|
+
content: "\f1d5";
|
|
657
|
+
}
|
|
658
|
+
.icon-driving:before {
|
|
659
|
+
content: "\f1d6";
|
|
660
|
+
}
|
|
661
|
+
.icon-draw-square:before {
|
|
662
|
+
content: "\f1d7";
|
|
663
|
+
}
|
|
664
|
+
.icon-draw-polygon:before {
|
|
665
|
+
content: "\f1d8";
|
|
666
|
+
}
|
|
667
|
+
.icon-draw-circle:before {
|
|
668
|
+
content: "\f1d9";
|
|
669
|
+
}
|
|
670
|
+
.icon-download:before {
|
|
671
|
+
content: "\f1da";
|
|
672
|
+
}
|
|
673
|
+
.icon-done:before {
|
|
674
|
+
content: "\f1db";
|
|
675
|
+
}
|
|
676
|
+
.icon-done-all:before {
|
|
677
|
+
content: "\f1dc";
|
|
678
|
+
}
|
|
679
|
+
.icon-dns:before {
|
|
680
|
+
content: "\f1dd";
|
|
681
|
+
}
|
|
682
|
+
.icon-directionsbus:before {
|
|
683
|
+
content: "\f1de";
|
|
684
|
+
}
|
|
685
|
+
.icon-directions:before {
|
|
686
|
+
content: "\f1df";
|
|
687
|
+
}
|
|
688
|
+
.icon-direction-rtl:before {
|
|
689
|
+
content: "\f1e0";
|
|
690
|
+
}
|
|
691
|
+
.icon-direction-ltr:before {
|
|
692
|
+
content: "\f1e1";
|
|
693
|
+
}
|
|
694
|
+
.icon-destination:before {
|
|
695
|
+
content: "\f1e2";
|
|
696
|
+
}
|
|
697
|
+
.icon-description:before {
|
|
698
|
+
content: "\f1e3";
|
|
699
|
+
}
|
|
700
|
+
.icon-delete:before {
|
|
701
|
+
content: "\f1e4";
|
|
702
|
+
}
|
|
703
|
+
.icon-delete-right:before {
|
|
704
|
+
content: "\f1e5";
|
|
705
|
+
}
|
|
706
|
+
.icon-delete-left:before {
|
|
707
|
+
content: "\f1e6";
|
|
708
|
+
}
|
|
709
|
+
.icon-content_copy:before {
|
|
710
|
+
content: "\f1e7";
|
|
711
|
+
}
|
|
712
|
+
.icon-computer:before {
|
|
713
|
+
content: "\f1e8";
|
|
714
|
+
}
|
|
715
|
+
.icon-compare:before {
|
|
716
|
+
content: "\f1e9";
|
|
717
|
+
}
|
|
718
|
+
.icon-color-text:before {
|
|
719
|
+
content: "\f1ea";
|
|
720
|
+
}
|
|
721
|
+
.icon-color-lenspalette:before {
|
|
722
|
+
content: "\f1eb";
|
|
723
|
+
}
|
|
724
|
+
.icon-color-background:before {
|
|
725
|
+
content: "\f1ec";
|
|
726
|
+
}
|
|
727
|
+
.icon-collectionsphoto-library:before {
|
|
728
|
+
content: "\f1ed";
|
|
729
|
+
}
|
|
730
|
+
.icon-code-block:before {
|
|
731
|
+
content: "\f1ee";
|
|
732
|
+
}
|
|
733
|
+
.icon-cloud_download:before {
|
|
734
|
+
content: "\f1ef";
|
|
735
|
+
}
|
|
736
|
+
.icon-close:before {
|
|
737
|
+
content: "\f1f0";
|
|
738
|
+
}
|
|
739
|
+
.icon-clear-all:before {
|
|
740
|
+
content: "\f1f1";
|
|
741
|
+
}
|
|
742
|
+
.icon-clean-format:before {
|
|
743
|
+
content: "\f1f2";
|
|
744
|
+
}
|
|
745
|
+
.icon-city:before {
|
|
746
|
+
content: "\f1f3";
|
|
747
|
+
}
|
|
748
|
+
.icon-circle-check-regular:before {
|
|
749
|
+
content: "\f1f4";
|
|
750
|
+
}
|
|
751
|
+
.icon-circle-arrow-up:before {
|
|
752
|
+
content: "\f1f5";
|
|
753
|
+
}
|
|
754
|
+
.icon-circle-arrow-down:before {
|
|
755
|
+
content: "\f1f6";
|
|
756
|
+
}
|
|
757
|
+
.icon-chrome-reader-mode:before {
|
|
758
|
+
content: "\f1f7";
|
|
759
|
+
}
|
|
760
|
+
.icon-chevron-circle-up:before {
|
|
761
|
+
content: "\f1f8";
|
|
762
|
+
}
|
|
763
|
+
.icon-chevron-circle-down1:before {
|
|
764
|
+
content: "\f1f9";
|
|
765
|
+
}
|
|
766
|
+
.icon-chevron-circle-down:before {
|
|
767
|
+
content: "\f1fa";
|
|
768
|
+
}
|
|
769
|
+
.icon-check-circle-o:before {
|
|
770
|
+
content: "\f1fb";
|
|
771
|
+
}
|
|
772
|
+
.icon-chat:before {
|
|
773
|
+
content: "\f1fc";
|
|
774
|
+
}
|
|
775
|
+
.icon-chart-user:before {
|
|
776
|
+
content: "\f1fd";
|
|
777
|
+
}
|
|
778
|
+
.icon-chart-column:before {
|
|
779
|
+
content: "\f1fe";
|
|
780
|
+
}
|
|
781
|
+
.icon-camera1:before {
|
|
782
|
+
content: "\f1ff";
|
|
783
|
+
}
|
|
784
|
+
.icon-business:before {
|
|
785
|
+
content: "\f200";
|
|
786
|
+
}
|
|
787
|
+
.icon-briefcase-solid:before {
|
|
788
|
+
content: "\f201";
|
|
789
|
+
}
|
|
790
|
+
.icon-border-bottom:before {
|
|
791
|
+
content: "\f202";
|
|
792
|
+
}
|
|
793
|
+
.icon-bookmark-solid:before {
|
|
794
|
+
content: "\f203";
|
|
795
|
+
}
|
|
796
|
+
.icon-book-open-cover:before {
|
|
797
|
+
content: "\f204";
|
|
798
|
+
}
|
|
799
|
+
.icon-bold:before {
|
|
800
|
+
content: "\f205";
|
|
801
|
+
}
|
|
802
|
+
.icon-blockquote:before {
|
|
803
|
+
content: "\f206";
|
|
804
|
+
}
|
|
805
|
+
.icon-bhhs_seal_blk:before {
|
|
806
|
+
content: "\f207";
|
|
807
|
+
}
|
|
808
|
+
.icon-bed11:before {
|
|
809
|
+
content: "\f208";
|
|
810
|
+
}
|
|
811
|
+
.icon-bed1:before {
|
|
812
|
+
content: "\f209";
|
|
813
|
+
}
|
|
814
|
+
.icon-bed:before {
|
|
815
|
+
content: "\f20a";
|
|
816
|
+
}
|
|
817
|
+
.icon-bathtub:before {
|
|
818
|
+
content: "\f20b";
|
|
819
|
+
}
|
|
820
|
+
.icon-bath:before {
|
|
821
|
+
content: "\f20c";
|
|
822
|
+
}
|
|
823
|
+
.icon-ban:before {
|
|
824
|
+
content: "\f20d";
|
|
825
|
+
}
|
|
826
|
+
.icon-backspace:before {
|
|
827
|
+
content: "\f20e";
|
|
828
|
+
}
|
|
829
|
+
.icon-attach-money:before {
|
|
830
|
+
content: "\f20f";
|
|
831
|
+
}
|
|
832
|
+
.icon-arrow_drop_down:before {
|
|
833
|
+
content: "\f210";
|
|
834
|
+
}
|
|
835
|
+
.icon-arrow:before {
|
|
836
|
+
content: "\f211";
|
|
837
|
+
}
|
|
838
|
+
.icon-arrow-up:before {
|
|
839
|
+
content: "\f212";
|
|
840
|
+
}
|
|
841
|
+
.icon-arrow-up-wide-short:before {
|
|
842
|
+
content: "\f213";
|
|
843
|
+
}
|
|
844
|
+
.icon-arrow-turn-down-right:before {
|
|
845
|
+
content: "\f214";
|
|
846
|
+
}
|
|
847
|
+
.icon-arrow-right1:before {
|
|
848
|
+
content: "\f215";
|
|
849
|
+
}
|
|
850
|
+
.icon-arrow-right:before {
|
|
851
|
+
content: "\f216";
|
|
852
|
+
}
|
|
853
|
+
.icon-arrow-left:before {
|
|
854
|
+
content: "\f217";
|
|
855
|
+
}
|
|
856
|
+
.icon-arrow-down:before {
|
|
857
|
+
content: "\f218";
|
|
858
|
+
}
|
|
859
|
+
.icon-arrow-down-short-wide:before {
|
|
860
|
+
content: "\f219";
|
|
861
|
+
}
|
|
862
|
+
.icon-arrow-down-arrow-up:before {
|
|
863
|
+
content: "\f21a";
|
|
864
|
+
}
|
|
865
|
+
.icon-angle-double-right:before {
|
|
866
|
+
content: "\f21b";
|
|
867
|
+
}
|
|
868
|
+
.icon-angle-double-left:before {
|
|
869
|
+
content: "\f21c";
|
|
870
|
+
}
|
|
871
|
+
.icon-align-right:before {
|
|
872
|
+
content: "\f21d";
|
|
873
|
+
}
|
|
874
|
+
.icon-align-left:before {
|
|
875
|
+
content: "\f21e";
|
|
876
|
+
}
|
|
877
|
+
.icon-align-justify:before {
|
|
878
|
+
content: "\f21f";
|
|
879
|
+
}
|
|
880
|
+
.icon-align-center:before {
|
|
881
|
+
content: "\f220";
|
|
882
|
+
}
|
|
883
|
+
.icon-alarm-clock:before {
|
|
884
|
+
content: "\f221";
|
|
885
|
+
}
|
|
886
|
+
.icon-add:before {
|
|
887
|
+
content: "\f222";
|
|
888
|
+
}
|
|
889
|
+
.icon-acres:before {
|
|
890
|
+
content: "\f223";
|
|
891
|
+
}
|
|
892
|
+
.icon-account_balance_wallet:before {
|
|
893
|
+
content: "\f224";
|
|
894
|
+
}
|
|
895
|
+
.icon-account-circle:before {
|
|
896
|
+
content: "\f225";
|
|
897
|
+
}
|
|
898
|
+
.icon-account-box:before {
|
|
899
|
+
content: "\f226";
|
|
900
|
+
}
|
|
901
|
+
.icon-account-balance:before {
|
|
902
|
+
content: "\f227";
|
|
903
|
+
}
|
|
904
|
+
.icon-Youtube-round:before {
|
|
905
|
+
content: "\f228";
|
|
906
|
+
}
|
|
907
|
+
.icon-WhatsApp-round:before {
|
|
908
|
+
content: "\f229";
|
|
909
|
+
}
|
|
910
|
+
.icon-Twitter-round:before {
|
|
911
|
+
content: "\f22a";
|
|
912
|
+
}
|
|
913
|
+
.icon-Snapchat-round:before {
|
|
914
|
+
content: "\f22b";
|
|
915
|
+
}
|
|
916
|
+
.icon-ROGregular:before {
|
|
917
|
+
content: "\f22c";
|
|
918
|
+
}
|
|
919
|
+
.icon-ROGcoin:before {
|
|
920
|
+
content: "\f22d";
|
|
921
|
+
}
|
|
922
|
+
.icon-Messenger-square:before {
|
|
923
|
+
content: "\f22e";
|
|
924
|
+
}
|
|
925
|
+
.icon-Messenger-round:before {
|
|
926
|
+
content: "\f22f";
|
|
927
|
+
}
|
|
928
|
+
.icon-Instagram-round:before {
|
|
929
|
+
content: "\f230";
|
|
930
|
+
}
|
|
931
|
+
.icon-Al:before {
|
|
932
|
+
content: "\f231";
|
|
933
|
+
}
|
|
934
|
+
.icon-3d_rotation:before {
|
|
935
|
+
content: "\f232";
|
|
936
|
+
}
|