@instructure/ui-icons 7.21.0 → 7.22.0
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/CHANGELOG.md +11 -0
- package/es/IconArrowNestLine.js +42 -0
- package/es/IconArrowNestSolid.js +42 -0
- package/es/font/Line/InstructureIcons-Line.css +345 -340
- package/es/font/Line/InstructureIcons-Line.eot +0 -0
- package/es/font/Line/InstructureIcons-Line.svg +343 -340
- package/es/font/Line/InstructureIcons-Line.ttf +0 -0
- package/es/font/Line/InstructureIcons-Line.woff +0 -0
- package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/es/font/Line/InstructureIcons-Line_icon-map.scss +342 -340
- package/es/font/Solid/InstructureIcons-Solid.css +345 -340
- package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/es/font/Solid/InstructureIcons-Solid.svg +343 -340
- package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +342 -340
- package/es/font/index.js +700 -680
- package/es/index.js +169 -167
- package/es/svg/index.js +1 -1
- package/lib/IconArrowNestLine.js +58 -0
- package/lib/IconArrowNestSolid.js +58 -0
- package/lib/font/Line/InstructureIcons-Line.css +345 -340
- package/lib/font/Line/InstructureIcons-Line.eot +0 -0
- package/lib/font/Line/InstructureIcons-Line.svg +343 -340
- package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff +0 -0
- package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
- package/lib/font/Line/InstructureIcons-Line_icon-map.scss +342 -340
- package/lib/font/Solid/InstructureIcons-Solid.css +345 -340
- package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.svg +343 -340
- package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
- package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
- package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +342 -340
- package/lib/font/index.js +710 -688
- package/lib/index.js +520 -504
- package/lib/svg/index.js +1 -1
- package/package.json +4 -4
- package/svg/Line/arrow-nest.svg +3 -0
- package/svg/Solid/arrow-nest.svg +3 -0
|
@@ -154,22 +154,27 @@
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
|
|
157
|
-
.icon-arrow-
|
|
157
|
+
.icon-arrow-nest::before {
|
|
158
158
|
content: "\EA13";
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
|
|
162
|
-
.icon-arrow-open-
|
|
162
|
+
.icon-arrow-open-down::before {
|
|
163
163
|
content: "\EA14";
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
+
|
|
167
|
+
.icon-arrow-open-end::before {
|
|
168
|
+
content: "\EA15";
|
|
169
|
+
}
|
|
170
|
+
|
|
166
171
|
[dir="rtl"] .icon-arrow-open-end::before {
|
|
167
172
|
transform: scale3d(-1, 1, 1);
|
|
168
173
|
}
|
|
169
174
|
|
|
170
175
|
|
|
171
176
|
.icon-arrow-open-left::before {
|
|
172
|
-
content: "\
|
|
177
|
+
content: "\EA16";
|
|
173
178
|
}
|
|
174
179
|
|
|
175
180
|
[dir="rtl"] .icon-arrow-open-left::before {
|
|
@@ -178,7 +183,7 @@
|
|
|
178
183
|
|
|
179
184
|
|
|
180
185
|
.icon-arrow-open-right::before {
|
|
181
|
-
content: "\
|
|
186
|
+
content: "\EA17";
|
|
182
187
|
}
|
|
183
188
|
|
|
184
189
|
[dir="rtl"] .icon-arrow-open-right::before {
|
|
@@ -187,7 +192,7 @@
|
|
|
187
192
|
|
|
188
193
|
|
|
189
194
|
.icon-arrow-open-start::before {
|
|
190
|
-
content: "\
|
|
195
|
+
content: "\EA18";
|
|
191
196
|
}
|
|
192
197
|
|
|
193
198
|
[dir="rtl"] .icon-arrow-open-start::before {
|
|
@@ -196,12 +201,12 @@
|
|
|
196
201
|
|
|
197
202
|
|
|
198
203
|
.icon-arrow-open-up::before {
|
|
199
|
-
content: "\
|
|
204
|
+
content: "\EA19";
|
|
200
205
|
}
|
|
201
206
|
|
|
202
207
|
|
|
203
208
|
.icon-arrow-right::before {
|
|
204
|
-
content: "\
|
|
209
|
+
content: "\EA1A";
|
|
205
210
|
}
|
|
206
211
|
|
|
207
212
|
[dir="rtl"] .icon-arrow-right::before {
|
|
@@ -210,7 +215,7 @@
|
|
|
210
215
|
|
|
211
216
|
|
|
212
217
|
.icon-arrow-start::before {
|
|
213
|
-
content: "\
|
|
218
|
+
content: "\EA1B";
|
|
214
219
|
}
|
|
215
220
|
|
|
216
221
|
[dir="rtl"] .icon-arrow-start::before {
|
|
@@ -219,12 +224,12 @@
|
|
|
219
224
|
|
|
220
225
|
|
|
221
226
|
.icon-arrow-up::before {
|
|
222
|
-
content: "\
|
|
227
|
+
content: "\EA1C";
|
|
223
228
|
}
|
|
224
229
|
|
|
225
230
|
|
|
226
231
|
.icon-assignment::before {
|
|
227
|
-
content: "\
|
|
232
|
+
content: "\EA1D";
|
|
228
233
|
}
|
|
229
234
|
|
|
230
235
|
[dir="rtl"] .icon-assignment::before {
|
|
@@ -233,17 +238,17 @@
|
|
|
233
238
|
|
|
234
239
|
|
|
235
240
|
.icon-attach-media::before {
|
|
236
|
-
content: "\
|
|
241
|
+
content: "\EA1E";
|
|
237
242
|
}
|
|
238
243
|
|
|
239
244
|
|
|
240
245
|
.icon-audio-off::before {
|
|
241
|
-
content: "\
|
|
246
|
+
content: "\EA1F";
|
|
242
247
|
}
|
|
243
248
|
|
|
244
249
|
|
|
245
250
|
.icon-audio::before {
|
|
246
|
-
content: "\
|
|
251
|
+
content: "\EA20";
|
|
247
252
|
}
|
|
248
253
|
|
|
249
254
|
[dir="rtl"] .icon-audio::before {
|
|
@@ -252,57 +257,57 @@
|
|
|
252
257
|
|
|
253
258
|
|
|
254
259
|
.icon-bank::before {
|
|
255
|
-
content: "\
|
|
260
|
+
content: "\EA21";
|
|
256
261
|
}
|
|
257
262
|
|
|
258
263
|
|
|
259
264
|
.icon-blueprint-lock::before {
|
|
260
|
-
content: "\
|
|
265
|
+
content: "\EA22";
|
|
261
266
|
}
|
|
262
267
|
|
|
263
268
|
|
|
264
269
|
.icon-blueprint::before {
|
|
265
|
-
content: "\
|
|
270
|
+
content: "\EA23";
|
|
266
271
|
}
|
|
267
272
|
|
|
268
273
|
|
|
269
274
|
.icon-bold::before {
|
|
270
|
-
content: "\
|
|
275
|
+
content: "\EA24";
|
|
271
276
|
}
|
|
272
277
|
|
|
273
278
|
|
|
274
279
|
.icon-bookmark::before {
|
|
275
|
-
content: "\
|
|
280
|
+
content: "\EA25";
|
|
276
281
|
}
|
|
277
282
|
|
|
278
283
|
|
|
279
284
|
.icon-box::before {
|
|
280
|
-
content: "\
|
|
285
|
+
content: "\EA26";
|
|
281
286
|
}
|
|
282
287
|
|
|
283
288
|
|
|
284
289
|
.icon-bullet-list-alpha::before {
|
|
285
|
-
content: "\
|
|
290
|
+
content: "\EA27";
|
|
286
291
|
}
|
|
287
292
|
|
|
288
293
|
|
|
289
294
|
.icon-bullet-list-circle-outline::before {
|
|
290
|
-
content: "\
|
|
295
|
+
content: "\EA28";
|
|
291
296
|
}
|
|
292
297
|
|
|
293
298
|
|
|
294
299
|
.icon-bullet-list-roman::before {
|
|
295
|
-
content: "\
|
|
300
|
+
content: "\EA29";
|
|
296
301
|
}
|
|
297
302
|
|
|
298
303
|
|
|
299
304
|
.icon-bullet-list-square::before {
|
|
300
|
-
content: "\
|
|
305
|
+
content: "\EA2A";
|
|
301
306
|
}
|
|
302
307
|
|
|
303
308
|
|
|
304
309
|
.icon-bullet-list::before {
|
|
305
|
-
content: "\
|
|
310
|
+
content: "\EA2B";
|
|
306
311
|
}
|
|
307
312
|
|
|
308
313
|
[dir="rtl"] .icon-bullet-list::before {
|
|
@@ -311,62 +316,62 @@
|
|
|
311
316
|
|
|
312
317
|
|
|
313
318
|
.icon-button-and-icon-maker::before {
|
|
314
|
-
content: "\
|
|
319
|
+
content: "\EA2C";
|
|
315
320
|
}
|
|
316
321
|
|
|
317
322
|
|
|
318
323
|
.icon-calculator-desmos::before {
|
|
319
|
-
content: "\
|
|
324
|
+
content: "\EA2D";
|
|
320
325
|
}
|
|
321
326
|
|
|
322
327
|
|
|
323
328
|
.icon-calculator::before {
|
|
324
|
-
content: "\
|
|
329
|
+
content: "\EA2E";
|
|
325
330
|
}
|
|
326
331
|
|
|
327
332
|
|
|
328
333
|
.icon-calendar-add::before {
|
|
329
|
-
content: "\
|
|
334
|
+
content: "\EA2F";
|
|
330
335
|
}
|
|
331
336
|
|
|
332
337
|
|
|
333
338
|
.icon-calendar-clock::before {
|
|
334
|
-
content: "\
|
|
339
|
+
content: "\EA30";
|
|
335
340
|
}
|
|
336
341
|
|
|
337
342
|
|
|
338
343
|
.icon-calendar-day::before {
|
|
339
|
-
content: "\
|
|
344
|
+
content: "\EA31";
|
|
340
345
|
}
|
|
341
346
|
|
|
342
347
|
|
|
343
348
|
.icon-calendar-days::before {
|
|
344
|
-
content: "\
|
|
349
|
+
content: "\EA32";
|
|
345
350
|
}
|
|
346
351
|
|
|
347
352
|
|
|
348
353
|
.icon-calendar-month::before {
|
|
349
|
-
content: "\
|
|
354
|
+
content: "\EA33";
|
|
350
355
|
}
|
|
351
356
|
|
|
352
357
|
|
|
353
358
|
.icon-calendar-reserved::before {
|
|
354
|
-
content: "\
|
|
359
|
+
content: "\EA34";
|
|
355
360
|
}
|
|
356
361
|
|
|
357
362
|
|
|
358
363
|
.icon-canvas-logo::before {
|
|
359
|
-
content: "\
|
|
364
|
+
content: "\EA35";
|
|
360
365
|
}
|
|
361
366
|
|
|
362
367
|
|
|
363
368
|
.icon-certified::before {
|
|
364
|
-
content: "\
|
|
369
|
+
content: "\EA36";
|
|
365
370
|
}
|
|
366
371
|
|
|
367
372
|
|
|
368
373
|
.icon-chat::before {
|
|
369
|
-
content: "\
|
|
374
|
+
content: "\EA37";
|
|
370
375
|
}
|
|
371
376
|
|
|
372
377
|
[dir="rtl"] .icon-chat::before {
|
|
@@ -375,132 +380,132 @@
|
|
|
375
380
|
|
|
376
381
|
|
|
377
382
|
.icon-check-dark::before {
|
|
378
|
-
content: "\
|
|
383
|
+
content: "\EA38";
|
|
379
384
|
}
|
|
380
385
|
|
|
381
386
|
|
|
382
387
|
.icon-check-mark-indeterminate::before {
|
|
383
|
-
content: "\
|
|
388
|
+
content: "\EA39";
|
|
384
389
|
}
|
|
385
390
|
|
|
386
391
|
|
|
387
392
|
.icon-check-mark::before {
|
|
388
|
-
content: "\
|
|
393
|
+
content: "\EA3A";
|
|
389
394
|
}
|
|
390
395
|
|
|
391
396
|
|
|
392
397
|
.icon-check-plus::before {
|
|
393
|
-
content: "\
|
|
398
|
+
content: "\EA3B";
|
|
394
399
|
}
|
|
395
400
|
|
|
396
401
|
|
|
397
402
|
.icon-check::before {
|
|
398
|
-
content: "\
|
|
403
|
+
content: "\EA3C";
|
|
399
404
|
}
|
|
400
405
|
|
|
401
406
|
|
|
402
407
|
.icon-circle-arrow-down::before {
|
|
403
|
-
content: "\
|
|
408
|
+
content: "\EA3D";
|
|
404
409
|
}
|
|
405
410
|
|
|
406
411
|
|
|
407
412
|
.icon-circle-arrow-up::before {
|
|
408
|
-
content: "\
|
|
413
|
+
content: "\EA3E";
|
|
409
414
|
}
|
|
410
415
|
|
|
411
416
|
|
|
412
417
|
.icon-clear-text-formatting::before {
|
|
413
|
-
content: "\
|
|
418
|
+
content: "\EA3F";
|
|
414
419
|
}
|
|
415
420
|
|
|
416
421
|
|
|
417
422
|
.icon-clock::before {
|
|
418
|
-
content: "\
|
|
423
|
+
content: "\EA40";
|
|
419
424
|
}
|
|
420
425
|
|
|
421
426
|
|
|
422
427
|
.icon-closed-captioning-off::before {
|
|
423
|
-
content: "\
|
|
428
|
+
content: "\EA41";
|
|
424
429
|
}
|
|
425
430
|
|
|
426
431
|
|
|
427
432
|
.icon-closed-captioning-on::before {
|
|
428
|
-
content: "\
|
|
433
|
+
content: "\EA42";
|
|
429
434
|
}
|
|
430
435
|
|
|
431
436
|
|
|
432
437
|
.icon-closed-captioning::before {
|
|
433
|
-
content: "\
|
|
438
|
+
content: "\EA43";
|
|
434
439
|
}
|
|
435
440
|
|
|
436
441
|
|
|
437
442
|
.icon-cloud-download::before {
|
|
438
|
-
content: "\
|
|
443
|
+
content: "\EA44";
|
|
439
444
|
}
|
|
440
445
|
|
|
441
446
|
|
|
442
447
|
.icon-cloud-lock::before {
|
|
443
|
-
content: "\
|
|
448
|
+
content: "\EA45";
|
|
444
449
|
}
|
|
445
450
|
|
|
446
451
|
|
|
447
452
|
.icon-cloud-upload::before {
|
|
448
|
-
content: "\
|
|
453
|
+
content: "\EA46";
|
|
449
454
|
}
|
|
450
455
|
|
|
451
456
|
|
|
452
457
|
.icon-code::before {
|
|
453
|
-
content: "\
|
|
458
|
+
content: "\EA47";
|
|
454
459
|
}
|
|
455
460
|
|
|
456
461
|
|
|
457
462
|
.icon-collapse::before {
|
|
458
|
-
content: "\
|
|
463
|
+
content: "\EA48";
|
|
459
464
|
}
|
|
460
465
|
|
|
461
466
|
|
|
462
467
|
.icon-collection-save::before {
|
|
463
|
-
content: "\
|
|
468
|
+
content: "\EA49";
|
|
464
469
|
}
|
|
465
470
|
|
|
466
471
|
|
|
467
472
|
.icon-collection::before {
|
|
468
|
-
content: "\
|
|
473
|
+
content: "\EA4A";
|
|
469
474
|
}
|
|
470
475
|
|
|
471
476
|
|
|
472
477
|
.icon-comment::before {
|
|
473
|
-
content: "\
|
|
478
|
+
content: "\EA4B";
|
|
474
479
|
}
|
|
475
480
|
|
|
476
481
|
|
|
477
482
|
.icon-comments-off::before {
|
|
478
|
-
content: "\
|
|
483
|
+
content: "\EA4C";
|
|
479
484
|
}
|
|
480
485
|
|
|
481
486
|
|
|
482
487
|
.icon-comments-on::before {
|
|
483
|
-
content: "\
|
|
488
|
+
content: "\EA4D";
|
|
484
489
|
}
|
|
485
490
|
|
|
486
491
|
|
|
487
492
|
.icon-commons::before {
|
|
488
|
-
content: "\
|
|
493
|
+
content: "\EA4E";
|
|
489
494
|
}
|
|
490
495
|
|
|
491
496
|
|
|
492
497
|
.icon-compass::before {
|
|
493
|
-
content: "\
|
|
498
|
+
content: "\EA4F";
|
|
494
499
|
}
|
|
495
500
|
|
|
496
501
|
|
|
497
502
|
.icon-complete::before {
|
|
498
|
-
content: "\
|
|
503
|
+
content: "\EA50";
|
|
499
504
|
}
|
|
500
505
|
|
|
501
506
|
|
|
502
507
|
.icon-compose::before {
|
|
503
|
-
content: "\
|
|
508
|
+
content: "\EA51";
|
|
504
509
|
}
|
|
505
510
|
|
|
506
511
|
[dir="rtl"] .icon-compose::before {
|
|
@@ -509,22 +514,22 @@
|
|
|
509
514
|
|
|
510
515
|
|
|
511
516
|
.icon-configure::before {
|
|
512
|
-
content: "\
|
|
517
|
+
content: "\EA52";
|
|
513
518
|
}
|
|
514
519
|
|
|
515
520
|
|
|
516
521
|
.icon-copy-course::before {
|
|
517
|
-
content: "\
|
|
522
|
+
content: "\EA53";
|
|
518
523
|
}
|
|
519
524
|
|
|
520
525
|
|
|
521
526
|
.icon-copy::before {
|
|
522
|
-
content: "\
|
|
527
|
+
content: "\EA54";
|
|
523
528
|
}
|
|
524
529
|
|
|
525
530
|
|
|
526
531
|
.icon-courses::before {
|
|
527
|
-
content: "\
|
|
532
|
+
content: "\EA55";
|
|
528
533
|
}
|
|
529
534
|
|
|
530
535
|
[dir="rtl"] .icon-courses::before {
|
|
@@ -533,32 +538,32 @@
|
|
|
533
538
|
|
|
534
539
|
|
|
535
540
|
.icon-crop::before {
|
|
536
|
-
content: "\
|
|
541
|
+
content: "\EA56";
|
|
537
542
|
}
|
|
538
543
|
|
|
539
544
|
|
|
540
545
|
.icon-dashboard::before {
|
|
541
|
-
content: "\
|
|
546
|
+
content: "\EA57";
|
|
542
547
|
}
|
|
543
548
|
|
|
544
549
|
|
|
545
550
|
.icon-deactivate-user::before {
|
|
546
|
-
content: "\
|
|
551
|
+
content: "\EA58";
|
|
547
552
|
}
|
|
548
553
|
|
|
549
554
|
|
|
550
555
|
.icon-discussion-check::before {
|
|
551
|
-
content: "\
|
|
556
|
+
content: "\EA59";
|
|
552
557
|
}
|
|
553
558
|
|
|
554
559
|
|
|
555
560
|
.icon-discussion-new::before {
|
|
556
|
-
content: "\
|
|
561
|
+
content: "\EA5A";
|
|
557
562
|
}
|
|
558
563
|
|
|
559
564
|
|
|
560
565
|
.icon-discussion-reply-2::before {
|
|
561
|
-
content: "\
|
|
566
|
+
content: "\EA5B";
|
|
562
567
|
}
|
|
563
568
|
|
|
564
569
|
[dir="rtl"] .icon-discussion-reply-2::before {
|
|
@@ -567,27 +572,27 @@
|
|
|
567
572
|
|
|
568
573
|
|
|
569
574
|
.icon-discussion-reply-dark::before {
|
|
570
|
-
content: "\
|
|
575
|
+
content: "\EA5C";
|
|
571
576
|
}
|
|
572
577
|
|
|
573
578
|
|
|
574
579
|
.icon-discussion-reply::before {
|
|
575
|
-
content: "\
|
|
580
|
+
content: "\EA5D";
|
|
576
581
|
}
|
|
577
582
|
|
|
578
583
|
|
|
579
584
|
.icon-discussion-search::before {
|
|
580
|
-
content: "\
|
|
585
|
+
content: "\EA5E";
|
|
581
586
|
}
|
|
582
587
|
|
|
583
588
|
|
|
584
589
|
.icon-discussion-x::before {
|
|
585
|
-
content: "\
|
|
590
|
+
content: "\EA5F";
|
|
586
591
|
}
|
|
587
592
|
|
|
588
593
|
|
|
589
594
|
.icon-discussion::before {
|
|
590
|
-
content: "\
|
|
595
|
+
content: "\EA60";
|
|
591
596
|
}
|
|
592
597
|
|
|
593
598
|
[dir="rtl"] .icon-discussion::before {
|
|
@@ -596,7 +601,7 @@
|
|
|
596
601
|
|
|
597
602
|
|
|
598
603
|
.icon-document::before {
|
|
599
|
-
content: "\
|
|
604
|
+
content: "\EA61";
|
|
600
605
|
}
|
|
601
606
|
|
|
602
607
|
[dir="rtl"] .icon-document::before {
|
|
@@ -605,27 +610,27 @@
|
|
|
605
610
|
|
|
606
611
|
|
|
607
612
|
.icon-download::before {
|
|
608
|
-
content: "\
|
|
613
|
+
content: "\EA62";
|
|
609
614
|
}
|
|
610
615
|
|
|
611
616
|
|
|
612
617
|
.icon-drag-handle::before {
|
|
613
|
-
content: "\
|
|
618
|
+
content: "\EA63";
|
|
614
619
|
}
|
|
615
620
|
|
|
616
621
|
|
|
617
622
|
.icon-drop-down::before {
|
|
618
|
-
content: "\
|
|
623
|
+
content: "\EA64";
|
|
619
624
|
}
|
|
620
625
|
|
|
621
626
|
|
|
622
627
|
.icon-duplicate::before {
|
|
623
|
-
content: "\
|
|
628
|
+
content: "\EA65";
|
|
624
629
|
}
|
|
625
630
|
|
|
626
631
|
|
|
627
632
|
.icon-edit::before {
|
|
628
|
-
content: "\
|
|
633
|
+
content: "\EA66";
|
|
629
634
|
}
|
|
630
635
|
|
|
631
636
|
[dir="rtl"] .icon-edit::before {
|
|
@@ -634,47 +639,47 @@
|
|
|
634
639
|
|
|
635
640
|
|
|
636
641
|
.icon-educators::before {
|
|
637
|
-
content: "\
|
|
642
|
+
content: "\EA67";
|
|
638
643
|
}
|
|
639
644
|
|
|
640
645
|
|
|
641
646
|
.icon-elevate-logo::before {
|
|
642
|
-
content: "\
|
|
647
|
+
content: "\EA68";
|
|
643
648
|
}
|
|
644
649
|
|
|
645
650
|
|
|
646
651
|
.icon-email::before {
|
|
647
|
-
content: "\
|
|
652
|
+
content: "\EA69";
|
|
648
653
|
}
|
|
649
654
|
|
|
650
655
|
|
|
651
656
|
.icon-empty::before {
|
|
652
|
-
content: "\
|
|
657
|
+
content: "\EA6A";
|
|
653
658
|
}
|
|
654
659
|
|
|
655
660
|
|
|
656
661
|
.icon-end::before {
|
|
657
|
-
content: "\
|
|
662
|
+
content: "\EA6B";
|
|
658
663
|
}
|
|
659
664
|
|
|
660
665
|
|
|
661
666
|
.icon-eportfolio::before {
|
|
662
|
-
content: "\
|
|
667
|
+
content: "\EA6C";
|
|
663
668
|
}
|
|
664
669
|
|
|
665
670
|
|
|
666
671
|
.icon-equation::before {
|
|
667
|
-
content: "\
|
|
672
|
+
content: "\EA6D";
|
|
668
673
|
}
|
|
669
674
|
|
|
670
675
|
|
|
671
676
|
.icon-equella::before {
|
|
672
|
-
content: "\
|
|
677
|
+
content: "\EA6E";
|
|
673
678
|
}
|
|
674
679
|
|
|
675
680
|
|
|
676
681
|
.icon-essay::before {
|
|
677
|
-
content: "\
|
|
682
|
+
content: "\EA6F";
|
|
678
683
|
}
|
|
679
684
|
|
|
680
685
|
[dir="rtl"] .icon-essay::before {
|
|
@@ -683,17 +688,17 @@
|
|
|
683
688
|
|
|
684
689
|
|
|
685
690
|
.icon-exit-full-screen::before {
|
|
686
|
-
content: "\
|
|
691
|
+
content: "\EA70";
|
|
687
692
|
}
|
|
688
693
|
|
|
689
694
|
|
|
690
695
|
.icon-expand-items::before {
|
|
691
|
-
content: "\
|
|
696
|
+
content: "\EA71";
|
|
692
697
|
}
|
|
693
698
|
|
|
694
699
|
|
|
695
700
|
.icon-expand-left::before {
|
|
696
|
-
content: "\
|
|
701
|
+
content: "\EA72";
|
|
697
702
|
}
|
|
698
703
|
|
|
699
704
|
[dir="rtl"] .icon-expand-left::before {
|
|
@@ -702,7 +707,7 @@
|
|
|
702
707
|
|
|
703
708
|
|
|
704
709
|
.icon-expand-start::before {
|
|
705
|
-
content: "\
|
|
710
|
+
content: "\EA73";
|
|
706
711
|
}
|
|
707
712
|
|
|
708
713
|
[dir="rtl"] .icon-expand-start::before {
|
|
@@ -711,12 +716,12 @@
|
|
|
711
716
|
|
|
712
717
|
|
|
713
718
|
.icon-expand::before {
|
|
714
|
-
content: "\
|
|
719
|
+
content: "\EA74";
|
|
715
720
|
}
|
|
716
721
|
|
|
717
722
|
|
|
718
723
|
.icon-export-content::before {
|
|
719
|
-
content: "\
|
|
724
|
+
content: "\EA75";
|
|
720
725
|
}
|
|
721
726
|
|
|
722
727
|
[dir="rtl"] .icon-export-content::before {
|
|
@@ -725,7 +730,7 @@
|
|
|
725
730
|
|
|
726
731
|
|
|
727
732
|
.icon-export::before {
|
|
728
|
-
content: "\
|
|
733
|
+
content: "\EA76";
|
|
729
734
|
}
|
|
730
735
|
|
|
731
736
|
[dir="rtl"] .icon-export::before {
|
|
@@ -734,7 +739,7 @@
|
|
|
734
739
|
|
|
735
740
|
|
|
736
741
|
.icon-external-link::before {
|
|
737
|
-
content: "\
|
|
742
|
+
content: "\EA77";
|
|
738
743
|
}
|
|
739
744
|
|
|
740
745
|
[dir="rtl"] .icon-external-link::before {
|
|
@@ -743,27 +748,27 @@
|
|
|
743
748
|
|
|
744
749
|
|
|
745
750
|
.icon-eye::before {
|
|
746
|
-
content: "\
|
|
751
|
+
content: "\EA78";
|
|
747
752
|
}
|
|
748
753
|
|
|
749
754
|
|
|
750
755
|
.icon-facebook-boxed::before {
|
|
751
|
-
content: "\
|
|
756
|
+
content: "\EA79";
|
|
752
757
|
}
|
|
753
758
|
|
|
754
759
|
|
|
755
760
|
.icon-facebook::before {
|
|
756
|
-
content: "\
|
|
761
|
+
content: "\EA7A";
|
|
757
762
|
}
|
|
758
763
|
|
|
759
764
|
|
|
760
765
|
.icon-fast-forward::before {
|
|
761
|
-
content: "\
|
|
766
|
+
content: "\EA7B";
|
|
762
767
|
}
|
|
763
768
|
|
|
764
769
|
|
|
765
770
|
.icon-feedback::before {
|
|
766
|
-
content: "\
|
|
771
|
+
content: "\EA7C";
|
|
767
772
|
}
|
|
768
773
|
|
|
769
774
|
[dir="rtl"] .icon-feedback::before {
|
|
@@ -772,52 +777,52 @@
|
|
|
772
777
|
|
|
773
778
|
|
|
774
779
|
.icon-file-locked::before {
|
|
775
|
-
content: "\
|
|
780
|
+
content: "\EA7D";
|
|
776
781
|
}
|
|
777
782
|
|
|
778
783
|
|
|
779
784
|
.icon-files-copyright::before {
|
|
780
|
-
content: "\
|
|
785
|
+
content: "\EA7E";
|
|
781
786
|
}
|
|
782
787
|
|
|
783
788
|
|
|
784
789
|
.icon-files-creative-commons::before {
|
|
785
|
-
content: "\
|
|
790
|
+
content: "\EA7F";
|
|
786
791
|
}
|
|
787
792
|
|
|
788
793
|
|
|
789
794
|
.icon-files-fair-use::before {
|
|
790
|
-
content: "\
|
|
795
|
+
content: "\EA80";
|
|
791
796
|
}
|
|
792
797
|
|
|
793
798
|
|
|
794
799
|
.icon-files-obtained-permission::before {
|
|
795
|
-
content: "\
|
|
800
|
+
content: "\EA81";
|
|
796
801
|
}
|
|
797
802
|
|
|
798
803
|
|
|
799
804
|
.icon-files-public-domain::before {
|
|
800
|
-
content: "\
|
|
805
|
+
content: "\EA82";
|
|
801
806
|
}
|
|
802
807
|
|
|
803
808
|
|
|
804
809
|
.icon-filmstrip::before {
|
|
805
|
-
content: "\
|
|
810
|
+
content: "\EA83";
|
|
806
811
|
}
|
|
807
812
|
|
|
808
813
|
|
|
809
814
|
.icon-filter::before {
|
|
810
|
-
content: "\
|
|
815
|
+
content: "\EA84";
|
|
811
816
|
}
|
|
812
817
|
|
|
813
818
|
|
|
814
819
|
.icon-flag::before {
|
|
815
|
-
content: "\
|
|
820
|
+
content: "\EA85";
|
|
816
821
|
}
|
|
817
822
|
|
|
818
823
|
|
|
819
824
|
.icon-folder-locked::before {
|
|
820
|
-
content: "\
|
|
825
|
+
content: "\EA86";
|
|
821
826
|
}
|
|
822
827
|
|
|
823
828
|
[dir="rtl"] .icon-folder-locked::before {
|
|
@@ -826,7 +831,7 @@
|
|
|
826
831
|
|
|
827
832
|
|
|
828
833
|
.icon-folder::before {
|
|
829
|
-
content: "\
|
|
834
|
+
content: "\EA87";
|
|
830
835
|
}
|
|
831
836
|
|
|
832
837
|
[dir="rtl"] .icon-folder::before {
|
|
@@ -835,7 +840,7 @@
|
|
|
835
840
|
|
|
836
841
|
|
|
837
842
|
.icon-forward::before {
|
|
838
|
-
content: "\
|
|
843
|
+
content: "\EA88";
|
|
839
844
|
}
|
|
840
845
|
|
|
841
846
|
[dir="rtl"] .icon-forward::before {
|
|
@@ -844,17 +849,17 @@
|
|
|
844
849
|
|
|
845
850
|
|
|
846
851
|
.icon-full-screen::before {
|
|
847
|
-
content: "\
|
|
852
|
+
content: "\EA89";
|
|
848
853
|
}
|
|
849
854
|
|
|
850
855
|
|
|
851
856
|
.icon-github::before {
|
|
852
|
-
content: "\
|
|
857
|
+
content: "\EA8A";
|
|
853
858
|
}
|
|
854
859
|
|
|
855
860
|
|
|
856
861
|
.icon-gradebook-export::before {
|
|
857
|
-
content: "\
|
|
862
|
+
content: "\EA8B";
|
|
858
863
|
}
|
|
859
864
|
|
|
860
865
|
[dir="rtl"] .icon-gradebook-export::before {
|
|
@@ -863,7 +868,7 @@
|
|
|
863
868
|
|
|
864
869
|
|
|
865
870
|
.icon-gradebook-import::before {
|
|
866
|
-
content: "\
|
|
871
|
+
content: "\EA8C";
|
|
867
872
|
}
|
|
868
873
|
|
|
869
874
|
[dir="rtl"] .icon-gradebook-import::before {
|
|
@@ -872,42 +877,42 @@
|
|
|
872
877
|
|
|
873
878
|
|
|
874
879
|
.icon-gradebook::before {
|
|
875
|
-
content: "\
|
|
880
|
+
content: "\EA8D";
|
|
876
881
|
}
|
|
877
882
|
|
|
878
883
|
|
|
879
884
|
.icon-group-dark-new::before {
|
|
880
|
-
content: "\
|
|
885
|
+
content: "\EA8E";
|
|
881
886
|
}
|
|
882
887
|
|
|
883
888
|
|
|
884
889
|
.icon-group-new::before {
|
|
885
|
-
content: "\
|
|
890
|
+
content: "\EA8F";
|
|
886
891
|
}
|
|
887
892
|
|
|
888
893
|
|
|
889
894
|
.icon-group::before {
|
|
890
|
-
content: "\
|
|
895
|
+
content: "\EA90";
|
|
891
896
|
}
|
|
892
897
|
|
|
893
898
|
|
|
894
899
|
.icon-hamburger::before {
|
|
895
|
-
content: "\
|
|
900
|
+
content: "\EA91";
|
|
896
901
|
}
|
|
897
902
|
|
|
898
903
|
|
|
899
904
|
.icon-header::before {
|
|
900
|
-
content: "\
|
|
905
|
+
content: "\EA92";
|
|
901
906
|
}
|
|
902
907
|
|
|
903
908
|
|
|
904
909
|
.icon-heart::before {
|
|
905
|
-
content: "\
|
|
910
|
+
content: "\EA93";
|
|
906
911
|
}
|
|
907
912
|
|
|
908
913
|
|
|
909
914
|
.icon-highlighter::before {
|
|
910
|
-
content: "\
|
|
915
|
+
content: "\EA94";
|
|
911
916
|
}
|
|
912
917
|
|
|
913
918
|
[dir="rtl"] .icon-highlighter::before {
|
|
@@ -916,32 +921,32 @@
|
|
|
916
921
|
|
|
917
922
|
|
|
918
923
|
.icon-home::before {
|
|
919
|
-
content: "\
|
|
924
|
+
content: "\EA95";
|
|
920
925
|
}
|
|
921
926
|
|
|
922
927
|
|
|
923
928
|
.icon-hour-glass::before {
|
|
924
|
-
content: "\
|
|
929
|
+
content: "\EA96";
|
|
925
930
|
}
|
|
926
931
|
|
|
927
932
|
|
|
928
933
|
.icon-image::before {
|
|
929
|
-
content: "\
|
|
934
|
+
content: "\EA97";
|
|
930
935
|
}
|
|
931
936
|
|
|
932
937
|
|
|
933
938
|
.icon-immersive-reader::before {
|
|
934
|
-
content: "\
|
|
939
|
+
content: "\EA98";
|
|
935
940
|
}
|
|
936
941
|
|
|
937
942
|
|
|
938
943
|
.icon-impact-logo::before {
|
|
939
|
-
content: "\
|
|
944
|
+
content: "\EA99";
|
|
940
945
|
}
|
|
941
946
|
|
|
942
947
|
|
|
943
948
|
.icon-import-content::before {
|
|
944
|
-
content: "\
|
|
949
|
+
content: "\EA9A";
|
|
945
950
|
}
|
|
946
951
|
|
|
947
952
|
[dir="rtl"] .icon-import-content::before {
|
|
@@ -950,7 +955,7 @@
|
|
|
950
955
|
|
|
951
956
|
|
|
952
957
|
.icon-import::before {
|
|
953
|
-
content: "\
|
|
958
|
+
content: "\EA9B";
|
|
954
959
|
}
|
|
955
960
|
|
|
956
961
|
[dir="rtl"] .icon-import::before {
|
|
@@ -959,17 +964,17 @@
|
|
|
959
964
|
|
|
960
965
|
|
|
961
966
|
.icon-important-dates::before {
|
|
962
|
-
content: "\
|
|
967
|
+
content: "\EA9C";
|
|
963
968
|
}
|
|
964
969
|
|
|
965
970
|
|
|
966
971
|
.icon-inbox::before {
|
|
967
|
-
content: "\
|
|
972
|
+
content: "\EA9D";
|
|
968
973
|
}
|
|
969
974
|
|
|
970
975
|
|
|
971
976
|
.icon-indent-2::before {
|
|
972
|
-
content: "\
|
|
977
|
+
content: "\EA9E";
|
|
973
978
|
}
|
|
974
979
|
|
|
975
980
|
[dir="rtl"] .icon-indent-2::before {
|
|
@@ -978,7 +983,7 @@
|
|
|
978
983
|
|
|
979
984
|
|
|
980
985
|
.icon-indent::before {
|
|
981
|
-
content: "\
|
|
986
|
+
content: "\EA9F";
|
|
982
987
|
}
|
|
983
988
|
|
|
984
989
|
[dir="rtl"] .icon-indent::before {
|
|
@@ -987,162 +992,162 @@
|
|
|
987
992
|
|
|
988
993
|
|
|
989
994
|
.icon-info-borderless::before {
|
|
990
|
-
content: "\
|
|
995
|
+
content: "\EAA0";
|
|
991
996
|
}
|
|
992
997
|
|
|
993
998
|
|
|
994
999
|
.icon-info::before {
|
|
995
|
-
content: "\
|
|
1000
|
+
content: "\EAA1";
|
|
996
1001
|
}
|
|
997
1002
|
|
|
998
1003
|
|
|
999
1004
|
.icon-instructure-logo::before {
|
|
1000
|
-
content: "\
|
|
1005
|
+
content: "\EAA2";
|
|
1001
1006
|
}
|
|
1002
1007
|
|
|
1003
1008
|
|
|
1004
1009
|
.icon-instructure::before {
|
|
1005
|
-
content: "\
|
|
1010
|
+
content: "\EAA3";
|
|
1006
1011
|
}
|
|
1007
1012
|
|
|
1008
1013
|
|
|
1009
1014
|
.icon-integrations::before {
|
|
1010
|
-
content: "\
|
|
1015
|
+
content: "\EAA4";
|
|
1011
1016
|
}
|
|
1012
1017
|
|
|
1013
1018
|
|
|
1014
1019
|
.icon-invitation::before {
|
|
1015
|
-
content: "\
|
|
1020
|
+
content: "\EAA5";
|
|
1016
1021
|
}
|
|
1017
1022
|
|
|
1018
1023
|
|
|
1019
1024
|
.icon-italic::before {
|
|
1020
|
-
content: "\
|
|
1025
|
+
content: "\EAA6";
|
|
1021
1026
|
}
|
|
1022
1027
|
|
|
1023
1028
|
|
|
1024
1029
|
.icon-keyboard-shortcuts::before {
|
|
1025
|
-
content: "\
|
|
1030
|
+
content: "\EAA7";
|
|
1026
1031
|
}
|
|
1027
1032
|
|
|
1028
1033
|
|
|
1029
1034
|
.icon-launch::before {
|
|
1030
|
-
content: "\
|
|
1035
|
+
content: "\EAA8";
|
|
1031
1036
|
}
|
|
1032
1037
|
|
|
1033
1038
|
|
|
1034
1039
|
.icon-life-preserver::before {
|
|
1035
|
-
content: "\
|
|
1040
|
+
content: "\EAA9";
|
|
1036
1041
|
}
|
|
1037
1042
|
|
|
1038
1043
|
|
|
1039
1044
|
.icon-like::before {
|
|
1040
|
-
content: "\
|
|
1045
|
+
content: "\EAAA";
|
|
1041
1046
|
}
|
|
1042
1047
|
|
|
1043
1048
|
|
|
1044
1049
|
.icon-line-reader::before {
|
|
1045
|
-
content: "\
|
|
1050
|
+
content: "\EAAB";
|
|
1046
1051
|
}
|
|
1047
1052
|
|
|
1048
1053
|
|
|
1049
1054
|
.icon-link::before {
|
|
1050
|
-
content: "\
|
|
1055
|
+
content: "\EAAC";
|
|
1051
1056
|
}
|
|
1052
1057
|
|
|
1053
1058
|
|
|
1054
1059
|
.icon-linkedin::before {
|
|
1055
|
-
content: "\
|
|
1060
|
+
content: "\EAAD";
|
|
1056
1061
|
}
|
|
1057
1062
|
|
|
1058
1063
|
|
|
1059
1064
|
.icon-lock::before {
|
|
1060
|
-
content: "\
|
|
1065
|
+
content: "\EAAE";
|
|
1061
1066
|
}
|
|
1062
1067
|
|
|
1063
1068
|
|
|
1064
1069
|
.icon-lti::before {
|
|
1065
|
-
content: "\
|
|
1070
|
+
content: "\EAAF";
|
|
1066
1071
|
}
|
|
1067
1072
|
|
|
1068
1073
|
|
|
1069
1074
|
.icon-mark-as-read::before {
|
|
1070
|
-
content: "\
|
|
1075
|
+
content: "\EAB0";
|
|
1071
1076
|
}
|
|
1072
1077
|
|
|
1073
1078
|
|
|
1074
1079
|
.icon-marker::before {
|
|
1075
|
-
content: "\
|
|
1080
|
+
content: "\EAB1";
|
|
1076
1081
|
}
|
|
1077
1082
|
|
|
1078
1083
|
|
|
1079
1084
|
.icon-masquerade::before {
|
|
1080
|
-
content: "\
|
|
1085
|
+
content: "\EAB2";
|
|
1081
1086
|
}
|
|
1082
1087
|
|
|
1083
1088
|
|
|
1084
1089
|
.icon-mastery-logo::before {
|
|
1085
|
-
content: "\
|
|
1090
|
+
content: "\EAB3";
|
|
1086
1091
|
}
|
|
1087
1092
|
|
|
1088
1093
|
|
|
1089
1094
|
.icon-mastery-paths::before {
|
|
1090
|
-
content: "\
|
|
1095
|
+
content: "\EAB4";
|
|
1091
1096
|
}
|
|
1092
1097
|
|
|
1093
1098
|
|
|
1094
1099
|
.icon-materials-required-light::before {
|
|
1095
|
-
content: "\
|
|
1100
|
+
content: "\EAB5";
|
|
1096
1101
|
}
|
|
1097
1102
|
|
|
1098
1103
|
|
|
1099
1104
|
.icon-materials-required::before {
|
|
1100
|
-
content: "\
|
|
1105
|
+
content: "\EAB6";
|
|
1101
1106
|
}
|
|
1102
1107
|
|
|
1103
1108
|
|
|
1104
1109
|
.icon-mature-light::before {
|
|
1105
|
-
content: "\
|
|
1110
|
+
content: "\EAB7";
|
|
1106
1111
|
}
|
|
1107
1112
|
|
|
1108
1113
|
|
|
1109
1114
|
.icon-mature::before {
|
|
1110
|
-
content: "\
|
|
1115
|
+
content: "\EAB8";
|
|
1111
1116
|
}
|
|
1112
1117
|
|
|
1113
1118
|
|
|
1114
1119
|
.icon-media::before {
|
|
1115
|
-
content: "\
|
|
1120
|
+
content: "\EAB9";
|
|
1116
1121
|
}
|
|
1117
1122
|
|
|
1118
1123
|
|
|
1119
1124
|
.icon-message::before {
|
|
1120
|
-
content: "\
|
|
1125
|
+
content: "\EABA";
|
|
1121
1126
|
}
|
|
1122
1127
|
|
|
1123
1128
|
|
|
1124
1129
|
.icon-mic-off::before {
|
|
1125
|
-
content: "\
|
|
1130
|
+
content: "\EABB";
|
|
1126
1131
|
}
|
|
1127
1132
|
|
|
1128
1133
|
|
|
1129
1134
|
.icon-mic::before {
|
|
1130
|
-
content: "\
|
|
1135
|
+
content: "\EABC";
|
|
1131
1136
|
}
|
|
1132
1137
|
|
|
1133
1138
|
|
|
1134
1139
|
.icon-mini-arrow-double::before {
|
|
1135
|
-
content: "\
|
|
1140
|
+
content: "\EABD";
|
|
1136
1141
|
}
|
|
1137
1142
|
|
|
1138
1143
|
|
|
1139
1144
|
.icon-mini-arrow-down::before {
|
|
1140
|
-
content: "\
|
|
1145
|
+
content: "\EABE";
|
|
1141
1146
|
}
|
|
1142
1147
|
|
|
1143
1148
|
|
|
1144
1149
|
.icon-mini-arrow-end::before {
|
|
1145
|
-
content: "\
|
|
1150
|
+
content: "\EABF";
|
|
1146
1151
|
}
|
|
1147
1152
|
|
|
1148
1153
|
[dir="rtl"] .icon-mini-arrow-end::before {
|
|
@@ -1151,7 +1156,7 @@
|
|
|
1151
1156
|
|
|
1152
1157
|
|
|
1153
1158
|
.icon-mini-arrow-left::before {
|
|
1154
|
-
content: "\
|
|
1159
|
+
content: "\EAC0";
|
|
1155
1160
|
}
|
|
1156
1161
|
|
|
1157
1162
|
[dir="rtl"] .icon-mini-arrow-left::before {
|
|
@@ -1160,7 +1165,7 @@
|
|
|
1160
1165
|
|
|
1161
1166
|
|
|
1162
1167
|
.icon-mini-arrow-right::before {
|
|
1163
|
-
content: "\
|
|
1168
|
+
content: "\EAC1";
|
|
1164
1169
|
}
|
|
1165
1170
|
|
|
1166
1171
|
[dir="rtl"] .icon-mini-arrow-right::before {
|
|
@@ -1169,7 +1174,7 @@
|
|
|
1169
1174
|
|
|
1170
1175
|
|
|
1171
1176
|
.icon-mini-arrow-start::before {
|
|
1172
|
-
content: "\
|
|
1177
|
+
content: "\EAC2";
|
|
1173
1178
|
}
|
|
1174
1179
|
|
|
1175
1180
|
[dir="rtl"] .icon-mini-arrow-start::before {
|
|
@@ -1178,37 +1183,37 @@
|
|
|
1178
1183
|
|
|
1179
1184
|
|
|
1180
1185
|
.icon-mini-arrow-up::before {
|
|
1181
|
-
content: "\
|
|
1186
|
+
content: "\EAC3";
|
|
1182
1187
|
}
|
|
1183
1188
|
|
|
1184
1189
|
|
|
1185
1190
|
.icon-minimize::before {
|
|
1186
|
-
content: "\
|
|
1191
|
+
content: "\EAC4";
|
|
1187
1192
|
}
|
|
1188
1193
|
|
|
1189
1194
|
|
|
1190
1195
|
.icon-module::before {
|
|
1191
|
-
content: "\
|
|
1196
|
+
content: "\EAC5";
|
|
1192
1197
|
}
|
|
1193
1198
|
|
|
1194
1199
|
|
|
1195
1200
|
.icon-more::before {
|
|
1196
|
-
content: "\
|
|
1201
|
+
content: "\EAC6";
|
|
1197
1202
|
}
|
|
1198
1203
|
|
|
1199
1204
|
|
|
1200
1205
|
.icon-move-down-bottom::before {
|
|
1201
|
-
content: "\
|
|
1206
|
+
content: "\EAC7";
|
|
1202
1207
|
}
|
|
1203
1208
|
|
|
1204
1209
|
|
|
1205
1210
|
.icon-move-down::before {
|
|
1206
|
-
content: "\
|
|
1211
|
+
content: "\EAC8";
|
|
1207
1212
|
}
|
|
1208
1213
|
|
|
1209
1214
|
|
|
1210
1215
|
.icon-move-end::before {
|
|
1211
|
-
content: "\
|
|
1216
|
+
content: "\EAC9";
|
|
1212
1217
|
}
|
|
1213
1218
|
|
|
1214
1219
|
[dir="rtl"] .icon-move-end::before {
|
|
@@ -1217,7 +1222,7 @@
|
|
|
1217
1222
|
|
|
1218
1223
|
|
|
1219
1224
|
.icon-move-left::before {
|
|
1220
|
-
content: "\
|
|
1225
|
+
content: "\EACA";
|
|
1221
1226
|
}
|
|
1222
1227
|
|
|
1223
1228
|
[dir="rtl"] .icon-move-left::before {
|
|
@@ -1226,7 +1231,7 @@
|
|
|
1226
1231
|
|
|
1227
1232
|
|
|
1228
1233
|
.icon-move-right::before {
|
|
1229
|
-
content: "\
|
|
1234
|
+
content: "\EACB";
|
|
1230
1235
|
}
|
|
1231
1236
|
|
|
1232
1237
|
[dir="rtl"] .icon-move-right::before {
|
|
@@ -1235,7 +1240,7 @@
|
|
|
1235
1240
|
|
|
1236
1241
|
|
|
1237
1242
|
.icon-move-start::before {
|
|
1238
|
-
content: "\
|
|
1243
|
+
content: "\EACC";
|
|
1239
1244
|
}
|
|
1240
1245
|
|
|
1241
1246
|
[dir="rtl"] .icon-move-start::before {
|
|
@@ -1244,37 +1249,37 @@
|
|
|
1244
1249
|
|
|
1245
1250
|
|
|
1246
1251
|
.icon-move-up-top::before {
|
|
1247
|
-
content: "\
|
|
1252
|
+
content: "\EACD";
|
|
1248
1253
|
}
|
|
1249
1254
|
|
|
1250
1255
|
|
|
1251
1256
|
.icon-move-up::before {
|
|
1252
|
-
content: "\
|
|
1257
|
+
content: "\EACE";
|
|
1253
1258
|
}
|
|
1254
1259
|
|
|
1255
1260
|
|
|
1256
1261
|
.icon-ms-excel::before {
|
|
1257
|
-
content: "\
|
|
1262
|
+
content: "\EACF";
|
|
1258
1263
|
}
|
|
1259
1264
|
|
|
1260
1265
|
|
|
1261
1266
|
.icon-ms-ppt::before {
|
|
1262
|
-
content: "\
|
|
1267
|
+
content: "\EAD0";
|
|
1263
1268
|
}
|
|
1264
1269
|
|
|
1265
1270
|
|
|
1266
1271
|
.icon-ms-word::before {
|
|
1267
|
-
content: "\
|
|
1272
|
+
content: "\EAD1";
|
|
1268
1273
|
}
|
|
1269
1274
|
|
|
1270
1275
|
|
|
1271
1276
|
.icon-muted::before {
|
|
1272
|
-
content: "\
|
|
1277
|
+
content: "\EAD2";
|
|
1273
1278
|
}
|
|
1274
1279
|
|
|
1275
1280
|
|
|
1276
1281
|
.icon-next-unread::before {
|
|
1277
|
-
content: "\
|
|
1282
|
+
content: "\EAD3";
|
|
1278
1283
|
}
|
|
1279
1284
|
|
|
1280
1285
|
[dir="rtl"] .icon-next-unread::before {
|
|
@@ -1283,12 +1288,12 @@
|
|
|
1283
1288
|
|
|
1284
1289
|
|
|
1285
1290
|
.icon-no::before {
|
|
1286
|
-
content: "\
|
|
1291
|
+
content: "\EAD4";
|
|
1287
1292
|
}
|
|
1288
1293
|
|
|
1289
1294
|
|
|
1290
1295
|
.icon-not-graded::before {
|
|
1291
|
-
content: "\
|
|
1296
|
+
content: "\EAD5";
|
|
1292
1297
|
}
|
|
1293
1298
|
|
|
1294
1299
|
[dir="rtl"] .icon-not-graded::before {
|
|
@@ -1297,17 +1302,17 @@
|
|
|
1297
1302
|
|
|
1298
1303
|
|
|
1299
1304
|
.icon-note-dark::before {
|
|
1300
|
-
content: "\
|
|
1305
|
+
content: "\EAD6";
|
|
1301
1306
|
}
|
|
1302
1307
|
|
|
1303
1308
|
|
|
1304
1309
|
.icon-note-light::before {
|
|
1305
|
-
content: "\
|
|
1310
|
+
content: "\EAD7";
|
|
1306
1311
|
}
|
|
1307
1312
|
|
|
1308
1313
|
|
|
1309
1314
|
.icon-note::before {
|
|
1310
|
-
content: "\
|
|
1315
|
+
content: "\EAD8";
|
|
1311
1316
|
}
|
|
1312
1317
|
|
|
1313
1318
|
[dir="rtl"] .icon-note::before {
|
|
@@ -1316,22 +1321,22 @@
|
|
|
1316
1321
|
|
|
1317
1322
|
|
|
1318
1323
|
.icon-notepad::before {
|
|
1319
|
-
content: "\
|
|
1324
|
+
content: "\EAD9";
|
|
1320
1325
|
}
|
|
1321
1326
|
|
|
1322
1327
|
|
|
1323
1328
|
.icon-numbered-list::before {
|
|
1324
|
-
content: "\
|
|
1329
|
+
content: "\EADA";
|
|
1325
1330
|
}
|
|
1326
1331
|
|
|
1327
1332
|
|
|
1328
1333
|
.icon-off::before {
|
|
1329
|
-
content: "\
|
|
1334
|
+
content: "\EADB";
|
|
1330
1335
|
}
|
|
1331
1336
|
|
|
1332
1337
|
|
|
1333
1338
|
.icon-open-folder::before {
|
|
1334
|
-
content: "\
|
|
1339
|
+
content: "\EADC";
|
|
1335
1340
|
}
|
|
1336
1341
|
|
|
1337
1342
|
[dir="rtl"] .icon-open-folder::before {
|
|
@@ -1340,12 +1345,12 @@
|
|
|
1340
1345
|
|
|
1341
1346
|
|
|
1342
1347
|
.icon-outcomes::before {
|
|
1343
|
-
content: "\
|
|
1348
|
+
content: "\EADD";
|
|
1344
1349
|
}
|
|
1345
1350
|
|
|
1346
1351
|
|
|
1347
1352
|
.icon-outdent::before {
|
|
1348
|
-
content: "\
|
|
1353
|
+
content: "\EADE";
|
|
1349
1354
|
}
|
|
1350
1355
|
|
|
1351
1356
|
[dir="rtl"] .icon-outdent::before {
|
|
@@ -1354,7 +1359,7 @@
|
|
|
1354
1359
|
|
|
1355
1360
|
|
|
1356
1361
|
.icon-outdent2::before {
|
|
1357
|
-
content: "\
|
|
1362
|
+
content: "\EADF";
|
|
1358
1363
|
}
|
|
1359
1364
|
|
|
1360
1365
|
[dir="rtl"] .icon-outdent2::before {
|
|
@@ -1363,137 +1368,137 @@
|
|
|
1363
1368
|
|
|
1364
1369
|
|
|
1365
1370
|
.icon-oval-half::before {
|
|
1366
|
-
content: "\
|
|
1371
|
+
content: "\EAE0";
|
|
1367
1372
|
}
|
|
1368
1373
|
|
|
1369
1374
|
|
|
1370
1375
|
.icon-page-down::before {
|
|
1371
|
-
content: "\
|
|
1376
|
+
content: "\EAE1";
|
|
1372
1377
|
}
|
|
1373
1378
|
|
|
1374
1379
|
|
|
1375
1380
|
.icon-page-up::before {
|
|
1376
|
-
content: "\
|
|
1381
|
+
content: "\EAE2";
|
|
1377
1382
|
}
|
|
1378
1383
|
|
|
1379
1384
|
|
|
1380
1385
|
.icon-paint::before {
|
|
1381
|
-
content: "\
|
|
1386
|
+
content: "\EAE3";
|
|
1382
1387
|
}
|
|
1383
1388
|
|
|
1384
1389
|
|
|
1385
1390
|
.icon-paperclip::before {
|
|
1386
|
-
content: "\
|
|
1391
|
+
content: "\EAE4";
|
|
1387
1392
|
}
|
|
1388
1393
|
|
|
1389
1394
|
|
|
1390
1395
|
.icon-partial::before {
|
|
1391
|
-
content: "\
|
|
1396
|
+
content: "\EAE5";
|
|
1392
1397
|
}
|
|
1393
1398
|
|
|
1394
1399
|
|
|
1395
1400
|
.icon-pause::before {
|
|
1396
|
-
content: "\
|
|
1401
|
+
content: "\EAE6";
|
|
1397
1402
|
}
|
|
1398
1403
|
|
|
1399
1404
|
|
|
1400
1405
|
.icon-pdf::before {
|
|
1401
|
-
content: "\
|
|
1406
|
+
content: "\EAE7";
|
|
1402
1407
|
}
|
|
1403
1408
|
|
|
1404
1409
|
|
|
1405
1410
|
.icon-peer-graded::before {
|
|
1406
|
-
content: "\
|
|
1411
|
+
content: "\EAE8";
|
|
1407
1412
|
}
|
|
1408
1413
|
|
|
1409
1414
|
|
|
1410
1415
|
.icon-peer-review::before {
|
|
1411
|
-
content: "\
|
|
1416
|
+
content: "\EAE9";
|
|
1412
1417
|
}
|
|
1413
1418
|
|
|
1414
1419
|
|
|
1415
1420
|
.icon-permissions::before {
|
|
1416
|
-
content: "\
|
|
1421
|
+
content: "\EAEA";
|
|
1417
1422
|
}
|
|
1418
1423
|
|
|
1419
1424
|
|
|
1420
1425
|
.icon-pin::before {
|
|
1421
|
-
content: "\
|
|
1426
|
+
content: "\EAEB";
|
|
1422
1427
|
}
|
|
1423
1428
|
|
|
1424
1429
|
|
|
1425
1430
|
.icon-pinterest::before {
|
|
1426
|
-
content: "\
|
|
1431
|
+
content: "\EAEC";
|
|
1427
1432
|
}
|
|
1428
1433
|
|
|
1429
1434
|
|
|
1430
1435
|
.icon-play::before {
|
|
1431
|
-
content: "\
|
|
1436
|
+
content: "\EAED";
|
|
1432
1437
|
}
|
|
1433
1438
|
|
|
1434
1439
|
|
|
1435
1440
|
.icon-plus::before {
|
|
1436
|
-
content: "\
|
|
1441
|
+
content: "\EAEE";
|
|
1437
1442
|
}
|
|
1438
1443
|
|
|
1439
1444
|
|
|
1440
1445
|
.icon-post-to-sis::before {
|
|
1441
|
-
content: "\
|
|
1446
|
+
content: "\EAEF";
|
|
1442
1447
|
}
|
|
1443
1448
|
|
|
1444
1449
|
|
|
1445
1450
|
.icon-prerequisite::before {
|
|
1446
|
-
content: "\
|
|
1451
|
+
content: "\EAF0";
|
|
1447
1452
|
}
|
|
1448
1453
|
|
|
1449
1454
|
|
|
1450
1455
|
.icon-printer::before {
|
|
1451
|
-
content: "\
|
|
1456
|
+
content: "\EAF1";
|
|
1452
1457
|
}
|
|
1453
1458
|
|
|
1454
1459
|
|
|
1455
1460
|
.icon-progress::before {
|
|
1456
|
-
content: "\
|
|
1461
|
+
content: "\EAF2";
|
|
1457
1462
|
}
|
|
1458
1463
|
|
|
1459
1464
|
|
|
1460
1465
|
.icon-protractor::before {
|
|
1461
|
-
content: "\
|
|
1466
|
+
content: "\EAF3";
|
|
1462
1467
|
}
|
|
1463
1468
|
|
|
1464
1469
|
|
|
1465
1470
|
.icon-publish::before {
|
|
1466
|
-
content: "\
|
|
1471
|
+
content: "\EAF4";
|
|
1467
1472
|
}
|
|
1468
1473
|
|
|
1469
1474
|
|
|
1470
1475
|
.icon-question::before {
|
|
1471
|
-
content: "\
|
|
1476
|
+
content: "\EAF5";
|
|
1472
1477
|
}
|
|
1473
1478
|
|
|
1474
1479
|
|
|
1475
1480
|
.icon-quiz-instructions::before {
|
|
1476
|
-
content: "\
|
|
1481
|
+
content: "\EAF6";
|
|
1477
1482
|
}
|
|
1478
1483
|
|
|
1479
1484
|
|
|
1480
1485
|
.icon-quiz-stats-avg::before {
|
|
1481
|
-
content: "\
|
|
1486
|
+
content: "\EAF7";
|
|
1482
1487
|
}
|
|
1483
1488
|
|
|
1484
1489
|
|
|
1485
1490
|
.icon-quiz-stats-cronbachs-alpha::before {
|
|
1486
|
-
content: "\
|
|
1491
|
+
content: "\EAF8";
|
|
1487
1492
|
}
|
|
1488
1493
|
|
|
1489
1494
|
|
|
1490
1495
|
.icon-quiz-stats-deviation::before {
|
|
1491
|
-
content: "\
|
|
1496
|
+
content: "\EAF9";
|
|
1492
1497
|
}
|
|
1493
1498
|
|
|
1494
1499
|
|
|
1495
1500
|
.icon-quiz-stats-high::before {
|
|
1496
|
-
content: "\
|
|
1501
|
+
content: "\EAFA";
|
|
1497
1502
|
}
|
|
1498
1503
|
|
|
1499
1504
|
[dir="rtl"] .icon-quiz-stats-high::before {
|
|
@@ -1502,7 +1507,7 @@
|
|
|
1502
1507
|
|
|
1503
1508
|
|
|
1504
1509
|
.icon-quiz-stats-low::before {
|
|
1505
|
-
content: "\
|
|
1510
|
+
content: "\EAFB";
|
|
1506
1511
|
}
|
|
1507
1512
|
|
|
1508
1513
|
[dir="rtl"] .icon-quiz-stats-low::before {
|
|
@@ -1511,17 +1516,17 @@
|
|
|
1511
1516
|
|
|
1512
1517
|
|
|
1513
1518
|
.icon-quiz-stats-time::before {
|
|
1514
|
-
content: "\
|
|
1519
|
+
content: "\EAFC";
|
|
1515
1520
|
}
|
|
1516
1521
|
|
|
1517
1522
|
|
|
1518
1523
|
.icon-quiz-title::before {
|
|
1519
|
-
content: "\
|
|
1524
|
+
content: "\EAFD";
|
|
1520
1525
|
}
|
|
1521
1526
|
|
|
1522
1527
|
|
|
1523
1528
|
.icon-quiz::before {
|
|
1524
|
-
content: "\
|
|
1529
|
+
content: "\EAFE";
|
|
1525
1530
|
}
|
|
1526
1531
|
|
|
1527
1532
|
[dir="rtl"] .icon-quiz::before {
|
|
@@ -1530,32 +1535,32 @@
|
|
|
1530
1535
|
|
|
1531
1536
|
|
|
1532
1537
|
.icon-record::before {
|
|
1533
|
-
content: "\
|
|
1538
|
+
content: "\EAFF";
|
|
1534
1539
|
}
|
|
1535
1540
|
|
|
1536
1541
|
|
|
1537
1542
|
.icon-refresh::before {
|
|
1538
|
-
content: "\
|
|
1543
|
+
content: "\EB00";
|
|
1539
1544
|
}
|
|
1540
1545
|
|
|
1541
1546
|
|
|
1542
1547
|
.icon-remove-bookmark::before {
|
|
1543
|
-
content: "\
|
|
1548
|
+
content: "\EB01";
|
|
1544
1549
|
}
|
|
1545
1550
|
|
|
1546
1551
|
|
|
1547
1552
|
.icon-remove-from-collection::before {
|
|
1548
|
-
content: "\
|
|
1553
|
+
content: "\EB02";
|
|
1549
1554
|
}
|
|
1550
1555
|
|
|
1551
1556
|
|
|
1552
1557
|
.icon-remove-link::before {
|
|
1553
|
-
content: "\
|
|
1558
|
+
content: "\EB03";
|
|
1554
1559
|
}
|
|
1555
1560
|
|
|
1556
1561
|
|
|
1557
1562
|
.icon-replied::before {
|
|
1558
|
-
content: "\
|
|
1563
|
+
content: "\EB04";
|
|
1559
1564
|
}
|
|
1560
1565
|
|
|
1561
1566
|
[dir="rtl"] .icon-replied::before {
|
|
@@ -1564,7 +1569,7 @@
|
|
|
1564
1569
|
|
|
1565
1570
|
|
|
1566
1571
|
.icon-reply-2::before {
|
|
1567
|
-
content: "\
|
|
1572
|
+
content: "\EB05";
|
|
1568
1573
|
}
|
|
1569
1574
|
|
|
1570
1575
|
[dir="rtl"] .icon-reply-2::before {
|
|
@@ -1573,7 +1578,7 @@
|
|
|
1573
1578
|
|
|
1574
1579
|
|
|
1575
1580
|
.icon-reply-all-2::before {
|
|
1576
|
-
content: "\
|
|
1581
|
+
content: "\EB06";
|
|
1577
1582
|
}
|
|
1578
1583
|
|
|
1579
1584
|
[dir="rtl"] .icon-reply-all-2::before {
|
|
@@ -1582,7 +1587,7 @@
|
|
|
1582
1587
|
|
|
1583
1588
|
|
|
1584
1589
|
.icon-reply::before {
|
|
1585
|
-
content: "\
|
|
1590
|
+
content: "\EB07";
|
|
1586
1591
|
}
|
|
1587
1592
|
|
|
1588
1593
|
[dir="rtl"] .icon-reply::before {
|
|
@@ -1591,42 +1596,42 @@
|
|
|
1591
1596
|
|
|
1592
1597
|
|
|
1593
1598
|
.icon-reset::before {
|
|
1594
|
-
content: "\
|
|
1599
|
+
content: "\EB08";
|
|
1595
1600
|
}
|
|
1596
1601
|
|
|
1597
1602
|
|
|
1598
1603
|
.icon-review-screen::before {
|
|
1599
|
-
content: "\
|
|
1604
|
+
content: "\EB09";
|
|
1600
1605
|
}
|
|
1601
1606
|
|
|
1602
1607
|
|
|
1603
1608
|
.icon-rewind::before {
|
|
1604
|
-
content: "\
|
|
1609
|
+
content: "\EB0A";
|
|
1605
1610
|
}
|
|
1606
1611
|
|
|
1607
1612
|
|
|
1608
1613
|
.icon-rotate-left::before {
|
|
1609
|
-
content: "\
|
|
1614
|
+
content: "\EB0B";
|
|
1610
1615
|
}
|
|
1611
1616
|
|
|
1612
1617
|
|
|
1613
1618
|
.icon-rotate-right::before {
|
|
1614
|
-
content: "\
|
|
1619
|
+
content: "\EB0C";
|
|
1615
1620
|
}
|
|
1616
1621
|
|
|
1617
1622
|
|
|
1618
1623
|
.icon-rss-add::before {
|
|
1619
|
-
content: "\
|
|
1624
|
+
content: "\EB0D";
|
|
1620
1625
|
}
|
|
1621
1626
|
|
|
1622
1627
|
|
|
1623
1628
|
.icon-rss::before {
|
|
1624
|
-
content: "\
|
|
1629
|
+
content: "\EB0E";
|
|
1625
1630
|
}
|
|
1626
1631
|
|
|
1627
1632
|
|
|
1628
1633
|
.icon-rubric-dark::before {
|
|
1629
|
-
content: "\
|
|
1634
|
+
content: "\EB0F";
|
|
1630
1635
|
}
|
|
1631
1636
|
|
|
1632
1637
|
[dir="rtl"] .icon-rubric-dark::before {
|
|
@@ -1635,7 +1640,7 @@
|
|
|
1635
1640
|
|
|
1636
1641
|
|
|
1637
1642
|
.icon-rubric::before {
|
|
1638
|
-
content: "\
|
|
1643
|
+
content: "\EB10";
|
|
1639
1644
|
}
|
|
1640
1645
|
|
|
1641
1646
|
[dir="rtl"] .icon-rubric::before {
|
|
@@ -1644,62 +1649,62 @@
|
|
|
1644
1649
|
|
|
1645
1650
|
|
|
1646
1651
|
.icon-ruler::before {
|
|
1647
|
-
content: "\
|
|
1652
|
+
content: "\EB11";
|
|
1648
1653
|
}
|
|
1649
1654
|
|
|
1650
1655
|
|
|
1651
1656
|
.icon-save::before {
|
|
1652
|
-
content: "\
|
|
1657
|
+
content: "\EB12";
|
|
1653
1658
|
}
|
|
1654
1659
|
|
|
1655
1660
|
|
|
1656
1661
|
.icon-screen-capture::before {
|
|
1657
|
-
content: "\
|
|
1662
|
+
content: "\EB13";
|
|
1658
1663
|
}
|
|
1659
1664
|
|
|
1660
1665
|
|
|
1661
1666
|
.icon-search-address-book::before {
|
|
1662
|
-
content: "\
|
|
1667
|
+
content: "\EB14";
|
|
1663
1668
|
}
|
|
1664
1669
|
|
|
1665
1670
|
|
|
1666
1671
|
.icon-search::before {
|
|
1667
|
-
content: "\
|
|
1672
|
+
content: "\EB15";
|
|
1668
1673
|
}
|
|
1669
1674
|
|
|
1670
1675
|
|
|
1671
1676
|
.icon-settings-2::before {
|
|
1672
|
-
content: "\
|
|
1677
|
+
content: "\EB16";
|
|
1673
1678
|
}
|
|
1674
1679
|
|
|
1675
1680
|
|
|
1676
1681
|
.icon-settings::before {
|
|
1677
|
-
content: "\
|
|
1682
|
+
content: "\EB17";
|
|
1678
1683
|
}
|
|
1679
1684
|
|
|
1680
1685
|
|
|
1681
1686
|
.icon-shape-oval::before {
|
|
1682
|
-
content: "\
|
|
1687
|
+
content: "\EB18";
|
|
1683
1688
|
}
|
|
1684
1689
|
|
|
1685
1690
|
|
|
1686
1691
|
.icon-shape-polygon::before {
|
|
1687
|
-
content: "\
|
|
1692
|
+
content: "\EB19";
|
|
1688
1693
|
}
|
|
1689
1694
|
|
|
1690
1695
|
|
|
1691
1696
|
.icon-shape-rectangle::before {
|
|
1692
|
-
content: "\
|
|
1697
|
+
content: "\EB1A";
|
|
1693
1698
|
}
|
|
1694
1699
|
|
|
1695
1700
|
|
|
1696
1701
|
.icon-share::before {
|
|
1697
|
-
content: "\
|
|
1702
|
+
content: "\EB1B";
|
|
1698
1703
|
}
|
|
1699
1704
|
|
|
1700
1705
|
|
|
1701
1706
|
.icon-sis-imported::before {
|
|
1702
|
-
content: "\
|
|
1707
|
+
content: "\EB1C";
|
|
1703
1708
|
}
|
|
1704
1709
|
|
|
1705
1710
|
[dir="rtl"] .icon-sis-imported::before {
|
|
@@ -1708,82 +1713,82 @@
|
|
|
1708
1713
|
|
|
1709
1714
|
|
|
1710
1715
|
.icon-sis-not-synced::before {
|
|
1711
|
-
content: "\
|
|
1716
|
+
content: "\EB1D";
|
|
1712
1717
|
}
|
|
1713
1718
|
|
|
1714
1719
|
|
|
1715
1720
|
.icon-sis-synced::before {
|
|
1716
|
-
content: "\
|
|
1721
|
+
content: "\EB1E";
|
|
1717
1722
|
}
|
|
1718
1723
|
|
|
1719
1724
|
|
|
1720
1725
|
.icon-skype::before {
|
|
1721
|
-
content: "\
|
|
1726
|
+
content: "\EB1F";
|
|
1722
1727
|
}
|
|
1723
1728
|
|
|
1724
1729
|
|
|
1725
1730
|
.icon-sort::before {
|
|
1726
|
-
content: "\
|
|
1731
|
+
content: "\EB20";
|
|
1727
1732
|
}
|
|
1728
1733
|
|
|
1729
1734
|
|
|
1730
1735
|
.icon-speed-grader::before {
|
|
1731
|
-
content: "\
|
|
1736
|
+
content: "\EB21";
|
|
1732
1737
|
}
|
|
1733
1738
|
|
|
1734
1739
|
|
|
1735
1740
|
.icon-standards::before {
|
|
1736
|
-
content: "\
|
|
1741
|
+
content: "\EB22";
|
|
1737
1742
|
}
|
|
1738
1743
|
|
|
1739
1744
|
|
|
1740
1745
|
.icon-star-light::before {
|
|
1741
|
-
content: "\
|
|
1746
|
+
content: "\EB23";
|
|
1742
1747
|
}
|
|
1743
1748
|
|
|
1744
1749
|
|
|
1745
1750
|
.icon-star::before {
|
|
1746
|
-
content: "\
|
|
1751
|
+
content: "\EB24";
|
|
1747
1752
|
}
|
|
1748
1753
|
|
|
1749
1754
|
|
|
1750
1755
|
.icon-stats::before {
|
|
1751
|
-
content: "\
|
|
1756
|
+
content: "\EB25";
|
|
1752
1757
|
}
|
|
1753
1758
|
|
|
1754
1759
|
|
|
1755
1760
|
.icon-stop::before {
|
|
1756
|
-
content: "\
|
|
1761
|
+
content: "\EB26";
|
|
1757
1762
|
}
|
|
1758
1763
|
|
|
1759
1764
|
|
|
1760
1765
|
.icon-strikethrough::before {
|
|
1761
|
-
content: "\
|
|
1766
|
+
content: "\EB27";
|
|
1762
1767
|
}
|
|
1763
1768
|
|
|
1764
1769
|
|
|
1765
1770
|
.icon-student-view::before {
|
|
1766
|
-
content: "\
|
|
1771
|
+
content: "\EB28";
|
|
1767
1772
|
}
|
|
1768
1773
|
|
|
1769
1774
|
|
|
1770
1775
|
.icon-studio::before {
|
|
1771
|
-
content: "\
|
|
1776
|
+
content: "\EB29";
|
|
1772
1777
|
}
|
|
1773
1778
|
|
|
1774
1779
|
|
|
1775
1780
|
.icon-subaccounts::before {
|
|
1776
|
-
content: "\
|
|
1781
|
+
content: "\EB2A";
|
|
1777
1782
|
}
|
|
1778
1783
|
|
|
1779
1784
|
|
|
1780
1785
|
.icon-subtitles::before {
|
|
1781
|
-
content: "\
|
|
1786
|
+
content: "\EB2B";
|
|
1782
1787
|
}
|
|
1783
1788
|
|
|
1784
1789
|
|
|
1785
1790
|
.icon-syllabus::before {
|
|
1786
|
-
content: "\
|
|
1791
|
+
content: "\EB2C";
|
|
1787
1792
|
}
|
|
1788
1793
|
|
|
1789
1794
|
[dir="rtl"] .icon-syllabus::before {
|
|
@@ -1792,112 +1797,112 @@
|
|
|
1792
1797
|
|
|
1793
1798
|
|
|
1794
1799
|
.icon-table-cell-select-all::before {
|
|
1795
|
-
content: "\
|
|
1800
|
+
content: "\EB2D";
|
|
1796
1801
|
}
|
|
1797
1802
|
|
|
1798
1803
|
|
|
1799
1804
|
.icon-table-delete-column::before {
|
|
1800
|
-
content: "\
|
|
1805
|
+
content: "\EB2E";
|
|
1801
1806
|
}
|
|
1802
1807
|
|
|
1803
1808
|
|
|
1804
1809
|
.icon-table-delete-row::before {
|
|
1805
|
-
content: "\
|
|
1810
|
+
content: "\EB2F";
|
|
1806
1811
|
}
|
|
1807
1812
|
|
|
1808
1813
|
|
|
1809
1814
|
.icon-table-delete-table::before {
|
|
1810
|
-
content: "\
|
|
1815
|
+
content: "\EB30";
|
|
1811
1816
|
}
|
|
1812
1817
|
|
|
1813
1818
|
|
|
1814
1819
|
.icon-table-insert-column-after::before {
|
|
1815
|
-
content: "\
|
|
1820
|
+
content: "\EB31";
|
|
1816
1821
|
}
|
|
1817
1822
|
|
|
1818
1823
|
|
|
1819
1824
|
.icon-table-insert-column-before::before {
|
|
1820
|
-
content: "\
|
|
1825
|
+
content: "\EB32";
|
|
1821
1826
|
}
|
|
1822
1827
|
|
|
1823
1828
|
|
|
1824
1829
|
.icon-table-insert-row-above::before {
|
|
1825
|
-
content: "\
|
|
1830
|
+
content: "\EB33";
|
|
1826
1831
|
}
|
|
1827
1832
|
|
|
1828
1833
|
|
|
1829
1834
|
.icon-table-insert-row-after::before {
|
|
1830
|
-
content: "\
|
|
1835
|
+
content: "\EB34";
|
|
1831
1836
|
}
|
|
1832
1837
|
|
|
1833
1838
|
|
|
1834
1839
|
.icon-table-left-header::before {
|
|
1835
|
-
content: "\
|
|
1840
|
+
content: "\EB35";
|
|
1836
1841
|
}
|
|
1837
1842
|
|
|
1838
1843
|
|
|
1839
1844
|
.icon-table-merge-cells::before {
|
|
1840
|
-
content: "\
|
|
1845
|
+
content: "\EB36";
|
|
1841
1846
|
}
|
|
1842
1847
|
|
|
1843
1848
|
|
|
1844
1849
|
.icon-table-row-properties::before {
|
|
1845
|
-
content: "\
|
|
1850
|
+
content: "\EB37";
|
|
1846
1851
|
}
|
|
1847
1852
|
|
|
1848
1853
|
|
|
1849
1854
|
.icon-table-split-cells::before {
|
|
1850
|
-
content: "\
|
|
1855
|
+
content: "\EB38";
|
|
1851
1856
|
}
|
|
1852
1857
|
|
|
1853
1858
|
|
|
1854
1859
|
.icon-table-top-header::before {
|
|
1855
|
-
content: "\
|
|
1860
|
+
content: "\EB39";
|
|
1856
1861
|
}
|
|
1857
1862
|
|
|
1858
1863
|
|
|
1859
1864
|
.icon-table::before {
|
|
1860
|
-
content: "\
|
|
1865
|
+
content: "\EB3A";
|
|
1861
1866
|
}
|
|
1862
1867
|
|
|
1863
1868
|
|
|
1864
1869
|
.icon-tag::before {
|
|
1865
|
-
content: "\
|
|
1870
|
+
content: "\EB3B";
|
|
1866
1871
|
}
|
|
1867
1872
|
|
|
1868
1873
|
|
|
1869
1874
|
.icon-target::before {
|
|
1870
|
-
content: "\
|
|
1875
|
+
content: "\EB3C";
|
|
1871
1876
|
}
|
|
1872
1877
|
|
|
1873
1878
|
|
|
1874
1879
|
.icon-text-background-color::before {
|
|
1875
|
-
content: "\
|
|
1880
|
+
content: "\EB3D";
|
|
1876
1881
|
}
|
|
1877
1882
|
|
|
1878
1883
|
|
|
1879
1884
|
.icon-text-centered::before {
|
|
1880
|
-
content: "\
|
|
1885
|
+
content: "\EB3E";
|
|
1881
1886
|
}
|
|
1882
1887
|
|
|
1883
1888
|
|
|
1884
1889
|
.icon-text-color::before {
|
|
1885
|
-
content: "\
|
|
1890
|
+
content: "\EB3F";
|
|
1886
1891
|
}
|
|
1887
1892
|
|
|
1888
1893
|
|
|
1889
1894
|
.icon-text-direction-ltr::before {
|
|
1890
|
-
content: "\
|
|
1895
|
+
content: "\EB40";
|
|
1891
1896
|
}
|
|
1892
1897
|
|
|
1893
1898
|
|
|
1894
1899
|
.icon-text-direction-rtl::before {
|
|
1895
|
-
content: "\
|
|
1900
|
+
content: "\EB41";
|
|
1896
1901
|
}
|
|
1897
1902
|
|
|
1898
1903
|
|
|
1899
1904
|
.icon-text-end::before {
|
|
1900
|
-
content: "\
|
|
1905
|
+
content: "\EB42";
|
|
1901
1906
|
}
|
|
1902
1907
|
|
|
1903
1908
|
[dir="rtl"] .icon-text-end::before {
|
|
@@ -1906,7 +1911,7 @@
|
|
|
1906
1911
|
|
|
1907
1912
|
|
|
1908
1913
|
.icon-text-left::before {
|
|
1909
|
-
content: "\
|
|
1914
|
+
content: "\EB43";
|
|
1910
1915
|
}
|
|
1911
1916
|
|
|
1912
1917
|
[dir="rtl"] .icon-text-left::before {
|
|
@@ -1915,7 +1920,7 @@
|
|
|
1915
1920
|
|
|
1916
1921
|
|
|
1917
1922
|
.icon-text-right::before {
|
|
1918
|
-
content: "\
|
|
1923
|
+
content: "\EB44";
|
|
1919
1924
|
}
|
|
1920
1925
|
|
|
1921
1926
|
[dir="rtl"] .icon-text-right::before {
|
|
@@ -1924,7 +1929,7 @@
|
|
|
1924
1929
|
|
|
1925
1930
|
|
|
1926
1931
|
.icon-text-start::before {
|
|
1927
|
-
content: "\
|
|
1932
|
+
content: "\EB45";
|
|
1928
1933
|
}
|
|
1929
1934
|
|
|
1930
1935
|
[dir="rtl"] .icon-text-start::before {
|
|
@@ -1933,22 +1938,22 @@
|
|
|
1933
1938
|
|
|
1934
1939
|
|
|
1935
1940
|
.icon-text-subscript::before {
|
|
1936
|
-
content: "\
|
|
1941
|
+
content: "\EB46";
|
|
1937
1942
|
}
|
|
1938
1943
|
|
|
1939
1944
|
|
|
1940
1945
|
.icon-text-superscript::before {
|
|
1941
|
-
content: "\
|
|
1946
|
+
content: "\EB47";
|
|
1942
1947
|
}
|
|
1943
1948
|
|
|
1944
1949
|
|
|
1945
1950
|
.icon-text::before {
|
|
1946
|
-
content: "\
|
|
1951
|
+
content: "\EB48";
|
|
1947
1952
|
}
|
|
1948
1953
|
|
|
1949
1954
|
|
|
1950
1955
|
.icon-textarea::before {
|
|
1951
|
-
content: "\
|
|
1956
|
+
content: "\EB49";
|
|
1952
1957
|
}
|
|
1953
1958
|
|
|
1954
1959
|
[dir="rtl"] .icon-textarea::before {
|
|
@@ -1957,12 +1962,12 @@
|
|
|
1957
1962
|
|
|
1958
1963
|
|
|
1959
1964
|
.icon-timer::before {
|
|
1960
|
-
content: "\
|
|
1965
|
+
content: "\EB4A";
|
|
1961
1966
|
}
|
|
1962
1967
|
|
|
1963
1968
|
|
|
1964
1969
|
.icon-toggle-end::before {
|
|
1965
|
-
content: "\
|
|
1970
|
+
content: "\EB4B";
|
|
1966
1971
|
}
|
|
1967
1972
|
|
|
1968
1973
|
[dir="rtl"] .icon-toggle-end::before {
|
|
@@ -1971,7 +1976,7 @@
|
|
|
1971
1976
|
|
|
1972
1977
|
|
|
1973
1978
|
.icon-toggle-left::before {
|
|
1974
|
-
content: "\
|
|
1979
|
+
content: "\EB4C";
|
|
1975
1980
|
}
|
|
1976
1981
|
|
|
1977
1982
|
[dir="rtl"] .icon-toggle-left::before {
|
|
@@ -1980,7 +1985,7 @@
|
|
|
1980
1985
|
|
|
1981
1986
|
|
|
1982
1987
|
.icon-toggle-right::before {
|
|
1983
|
-
content: "\
|
|
1988
|
+
content: "\EB4D";
|
|
1984
1989
|
}
|
|
1985
1990
|
|
|
1986
1991
|
[dir="rtl"] .icon-toggle-right::before {
|
|
@@ -1989,7 +1994,7 @@
|
|
|
1989
1994
|
|
|
1990
1995
|
|
|
1991
1996
|
.icon-toggle-start::before {
|
|
1992
|
-
content: "\
|
|
1997
|
+
content: "\EB4E";
|
|
1993
1998
|
}
|
|
1994
1999
|
|
|
1995
2000
|
[dir="rtl"] .icon-toggle-start::before {
|
|
@@ -1998,127 +2003,127 @@
|
|
|
1998
2003
|
|
|
1999
2004
|
|
|
2000
2005
|
.icon-trash::before {
|
|
2001
|
-
content: "\
|
|
2006
|
+
content: "\EB4F";
|
|
2002
2007
|
}
|
|
2003
2008
|
|
|
2004
2009
|
|
|
2005
2010
|
.icon-trouble::before {
|
|
2006
|
-
content: "\
|
|
2011
|
+
content: "\EB50";
|
|
2007
2012
|
}
|
|
2008
2013
|
|
|
2009
2014
|
|
|
2010
2015
|
.icon-twitter-boxed::before {
|
|
2011
|
-
content: "\
|
|
2016
|
+
content: "\EB51";
|
|
2012
2017
|
}
|
|
2013
2018
|
|
|
2014
2019
|
|
|
2015
2020
|
.icon-twitter::before {
|
|
2016
|
-
content: "\
|
|
2021
|
+
content: "\EB52";
|
|
2017
2022
|
}
|
|
2018
2023
|
|
|
2019
2024
|
|
|
2020
2025
|
.icon-unarchive::before {
|
|
2021
|
-
content: "\
|
|
2026
|
+
content: "\EB53";
|
|
2022
2027
|
}
|
|
2023
2028
|
|
|
2024
2029
|
|
|
2025
2030
|
.icon-underline::before {
|
|
2026
|
-
content: "\
|
|
2031
|
+
content: "\EB54";
|
|
2027
2032
|
}
|
|
2028
2033
|
|
|
2029
2034
|
|
|
2030
2035
|
.icon-unlock::before {
|
|
2031
|
-
content: "\
|
|
2036
|
+
content: "\EB55";
|
|
2032
2037
|
}
|
|
2033
2038
|
|
|
2034
2039
|
|
|
2035
2040
|
.icon-unmuted::before {
|
|
2036
|
-
content: "\
|
|
2041
|
+
content: "\EB56";
|
|
2037
2042
|
}
|
|
2038
2043
|
|
|
2039
2044
|
|
|
2040
2045
|
.icon-unpublish::before {
|
|
2041
|
-
content: "\
|
|
2046
|
+
content: "\EB57";
|
|
2042
2047
|
}
|
|
2043
2048
|
|
|
2044
2049
|
|
|
2045
2050
|
.icon-unpublished::before {
|
|
2046
|
-
content: "\
|
|
2051
|
+
content: "\EB58";
|
|
2047
2052
|
}
|
|
2048
2053
|
|
|
2049
2054
|
|
|
2050
2055
|
.icon-updown::before {
|
|
2051
|
-
content: "\
|
|
2056
|
+
content: "\EB59";
|
|
2052
2057
|
}
|
|
2053
2058
|
|
|
2054
2059
|
|
|
2055
2060
|
.icon-upload::before {
|
|
2056
|
-
content: "\
|
|
2061
|
+
content: "\EB5A";
|
|
2057
2062
|
}
|
|
2058
2063
|
|
|
2059
2064
|
|
|
2060
2065
|
.icon-user-add::before {
|
|
2061
|
-
content: "\
|
|
2066
|
+
content: "\EB5B";
|
|
2062
2067
|
}
|
|
2063
2068
|
|
|
2064
2069
|
|
|
2065
2070
|
.icon-user::before {
|
|
2066
|
-
content: "\
|
|
2071
|
+
content: "\EB5C";
|
|
2067
2072
|
}
|
|
2068
2073
|
|
|
2069
2074
|
|
|
2070
2075
|
.icon-video-camera-off::before {
|
|
2071
|
-
content: "\
|
|
2076
|
+
content: "\EB5D";
|
|
2072
2077
|
}
|
|
2073
2078
|
|
|
2074
2079
|
|
|
2075
2080
|
.icon-video-camera::before {
|
|
2076
|
-
content: "\
|
|
2081
|
+
content: "\EB5E";
|
|
2077
2082
|
}
|
|
2078
2083
|
|
|
2079
2084
|
|
|
2080
2085
|
.icon-video::before {
|
|
2081
|
-
content: "\
|
|
2086
|
+
content: "\EB5F";
|
|
2082
2087
|
}
|
|
2083
2088
|
|
|
2084
2089
|
|
|
2085
2090
|
.icon-warning-borderless::before {
|
|
2086
|
-
content: "\
|
|
2091
|
+
content: "\EB60";
|
|
2087
2092
|
}
|
|
2088
2093
|
|
|
2089
2094
|
|
|
2090
2095
|
.icon-warning::before {
|
|
2091
|
-
content: "\
|
|
2096
|
+
content: "\EB61";
|
|
2092
2097
|
}
|
|
2093
2098
|
|
|
2094
2099
|
|
|
2095
2100
|
.icon-windows::before {
|
|
2096
|
-
content: "\
|
|
2101
|
+
content: "\EB62";
|
|
2097
2102
|
}
|
|
2098
2103
|
|
|
2099
2104
|
|
|
2100
2105
|
.icon-wordpress::before {
|
|
2101
|
-
content: "\
|
|
2106
|
+
content: "\EB63";
|
|
2102
2107
|
}
|
|
2103
2108
|
|
|
2104
2109
|
|
|
2105
2110
|
.icon-x::before {
|
|
2106
|
-
content: "\
|
|
2111
|
+
content: "\EB64";
|
|
2107
2112
|
}
|
|
2108
2113
|
|
|
2109
2114
|
|
|
2110
2115
|
.icon-zipped::before {
|
|
2111
|
-
content: "\
|
|
2116
|
+
content: "\EB65";
|
|
2112
2117
|
}
|
|
2113
2118
|
|
|
2114
2119
|
|
|
2115
2120
|
.icon-zoom-in::before {
|
|
2116
|
-
content: "\
|
|
2121
|
+
content: "\EB66";
|
|
2117
2122
|
}
|
|
2118
2123
|
|
|
2119
2124
|
|
|
2120
2125
|
.icon-zoom-out::before {
|
|
2121
|
-
content: "\
|
|
2126
|
+
content: "\EB67";
|
|
2122
2127
|
}
|
|
2123
2128
|
|
|
2124
2129
|
|