@momentum-design/icons 0.7.1 → 0.9.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/dist/data/MomentumFontIcons.css +670 -662
- package/dist/data/MomentumFontIcons.min.css +1 -1
- package/dist/data/MomentumIconsType.swift +668 -662
- package/dist/data/scss/icons.scss +664 -662
- package/dist/data/scss/mixins.scss +664 -662
- package/dist/data/scss/placeholders.scss +664 -662
- package/dist/data/scss/variables.scss +664 -662
- package/dist/fonts/MomentumFontIcon.svg +678 -672
- package/dist/fonts/MomentumFontIcon.ttf +0 -0
- package/dist/fonts/MomentumFontIcon.woff +0 -0
- package/dist/fonts/MomentumFontIcon.woff2 +0 -0
- package/dist/fonts/glyphs.json +1338 -1324
- package/dist/manifest.json +2 -0
- package/dist/svg/audio-enhancement-bold.svg +1 -1
- package/dist/svg/audio-enhancement-filled.svg +1 -1
- package/dist/svg/audio-enhancement-light.svg +1 -1
- package/dist/svg/audio-enhancement-regular.svg +1 -1
- package/dist/svg/selection-bold.svg +1 -1
- package/dist/svg/selection-filled.svg +1 -0
- package/dist/svg/selection-light.svg +1 -1
- package/dist/svg/selection-regular.svg +1 -1
- package/dist/svg/shapes-bold.svg +1 -1
- package/dist/svg/shapes-filled.svg +1 -0
- package/dist/svg/shapes-light.svg +1 -1
- package/dist/svg/shapes-regular.svg +1 -1
- package/package.json +1 -1
|
@@ -9173,2651 +9173,2659 @@
|
|
|
9173
9173
|
content: "\f9b6";
|
|
9174
9174
|
}
|
|
9175
9175
|
|
|
9176
|
-
.icon-selection-
|
|
9176
|
+
.icon-selection-filled::before {
|
|
9177
9177
|
content: "\f9b7";
|
|
9178
9178
|
}
|
|
9179
9179
|
|
|
9180
|
-
.icon-selection-
|
|
9180
|
+
.icon-selection-light::before {
|
|
9181
9181
|
content: "\f9b8";
|
|
9182
9182
|
}
|
|
9183
9183
|
|
|
9184
|
-
.icon-
|
|
9184
|
+
.icon-selection-regular::before {
|
|
9185
9185
|
content: "\f9b9";
|
|
9186
9186
|
}
|
|
9187
9187
|
|
|
9188
|
-
.icon-send-
|
|
9188
|
+
.icon-send-bold::before {
|
|
9189
9189
|
content: "\f9ba";
|
|
9190
9190
|
}
|
|
9191
9191
|
|
|
9192
|
-
.icon-send-
|
|
9192
|
+
.icon-send-filled::before {
|
|
9193
9193
|
content: "\f9bb";
|
|
9194
9194
|
}
|
|
9195
9195
|
|
|
9196
|
-
.icon-send-
|
|
9196
|
+
.icon-send-light::before {
|
|
9197
9197
|
content: "\f9bc";
|
|
9198
9198
|
}
|
|
9199
9199
|
|
|
9200
|
-
.icon-send-
|
|
9200
|
+
.icon-send-regular::before {
|
|
9201
9201
|
content: "\f9bd";
|
|
9202
9202
|
}
|
|
9203
9203
|
|
|
9204
|
-
.icon-send-voice-
|
|
9204
|
+
.icon-send-voice-bold::before {
|
|
9205
9205
|
content: "\f9be";
|
|
9206
9206
|
}
|
|
9207
9207
|
|
|
9208
|
-
.icon-send-voice-
|
|
9208
|
+
.icon-send-voice-filled::before {
|
|
9209
9209
|
content: "\f9bf";
|
|
9210
9210
|
}
|
|
9211
9211
|
|
|
9212
|
-
.icon-send-voice-
|
|
9212
|
+
.icon-send-voice-light::before {
|
|
9213
9213
|
content: "\f9c0";
|
|
9214
9214
|
}
|
|
9215
9215
|
|
|
9216
|
-
.icon-
|
|
9216
|
+
.icon-send-voice-regular::before {
|
|
9217
9217
|
content: "\f9c1";
|
|
9218
9218
|
}
|
|
9219
9219
|
|
|
9220
|
-
.icon-server-
|
|
9220
|
+
.icon-server-bold::before {
|
|
9221
9221
|
content: "\f9c2";
|
|
9222
9222
|
}
|
|
9223
9223
|
|
|
9224
|
-
.icon-server-error-
|
|
9224
|
+
.icon-server-error-bold::before {
|
|
9225
9225
|
content: "\f9c3";
|
|
9226
9226
|
}
|
|
9227
9227
|
|
|
9228
|
-
.icon-server-error-
|
|
9228
|
+
.icon-server-error-light::before {
|
|
9229
9229
|
content: "\f9c4";
|
|
9230
9230
|
}
|
|
9231
9231
|
|
|
9232
|
-
.icon-server-
|
|
9232
|
+
.icon-server-error-regular::before {
|
|
9233
9233
|
content: "\f9c5";
|
|
9234
9234
|
}
|
|
9235
9235
|
|
|
9236
|
-
.icon-server-
|
|
9236
|
+
.icon-server-light::before {
|
|
9237
9237
|
content: "\f9c6";
|
|
9238
9238
|
}
|
|
9239
9239
|
|
|
9240
|
-
.icon-
|
|
9240
|
+
.icon-server-regular::before {
|
|
9241
9241
|
content: "\f9c7";
|
|
9242
9242
|
}
|
|
9243
9243
|
|
|
9244
|
-
.icon-services-
|
|
9244
|
+
.icon-services-bold::before {
|
|
9245
9245
|
content: "\f9c8";
|
|
9246
9246
|
}
|
|
9247
9247
|
|
|
9248
|
-
.icon-services-
|
|
9248
|
+
.icon-services-light::before {
|
|
9249
9249
|
content: "\f9c9";
|
|
9250
9250
|
}
|
|
9251
9251
|
|
|
9252
|
-
.icon-
|
|
9252
|
+
.icon-services-regular::before {
|
|
9253
9253
|
content: "\f9ca";
|
|
9254
9254
|
}
|
|
9255
9255
|
|
|
9256
|
-
.icon-set-variable-
|
|
9256
|
+
.icon-set-variable-bold::before {
|
|
9257
9257
|
content: "\f9cb";
|
|
9258
9258
|
}
|
|
9259
9259
|
|
|
9260
|
-
.icon-set-variable-
|
|
9260
|
+
.icon-set-variable-light::before {
|
|
9261
9261
|
content: "\f9cc";
|
|
9262
9262
|
}
|
|
9263
9263
|
|
|
9264
|
-
.icon-
|
|
9264
|
+
.icon-set-variable-regular::before {
|
|
9265
9265
|
content: "\f9cd";
|
|
9266
9266
|
}
|
|
9267
9267
|
|
|
9268
|
-
.icon-settings-
|
|
9268
|
+
.icon-settings-bold::before {
|
|
9269
9269
|
content: "\f9ce";
|
|
9270
9270
|
}
|
|
9271
9271
|
|
|
9272
|
-
.icon-settings-
|
|
9272
|
+
.icon-settings-filled::before {
|
|
9273
9273
|
content: "\f9cf";
|
|
9274
9274
|
}
|
|
9275
9275
|
|
|
9276
|
-
.icon-settings-
|
|
9276
|
+
.icon-settings-light::before {
|
|
9277
9277
|
content: "\f9d0";
|
|
9278
9278
|
}
|
|
9279
9279
|
|
|
9280
|
-
.icon-
|
|
9280
|
+
.icon-settings-regular::before {
|
|
9281
9281
|
content: "\f9d1";
|
|
9282
9282
|
}
|
|
9283
9283
|
|
|
9284
|
-
.icon-setup-assistant-
|
|
9284
|
+
.icon-setup-assistant-bold::before {
|
|
9285
9285
|
content: "\f9d2";
|
|
9286
9286
|
}
|
|
9287
9287
|
|
|
9288
|
-
.icon-setup-assistant-
|
|
9288
|
+
.icon-setup-assistant-light::before {
|
|
9289
9289
|
content: "\f9d3";
|
|
9290
9290
|
}
|
|
9291
9291
|
|
|
9292
|
-
.icon-
|
|
9292
|
+
.icon-setup-assistant-regular::before {
|
|
9293
9293
|
content: "\f9d4";
|
|
9294
9294
|
}
|
|
9295
9295
|
|
|
9296
|
-
.icon-sftp-
|
|
9296
|
+
.icon-sftp-bold::before {
|
|
9297
9297
|
content: "\f9d5";
|
|
9298
9298
|
}
|
|
9299
9299
|
|
|
9300
|
-
.icon-sftp-
|
|
9300
|
+
.icon-sftp-light::before {
|
|
9301
9301
|
content: "\f9d6";
|
|
9302
9302
|
}
|
|
9303
9303
|
|
|
9304
|
-
.icon-
|
|
9304
|
+
.icon-sftp-regular::before {
|
|
9305
9305
|
content: "\f9d7";
|
|
9306
9306
|
}
|
|
9307
9307
|
|
|
9308
|
-
.icon-shape-circle-
|
|
9308
|
+
.icon-shape-circle-bold::before {
|
|
9309
9309
|
content: "\f9d8";
|
|
9310
9310
|
}
|
|
9311
9311
|
|
|
9312
|
-
.icon-shape-circle-
|
|
9312
|
+
.icon-shape-circle-filled::before {
|
|
9313
9313
|
content: "\f9d9";
|
|
9314
9314
|
}
|
|
9315
9315
|
|
|
9316
|
-
.icon-shape-circle-
|
|
9316
|
+
.icon-shape-circle-light::before {
|
|
9317
9317
|
content: "\f9da";
|
|
9318
9318
|
}
|
|
9319
9319
|
|
|
9320
|
-
.icon-shape-circle-
|
|
9320
|
+
.icon-shape-circle-md-filled::before {
|
|
9321
9321
|
content: "\f9db";
|
|
9322
9322
|
}
|
|
9323
9323
|
|
|
9324
|
-
.icon-shape-circle-
|
|
9324
|
+
.icon-shape-circle-regular::before {
|
|
9325
9325
|
content: "\f9dc";
|
|
9326
9326
|
}
|
|
9327
9327
|
|
|
9328
|
-
.icon-shape-
|
|
9328
|
+
.icon-shape-circle-sm-filled::before {
|
|
9329
9329
|
content: "\f9dd";
|
|
9330
9330
|
}
|
|
9331
9331
|
|
|
9332
|
-
.icon-shape-diagonal-line-
|
|
9332
|
+
.icon-shape-diagonal-line-bold::before {
|
|
9333
9333
|
content: "\f9de";
|
|
9334
9334
|
}
|
|
9335
9335
|
|
|
9336
|
-
.icon-shape-diagonal-line-
|
|
9336
|
+
.icon-shape-diagonal-line-light::before {
|
|
9337
9337
|
content: "\f9df";
|
|
9338
9338
|
}
|
|
9339
9339
|
|
|
9340
|
-
.icon-shape-
|
|
9340
|
+
.icon-shape-diagonal-line-regular::before {
|
|
9341
9341
|
content: "\f9e0";
|
|
9342
9342
|
}
|
|
9343
9343
|
|
|
9344
|
-
.icon-shape-diamond-
|
|
9344
|
+
.icon-shape-diamond-bold::before {
|
|
9345
9345
|
content: "\f9e1";
|
|
9346
9346
|
}
|
|
9347
9347
|
|
|
9348
|
-
.icon-shape-diamond-
|
|
9348
|
+
.icon-shape-diamond-filled::before {
|
|
9349
9349
|
content: "\f9e2";
|
|
9350
9350
|
}
|
|
9351
9351
|
|
|
9352
|
-
.icon-shape-diamond-
|
|
9352
|
+
.icon-shape-diamond-light::before {
|
|
9353
9353
|
content: "\f9e3";
|
|
9354
9354
|
}
|
|
9355
9355
|
|
|
9356
|
-
.icon-shape-
|
|
9356
|
+
.icon-shape-diamond-regular::before {
|
|
9357
9357
|
content: "\f9e4";
|
|
9358
9358
|
}
|
|
9359
9359
|
|
|
9360
|
-
.icon-shape-oval-
|
|
9360
|
+
.icon-shape-oval-bold::before {
|
|
9361
9361
|
content: "\f9e5";
|
|
9362
9362
|
}
|
|
9363
9363
|
|
|
9364
|
-
.icon-shape-oval-
|
|
9364
|
+
.icon-shape-oval-light::before {
|
|
9365
9365
|
content: "\f9e6";
|
|
9366
9366
|
}
|
|
9367
9367
|
|
|
9368
|
-
.icon-shape-
|
|
9368
|
+
.icon-shape-oval-regular::before {
|
|
9369
9369
|
content: "\f9e7";
|
|
9370
9370
|
}
|
|
9371
9371
|
|
|
9372
|
-
.icon-shape-square-
|
|
9372
|
+
.icon-shape-square-bold::before {
|
|
9373
9373
|
content: "\f9e8";
|
|
9374
9374
|
}
|
|
9375
9375
|
|
|
9376
|
-
.icon-shape-square-
|
|
9376
|
+
.icon-shape-square-filled::before {
|
|
9377
9377
|
content: "\f9e9";
|
|
9378
9378
|
}
|
|
9379
9379
|
|
|
9380
|
-
.icon-shape-square-
|
|
9380
|
+
.icon-shape-square-light::before {
|
|
9381
9381
|
content: "\f9ea";
|
|
9382
9382
|
}
|
|
9383
9383
|
|
|
9384
|
-
.icon-shape-
|
|
9384
|
+
.icon-shape-square-regular::before {
|
|
9385
9385
|
content: "\f9eb";
|
|
9386
9386
|
}
|
|
9387
9387
|
|
|
9388
|
-
.icon-shape-triangle-
|
|
9388
|
+
.icon-shape-triangle-bold::before {
|
|
9389
9389
|
content: "\f9ec";
|
|
9390
9390
|
}
|
|
9391
9391
|
|
|
9392
|
-
.icon-shape-triangle-
|
|
9392
|
+
.icon-shape-triangle-filled::before {
|
|
9393
9393
|
content: "\f9ed";
|
|
9394
9394
|
}
|
|
9395
9395
|
|
|
9396
|
-
.icon-shape-triangle-
|
|
9396
|
+
.icon-shape-triangle-light::before {
|
|
9397
9397
|
content: "\f9ee";
|
|
9398
9398
|
}
|
|
9399
9399
|
|
|
9400
|
-
.icon-
|
|
9400
|
+
.icon-shape-triangle-regular::before {
|
|
9401
9401
|
content: "\f9ef";
|
|
9402
9402
|
}
|
|
9403
9403
|
|
|
9404
|
-
.icon-shapes-
|
|
9404
|
+
.icon-shapes-bold::before {
|
|
9405
9405
|
content: "\f9f0";
|
|
9406
9406
|
}
|
|
9407
9407
|
|
|
9408
|
-
.icon-shapes-
|
|
9408
|
+
.icon-shapes-filled::before {
|
|
9409
9409
|
content: "\f9f1";
|
|
9410
9410
|
}
|
|
9411
9411
|
|
|
9412
|
-
.icon-
|
|
9412
|
+
.icon-shapes-light::before {
|
|
9413
9413
|
content: "\f9f2";
|
|
9414
9414
|
}
|
|
9415
9415
|
|
|
9416
|
-
.icon-
|
|
9416
|
+
.icon-shapes-regular::before {
|
|
9417
9417
|
content: "\f9f3";
|
|
9418
9418
|
}
|
|
9419
9419
|
|
|
9420
|
-
.icon-share-c-native-adr-
|
|
9420
|
+
.icon-share-c-native-adr-bold::before {
|
|
9421
9421
|
content: "\f9f4";
|
|
9422
9422
|
}
|
|
9423
9423
|
|
|
9424
|
-
.icon-share-c-native-adr-
|
|
9424
|
+
.icon-share-c-native-adr-filled::before {
|
|
9425
9425
|
content: "\f9f5";
|
|
9426
9426
|
}
|
|
9427
9427
|
|
|
9428
|
-
.icon-share-c-native-
|
|
9428
|
+
.icon-share-c-native-adr-light::before {
|
|
9429
9429
|
content: "\f9f6";
|
|
9430
9430
|
}
|
|
9431
9431
|
|
|
9432
|
-
.icon-share-c-native-
|
|
9432
|
+
.icon-share-c-native-adr-regular::before {
|
|
9433
9433
|
content: "\f9f7";
|
|
9434
9434
|
}
|
|
9435
9435
|
|
|
9436
|
-
.icon-share-c-native-iph-
|
|
9436
|
+
.icon-share-c-native-iph-bold::before {
|
|
9437
9437
|
content: "\f9f8";
|
|
9438
9438
|
}
|
|
9439
9439
|
|
|
9440
|
-
.icon-share-
|
|
9440
|
+
.icon-share-c-native-iph-light::before {
|
|
9441
9441
|
content: "\f9f9";
|
|
9442
9442
|
}
|
|
9443
9443
|
|
|
9444
|
-
.icon-share-
|
|
9444
|
+
.icon-share-c-native-iph-regular::before {
|
|
9445
9445
|
content: "\f9fa";
|
|
9446
9446
|
}
|
|
9447
9447
|
|
|
9448
|
-
.icon-share-content-on-device-
|
|
9448
|
+
.icon-share-content-on-device-bold::before {
|
|
9449
9449
|
content: "\f9fb";
|
|
9450
9450
|
}
|
|
9451
9451
|
|
|
9452
|
-
.icon-share-
|
|
9452
|
+
.icon-share-content-on-device-light::before {
|
|
9453
9453
|
content: "\f9fc";
|
|
9454
9454
|
}
|
|
9455
9455
|
|
|
9456
|
-
.icon-share-
|
|
9456
|
+
.icon-share-content-on-device-regular::before {
|
|
9457
9457
|
content: "\f9fd";
|
|
9458
9458
|
}
|
|
9459
9459
|
|
|
9460
|
-
.icon-share-screen-add-
|
|
9460
|
+
.icon-share-screen-add-bold::before {
|
|
9461
9461
|
content: "\f9fe";
|
|
9462
9462
|
}
|
|
9463
9463
|
|
|
9464
|
-
.icon-share-screen-
|
|
9464
|
+
.icon-share-screen-add-light::before {
|
|
9465
9465
|
content: "\f9ff";
|
|
9466
9466
|
}
|
|
9467
9467
|
|
|
9468
|
-
.icon-share-screen-
|
|
9468
|
+
.icon-share-screen-add-regular::before {
|
|
9469
9469
|
content: "\fa00";
|
|
9470
9470
|
}
|
|
9471
9471
|
|
|
9472
|
-
.icon-share-screen-filled::before {
|
|
9472
|
+
.icon-share-screen-badge-filled::before {
|
|
9473
9473
|
content: "\fa01";
|
|
9474
9474
|
}
|
|
9475
9475
|
|
|
9476
|
-
.icon-share-screen-
|
|
9476
|
+
.icon-share-screen-bold::before {
|
|
9477
9477
|
content: "\fa02";
|
|
9478
9478
|
}
|
|
9479
9479
|
|
|
9480
|
-
.icon-share-screen-
|
|
9480
|
+
.icon-share-screen-filled::before {
|
|
9481
9481
|
content: "\fa03";
|
|
9482
9482
|
}
|
|
9483
9483
|
|
|
9484
|
-
.icon-share-
|
|
9484
|
+
.icon-share-screen-light::before {
|
|
9485
9485
|
content: "\fa04";
|
|
9486
9486
|
}
|
|
9487
9487
|
|
|
9488
|
-
.icon-share-
|
|
9488
|
+
.icon-share-screen-regular::before {
|
|
9489
9489
|
content: "\fa05";
|
|
9490
9490
|
}
|
|
9491
9491
|
|
|
9492
|
-
.icon-share-space-
|
|
9492
|
+
.icon-share-space-bold::before {
|
|
9493
9493
|
content: "\fa06";
|
|
9494
9494
|
}
|
|
9495
9495
|
|
|
9496
|
-
.icon-
|
|
9496
|
+
.icon-share-space-light::before {
|
|
9497
9497
|
content: "\fa07";
|
|
9498
9498
|
}
|
|
9499
9499
|
|
|
9500
|
-
.icon-
|
|
9500
|
+
.icon-share-space-regular::before {
|
|
9501
9501
|
content: "\fa08";
|
|
9502
9502
|
}
|
|
9503
9503
|
|
|
9504
|
-
.icon-shield-
|
|
9504
|
+
.icon-shield-bold::before {
|
|
9505
9505
|
content: "\fa09";
|
|
9506
9506
|
}
|
|
9507
9507
|
|
|
9508
|
-
.icon-
|
|
9508
|
+
.icon-shield-light::before {
|
|
9509
9509
|
content: "\fa0a";
|
|
9510
9510
|
}
|
|
9511
9511
|
|
|
9512
|
-
.icon-
|
|
9512
|
+
.icon-shield-regular::before {
|
|
9513
9513
|
content: "\fa0b";
|
|
9514
9514
|
}
|
|
9515
9515
|
|
|
9516
|
-
.icon-shopping-cart-
|
|
9516
|
+
.icon-shopping-cart-bold::before {
|
|
9517
9517
|
content: "\fa0c";
|
|
9518
9518
|
}
|
|
9519
9519
|
|
|
9520
|
-
.icon-shopping-cart-
|
|
9520
|
+
.icon-shopping-cart-filled::before {
|
|
9521
9521
|
content: "\fa0d";
|
|
9522
9522
|
}
|
|
9523
9523
|
|
|
9524
|
-
.icon-
|
|
9524
|
+
.icon-shopping-cart-light::before {
|
|
9525
9525
|
content: "\fa0e";
|
|
9526
9526
|
}
|
|
9527
9527
|
|
|
9528
|
-
.icon-
|
|
9528
|
+
.icon-shopping-cart-regular::before {
|
|
9529
9529
|
content: "\fa0f";
|
|
9530
9530
|
}
|
|
9531
9531
|
|
|
9532
|
-
.icon-short-text-box-
|
|
9532
|
+
.icon-short-text-box-bold::before {
|
|
9533
9533
|
content: "\fa10";
|
|
9534
9534
|
}
|
|
9535
9535
|
|
|
9536
|
-
.icon-
|
|
9536
|
+
.icon-short-text-box-light::before {
|
|
9537
9537
|
content: "\fa11";
|
|
9538
9538
|
}
|
|
9539
9539
|
|
|
9540
|
-
.icon-
|
|
9540
|
+
.icon-short-text-box-regular::before {
|
|
9541
9541
|
content: "\fa12";
|
|
9542
9542
|
}
|
|
9543
9543
|
|
|
9544
|
-
.icon-show-
|
|
9544
|
+
.icon-show-bold::before {
|
|
9545
9545
|
content: "\fa13";
|
|
9546
9546
|
}
|
|
9547
9547
|
|
|
9548
|
-
.icon-show-
|
|
9548
|
+
.icon-show-filled::before {
|
|
9549
9549
|
content: "\fa14";
|
|
9550
9550
|
}
|
|
9551
9551
|
|
|
9552
|
-
.icon-
|
|
9552
|
+
.icon-show-light::before {
|
|
9553
9553
|
content: "\fa15";
|
|
9554
9554
|
}
|
|
9555
9555
|
|
|
9556
|
-
.icon-
|
|
9556
|
+
.icon-show-regular::before {
|
|
9557
9557
|
content: "\fa16";
|
|
9558
9558
|
}
|
|
9559
9559
|
|
|
9560
|
-
.icon-sign-in-
|
|
9560
|
+
.icon-sign-in-bold::before {
|
|
9561
9561
|
content: "\fa17";
|
|
9562
9562
|
}
|
|
9563
9563
|
|
|
9564
|
-
.icon-sign-in-
|
|
9564
|
+
.icon-sign-in-filled::before {
|
|
9565
9565
|
content: "\fa18";
|
|
9566
9566
|
}
|
|
9567
9567
|
|
|
9568
|
-
.icon-sign-in-forced-
|
|
9568
|
+
.icon-sign-in-forced-bold::before {
|
|
9569
9569
|
content: "\fa19";
|
|
9570
9570
|
}
|
|
9571
9571
|
|
|
9572
|
-
.icon-sign-in-light::before {
|
|
9572
|
+
.icon-sign-in-forced-light::before {
|
|
9573
9573
|
content: "\fa1a";
|
|
9574
9574
|
}
|
|
9575
9575
|
|
|
9576
|
-
.icon-sign-in-regular::before {
|
|
9576
|
+
.icon-sign-in-forced-regular::before {
|
|
9577
9577
|
content: "\fa1b";
|
|
9578
9578
|
}
|
|
9579
9579
|
|
|
9580
|
-
.icon-sign-
|
|
9580
|
+
.icon-sign-in-light::before {
|
|
9581
9581
|
content: "\fa1c";
|
|
9582
9582
|
}
|
|
9583
9583
|
|
|
9584
|
-
.icon-sign-
|
|
9584
|
+
.icon-sign-in-regular::before {
|
|
9585
9585
|
content: "\fa1d";
|
|
9586
9586
|
}
|
|
9587
9587
|
|
|
9588
|
-
.icon-sign-lang-int-
|
|
9588
|
+
.icon-sign-lang-int-bold::before {
|
|
9589
9589
|
content: "\fa1e";
|
|
9590
9590
|
}
|
|
9591
9591
|
|
|
9592
|
-
.icon-sign-
|
|
9592
|
+
.icon-sign-lang-int-light::before {
|
|
9593
9593
|
content: "\fa1f";
|
|
9594
9594
|
}
|
|
9595
9595
|
|
|
9596
|
-
.icon-sign-
|
|
9596
|
+
.icon-sign-lang-int-regular::before {
|
|
9597
9597
|
content: "\fa20";
|
|
9598
9598
|
}
|
|
9599
9599
|
|
|
9600
|
-
.icon-sign-out-
|
|
9600
|
+
.icon-sign-out-bold::before {
|
|
9601
9601
|
content: "\fa21";
|
|
9602
9602
|
}
|
|
9603
9603
|
|
|
9604
|
-
.icon-
|
|
9604
|
+
.icon-sign-out-light::before {
|
|
9605
9605
|
content: "\fa22";
|
|
9606
9606
|
}
|
|
9607
9607
|
|
|
9608
|
-
.icon-
|
|
9608
|
+
.icon-sign-out-regular::before {
|
|
9609
9609
|
content: "\fa23";
|
|
9610
9610
|
}
|
|
9611
9611
|
|
|
9612
|
-
.icon-signal-four-
|
|
9612
|
+
.icon-signal-four-bold::before {
|
|
9613
9613
|
content: "\fa24";
|
|
9614
9614
|
}
|
|
9615
9615
|
|
|
9616
|
-
.icon-signal-
|
|
9616
|
+
.icon-signal-four-light::before {
|
|
9617
9617
|
content: "\fa25";
|
|
9618
9618
|
}
|
|
9619
9619
|
|
|
9620
|
-
.icon-signal-
|
|
9620
|
+
.icon-signal-four-regular::before {
|
|
9621
9621
|
content: "\fa26";
|
|
9622
9622
|
}
|
|
9623
9623
|
|
|
9624
|
-
.icon-signal-one-
|
|
9624
|
+
.icon-signal-one-bold::before {
|
|
9625
9625
|
content: "\fa27";
|
|
9626
9626
|
}
|
|
9627
9627
|
|
|
9628
|
-
.icon-signal-
|
|
9628
|
+
.icon-signal-one-light::before {
|
|
9629
9629
|
content: "\fa28";
|
|
9630
9630
|
}
|
|
9631
9631
|
|
|
9632
|
-
.icon-signal-
|
|
9632
|
+
.icon-signal-one-regular::before {
|
|
9633
9633
|
content: "\fa29";
|
|
9634
9634
|
}
|
|
9635
9635
|
|
|
9636
|
-
.icon-signal-three-
|
|
9636
|
+
.icon-signal-three-bold::before {
|
|
9637
9637
|
content: "\fa2a";
|
|
9638
9638
|
}
|
|
9639
9639
|
|
|
9640
|
-
.icon-signal-
|
|
9640
|
+
.icon-signal-three-light::before {
|
|
9641
9641
|
content: "\fa2b";
|
|
9642
9642
|
}
|
|
9643
9643
|
|
|
9644
|
-
.icon-signal-
|
|
9644
|
+
.icon-signal-three-regular::before {
|
|
9645
9645
|
content: "\fa2c";
|
|
9646
9646
|
}
|
|
9647
9647
|
|
|
9648
|
-
.icon-signal-two-
|
|
9648
|
+
.icon-signal-two-bold::before {
|
|
9649
9649
|
content: "\fa2d";
|
|
9650
9650
|
}
|
|
9651
9651
|
|
|
9652
|
-
.icon-signal-
|
|
9652
|
+
.icon-signal-two-light::before {
|
|
9653
9653
|
content: "\fa2e";
|
|
9654
9654
|
}
|
|
9655
9655
|
|
|
9656
|
-
.icon-signal-
|
|
9656
|
+
.icon-signal-two-regular::before {
|
|
9657
9657
|
content: "\fa2f";
|
|
9658
9658
|
}
|
|
9659
9659
|
|
|
9660
|
-
.icon-signal-zero-
|
|
9660
|
+
.icon-signal-zero-bold::before {
|
|
9661
9661
|
content: "\fa30";
|
|
9662
9662
|
}
|
|
9663
9663
|
|
|
9664
|
-
.icon-
|
|
9664
|
+
.icon-signal-zero-light::before {
|
|
9665
9665
|
content: "\fa31";
|
|
9666
9666
|
}
|
|
9667
9667
|
|
|
9668
|
-
.icon-
|
|
9668
|
+
.icon-signal-zero-regular::before {
|
|
9669
9669
|
content: "\fa32";
|
|
9670
9670
|
}
|
|
9671
9671
|
|
|
9672
|
-
.icon-simple-promotion-
|
|
9672
|
+
.icon-simple-promotion-bold::before {
|
|
9673
9673
|
content: "\fa33";
|
|
9674
9674
|
}
|
|
9675
9675
|
|
|
9676
|
-
.icon-
|
|
9676
|
+
.icon-simple-promotion-light::before {
|
|
9677
9677
|
content: "\fa34";
|
|
9678
9678
|
}
|
|
9679
9679
|
|
|
9680
|
-
.icon-
|
|
9680
|
+
.icon-simple-promotion-regular::before {
|
|
9681
9681
|
content: "\fa35";
|
|
9682
9682
|
}
|
|
9683
9683
|
|
|
9684
|
-
.icon-single-number-reach-
|
|
9684
|
+
.icon-single-number-reach-bold::before {
|
|
9685
9685
|
content: "\fa36";
|
|
9686
9686
|
}
|
|
9687
9687
|
|
|
9688
|
-
.icon-
|
|
9688
|
+
.icon-single-number-reach-light::before {
|
|
9689
9689
|
content: "\fa37";
|
|
9690
9690
|
}
|
|
9691
9691
|
|
|
9692
|
-
.icon-
|
|
9692
|
+
.icon-single-number-reach-regular::before {
|
|
9693
9693
|
content: "\fa38";
|
|
9694
9694
|
}
|
|
9695
9695
|
|
|
9696
|
-
.icon-sip-registration-in-progress-
|
|
9696
|
+
.icon-sip-registration-in-progress-bold::before {
|
|
9697
9697
|
content: "\fa39";
|
|
9698
9698
|
}
|
|
9699
9699
|
|
|
9700
|
-
.icon-sip-registration-in-progress-
|
|
9700
|
+
.icon-sip-registration-in-progress-filled::before {
|
|
9701
9701
|
content: "\fa3a";
|
|
9702
9702
|
}
|
|
9703
9703
|
|
|
9704
|
-
.icon-
|
|
9704
|
+
.icon-sip-registration-in-progress-light::before {
|
|
9705
9705
|
content: "\fa3b";
|
|
9706
9706
|
}
|
|
9707
9707
|
|
|
9708
|
-
.icon-
|
|
9708
|
+
.icon-sip-registration-in-progress-regular::before {
|
|
9709
9709
|
content: "\fa3c";
|
|
9710
9710
|
}
|
|
9711
9711
|
|
|
9712
|
-
.icon-skip-
|
|
9712
|
+
.icon-skip-bold::before {
|
|
9713
9713
|
content: "\fa3d";
|
|
9714
9714
|
}
|
|
9715
9715
|
|
|
9716
|
-
.icon-skip-bw-
|
|
9716
|
+
.icon-skip-bw-bold::before {
|
|
9717
9717
|
content: "\fa3e";
|
|
9718
9718
|
}
|
|
9719
9719
|
|
|
9720
|
-
.icon-skip-bw-
|
|
9720
|
+
.icon-skip-bw-filled::before {
|
|
9721
9721
|
content: "\fa3f";
|
|
9722
9722
|
}
|
|
9723
9723
|
|
|
9724
|
-
.icon-skip-
|
|
9724
|
+
.icon-skip-bw-light::before {
|
|
9725
9725
|
content: "\fa40";
|
|
9726
9726
|
}
|
|
9727
9727
|
|
|
9728
|
-
.icon-skip-
|
|
9728
|
+
.icon-skip-bw-regular::before {
|
|
9729
9729
|
content: "\fa41";
|
|
9730
9730
|
}
|
|
9731
9731
|
|
|
9732
|
-
.icon-skip-fw-
|
|
9732
|
+
.icon-skip-fw-bold::before {
|
|
9733
9733
|
content: "\fa42";
|
|
9734
9734
|
}
|
|
9735
9735
|
|
|
9736
|
-
.icon-skip-fw-
|
|
9736
|
+
.icon-skip-fw-filled::before {
|
|
9737
9737
|
content: "\fa43";
|
|
9738
9738
|
}
|
|
9739
9739
|
|
|
9740
|
-
.icon-skip-light::before {
|
|
9740
|
+
.icon-skip-fw-light::before {
|
|
9741
9741
|
content: "\fa44";
|
|
9742
9742
|
}
|
|
9743
9743
|
|
|
9744
|
-
.icon-skip-regular::before {
|
|
9744
|
+
.icon-skip-fw-regular::before {
|
|
9745
9745
|
content: "\fa45";
|
|
9746
9746
|
}
|
|
9747
9747
|
|
|
9748
|
-
.icon-
|
|
9748
|
+
.icon-skip-light::before {
|
|
9749
9749
|
content: "\fa46";
|
|
9750
9750
|
}
|
|
9751
9751
|
|
|
9752
|
-
.icon-
|
|
9752
|
+
.icon-skip-regular::before {
|
|
9753
9753
|
content: "\fa47";
|
|
9754
9754
|
}
|
|
9755
9755
|
|
|
9756
|
-
.icon-smart-audio-
|
|
9756
|
+
.icon-smart-audio-bold::before {
|
|
9757
9757
|
content: "\fa48";
|
|
9758
9758
|
}
|
|
9759
9759
|
|
|
9760
|
-
.icon-
|
|
9760
|
+
.icon-smart-audio-light::before {
|
|
9761
9761
|
content: "\fa49";
|
|
9762
9762
|
}
|
|
9763
9763
|
|
|
9764
|
-
.icon-
|
|
9764
|
+
.icon-smart-audio-regular::before {
|
|
9765
9765
|
content: "\fa4a";
|
|
9766
9766
|
}
|
|
9767
9767
|
|
|
9768
|
-
.icon-sms-
|
|
9768
|
+
.icon-sms-filled::before {
|
|
9769
9769
|
content: "\fa4b";
|
|
9770
9770
|
}
|
|
9771
9771
|
|
|
9772
|
-
.icon-sms-inbound-
|
|
9772
|
+
.icon-sms-inbound-bold::before {
|
|
9773
9773
|
content: "\fa4c";
|
|
9774
9774
|
}
|
|
9775
9775
|
|
|
9776
|
-
.icon-sms-
|
|
9776
|
+
.icon-sms-inbound-light::before {
|
|
9777
9777
|
content: "\fa4d";
|
|
9778
9778
|
}
|
|
9779
9779
|
|
|
9780
|
-
.icon-sms-
|
|
9780
|
+
.icon-sms-inbound-regular::before {
|
|
9781
9781
|
content: "\fa4e";
|
|
9782
9782
|
}
|
|
9783
9783
|
|
|
9784
|
-
.icon-sms-message-
|
|
9784
|
+
.icon-sms-message-bold::before {
|
|
9785
9785
|
content: "\fa4f";
|
|
9786
9786
|
}
|
|
9787
9787
|
|
|
9788
|
-
.icon-sms-message-
|
|
9788
|
+
.icon-sms-message-filled::before {
|
|
9789
9789
|
content: "\fa50";
|
|
9790
9790
|
}
|
|
9791
9791
|
|
|
9792
|
-
.icon-sms-
|
|
9792
|
+
.icon-sms-message-light::before {
|
|
9793
9793
|
content: "\fa51";
|
|
9794
9794
|
}
|
|
9795
9795
|
|
|
9796
|
-
.icon-sms-
|
|
9796
|
+
.icon-sms-message-regular::before {
|
|
9797
9797
|
content: "\fa52";
|
|
9798
9798
|
}
|
|
9799
9799
|
|
|
9800
|
-
.icon-sms-
|
|
9800
|
+
.icon-sms-outgoing-filled::before {
|
|
9801
9801
|
content: "\fa53";
|
|
9802
9802
|
}
|
|
9803
9803
|
|
|
9804
|
-
.icon-sms-unread-
|
|
9804
|
+
.icon-sms-unread-bold::before {
|
|
9805
9805
|
content: "\fa54";
|
|
9806
9806
|
}
|
|
9807
9807
|
|
|
9808
|
-
.icon-
|
|
9808
|
+
.icon-sms-unread-light::before {
|
|
9809
9809
|
content: "\fa55";
|
|
9810
9810
|
}
|
|
9811
9811
|
|
|
9812
|
-
.icon-
|
|
9812
|
+
.icon-sms-unread-regular::before {
|
|
9813
9813
|
content: "\fa56";
|
|
9814
9814
|
}
|
|
9815
9815
|
|
|
9816
|
-
.icon-sort-ascending-
|
|
9816
|
+
.icon-sort-ascending-bold::before {
|
|
9817
9817
|
content: "\fa57";
|
|
9818
9818
|
}
|
|
9819
9819
|
|
|
9820
|
-
.icon-sort-
|
|
9820
|
+
.icon-sort-ascending-light::before {
|
|
9821
9821
|
content: "\fa58";
|
|
9822
9822
|
}
|
|
9823
9823
|
|
|
9824
|
-
.icon-sort-
|
|
9824
|
+
.icon-sort-ascending-regular::before {
|
|
9825
9825
|
content: "\fa59";
|
|
9826
9826
|
}
|
|
9827
9827
|
|
|
9828
|
-
.icon-sort-descending-
|
|
9828
|
+
.icon-sort-descending-bold::before {
|
|
9829
9829
|
content: "\fa5a";
|
|
9830
9830
|
}
|
|
9831
9831
|
|
|
9832
|
-
.icon-
|
|
9832
|
+
.icon-sort-descending-light::before {
|
|
9833
9833
|
content: "\fa5b";
|
|
9834
9834
|
}
|
|
9835
9835
|
|
|
9836
|
-
.icon-
|
|
9836
|
+
.icon-sort-descending-regular::before {
|
|
9837
9837
|
content: "\fa5c";
|
|
9838
9838
|
}
|
|
9839
9839
|
|
|
9840
|
-
.icon-sound-default-
|
|
9840
|
+
.icon-sound-default-bold::before {
|
|
9841
9841
|
content: "\fa5d";
|
|
9842
9842
|
}
|
|
9843
9843
|
|
|
9844
|
-
.icon-
|
|
9844
|
+
.icon-sound-default-light::before {
|
|
9845
9845
|
content: "\fa5e";
|
|
9846
9846
|
}
|
|
9847
9847
|
|
|
9848
|
-
.icon-
|
|
9848
|
+
.icon-sound-default-regular::before {
|
|
9849
9849
|
content: "\fa5f";
|
|
9850
9850
|
}
|
|
9851
9851
|
|
|
9852
|
-
.icon-sparkle-
|
|
9852
|
+
.icon-sparkle-bold::before {
|
|
9853
9853
|
content: "\fa60";
|
|
9854
9854
|
}
|
|
9855
9855
|
|
|
9856
|
-
.icon-sparkle-
|
|
9856
|
+
.icon-sparkle-filled::before {
|
|
9857
9857
|
content: "\fa61";
|
|
9858
9858
|
}
|
|
9859
9859
|
|
|
9860
|
-
.icon-
|
|
9860
|
+
.icon-sparkle-light::before {
|
|
9861
9861
|
content: "\fa62";
|
|
9862
9862
|
}
|
|
9863
9863
|
|
|
9864
|
-
.icon-
|
|
9864
|
+
.icon-sparkle-regular::before {
|
|
9865
9865
|
content: "\fa63";
|
|
9866
9866
|
}
|
|
9867
9867
|
|
|
9868
|
-
.icon-speaker-
|
|
9868
|
+
.icon-speaker-bold::before {
|
|
9869
9869
|
content: "\fa64";
|
|
9870
9870
|
}
|
|
9871
9871
|
|
|
9872
|
-
.icon-speaker-disconnected-
|
|
9872
|
+
.icon-speaker-disconnected-bold::before {
|
|
9873
9873
|
content: "\fa65";
|
|
9874
9874
|
}
|
|
9875
9875
|
|
|
9876
|
-
.icon-speaker-disconnected-
|
|
9876
|
+
.icon-speaker-disconnected-filled::before {
|
|
9877
9877
|
content: "\fa66";
|
|
9878
9878
|
}
|
|
9879
9879
|
|
|
9880
|
-
.icon-speaker-
|
|
9880
|
+
.icon-speaker-disconnected-light::before {
|
|
9881
9881
|
content: "\fa67";
|
|
9882
9882
|
}
|
|
9883
9883
|
|
|
9884
|
-
.icon-speaker-
|
|
9884
|
+
.icon-speaker-disconnected-regular::before {
|
|
9885
9885
|
content: "\fa68";
|
|
9886
9886
|
}
|
|
9887
9887
|
|
|
9888
|
-
.icon-speaker-
|
|
9888
|
+
.icon-speaker-filled::before {
|
|
9889
9889
|
content: "\fa69";
|
|
9890
9890
|
}
|
|
9891
9891
|
|
|
9892
|
-
.icon-speaker-
|
|
9892
|
+
.icon-speaker-light::before {
|
|
9893
9893
|
content: "\fa6a";
|
|
9894
9894
|
}
|
|
9895
9895
|
|
|
9896
|
-
.icon-speaker-muted-
|
|
9896
|
+
.icon-speaker-muted-bold::before {
|
|
9897
9897
|
content: "\fa6b";
|
|
9898
9898
|
}
|
|
9899
9899
|
|
|
9900
|
-
.icon-speaker-muted-
|
|
9900
|
+
.icon-speaker-muted-filled::before {
|
|
9901
9901
|
content: "\fa6c";
|
|
9902
9902
|
}
|
|
9903
9903
|
|
|
9904
|
-
.icon-speaker-
|
|
9904
|
+
.icon-speaker-muted-light::before {
|
|
9905
9905
|
content: "\fa6d";
|
|
9906
9906
|
}
|
|
9907
9907
|
|
|
9908
|
-
.icon-speaker-
|
|
9908
|
+
.icon-speaker-muted-regular::before {
|
|
9909
9909
|
content: "\fa6e";
|
|
9910
9910
|
}
|
|
9911
9911
|
|
|
9912
|
-
.icon-speaker-off-
|
|
9912
|
+
.icon-speaker-off-bold::before {
|
|
9913
9913
|
content: "\fa6f";
|
|
9914
9914
|
}
|
|
9915
9915
|
|
|
9916
|
-
.icon-speaker-off-
|
|
9916
|
+
.icon-speaker-off-filled::before {
|
|
9917
9917
|
content: "\fa70";
|
|
9918
9918
|
}
|
|
9919
9919
|
|
|
9920
|
-
.icon-speaker-
|
|
9920
|
+
.icon-speaker-off-light::before {
|
|
9921
9921
|
content: "\fa71";
|
|
9922
9922
|
}
|
|
9923
9923
|
|
|
9924
|
-
.icon-speaker-
|
|
9924
|
+
.icon-speaker-off-regular::before {
|
|
9925
9925
|
content: "\fa72";
|
|
9926
9926
|
}
|
|
9927
9927
|
|
|
9928
|
-
.icon-speaker-on-
|
|
9928
|
+
.icon-speaker-on-bold::before {
|
|
9929
9929
|
content: "\fa73";
|
|
9930
9930
|
}
|
|
9931
9931
|
|
|
9932
|
-
.icon-speaker-
|
|
9932
|
+
.icon-speaker-on-light::before {
|
|
9933
9933
|
content: "\fa74";
|
|
9934
9934
|
}
|
|
9935
9935
|
|
|
9936
|
-
.icon-speaker-
|
|
9936
|
+
.icon-speaker-on-regular::before {
|
|
9937
9937
|
content: "\fa75";
|
|
9938
9938
|
}
|
|
9939
9939
|
|
|
9940
|
-
.icon-speaker-
|
|
9940
|
+
.icon-speaker-regular::before {
|
|
9941
9941
|
content: "\fa76";
|
|
9942
9942
|
}
|
|
9943
9943
|
|
|
9944
|
-
.icon-speaker-turn-down-
|
|
9944
|
+
.icon-speaker-turn-down-bold::before {
|
|
9945
9945
|
content: "\fa77";
|
|
9946
9946
|
}
|
|
9947
9947
|
|
|
9948
|
-
.icon-speaker-turn-down-
|
|
9948
|
+
.icon-speaker-turn-down-filled::before {
|
|
9949
9949
|
content: "\fa78";
|
|
9950
9950
|
}
|
|
9951
9951
|
|
|
9952
|
-
.icon-speaker-turn-
|
|
9952
|
+
.icon-speaker-turn-down-light::before {
|
|
9953
9953
|
content: "\fa79";
|
|
9954
9954
|
}
|
|
9955
9955
|
|
|
9956
|
-
.icon-speaker-turn-
|
|
9956
|
+
.icon-speaker-turn-down-regular::before {
|
|
9957
9957
|
content: "\fa7a";
|
|
9958
9958
|
}
|
|
9959
9959
|
|
|
9960
|
-
.icon-speaker-turn-up-
|
|
9960
|
+
.icon-speaker-turn-up-bold::before {
|
|
9961
9961
|
content: "\fa7b";
|
|
9962
9962
|
}
|
|
9963
9963
|
|
|
9964
|
-
.icon-speaker-turn-up-
|
|
9964
|
+
.icon-speaker-turn-up-filled::before {
|
|
9965
9965
|
content: "\fa7c";
|
|
9966
9966
|
}
|
|
9967
9967
|
|
|
9968
|
-
.icon-
|
|
9968
|
+
.icon-speaker-turn-up-light::before {
|
|
9969
9969
|
content: "\fa7d";
|
|
9970
9970
|
}
|
|
9971
9971
|
|
|
9972
|
-
.icon-
|
|
9972
|
+
.icon-speaker-turn-up-regular::before {
|
|
9973
9973
|
content: "\fa7e";
|
|
9974
9974
|
}
|
|
9975
9975
|
|
|
9976
|
-
.icon-speed-dial-
|
|
9976
|
+
.icon-speed-dial-bold::before {
|
|
9977
9977
|
content: "\fa7f";
|
|
9978
9978
|
}
|
|
9979
9979
|
|
|
9980
|
-
.icon-speed-dial-
|
|
9980
|
+
.icon-speed-dial-filled::before {
|
|
9981
9981
|
content: "\fa80";
|
|
9982
9982
|
}
|
|
9983
9983
|
|
|
9984
|
-
.icon-
|
|
9984
|
+
.icon-speed-dial-light::before {
|
|
9985
9985
|
content: "\fa81";
|
|
9986
9986
|
}
|
|
9987
9987
|
|
|
9988
|
-
.icon-
|
|
9988
|
+
.icon-speed-dial-regular::before {
|
|
9989
9989
|
content: "\fa82";
|
|
9990
9990
|
}
|
|
9991
9991
|
|
|
9992
|
-
.icon-spell-checker-
|
|
9992
|
+
.icon-spell-checker-bold::before {
|
|
9993
9993
|
content: "\fa83";
|
|
9994
9994
|
}
|
|
9995
9995
|
|
|
9996
|
-
.icon-
|
|
9996
|
+
.icon-spell-checker-light::before {
|
|
9997
9997
|
content: "\fa84";
|
|
9998
9998
|
}
|
|
9999
9999
|
|
|
10000
|
-
.icon-
|
|
10000
|
+
.icon-spell-checker-regular::before {
|
|
10001
10001
|
content: "\fa85";
|
|
10002
10002
|
}
|
|
10003
10003
|
|
|
10004
|
-
.icon-spinner-
|
|
10004
|
+
.icon-spinner-bold::before {
|
|
10005
10005
|
content: "\fa86";
|
|
10006
10006
|
}
|
|
10007
10007
|
|
|
10008
|
-
.icon-spinner-in-progress-
|
|
10008
|
+
.icon-spinner-in-progress-bold::before {
|
|
10009
10009
|
content: "\fa87";
|
|
10010
10010
|
}
|
|
10011
10011
|
|
|
10012
|
-
.icon-spinner-light::before {
|
|
10012
|
+
.icon-spinner-in-progress-light::before {
|
|
10013
10013
|
content: "\fa88";
|
|
10014
10014
|
}
|
|
10015
10015
|
|
|
10016
|
-
.icon-spinner-regular::before {
|
|
10016
|
+
.icon-spinner-in-progress-regular::before {
|
|
10017
10017
|
content: "\fa89";
|
|
10018
10018
|
}
|
|
10019
10019
|
|
|
10020
|
-
.icon-
|
|
10020
|
+
.icon-spinner-light::before {
|
|
10021
10021
|
content: "\fa8a";
|
|
10022
10022
|
}
|
|
10023
10023
|
|
|
10024
|
-
.icon-
|
|
10024
|
+
.icon-spinner-regular::before {
|
|
10025
10025
|
content: "\fa8b";
|
|
10026
10026
|
}
|
|
10027
10027
|
|
|
10028
|
-
.icon-split-view-
|
|
10028
|
+
.icon-split-view-bold::before {
|
|
10029
10029
|
content: "\fa8c";
|
|
10030
10030
|
}
|
|
10031
10031
|
|
|
10032
|
-
.icon-
|
|
10032
|
+
.icon-split-view-light::before {
|
|
10033
10033
|
content: "\fa8d";
|
|
10034
10034
|
}
|
|
10035
10035
|
|
|
10036
|
-
.icon-
|
|
10036
|
+
.icon-split-view-regular::before {
|
|
10037
10037
|
content: "\fa8e";
|
|
10038
10038
|
}
|
|
10039
10039
|
|
|
10040
|
-
.icon-stacked-area-chart-
|
|
10040
|
+
.icon-stacked-area-chart-bold::before {
|
|
10041
10041
|
content: "\fa8f";
|
|
10042
10042
|
}
|
|
10043
10043
|
|
|
10044
|
-
.icon-stacked-area-chart-
|
|
10044
|
+
.icon-stacked-area-chart-filled::before {
|
|
10045
10045
|
content: "\fa90";
|
|
10046
10046
|
}
|
|
10047
10047
|
|
|
10048
|
-
.icon-stacked-area-chart-full-
|
|
10048
|
+
.icon-stacked-area-chart-full-bold::before {
|
|
10049
10049
|
content: "\fa91";
|
|
10050
10050
|
}
|
|
10051
10051
|
|
|
10052
|
-
.icon-stacked-area-chart-full-
|
|
10052
|
+
.icon-stacked-area-chart-full-filled::before {
|
|
10053
10053
|
content: "\fa92";
|
|
10054
10054
|
}
|
|
10055
10055
|
|
|
10056
|
-
.icon-stacked-area-chart-light::before {
|
|
10056
|
+
.icon-stacked-area-chart-full-light::before {
|
|
10057
10057
|
content: "\fa93";
|
|
10058
10058
|
}
|
|
10059
10059
|
|
|
10060
|
-
.icon-stacked-area-chart-regular::before {
|
|
10060
|
+
.icon-stacked-area-chart-full-regular::before {
|
|
10061
10061
|
content: "\fa94";
|
|
10062
10062
|
}
|
|
10063
10063
|
|
|
10064
|
-
.icon-stacked-
|
|
10064
|
+
.icon-stacked-area-chart-light::before {
|
|
10065
10065
|
content: "\fa95";
|
|
10066
10066
|
}
|
|
10067
10067
|
|
|
10068
|
-
.icon-stacked-
|
|
10068
|
+
.icon-stacked-area-chart-regular::before {
|
|
10069
10069
|
content: "\fa96";
|
|
10070
10070
|
}
|
|
10071
10071
|
|
|
10072
|
-
.icon-stacked-bar-chart-
|
|
10072
|
+
.icon-stacked-bar-chart-bold::before {
|
|
10073
10073
|
content: "\fa97";
|
|
10074
10074
|
}
|
|
10075
10075
|
|
|
10076
|
-
.icon-stacked-bar-chart-
|
|
10076
|
+
.icon-stacked-bar-chart-filled::before {
|
|
10077
10077
|
content: "\fa98";
|
|
10078
10078
|
}
|
|
10079
10079
|
|
|
10080
|
-
.icon-stacked-bar-chart-full-
|
|
10080
|
+
.icon-stacked-bar-chart-full-bold::before {
|
|
10081
10081
|
content: "\fa99";
|
|
10082
10082
|
}
|
|
10083
10083
|
|
|
10084
|
-
.icon-stacked-bar-chart-full-
|
|
10084
|
+
.icon-stacked-bar-chart-full-filled::before {
|
|
10085
10085
|
content: "\fa9a";
|
|
10086
10086
|
}
|
|
10087
10087
|
|
|
10088
|
-
.icon-stacked-bar-chart-light::before {
|
|
10088
|
+
.icon-stacked-bar-chart-full-light::before {
|
|
10089
10089
|
content: "\fa9b";
|
|
10090
10090
|
}
|
|
10091
10091
|
|
|
10092
|
-
.icon-stacked-bar-chart-regular::before {
|
|
10092
|
+
.icon-stacked-bar-chart-full-regular::before {
|
|
10093
10093
|
content: "\fa9c";
|
|
10094
10094
|
}
|
|
10095
10095
|
|
|
10096
|
-
.icon-
|
|
10096
|
+
.icon-stacked-bar-chart-light::before {
|
|
10097
10097
|
content: "\fa9d";
|
|
10098
10098
|
}
|
|
10099
10099
|
|
|
10100
|
-
.icon-
|
|
10100
|
+
.icon-stacked-bar-chart-regular::before {
|
|
10101
10101
|
content: "\fa9e";
|
|
10102
10102
|
}
|
|
10103
10103
|
|
|
10104
|
-
.icon-start-chat-
|
|
10104
|
+
.icon-start-chat-bold::before {
|
|
10105
10105
|
content: "\fa9f";
|
|
10106
10106
|
}
|
|
10107
10107
|
|
|
10108
|
-
.icon-
|
|
10108
|
+
.icon-start-chat-light::before {
|
|
10109
10109
|
content: "\faa0";
|
|
10110
10110
|
}
|
|
10111
10111
|
|
|
10112
|
-
.icon-
|
|
10112
|
+
.icon-start-chat-regular::before {
|
|
10113
10113
|
content: "\faa1";
|
|
10114
10114
|
}
|
|
10115
10115
|
|
|
10116
|
-
.icon-stethoscope-
|
|
10116
|
+
.icon-stethoscope-bold::before {
|
|
10117
10117
|
content: "\faa2";
|
|
10118
10118
|
}
|
|
10119
10119
|
|
|
10120
|
-
.icon-
|
|
10120
|
+
.icon-stethoscope-light::before {
|
|
10121
10121
|
content: "\faa3";
|
|
10122
10122
|
}
|
|
10123
10123
|
|
|
10124
|
-
.icon-
|
|
10124
|
+
.icon-stethoscope-regular::before {
|
|
10125
10125
|
content: "\faa4";
|
|
10126
10126
|
}
|
|
10127
10127
|
|
|
10128
|
-
.icon-stickers-
|
|
10128
|
+
.icon-stickers-bold::before {
|
|
10129
10129
|
content: "\faa5";
|
|
10130
10130
|
}
|
|
10131
10131
|
|
|
10132
|
-
.icon-
|
|
10132
|
+
.icon-stickers-light::before {
|
|
10133
10133
|
content: "\faa6";
|
|
10134
10134
|
}
|
|
10135
10135
|
|
|
10136
|
-
.icon-
|
|
10136
|
+
.icon-stickers-regular::before {
|
|
10137
10137
|
content: "\faa7";
|
|
10138
10138
|
}
|
|
10139
10139
|
|
|
10140
|
-
.icon-stickies-
|
|
10140
|
+
.icon-stickies-bold::before {
|
|
10141
10141
|
content: "\faa8";
|
|
10142
10142
|
}
|
|
10143
10143
|
|
|
10144
|
-
.icon-
|
|
10144
|
+
.icon-stickies-light::before {
|
|
10145
10145
|
content: "\faa9";
|
|
10146
10146
|
}
|
|
10147
10147
|
|
|
10148
|
-
.icon-
|
|
10148
|
+
.icon-stickies-regular::before {
|
|
10149
10149
|
content: "\faaa";
|
|
10150
10150
|
}
|
|
10151
10151
|
|
|
10152
|
-
.icon-stop-
|
|
10152
|
+
.icon-stop-bold::before {
|
|
10153
10153
|
content: "\faab";
|
|
10154
10154
|
}
|
|
10155
10155
|
|
|
10156
|
-
.icon-stop-circle-
|
|
10156
|
+
.icon-stop-circle-bold::before {
|
|
10157
10157
|
content: "\faac";
|
|
10158
10158
|
}
|
|
10159
10159
|
|
|
10160
|
-
.icon-stop-circle-
|
|
10160
|
+
.icon-stop-circle-filled::before {
|
|
10161
10161
|
content: "\faad";
|
|
10162
10162
|
}
|
|
10163
10163
|
|
|
10164
|
-
.icon-stop-
|
|
10164
|
+
.icon-stop-circle-light::before {
|
|
10165
10165
|
content: "\faae";
|
|
10166
10166
|
}
|
|
10167
10167
|
|
|
10168
|
-
.icon-stop-
|
|
10168
|
+
.icon-stop-circle-regular::before {
|
|
10169
10169
|
content: "\faaf";
|
|
10170
10170
|
}
|
|
10171
10171
|
|
|
10172
|
-
.icon-stop-content-share-
|
|
10172
|
+
.icon-stop-content-share-bold::before {
|
|
10173
10173
|
content: "\fab0";
|
|
10174
10174
|
}
|
|
10175
10175
|
|
|
10176
|
-
.icon-stop-
|
|
10176
|
+
.icon-stop-content-share-light::before {
|
|
10177
10177
|
content: "\fab1";
|
|
10178
10178
|
}
|
|
10179
10179
|
|
|
10180
|
-
.icon-stop-
|
|
10180
|
+
.icon-stop-content-share-regular::before {
|
|
10181
10181
|
content: "\fab2";
|
|
10182
10182
|
}
|
|
10183
10183
|
|
|
10184
|
-
.icon-stop-
|
|
10184
|
+
.icon-stop-filled::before {
|
|
10185
10185
|
content: "\fab3";
|
|
10186
10186
|
}
|
|
10187
10187
|
|
|
10188
|
-
.icon-
|
|
10188
|
+
.icon-stop-light::before {
|
|
10189
10189
|
content: "\fab4";
|
|
10190
10190
|
}
|
|
10191
10191
|
|
|
10192
|
-
.icon-
|
|
10192
|
+
.icon-stop-regular::before {
|
|
10193
10193
|
content: "\fab5";
|
|
10194
10194
|
}
|
|
10195
10195
|
|
|
10196
|
-
.icon-stored-info-
|
|
10196
|
+
.icon-stored-info-bold::before {
|
|
10197
10197
|
content: "\fab6";
|
|
10198
10198
|
}
|
|
10199
10199
|
|
|
10200
|
-
.icon-stored-info-
|
|
10200
|
+
.icon-stored-info-filled::before {
|
|
10201
10201
|
content: "\fab7";
|
|
10202
10202
|
}
|
|
10203
10203
|
|
|
10204
|
-
.icon-
|
|
10204
|
+
.icon-stored-info-light::before {
|
|
10205
10205
|
content: "\fab8";
|
|
10206
10206
|
}
|
|
10207
10207
|
|
|
10208
|
-
.icon-
|
|
10208
|
+
.icon-stored-info-regular::before {
|
|
10209
10209
|
content: "\fab9";
|
|
10210
10210
|
}
|
|
10211
10211
|
|
|
10212
|
-
.icon-streaming-
|
|
10212
|
+
.icon-streaming-bold::before {
|
|
10213
10213
|
content: "\faba";
|
|
10214
10214
|
}
|
|
10215
10215
|
|
|
10216
|
-
.icon-
|
|
10216
|
+
.icon-streaming-light::before {
|
|
10217
10217
|
content: "\fabb";
|
|
10218
10218
|
}
|
|
10219
10219
|
|
|
10220
|
-
.icon-
|
|
10220
|
+
.icon-streaming-regular::before {
|
|
10221
10221
|
content: "\fabc";
|
|
10222
10222
|
}
|
|
10223
10223
|
|
|
10224
|
-
.icon-strikethrough-
|
|
10224
|
+
.icon-strikethrough-bold::before {
|
|
10225
10225
|
content: "\fabd";
|
|
10226
10226
|
}
|
|
10227
10227
|
|
|
10228
|
-
.icon-strikethrough-
|
|
10228
|
+
.icon-strikethrough-filled::before {
|
|
10229
10229
|
content: "\fabe";
|
|
10230
10230
|
}
|
|
10231
10231
|
|
|
10232
|
-
.icon-
|
|
10232
|
+
.icon-strikethrough-light::before {
|
|
10233
10233
|
content: "\fabf";
|
|
10234
10234
|
}
|
|
10235
10235
|
|
|
10236
|
-
.icon-
|
|
10236
|
+
.icon-strikethrough-regular::before {
|
|
10237
10237
|
content: "\fac0";
|
|
10238
10238
|
}
|
|
10239
10239
|
|
|
10240
|
-
.icon-studio-mode-
|
|
10240
|
+
.icon-studio-mode-bold::before {
|
|
10241
10241
|
content: "\fac1";
|
|
10242
10242
|
}
|
|
10243
10243
|
|
|
10244
|
-
.icon-
|
|
10244
|
+
.icon-studio-mode-light::before {
|
|
10245
10245
|
content: "\fac2";
|
|
10246
10246
|
}
|
|
10247
10247
|
|
|
10248
|
-
.icon-
|
|
10248
|
+
.icon-studio-mode-regular::before {
|
|
10249
10249
|
content: "\fac3";
|
|
10250
10250
|
}
|
|
10251
10251
|
|
|
10252
|
-
.icon-subscript-
|
|
10252
|
+
.icon-subscript-bold::before {
|
|
10253
10253
|
content: "\fac4";
|
|
10254
10254
|
}
|
|
10255
10255
|
|
|
10256
|
-
.icon-
|
|
10256
|
+
.icon-subscript-light::before {
|
|
10257
10257
|
content: "\fac5";
|
|
10258
10258
|
}
|
|
10259
10259
|
|
|
10260
|
-
.icon-
|
|
10260
|
+
.icon-subscript-regular::before {
|
|
10261
10261
|
content: "\fac6";
|
|
10262
10262
|
}
|
|
10263
10263
|
|
|
10264
|
-
.icon-superscript-
|
|
10264
|
+
.icon-superscript-bold::before {
|
|
10265
10265
|
content: "\fac7";
|
|
10266
10266
|
}
|
|
10267
10267
|
|
|
10268
|
-
.icon-
|
|
10268
|
+
.icon-superscript-light::before {
|
|
10269
10269
|
content: "\fac8";
|
|
10270
10270
|
}
|
|
10271
10271
|
|
|
10272
|
-
.icon-
|
|
10272
|
+
.icon-superscript-regular::before {
|
|
10273
10273
|
content: "\fac9";
|
|
10274
10274
|
}
|
|
10275
10275
|
|
|
10276
|
-
.icon-survey-
|
|
10276
|
+
.icon-survey-bold::before {
|
|
10277
10277
|
content: "\faca";
|
|
10278
10278
|
}
|
|
10279
10279
|
|
|
10280
|
-
.icon-survey-
|
|
10280
|
+
.icon-survey-filled::before {
|
|
10281
10281
|
content: "\facb";
|
|
10282
10282
|
}
|
|
10283
10283
|
|
|
10284
|
+
.icon-survey-light::before {
|
|
10285
|
+
content: "\facc";
|
|
10286
|
+
}
|
|
10287
|
+
|
|
10288
|
+
.icon-survey-regular::before {
|
|
10289
|
+
content: "\facd";
|
|
10290
|
+
}
|
|
10291
|
+
|
|
10284
10292
|
.icon-sx-eighty-codec-bold::before {
|
|
10285
|
-
content: "\
|
|
10293
|
+
content: "\face";
|
|
10286
10294
|
}
|
|
10287
10295
|
|
|
10288
10296
|
.icon-sx-eighty-codec-light::before {
|
|
10289
|
-
content: "\
|
|
10297
|
+
content: "\facf";
|
|
10290
10298
|
}
|
|
10291
10299
|
|
|
10292
10300
|
.icon-sx-eighty-codec-regular::before {
|
|
10293
|
-
content: "\
|
|
10301
|
+
content: "\fad0";
|
|
10294
10302
|
}
|
|
10295
10303
|
|
|
10296
10304
|
.icon-sx-ten-bold::before {
|
|
10297
|
-
content: "\
|
|
10305
|
+
content: "\fad1";
|
|
10298
10306
|
}
|
|
10299
10307
|
|
|
10300
10308
|
.icon-sx-ten-light::before {
|
|
10301
|
-
content: "\
|
|
10309
|
+
content: "\fad2";
|
|
10302
10310
|
}
|
|
10303
10311
|
|
|
10304
10312
|
.icon-sx-ten-regular::before {
|
|
10305
|
-
content: "\
|
|
10313
|
+
content: "\fad3";
|
|
10306
10314
|
}
|
|
10307
10315
|
|
|
10308
10316
|
.icon-sx-twenty-bold::before {
|
|
10309
|
-
content: "\
|
|
10317
|
+
content: "\fad4";
|
|
10310
10318
|
}
|
|
10311
10319
|
|
|
10312
10320
|
.icon-sx-twenty-light::before {
|
|
10313
|
-
content: "\
|
|
10321
|
+
content: "\fad5";
|
|
10314
10322
|
}
|
|
10315
10323
|
|
|
10316
10324
|
.icon-sx-twenty-regular::before {
|
|
10317
|
-
content: "\
|
|
10325
|
+
content: "\fad6";
|
|
10318
10326
|
}
|
|
10319
10327
|
|
|
10320
10328
|
.icon-table-bold::before {
|
|
10321
|
-
content: "\
|
|
10329
|
+
content: "\fad7";
|
|
10322
10330
|
}
|
|
10323
10331
|
|
|
10324
10332
|
.icon-table-light::before {
|
|
10325
|
-
content: "\
|
|
10333
|
+
content: "\fad8";
|
|
10326
10334
|
}
|
|
10327
10335
|
|
|
10328
10336
|
.icon-table-regular::before {
|
|
10329
|
-
content: "\
|
|
10337
|
+
content: "\fad9";
|
|
10330
10338
|
}
|
|
10331
10339
|
|
|
10332
10340
|
.icon-tablet-bold::before {
|
|
10333
|
-
content: "\
|
|
10341
|
+
content: "\fada";
|
|
10334
10342
|
}
|
|
10335
10343
|
|
|
10336
10344
|
.icon-tablet-light::before {
|
|
10337
|
-
content: "\
|
|
10345
|
+
content: "\fadb";
|
|
10338
10346
|
}
|
|
10339
10347
|
|
|
10340
10348
|
.icon-tablet-regular::before {
|
|
10341
|
-
content: "\
|
|
10349
|
+
content: "\fadc";
|
|
10342
10350
|
}
|
|
10343
10351
|
|
|
10344
10352
|
.icon-tabs-bold::before {
|
|
10345
|
-
content: "\
|
|
10353
|
+
content: "\fadd";
|
|
10346
10354
|
}
|
|
10347
10355
|
|
|
10348
10356
|
.icon-tabs-light::before {
|
|
10349
|
-
content: "\
|
|
10357
|
+
content: "\fade";
|
|
10350
10358
|
}
|
|
10351
10359
|
|
|
10352
10360
|
.icon-tabs-regular::before {
|
|
10353
|
-
content: "\
|
|
10361
|
+
content: "\fadf";
|
|
10354
10362
|
}
|
|
10355
10363
|
|
|
10356
10364
|
.icon-tag-bold::before {
|
|
10357
|
-
content: "\
|
|
10365
|
+
content: "\fae0";
|
|
10358
10366
|
}
|
|
10359
10367
|
|
|
10360
10368
|
.icon-tag-light::before {
|
|
10361
|
-
content: "\
|
|
10369
|
+
content: "\fae1";
|
|
10362
10370
|
}
|
|
10363
10371
|
|
|
10364
10372
|
.icon-tag-regular::before {
|
|
10365
|
-
content: "\
|
|
10373
|
+
content: "\fae2";
|
|
10366
10374
|
}
|
|
10367
10375
|
|
|
10368
10376
|
.icon-tap-bold::before {
|
|
10369
|
-
content: "\
|
|
10377
|
+
content: "\fae3";
|
|
10370
10378
|
}
|
|
10371
10379
|
|
|
10372
10380
|
.icon-tap-filled::before {
|
|
10373
|
-
content: "\
|
|
10381
|
+
content: "\fae4";
|
|
10374
10382
|
}
|
|
10375
10383
|
|
|
10376
10384
|
.icon-tap-light::before {
|
|
10377
|
-
content: "\
|
|
10385
|
+
content: "\fae5";
|
|
10378
10386
|
}
|
|
10379
10387
|
|
|
10380
10388
|
.icon-tap-regular::before {
|
|
10381
|
-
content: "\
|
|
10389
|
+
content: "\fae6";
|
|
10382
10390
|
}
|
|
10383
10391
|
|
|
10384
10392
|
.icon-telepresence-alert-bold::before {
|
|
10385
|
-
content: "\
|
|
10393
|
+
content: "\fae7";
|
|
10386
10394
|
}
|
|
10387
10395
|
|
|
10388
10396
|
.icon-telepresence-alert-light::before {
|
|
10389
|
-
content: "\
|
|
10397
|
+
content: "\fae8";
|
|
10390
10398
|
}
|
|
10391
10399
|
|
|
10392
10400
|
.icon-telepresence-alert-muted-bold::before {
|
|
10393
|
-
content: "\
|
|
10401
|
+
content: "\fae9";
|
|
10394
10402
|
}
|
|
10395
10403
|
|
|
10396
10404
|
.icon-telepresence-alert-muted-light::before {
|
|
10397
|
-
content: "\
|
|
10405
|
+
content: "\faea";
|
|
10398
10406
|
}
|
|
10399
10407
|
|
|
10400
10408
|
.icon-telepresence-alert-muted-regular::before {
|
|
10401
|
-
content: "\
|
|
10409
|
+
content: "\faeb";
|
|
10402
10410
|
}
|
|
10403
10411
|
|
|
10404
10412
|
.icon-telepresence-alert-regular::before {
|
|
10405
|
-
content: "\
|
|
10413
|
+
content: "\faec";
|
|
10406
10414
|
}
|
|
10407
10415
|
|
|
10408
10416
|
.icon-telepresence-bold::before {
|
|
10409
|
-
content: "\
|
|
10417
|
+
content: "\faed";
|
|
10410
10418
|
}
|
|
10411
10419
|
|
|
10412
10420
|
.icon-telepresence-ix-five-thousand-bold::before {
|
|
10413
|
-
content: "\
|
|
10421
|
+
content: "\faee";
|
|
10414
10422
|
}
|
|
10415
10423
|
|
|
10416
10424
|
.icon-telepresence-ix-five-thousand-light::before {
|
|
10417
|
-
content: "\
|
|
10425
|
+
content: "\faef";
|
|
10418
10426
|
}
|
|
10419
10427
|
|
|
10420
10428
|
.icon-telepresence-ix-five-thousand-regular::before {
|
|
10421
|
-
content: "\
|
|
10429
|
+
content: "\faf0";
|
|
10422
10430
|
}
|
|
10423
10431
|
|
|
10424
10432
|
.icon-telepresence-light::before {
|
|
10425
|
-
content: "\
|
|
10433
|
+
content: "\faf1";
|
|
10426
10434
|
}
|
|
10427
10435
|
|
|
10428
10436
|
.icon-telepresence-muted-bold::before {
|
|
10429
|
-
content: "\
|
|
10437
|
+
content: "\faf2";
|
|
10430
10438
|
}
|
|
10431
10439
|
|
|
10432
10440
|
.icon-telepresence-muted-light::before {
|
|
10433
|
-
content: "\
|
|
10441
|
+
content: "\faf3";
|
|
10434
10442
|
}
|
|
10435
10443
|
|
|
10436
10444
|
.icon-telepresence-muted-regular::before {
|
|
10437
|
-
content: "\
|
|
10445
|
+
content: "\faf4";
|
|
10438
10446
|
}
|
|
10439
10447
|
|
|
10440
10448
|
.icon-telepresence-private-bold::before {
|
|
10441
|
-
content: "\
|
|
10449
|
+
content: "\faf5";
|
|
10442
10450
|
}
|
|
10443
10451
|
|
|
10444
10452
|
.icon-telepresence-private-light::before {
|
|
10445
|
-
content: "\
|
|
10453
|
+
content: "\faf6";
|
|
10446
10454
|
}
|
|
10447
10455
|
|
|
10448
10456
|
.icon-telepresence-private-regular::before {
|
|
10449
|
-
content: "\
|
|
10457
|
+
content: "\faf7";
|
|
10450
10458
|
}
|
|
10451
10459
|
|
|
10452
10460
|
.icon-telepresence-regular::before {
|
|
10453
|
-
content: "\
|
|
10461
|
+
content: "\faf8";
|
|
10454
10462
|
}
|
|
10455
10463
|
|
|
10456
10464
|
.icon-temperature-bold::before {
|
|
10457
|
-
content: "\
|
|
10465
|
+
content: "\faf9";
|
|
10458
10466
|
}
|
|
10459
10467
|
|
|
10460
10468
|
.icon-temperature-light::before {
|
|
10461
|
-
content: "\
|
|
10469
|
+
content: "\fafa";
|
|
10462
10470
|
}
|
|
10463
10471
|
|
|
10464
10472
|
.icon-temperature-regular::before {
|
|
10465
|
-
content: "\
|
|
10473
|
+
content: "\fafb";
|
|
10466
10474
|
}
|
|
10467
10475
|
|
|
10468
10476
|
.icon-test-tube-bold::before {
|
|
10469
|
-
content: "\
|
|
10477
|
+
content: "\fafc";
|
|
10470
10478
|
}
|
|
10471
10479
|
|
|
10472
10480
|
.icon-test-tube-filled::before {
|
|
10473
|
-
content: "\
|
|
10481
|
+
content: "\fafd";
|
|
10474
10482
|
}
|
|
10475
10483
|
|
|
10476
10484
|
.icon-test-tube-light::before {
|
|
10477
|
-
content: "\
|
|
10485
|
+
content: "\fafe";
|
|
10478
10486
|
}
|
|
10479
10487
|
|
|
10480
10488
|
.icon-test-tube-regular::before {
|
|
10481
|
-
content: "\
|
|
10489
|
+
content: "\faff";
|
|
10482
10490
|
}
|
|
10483
10491
|
|
|
10484
10492
|
.icon-text-align-center-bold::before {
|
|
10485
|
-
content: "\
|
|
10493
|
+
content: "\fb00";
|
|
10486
10494
|
}
|
|
10487
10495
|
|
|
10488
10496
|
.icon-text-align-center-filled::before {
|
|
10489
|
-
content: "\
|
|
10497
|
+
content: "\fb01";
|
|
10490
10498
|
}
|
|
10491
10499
|
|
|
10492
10500
|
.icon-text-align-center-light::before {
|
|
10493
|
-
content: "\
|
|
10501
|
+
content: "\fb02";
|
|
10494
10502
|
}
|
|
10495
10503
|
|
|
10496
10504
|
.icon-text-align-center-regular::before {
|
|
10497
|
-
content: "\
|
|
10505
|
+
content: "\fb03";
|
|
10498
10506
|
}
|
|
10499
10507
|
|
|
10500
10508
|
.icon-text-align-left-bold::before {
|
|
10501
|
-
content: "\
|
|
10509
|
+
content: "\fb04";
|
|
10502
10510
|
}
|
|
10503
10511
|
|
|
10504
10512
|
.icon-text-align-left-filled::before {
|
|
10505
|
-
content: "\
|
|
10513
|
+
content: "\fb05";
|
|
10506
10514
|
}
|
|
10507
10515
|
|
|
10508
10516
|
.icon-text-align-left-light::before {
|
|
10509
|
-
content: "\
|
|
10517
|
+
content: "\fb06";
|
|
10510
10518
|
}
|
|
10511
10519
|
|
|
10512
10520
|
.icon-text-align-left-regular::before {
|
|
10513
|
-
content: "\
|
|
10521
|
+
content: "\fb07";
|
|
10514
10522
|
}
|
|
10515
10523
|
|
|
10516
10524
|
.icon-text-align-right-bold::before {
|
|
10517
|
-
content: "\
|
|
10525
|
+
content: "\fb08";
|
|
10518
10526
|
}
|
|
10519
10527
|
|
|
10520
10528
|
.icon-text-align-right-filled::before {
|
|
10521
|
-
content: "\
|
|
10529
|
+
content: "\fb09";
|
|
10522
10530
|
}
|
|
10523
10531
|
|
|
10524
10532
|
.icon-text-align-right-light::before {
|
|
10525
|
-
content: "\
|
|
10533
|
+
content: "\fb0a";
|
|
10526
10534
|
}
|
|
10527
10535
|
|
|
10528
10536
|
.icon-text-align-right-regular::before {
|
|
10529
|
-
content: "\
|
|
10537
|
+
content: "\fb0b";
|
|
10530
10538
|
}
|
|
10531
10539
|
|
|
10532
10540
|
.icon-text-bold::before {
|
|
10533
|
-
content: "\
|
|
10541
|
+
content: "\fb0c";
|
|
10534
10542
|
}
|
|
10535
10543
|
|
|
10536
10544
|
.icon-text-box-cursor-light::before {
|
|
10537
|
-
content: "\
|
|
10545
|
+
content: "\fb0d";
|
|
10538
10546
|
}
|
|
10539
10547
|
|
|
10540
10548
|
.icon-text-code-block-bold::before {
|
|
10541
|
-
content: "\
|
|
10549
|
+
content: "\fb0e";
|
|
10542
10550
|
}
|
|
10543
10551
|
|
|
10544
10552
|
.icon-text-code-block-light::before {
|
|
10545
|
-
content: "\
|
|
10553
|
+
content: "\fb0f";
|
|
10546
10554
|
}
|
|
10547
10555
|
|
|
10548
10556
|
.icon-text-code-block-regular::before {
|
|
10549
|
-
content: "\
|
|
10557
|
+
content: "\fb10";
|
|
10550
10558
|
}
|
|
10551
10559
|
|
|
10552
10560
|
.icon-text-highlight-bold::before {
|
|
10553
|
-
content: "\
|
|
10561
|
+
content: "\fb11";
|
|
10554
10562
|
}
|
|
10555
10563
|
|
|
10556
10564
|
.icon-text-highlight-filled::before {
|
|
10557
|
-
content: "\
|
|
10565
|
+
content: "\fb12";
|
|
10558
10566
|
}
|
|
10559
10567
|
|
|
10560
10568
|
.icon-text-highlight-light::before {
|
|
10561
|
-
content: "\
|
|
10569
|
+
content: "\fb13";
|
|
10562
10570
|
}
|
|
10563
10571
|
|
|
10564
10572
|
.icon-text-highlight-regular::before {
|
|
10565
|
-
content: "\
|
|
10573
|
+
content: "\fb14";
|
|
10566
10574
|
}
|
|
10567
10575
|
|
|
10568
10576
|
.icon-text-light::before {
|
|
10569
|
-
content: "\
|
|
10577
|
+
content: "\fb15";
|
|
10570
10578
|
}
|
|
10571
10579
|
|
|
10572
10580
|
.icon-text-regular::before {
|
|
10573
|
-
content: "\
|
|
10581
|
+
content: "\fb16";
|
|
10574
10582
|
}
|
|
10575
10583
|
|
|
10576
10584
|
.icon-three-column-bold::before {
|
|
10577
|
-
content: "\
|
|
10585
|
+
content: "\fb17";
|
|
10578
10586
|
}
|
|
10579
10587
|
|
|
10580
10588
|
.icon-three-column-light::before {
|
|
10581
|
-
content: "\
|
|
10589
|
+
content: "\fb18";
|
|
10582
10590
|
}
|
|
10583
10591
|
|
|
10584
10592
|
.icon-three-column-regular::before {
|
|
10585
|
-
content: "\
|
|
10593
|
+
content: "\fb19";
|
|
10586
10594
|
}
|
|
10587
10595
|
|
|
10588
10596
|
.icon-three-d-object-bold::before {
|
|
10589
|
-
content: "\
|
|
10597
|
+
content: "\fb1a";
|
|
10590
10598
|
}
|
|
10591
10599
|
|
|
10592
10600
|
.icon-three-d-object-light::before {
|
|
10593
|
-
content: "\
|
|
10601
|
+
content: "\fb1b";
|
|
10594
10602
|
}
|
|
10595
10603
|
|
|
10596
10604
|
.icon-three-d-object-regular::before {
|
|
10597
|
-
content: "\
|
|
10605
|
+
content: "\fb1c";
|
|
10598
10606
|
}
|
|
10599
10607
|
|
|
10600
10608
|
.icon-time-exclusion-bold::before {
|
|
10601
|
-
content: "\
|
|
10609
|
+
content: "\fb1d";
|
|
10602
10610
|
}
|
|
10603
10611
|
|
|
10604
10612
|
.icon-time-exclusion-light::before {
|
|
10605
|
-
content: "\
|
|
10613
|
+
content: "\fb1e";
|
|
10606
10614
|
}
|
|
10607
10615
|
|
|
10608
10616
|
.icon-time-exclusion-regular::before {
|
|
10609
|
-
content: "\
|
|
10617
|
+
content: "\fb1f";
|
|
10610
10618
|
}
|
|
10611
10619
|
|
|
10612
10620
|
.icon-too-fast-bold::before {
|
|
10613
|
-
content: "\
|
|
10621
|
+
content: "\fb20";
|
|
10614
10622
|
}
|
|
10615
10623
|
|
|
10616
10624
|
.icon-too-fast-light::before {
|
|
10617
|
-
content: "\
|
|
10625
|
+
content: "\fb21";
|
|
10618
10626
|
}
|
|
10619
10627
|
|
|
10620
10628
|
.icon-too-fast-regular::before {
|
|
10621
|
-
content: "\
|
|
10629
|
+
content: "\fb22";
|
|
10622
10630
|
}
|
|
10623
10631
|
|
|
10624
10632
|
.icon-too-slow-bold::before {
|
|
10625
|
-
content: "\
|
|
10633
|
+
content: "\fb23";
|
|
10626
10634
|
}
|
|
10627
10635
|
|
|
10628
10636
|
.icon-too-slow-light::before {
|
|
10629
|
-
content: "\
|
|
10637
|
+
content: "\fb24";
|
|
10630
10638
|
}
|
|
10631
10639
|
|
|
10632
10640
|
.icon-too-slow-regular::before {
|
|
10633
|
-
content: "\
|
|
10641
|
+
content: "\fb25";
|
|
10634
10642
|
}
|
|
10635
10643
|
|
|
10636
10644
|
.icon-tools-bold::before {
|
|
10637
|
-
content: "\
|
|
10645
|
+
content: "\fb26";
|
|
10638
10646
|
}
|
|
10639
10647
|
|
|
10640
10648
|
.icon-tools-filled::before {
|
|
10641
|
-
content: "\
|
|
10649
|
+
content: "\fb27";
|
|
10642
10650
|
}
|
|
10643
10651
|
|
|
10644
10652
|
.icon-tools-light::before {
|
|
10645
|
-
content: "\
|
|
10653
|
+
content: "\fb28";
|
|
10646
10654
|
}
|
|
10647
10655
|
|
|
10648
10656
|
.icon-tools-regular::before {
|
|
10649
|
-
content: "\
|
|
10657
|
+
content: "\fb29";
|
|
10650
10658
|
}
|
|
10651
10659
|
|
|
10652
10660
|
.icon-touch-ten-bold::before {
|
|
10653
|
-
content: "\
|
|
10661
|
+
content: "\fb2a";
|
|
10654
10662
|
}
|
|
10655
10663
|
|
|
10656
10664
|
.icon-touch-ten-light::before {
|
|
10657
|
-
content: "\
|
|
10665
|
+
content: "\fb2b";
|
|
10658
10666
|
}
|
|
10659
10667
|
|
|
10660
10668
|
.icon-touch-ten-regular::before {
|
|
10661
|
-
content: "\
|
|
10669
|
+
content: "\fb2c";
|
|
10662
10670
|
}
|
|
10663
10671
|
|
|
10664
10672
|
.icon-transcript-bold::before {
|
|
10665
|
-
content: "\
|
|
10673
|
+
content: "\fb2d";
|
|
10666
10674
|
}
|
|
10667
10675
|
|
|
10668
10676
|
.icon-transcript-filled::before {
|
|
10669
|
-
content: "\
|
|
10677
|
+
content: "\fb2e";
|
|
10670
10678
|
}
|
|
10671
10679
|
|
|
10672
10680
|
.icon-transcript-light::before {
|
|
10673
|
-
content: "\
|
|
10681
|
+
content: "\fb2f";
|
|
10674
10682
|
}
|
|
10675
10683
|
|
|
10676
10684
|
.icon-transcript-regular::before {
|
|
10677
|
-
content: "\
|
|
10685
|
+
content: "\fb30";
|
|
10678
10686
|
}
|
|
10679
10687
|
|
|
10680
10688
|
.icon-translate-bold::before {
|
|
10681
|
-
content: "\
|
|
10689
|
+
content: "\fb31";
|
|
10682
10690
|
}
|
|
10683
10691
|
|
|
10684
10692
|
.icon-translate-light::before {
|
|
10685
|
-
content: "\
|
|
10693
|
+
content: "\fb32";
|
|
10686
10694
|
}
|
|
10687
10695
|
|
|
10688
10696
|
.icon-translate-regular::before {
|
|
10689
|
-
content: "\
|
|
10697
|
+
content: "\fb33";
|
|
10690
10698
|
}
|
|
10691
10699
|
|
|
10692
10700
|
.icon-translate-undo-bold::before {
|
|
10693
|
-
content: "\
|
|
10701
|
+
content: "\fb34";
|
|
10694
10702
|
}
|
|
10695
10703
|
|
|
10696
10704
|
.icon-translate-undo-light::before {
|
|
10697
|
-
content: "\
|
|
10705
|
+
content: "\fb35";
|
|
10698
10706
|
}
|
|
10699
10707
|
|
|
10700
10708
|
.icon-translate-undo-regular::before {
|
|
10701
|
-
content: "\
|
|
10709
|
+
content: "\fb36";
|
|
10702
10710
|
}
|
|
10703
10711
|
|
|
10704
10712
|
.icon-trending-bold::before {
|
|
10705
|
-
content: "\
|
|
10713
|
+
content: "\fb37";
|
|
10706
10714
|
}
|
|
10707
10715
|
|
|
10708
10716
|
.icon-trending-down-bold::before {
|
|
10709
|
-
content: "\
|
|
10717
|
+
content: "\fb38";
|
|
10710
10718
|
}
|
|
10711
10719
|
|
|
10712
10720
|
.icon-trending-down-filled::before {
|
|
10713
|
-
content: "\
|
|
10721
|
+
content: "\fb39";
|
|
10714
10722
|
}
|
|
10715
10723
|
|
|
10716
10724
|
.icon-trending-down-light::before {
|
|
10717
|
-
content: "\
|
|
10725
|
+
content: "\fb3a";
|
|
10718
10726
|
}
|
|
10719
10727
|
|
|
10720
10728
|
.icon-trending-down-regular::before {
|
|
10721
|
-
content: "\
|
|
10729
|
+
content: "\fb3b";
|
|
10722
10730
|
}
|
|
10723
10731
|
|
|
10724
10732
|
.icon-trending-filled::before {
|
|
10725
|
-
content: "\
|
|
10733
|
+
content: "\fb3c";
|
|
10726
10734
|
}
|
|
10727
10735
|
|
|
10728
10736
|
.icon-trending-light::before {
|
|
10729
|
-
content: "\
|
|
10737
|
+
content: "\fb3d";
|
|
10730
10738
|
}
|
|
10731
10739
|
|
|
10732
10740
|
.icon-trending-regular::before {
|
|
10733
|
-
content: "\
|
|
10741
|
+
content: "\fb3e";
|
|
10734
10742
|
}
|
|
10735
10743
|
|
|
10736
10744
|
.icon-trim-bold::before {
|
|
10737
|
-
content: "\
|
|
10745
|
+
content: "\fb3f";
|
|
10738
10746
|
}
|
|
10739
10747
|
|
|
10740
10748
|
.icon-trim-light::before {
|
|
10741
|
-
content: "\
|
|
10749
|
+
content: "\fb40";
|
|
10742
10750
|
}
|
|
10743
10751
|
|
|
10744
10752
|
.icon-trim-regular::before {
|
|
10745
|
-
content: "\
|
|
10753
|
+
content: "\fb41";
|
|
10746
10754
|
}
|
|
10747
10755
|
|
|
10748
10756
|
.icon-two-column-bold::before {
|
|
10749
|
-
content: "\
|
|
10757
|
+
content: "\fb42";
|
|
10750
10758
|
}
|
|
10751
10759
|
|
|
10752
10760
|
.icon-two-column-light::before {
|
|
10753
|
-
content: "\
|
|
10761
|
+
content: "\fb43";
|
|
10754
10762
|
}
|
|
10755
10763
|
|
|
10756
10764
|
.icon-two-column-regular::before {
|
|
10757
|
-
content: "\
|
|
10765
|
+
content: "\fb44";
|
|
10758
10766
|
}
|
|
10759
10767
|
|
|
10760
10768
|
.icon-two-way-voice-stream-bold::before {
|
|
10761
|
-
content: "\
|
|
10769
|
+
content: "\fb45";
|
|
10762
10770
|
}
|
|
10763
10771
|
|
|
10764
10772
|
.icon-two-way-voice-stream-filled::before {
|
|
10765
|
-
content: "\
|
|
10773
|
+
content: "\fb46";
|
|
10766
10774
|
}
|
|
10767
10775
|
|
|
10768
10776
|
.icon-two-way-voice-stream-light::before {
|
|
10769
|
-
content: "\
|
|
10777
|
+
content: "\fb47";
|
|
10770
10778
|
}
|
|
10771
10779
|
|
|
10772
10780
|
.icon-two-way-voice-stream-regular::before {
|
|
10773
|
-
content: "\
|
|
10781
|
+
content: "\fb48";
|
|
10774
10782
|
}
|
|
10775
10783
|
|
|
10776
10784
|
.icon-ucm-cloud-bold::before {
|
|
10777
|
-
content: "\
|
|
10785
|
+
content: "\fb49";
|
|
10778
10786
|
}
|
|
10779
10787
|
|
|
10780
10788
|
.icon-ucm-cloud-light::before {
|
|
10781
|
-
content: "\
|
|
10789
|
+
content: "\fb4a";
|
|
10782
10790
|
}
|
|
10783
10791
|
|
|
10784
10792
|
.icon-ucm-cloud-regular::before {
|
|
10785
|
-
content: "\
|
|
10793
|
+
content: "\fb4b";
|
|
10786
10794
|
}
|
|
10787
10795
|
|
|
10788
10796
|
.icon-underline-bold::before {
|
|
10789
|
-
content: "\
|
|
10797
|
+
content: "\fb4c";
|
|
10790
10798
|
}
|
|
10791
10799
|
|
|
10792
10800
|
.icon-underline-filled::before {
|
|
10793
|
-
content: "\
|
|
10801
|
+
content: "\fb4d";
|
|
10794
10802
|
}
|
|
10795
10803
|
|
|
10796
10804
|
.icon-underline-light::before {
|
|
10797
|
-
content: "\
|
|
10805
|
+
content: "\fb4e";
|
|
10798
10806
|
}
|
|
10799
10807
|
|
|
10800
10808
|
.icon-underline-regular::before {
|
|
10801
|
-
content: "\
|
|
10809
|
+
content: "\fb4f";
|
|
10802
10810
|
}
|
|
10803
10811
|
|
|
10804
10812
|
.icon-undo-bold::before {
|
|
10805
|
-
content: "\
|
|
10813
|
+
content: "\fb50";
|
|
10806
10814
|
}
|
|
10807
10815
|
|
|
10808
10816
|
.icon-undo-light::before {
|
|
10809
|
-
content: "\
|
|
10817
|
+
content: "\fb51";
|
|
10810
10818
|
}
|
|
10811
10819
|
|
|
10812
10820
|
.icon-undo-regular::before {
|
|
10813
|
-
content: "\
|
|
10821
|
+
content: "\fb52";
|
|
10814
10822
|
}
|
|
10815
10823
|
|
|
10816
10824
|
.icon-unlink-bold::before {
|
|
10817
|
-
content: "\
|
|
10825
|
+
content: "\fb53";
|
|
10818
10826
|
}
|
|
10819
10827
|
|
|
10820
10828
|
.icon-unlink-light::before {
|
|
10821
|
-
content: "\
|
|
10829
|
+
content: "\fb54";
|
|
10822
10830
|
}
|
|
10823
10831
|
|
|
10824
10832
|
.icon-unlink-regular::before {
|
|
10825
|
-
content: "\
|
|
10833
|
+
content: "\fb55";
|
|
10826
10834
|
}
|
|
10827
10835
|
|
|
10828
10836
|
.icon-unread-bold::before {
|
|
10829
|
-
content: "\
|
|
10837
|
+
content: "\fb56";
|
|
10830
10838
|
}
|
|
10831
10839
|
|
|
10832
10840
|
.icon-unread-filled::before {
|
|
10833
|
-
content: "\
|
|
10841
|
+
content: "\fb57";
|
|
10834
10842
|
}
|
|
10835
10843
|
|
|
10836
10844
|
.icon-unread-light::before {
|
|
10837
|
-
content: "\
|
|
10845
|
+
content: "\fb58";
|
|
10838
10846
|
}
|
|
10839
10847
|
|
|
10840
10848
|
.icon-unread-regular::before {
|
|
10841
|
-
content: "\
|
|
10849
|
+
content: "\fb59";
|
|
10842
10850
|
}
|
|
10843
10851
|
|
|
10844
10852
|
.icon-unsecure-unlocked-bold::before {
|
|
10845
|
-
content: "\
|
|
10853
|
+
content: "\fb5a";
|
|
10846
10854
|
}
|
|
10847
10855
|
|
|
10848
10856
|
.icon-unsecure-unlocked-filled::before {
|
|
10849
|
-
content: "\
|
|
10857
|
+
content: "\fb5b";
|
|
10850
10858
|
}
|
|
10851
10859
|
|
|
10852
10860
|
.icon-unsecure-unlocked-light::before {
|
|
10853
|
-
content: "\
|
|
10861
|
+
content: "\fb5c";
|
|
10854
10862
|
}
|
|
10855
10863
|
|
|
10856
10864
|
.icon-unsecure-unlocked-regular::before {
|
|
10857
|
-
content: "\
|
|
10865
|
+
content: "\fb5d";
|
|
10858
10866
|
}
|
|
10859
10867
|
|
|
10860
10868
|
.icon-unsorted-bold::before {
|
|
10861
|
-
content: "\
|
|
10869
|
+
content: "\fb5e";
|
|
10862
10870
|
}
|
|
10863
10871
|
|
|
10864
10872
|
.icon-unsorted-light::before {
|
|
10865
|
-
content: "\
|
|
10873
|
+
content: "\fb5f";
|
|
10866
10874
|
}
|
|
10867
10875
|
|
|
10868
10876
|
.icon-unsorted-regular::before {
|
|
10869
|
-
content: "\
|
|
10877
|
+
content: "\fb60";
|
|
10870
10878
|
}
|
|
10871
10879
|
|
|
10872
10880
|
.icon-update-file-share-bold::before {
|
|
10873
|
-
content: "\
|
|
10881
|
+
content: "\fb61";
|
|
10874
10882
|
}
|
|
10875
10883
|
|
|
10876
10884
|
.icon-update-file-share-light::before {
|
|
10877
|
-
content: "\
|
|
10885
|
+
content: "\fb62";
|
|
10878
10886
|
}
|
|
10879
10887
|
|
|
10880
10888
|
.icon-update-file-share-regular::before {
|
|
10881
|
-
content: "\
|
|
10889
|
+
content: "\fb63";
|
|
10882
10890
|
}
|
|
10883
10891
|
|
|
10884
10892
|
.icon-upload-bold::before {
|
|
10885
|
-
content: "\
|
|
10893
|
+
content: "\fb64";
|
|
10886
10894
|
}
|
|
10887
10895
|
|
|
10888
10896
|
.icon-upload-image-bold::before {
|
|
10889
|
-
content: "\
|
|
10897
|
+
content: "\fb65";
|
|
10890
10898
|
}
|
|
10891
10899
|
|
|
10892
10900
|
.icon-upload-image-light::before {
|
|
10893
|
-
content: "\
|
|
10901
|
+
content: "\fb66";
|
|
10894
10902
|
}
|
|
10895
10903
|
|
|
10896
10904
|
.icon-upload-image-regular::before {
|
|
10897
|
-
content: "\
|
|
10905
|
+
content: "\fb67";
|
|
10898
10906
|
}
|
|
10899
10907
|
|
|
10900
10908
|
.icon-upload-light::before {
|
|
10901
|
-
content: "\
|
|
10909
|
+
content: "\fb68";
|
|
10902
10910
|
}
|
|
10903
10911
|
|
|
10904
10912
|
.icon-upload-regular::before {
|
|
10905
|
-
content: "\
|
|
10913
|
+
content: "\fb69";
|
|
10906
10914
|
}
|
|
10907
10915
|
|
|
10908
10916
|
.icon-urgent-voicemail-bold::before {
|
|
10909
|
-
content: "\
|
|
10917
|
+
content: "\fb6a";
|
|
10910
10918
|
}
|
|
10911
10919
|
|
|
10912
10920
|
.icon-urgent-voicemail-filled::before {
|
|
10913
|
-
content: "\
|
|
10921
|
+
content: "\fb6b";
|
|
10914
10922
|
}
|
|
10915
10923
|
|
|
10916
10924
|
.icon-usb-bold::before {
|
|
10917
|
-
content: "\
|
|
10925
|
+
content: "\fb6c";
|
|
10918
10926
|
}
|
|
10919
10927
|
|
|
10920
10928
|
.icon-usb-headset-bold::before {
|
|
10921
|
-
content: "\
|
|
10929
|
+
content: "\fb6d";
|
|
10922
10930
|
}
|
|
10923
10931
|
|
|
10924
10932
|
.icon-usb-headset-light::before {
|
|
10925
|
-
content: "\
|
|
10933
|
+
content: "\fb6e";
|
|
10926
10934
|
}
|
|
10927
10935
|
|
|
10928
10936
|
.icon-usb-headset-muted-bold::before {
|
|
10929
|
-
content: "\
|
|
10937
|
+
content: "\fb6f";
|
|
10930
10938
|
}
|
|
10931
10939
|
|
|
10932
10940
|
.icon-usb-headset-muted-light::before {
|
|
10933
|
-
content: "\
|
|
10941
|
+
content: "\fb70";
|
|
10934
10942
|
}
|
|
10935
10943
|
|
|
10936
10944
|
.icon-usb-headset-muted-regular::before {
|
|
10937
|
-
content: "\
|
|
10945
|
+
content: "\fb71";
|
|
10938
10946
|
}
|
|
10939
10947
|
|
|
10940
10948
|
.icon-usb-headset-regular::before {
|
|
10941
|
-
content: "\
|
|
10949
|
+
content: "\fb72";
|
|
10942
10950
|
}
|
|
10943
10951
|
|
|
10944
10952
|
.icon-usb-light::before {
|
|
10945
|
-
content: "\
|
|
10953
|
+
content: "\fb73";
|
|
10946
10954
|
}
|
|
10947
10955
|
|
|
10948
10956
|
.icon-usb-regular::before {
|
|
10949
|
-
content: "\
|
|
10957
|
+
content: "\fb74";
|
|
10950
10958
|
}
|
|
10951
10959
|
|
|
10952
10960
|
.icon-user-bold::before {
|
|
10953
|
-
content: "\
|
|
10961
|
+
content: "\fb75";
|
|
10954
10962
|
}
|
|
10955
10963
|
|
|
10956
10964
|
.icon-user-deactivate-bold::before {
|
|
10957
|
-
content: "\
|
|
10965
|
+
content: "\fb76";
|
|
10958
10966
|
}
|
|
10959
10967
|
|
|
10960
10968
|
.icon-user-deactivate-light::before {
|
|
10961
|
-
content: "\
|
|
10969
|
+
content: "\fb77";
|
|
10962
10970
|
}
|
|
10963
10971
|
|
|
10964
10972
|
.icon-user-deactivate-regular::before {
|
|
10965
|
-
content: "\
|
|
10973
|
+
content: "\fb78";
|
|
10966
10974
|
}
|
|
10967
10975
|
|
|
10968
10976
|
.icon-user-light::before {
|
|
10969
|
-
content: "\
|
|
10977
|
+
content: "\fb79";
|
|
10970
10978
|
}
|
|
10971
10979
|
|
|
10972
10980
|
.icon-user-regular::before {
|
|
10973
|
-
content: "\
|
|
10981
|
+
content: "\fb7a";
|
|
10974
10982
|
}
|
|
10975
10983
|
|
|
10976
10984
|
.icon-video-blur-bold::before {
|
|
10977
|
-
content: "\
|
|
10985
|
+
content: "\fb7b";
|
|
10978
10986
|
}
|
|
10979
10987
|
|
|
10980
10988
|
.icon-video-blur-filled::before {
|
|
10981
|
-
content: "\
|
|
10989
|
+
content: "\fb7c";
|
|
10982
10990
|
}
|
|
10983
10991
|
|
|
10984
10992
|
.icon-video-blur-light::before {
|
|
10985
|
-
content: "\
|
|
10993
|
+
content: "\fb7d";
|
|
10986
10994
|
}
|
|
10987
10995
|
|
|
10988
10996
|
.icon-video-blur-regular::before {
|
|
10989
|
-
content: "\
|
|
10997
|
+
content: "\fb7e";
|
|
10990
10998
|
}
|
|
10991
10999
|
|
|
10992
11000
|
.icon-video-bold::before {
|
|
10993
|
-
content: "\
|
|
11001
|
+
content: "\fb7f";
|
|
10994
11002
|
}
|
|
10995
11003
|
|
|
10996
11004
|
.icon-video-effect-bold::before {
|
|
10997
|
-
content: "\
|
|
11005
|
+
content: "\fb80";
|
|
10998
11006
|
}
|
|
10999
11007
|
|
|
11000
11008
|
.icon-video-effect-filled::before {
|
|
11001
|
-
content: "\
|
|
11009
|
+
content: "\fb81";
|
|
11002
11010
|
}
|
|
11003
11011
|
|
|
11004
11012
|
.icon-video-effect-light::before {
|
|
11005
|
-
content: "\
|
|
11013
|
+
content: "\fb82";
|
|
11006
11014
|
}
|
|
11007
11015
|
|
|
11008
11016
|
.icon-video-effect-regular::before {
|
|
11009
|
-
content: "\
|
|
11017
|
+
content: "\fb83";
|
|
11010
11018
|
}
|
|
11011
11019
|
|
|
11012
11020
|
.icon-video-filled::before {
|
|
11013
|
-
content: "\
|
|
11021
|
+
content: "\fb84";
|
|
11014
11022
|
}
|
|
11015
11023
|
|
|
11016
11024
|
.icon-video-layout-bold::before {
|
|
11017
|
-
content: "\
|
|
11025
|
+
content: "\fb85";
|
|
11018
11026
|
}
|
|
11019
11027
|
|
|
11020
11028
|
.icon-video-layout-equal-bold::before {
|
|
11021
|
-
content: "\
|
|
11029
|
+
content: "\fb86";
|
|
11022
11030
|
}
|
|
11023
11031
|
|
|
11024
11032
|
.icon-video-layout-equal-dual-bold::before {
|
|
11025
|
-
content: "\
|
|
11033
|
+
content: "\fb87";
|
|
11026
11034
|
}
|
|
11027
11035
|
|
|
11028
11036
|
.icon-video-layout-equal-dual-light::before {
|
|
11029
|
-
content: "\
|
|
11037
|
+
content: "\fb88";
|
|
11030
11038
|
}
|
|
11031
11039
|
|
|
11032
11040
|
.icon-video-layout-equal-dual-regular::before {
|
|
11033
|
-
content: "\
|
|
11041
|
+
content: "\fb89";
|
|
11034
11042
|
}
|
|
11035
11043
|
|
|
11036
11044
|
.icon-video-layout-equal-filled::before {
|
|
11037
|
-
content: "\
|
|
11045
|
+
content: "\fb8a";
|
|
11038
11046
|
}
|
|
11039
11047
|
|
|
11040
11048
|
.icon-video-layout-equal-light::before {
|
|
11041
|
-
content: "\
|
|
11049
|
+
content: "\fb8b";
|
|
11042
11050
|
}
|
|
11043
11051
|
|
|
11044
11052
|
.icon-video-layout-equal-regular::before {
|
|
11045
|
-
content: "\
|
|
11053
|
+
content: "\fb8c";
|
|
11046
11054
|
}
|
|
11047
11055
|
|
|
11048
11056
|
.icon-video-layout-filled::before {
|
|
11049
|
-
content: "\
|
|
11057
|
+
content: "\fb8d";
|
|
11050
11058
|
}
|
|
11051
11059
|
|
|
11052
11060
|
.icon-video-layout-light::before {
|
|
11053
|
-
content: "\
|
|
11061
|
+
content: "\fb8e";
|
|
11054
11062
|
}
|
|
11055
11063
|
|
|
11056
11064
|
.icon-video-layout-overlay-bold::before {
|
|
11057
|
-
content: "\
|
|
11065
|
+
content: "\fb8f";
|
|
11058
11066
|
}
|
|
11059
11067
|
|
|
11060
11068
|
.icon-video-layout-overlay-filled::before {
|
|
11061
|
-
content: "\
|
|
11069
|
+
content: "\fb90";
|
|
11062
11070
|
}
|
|
11063
11071
|
|
|
11064
11072
|
.icon-video-layout-overlay-light::before {
|
|
11065
|
-
content: "\
|
|
11073
|
+
content: "\fb91";
|
|
11066
11074
|
}
|
|
11067
11075
|
|
|
11068
11076
|
.icon-video-layout-overlay-regular::before {
|
|
11069
|
-
content: "\
|
|
11077
|
+
content: "\fb92";
|
|
11070
11078
|
}
|
|
11071
11079
|
|
|
11072
11080
|
.icon-video-layout-presenter-dominant-bold::before {
|
|
11073
|
-
content: "\
|
|
11081
|
+
content: "\fb93";
|
|
11074
11082
|
}
|
|
11075
11083
|
|
|
11076
11084
|
.icon-video-layout-presenter-dominant-light::before {
|
|
11077
|
-
content: "\
|
|
11085
|
+
content: "\fb94";
|
|
11078
11086
|
}
|
|
11079
11087
|
|
|
11080
11088
|
.icon-video-layout-presenter-dominant-regular::before {
|
|
11081
|
-
content: "\
|
|
11089
|
+
content: "\fb95";
|
|
11082
11090
|
}
|
|
11083
11091
|
|
|
11084
11092
|
.icon-video-layout-prominent-bold::before {
|
|
11085
|
-
content: "\
|
|
11093
|
+
content: "\fb96";
|
|
11086
11094
|
}
|
|
11087
11095
|
|
|
11088
11096
|
.icon-video-layout-prominent-filled::before {
|
|
11089
|
-
content: "\
|
|
11097
|
+
content: "\fb97";
|
|
11090
11098
|
}
|
|
11091
11099
|
|
|
11092
11100
|
.icon-video-layout-prominent-light::before {
|
|
11093
|
-
content: "\
|
|
11101
|
+
content: "\fb98";
|
|
11094
11102
|
}
|
|
11095
11103
|
|
|
11096
11104
|
.icon-video-layout-prominent-regular::before {
|
|
11097
|
-
content: "\
|
|
11105
|
+
content: "\fb99";
|
|
11098
11106
|
}
|
|
11099
11107
|
|
|
11100
11108
|
.icon-video-layout-regular::before {
|
|
11101
|
-
content: "\
|
|
11109
|
+
content: "\fb9a";
|
|
11102
11110
|
}
|
|
11103
11111
|
|
|
11104
11112
|
.icon-video-layout-share-dominant-bold::before {
|
|
11105
|
-
content: "\
|
|
11113
|
+
content: "\fb9b";
|
|
11106
11114
|
}
|
|
11107
11115
|
|
|
11108
11116
|
.icon-video-layout-share-dominant-light::before {
|
|
11109
|
-
content: "\
|
|
11117
|
+
content: "\fb9c";
|
|
11110
11118
|
}
|
|
11111
11119
|
|
|
11112
11120
|
.icon-video-layout-share-dominant-regular::before {
|
|
11113
|
-
content: "\
|
|
11121
|
+
content: "\fb9d";
|
|
11114
11122
|
}
|
|
11115
11123
|
|
|
11116
11124
|
.icon-video-layout-single-bold::before {
|
|
11117
|
-
content: "\
|
|
11125
|
+
content: "\fb9e";
|
|
11118
11126
|
}
|
|
11119
11127
|
|
|
11120
11128
|
.icon-video-layout-single-filled::before {
|
|
11121
|
-
content: "\
|
|
11129
|
+
content: "\fb9f";
|
|
11122
11130
|
}
|
|
11123
11131
|
|
|
11124
11132
|
.icon-video-layout-single-light::before {
|
|
11125
|
-
content: "\
|
|
11133
|
+
content: "\fba0";
|
|
11126
11134
|
}
|
|
11127
11135
|
|
|
11128
11136
|
.icon-video-layout-single-regular::before {
|
|
11129
|
-
content: "\
|
|
11137
|
+
content: "\fba1";
|
|
11130
11138
|
}
|
|
11131
11139
|
|
|
11132
11140
|
.icon-video-layout-stack-bold::before {
|
|
11133
|
-
content: "\
|
|
11141
|
+
content: "\fba2";
|
|
11134
11142
|
}
|
|
11135
11143
|
|
|
11136
11144
|
.icon-video-layout-stack-filled::before {
|
|
11137
|
-
content: "\
|
|
11145
|
+
content: "\fba3";
|
|
11138
11146
|
}
|
|
11139
11147
|
|
|
11140
11148
|
.icon-video-layout-stack-light::before {
|
|
11141
|
-
content: "\
|
|
11149
|
+
content: "\fba4";
|
|
11142
11150
|
}
|
|
11143
11151
|
|
|
11144
11152
|
.icon-video-layout-stack-regular::before {
|
|
11145
|
-
content: "\
|
|
11153
|
+
content: "\fba5";
|
|
11146
11154
|
}
|
|
11147
11155
|
|
|
11148
11156
|
.icon-video-layout-video-dominant-bold::before {
|
|
11149
|
-
content: "\
|
|
11157
|
+
content: "\fba6";
|
|
11150
11158
|
}
|
|
11151
11159
|
|
|
11152
11160
|
.icon-video-layout-video-dominant-filled::before {
|
|
11153
|
-
content: "\
|
|
11161
|
+
content: "\fba7";
|
|
11154
11162
|
}
|
|
11155
11163
|
|
|
11156
11164
|
.icon-video-layout-video-dominant-light::before {
|
|
11157
|
-
content: "\
|
|
11165
|
+
content: "\fba8";
|
|
11158
11166
|
}
|
|
11159
11167
|
|
|
11160
11168
|
.icon-video-layout-video-dominant-regular::before {
|
|
11161
|
-
content: "\
|
|
11169
|
+
content: "\fba9";
|
|
11162
11170
|
}
|
|
11163
11171
|
|
|
11164
11172
|
.icon-video-light::before {
|
|
11165
|
-
content: "\
|
|
11173
|
+
content: "\fbaa";
|
|
11166
11174
|
}
|
|
11167
11175
|
|
|
11168
11176
|
.icon-video-plus-bold::before {
|
|
11169
|
-
content: "\
|
|
11177
|
+
content: "\fbab";
|
|
11170
11178
|
}
|
|
11171
11179
|
|
|
11172
11180
|
.icon-video-plus-filled::before {
|
|
11173
|
-
content: "\
|
|
11181
|
+
content: "\fbac";
|
|
11174
11182
|
}
|
|
11175
11183
|
|
|
11176
11184
|
.icon-video-plus-light::before {
|
|
11177
|
-
content: "\
|
|
11185
|
+
content: "\fbad";
|
|
11178
11186
|
}
|
|
11179
11187
|
|
|
11180
11188
|
.icon-video-plus-regular::before {
|
|
11181
|
-
content: "\
|
|
11189
|
+
content: "\fbae";
|
|
11182
11190
|
}
|
|
11183
11191
|
|
|
11184
11192
|
.icon-video-regular::before {
|
|
11185
|
-
content: "\
|
|
11193
|
+
content: "\fbaf";
|
|
11186
11194
|
}
|
|
11187
11195
|
|
|
11188
11196
|
.icon-video-speaker-track-bold::before {
|
|
11189
|
-
content: "\
|
|
11197
|
+
content: "\fbb0";
|
|
11190
11198
|
}
|
|
11191
11199
|
|
|
11192
11200
|
.icon-video-speaker-track-filled::before {
|
|
11193
|
-
content: "\
|
|
11201
|
+
content: "\fbb1";
|
|
11194
11202
|
}
|
|
11195
11203
|
|
|
11196
11204
|
.icon-video-speaker-track-light::before {
|
|
11197
|
-
content: "\
|
|
11205
|
+
content: "\fbb2";
|
|
11198
11206
|
}
|
|
11199
11207
|
|
|
11200
11208
|
.icon-video-speaker-track-regular::before {
|
|
11201
|
-
content: "\
|
|
11209
|
+
content: "\fbb3";
|
|
11202
11210
|
}
|
|
11203
11211
|
|
|
11204
11212
|
.icon-view-all-bold::before {
|
|
11205
|
-
content: "\
|
|
11213
|
+
content: "\fbb4";
|
|
11206
11214
|
}
|
|
11207
11215
|
|
|
11208
11216
|
.icon-view-all-light::before {
|
|
11209
|
-
content: "\
|
|
11217
|
+
content: "\fbb5";
|
|
11210
11218
|
}
|
|
11211
11219
|
|
|
11212
11220
|
.icon-view-all-regular::before {
|
|
11213
|
-
content: "\
|
|
11221
|
+
content: "\fbb6";
|
|
11214
11222
|
}
|
|
11215
11223
|
|
|
11216
11224
|
.icon-view-list-bold::before {
|
|
11217
|
-
content: "\
|
|
11225
|
+
content: "\fbb7";
|
|
11218
11226
|
}
|
|
11219
11227
|
|
|
11220
11228
|
.icon-view-list-filled::before {
|
|
11221
|
-
content: "\
|
|
11229
|
+
content: "\fbb8";
|
|
11222
11230
|
}
|
|
11223
11231
|
|
|
11224
11232
|
.icon-view-list-light::before {
|
|
11225
|
-
content: "\
|
|
11233
|
+
content: "\fbb9";
|
|
11226
11234
|
}
|
|
11227
11235
|
|
|
11228
11236
|
.icon-view-list-regular::before {
|
|
11229
|
-
content: "\
|
|
11237
|
+
content: "\fbba";
|
|
11230
11238
|
}
|
|
11231
11239
|
|
|
11232
11240
|
.icon-view-stacked-bold::before {
|
|
11233
|
-
content: "\
|
|
11241
|
+
content: "\fbbb";
|
|
11234
11242
|
}
|
|
11235
11243
|
|
|
11236
11244
|
.icon-view-stacked-filled::before {
|
|
11237
|
-
content: "\
|
|
11245
|
+
content: "\fbbc";
|
|
11238
11246
|
}
|
|
11239
11247
|
|
|
11240
11248
|
.icon-view-stacked-light::before {
|
|
11241
|
-
content: "\
|
|
11249
|
+
content: "\fbbd";
|
|
11242
11250
|
}
|
|
11243
11251
|
|
|
11244
11252
|
.icon-view-stacked-regular::before {
|
|
11245
|
-
content: "\
|
|
11253
|
+
content: "\fbbe";
|
|
11246
11254
|
}
|
|
11247
11255
|
|
|
11248
11256
|
.icon-view-thumbnail-bold::before {
|
|
11249
|
-
content: "\
|
|
11257
|
+
content: "\fbbf";
|
|
11250
11258
|
}
|
|
11251
11259
|
|
|
11252
11260
|
.icon-view-thumbnail-filled::before {
|
|
11253
|
-
content: "\
|
|
11261
|
+
content: "\fbc0";
|
|
11254
11262
|
}
|
|
11255
11263
|
|
|
11256
11264
|
.icon-view-thumbnail-light::before {
|
|
11257
|
-
content: "\
|
|
11265
|
+
content: "\fbc1";
|
|
11258
11266
|
}
|
|
11259
11267
|
|
|
11260
11268
|
.icon-view-thumbnail-regular::before {
|
|
11261
|
-
content: "\
|
|
11269
|
+
content: "\fbc2";
|
|
11262
11270
|
}
|
|
11263
11271
|
|
|
11264
11272
|
.icon-visionpro-bold::before {
|
|
11265
|
-
content: "\
|
|
11273
|
+
content: "\fbc3";
|
|
11266
11274
|
}
|
|
11267
11275
|
|
|
11268
11276
|
.icon-visionpro-filled::before {
|
|
11269
|
-
content: "\
|
|
11277
|
+
content: "\fbc4";
|
|
11270
11278
|
}
|
|
11271
11279
|
|
|
11272
11280
|
.icon-visionpro-light::before {
|
|
11273
|
-
content: "\
|
|
11281
|
+
content: "\fbc5";
|
|
11274
11282
|
}
|
|
11275
11283
|
|
|
11276
11284
|
.icon-visionpro-move-call-in-bold::before {
|
|
11277
|
-
content: "\
|
|
11285
|
+
content: "\fbc6";
|
|
11278
11286
|
}
|
|
11279
11287
|
|
|
11280
11288
|
.icon-visionpro-move-call-in-filled::before {
|
|
11281
|
-
content: "\
|
|
11289
|
+
content: "\fbc7";
|
|
11282
11290
|
}
|
|
11283
11291
|
|
|
11284
11292
|
.icon-visionpro-move-call-in-light::before {
|
|
11285
|
-
content: "\
|
|
11293
|
+
content: "\fbc8";
|
|
11286
11294
|
}
|
|
11287
11295
|
|
|
11288
11296
|
.icon-visionpro-move-call-in-out-bold::before {
|
|
11289
|
-
content: "\
|
|
11297
|
+
content: "\fbc9";
|
|
11290
11298
|
}
|
|
11291
11299
|
|
|
11292
11300
|
.icon-visionpro-move-call-in-out-filled::before {
|
|
11293
|
-
content: "\
|
|
11301
|
+
content: "\fbca";
|
|
11294
11302
|
}
|
|
11295
11303
|
|
|
11296
11304
|
.icon-visionpro-move-call-in-out-light::before {
|
|
11297
|
-
content: "\
|
|
11305
|
+
content: "\fbcb";
|
|
11298
11306
|
}
|
|
11299
11307
|
|
|
11300
11308
|
.icon-visionpro-move-call-in-out-regular::before {
|
|
11301
|
-
content: "\
|
|
11309
|
+
content: "\fbcc";
|
|
11302
11310
|
}
|
|
11303
11311
|
|
|
11304
11312
|
.icon-visionpro-move-call-in-regular::before {
|
|
11305
|
-
content: "\
|
|
11313
|
+
content: "\fbcd";
|
|
11306
11314
|
}
|
|
11307
11315
|
|
|
11308
11316
|
.icon-visionpro-move-call-out-bold::before {
|
|
11309
|
-
content: "\
|
|
11317
|
+
content: "\fbce";
|
|
11310
11318
|
}
|
|
11311
11319
|
|
|
11312
11320
|
.icon-visionpro-move-call-out-filled::before {
|
|
11313
|
-
content: "\
|
|
11321
|
+
content: "\fbcf";
|
|
11314
11322
|
}
|
|
11315
11323
|
|
|
11316
11324
|
.icon-visionpro-move-call-out-light::before {
|
|
11317
|
-
content: "\
|
|
11325
|
+
content: "\fbd0";
|
|
11318
11326
|
}
|
|
11319
11327
|
|
|
11320
11328
|
.icon-visionpro-move-call-out-regular::before {
|
|
11321
|
-
content: "\
|
|
11329
|
+
content: "\fbd1";
|
|
11322
11330
|
}
|
|
11323
11331
|
|
|
11324
11332
|
.icon-visionpro-regular::before {
|
|
11325
|
-
content: "\
|
|
11333
|
+
content: "\fbd2";
|
|
11326
11334
|
}
|
|
11327
11335
|
|
|
11328
11336
|
.icon-voicemail-bold::before {
|
|
11329
|
-
content: "\
|
|
11337
|
+
content: "\fbd3";
|
|
11330
11338
|
}
|
|
11331
11339
|
|
|
11332
11340
|
.icon-voicemail-filled::before {
|
|
11333
|
-
content: "\
|
|
11341
|
+
content: "\fbd4";
|
|
11334
11342
|
}
|
|
11335
11343
|
|
|
11336
11344
|
.icon-voicemail-light::before {
|
|
11337
|
-
content: "\
|
|
11345
|
+
content: "\fbd5";
|
|
11338
11346
|
}
|
|
11339
11347
|
|
|
11340
11348
|
.icon-voicemail-regular::before {
|
|
11341
|
-
content: "\
|
|
11349
|
+
content: "\fbd6";
|
|
11342
11350
|
}
|
|
11343
11351
|
|
|
11344
11352
|
.icon-vpn-bold::before {
|
|
11345
|
-
content: "\
|
|
11353
|
+
content: "\fbd7";
|
|
11346
11354
|
}
|
|
11347
11355
|
|
|
11348
11356
|
.icon-vpn-filled::before {
|
|
11349
|
-
content: "\
|
|
11357
|
+
content: "\fbd8";
|
|
11350
11358
|
}
|
|
11351
11359
|
|
|
11352
11360
|
.icon-vpn-light::before {
|
|
11353
|
-
content: "\
|
|
11361
|
+
content: "\fbd9";
|
|
11354
11362
|
}
|
|
11355
11363
|
|
|
11356
11364
|
.icon-vpn-regular::before {
|
|
11357
|
-
content: "\
|
|
11365
|
+
content: "\fbda";
|
|
11358
11366
|
}
|
|
11359
11367
|
|
|
11360
11368
|
.icon-vsc-bold::before {
|
|
11361
|
-
content: "\
|
|
11369
|
+
content: "\fbdb";
|
|
11362
11370
|
}
|
|
11363
11371
|
|
|
11364
11372
|
.icon-vsc-light::before {
|
|
11365
|
-
content: "\
|
|
11373
|
+
content: "\fbdc";
|
|
11366
11374
|
}
|
|
11367
11375
|
|
|
11368
11376
|
.icon-vsc-regular::before {
|
|
11369
|
-
content: "\
|
|
11377
|
+
content: "\fbdd";
|
|
11370
11378
|
}
|
|
11371
11379
|
|
|
11372
11380
|
.icon-waffle-menu-bold::before {
|
|
11373
|
-
content: "\
|
|
11381
|
+
content: "\fbde";
|
|
11374
11382
|
}
|
|
11375
11383
|
|
|
11376
11384
|
.icon-waffle-menu-light::before {
|
|
11377
|
-
content: "\
|
|
11385
|
+
content: "\fbdf";
|
|
11378
11386
|
}
|
|
11379
11387
|
|
|
11380
11388
|
.icon-waffle-menu-regular::before {
|
|
11381
|
-
content: "\
|
|
11389
|
+
content: "\fbe0";
|
|
11382
11390
|
}
|
|
11383
11391
|
|
|
11384
11392
|
.icon-waiting-room-bold::before {
|
|
11385
|
-
content: "\
|
|
11393
|
+
content: "\fbe1";
|
|
11386
11394
|
}
|
|
11387
11395
|
|
|
11388
11396
|
.icon-waiting-room-light::before {
|
|
11389
|
-
content: "\
|
|
11397
|
+
content: "\fbe2";
|
|
11390
11398
|
}
|
|
11391
11399
|
|
|
11392
11400
|
.icon-waiting-room-regular::before {
|
|
11393
|
-
content: "\
|
|
11401
|
+
content: "\fbe3";
|
|
11394
11402
|
}
|
|
11395
11403
|
|
|
11396
11404
|
.icon-wallpaper-bold::before {
|
|
11397
|
-
content: "\
|
|
11405
|
+
content: "\fbe4";
|
|
11398
11406
|
}
|
|
11399
11407
|
|
|
11400
11408
|
.icon-wallpaper-light::before {
|
|
11401
|
-
content: "\
|
|
11409
|
+
content: "\fbe5";
|
|
11402
11410
|
}
|
|
11403
11411
|
|
|
11404
11412
|
.icon-wallpaper-regular::before {
|
|
11405
|
-
content: "\
|
|
11413
|
+
content: "\fbe6";
|
|
11406
11414
|
}
|
|
11407
11415
|
|
|
11408
11416
|
.icon-warning-badge-filled::before {
|
|
11409
|
-
content: "\
|
|
11417
|
+
content: "\fbe7";
|
|
11410
11418
|
}
|
|
11411
11419
|
|
|
11412
11420
|
.icon-warning-bold::before {
|
|
11413
|
-
content: "\
|
|
11421
|
+
content: "\fbe8";
|
|
11414
11422
|
}
|
|
11415
11423
|
|
|
11416
11424
|
.icon-warning-filled::before {
|
|
11417
|
-
content: "\
|
|
11425
|
+
content: "\fbe9";
|
|
11418
11426
|
}
|
|
11419
11427
|
|
|
11420
11428
|
.icon-warning-light::before {
|
|
11421
|
-
content: "\
|
|
11429
|
+
content: "\fbea";
|
|
11422
11430
|
}
|
|
11423
11431
|
|
|
11424
11432
|
.icon-warning-regular::before {
|
|
11425
|
-
content: "\
|
|
11433
|
+
content: "\fbeb";
|
|
11426
11434
|
}
|
|
11427
11435
|
|
|
11428
11436
|
.icon-webex-board-bold::before {
|
|
11429
|
-
content: "\
|
|
11437
|
+
content: "\fbec";
|
|
11430
11438
|
}
|
|
11431
11439
|
|
|
11432
11440
|
.icon-webex-board-light::before {
|
|
11433
|
-
content: "\
|
|
11441
|
+
content: "\fbed";
|
|
11434
11442
|
}
|
|
11435
11443
|
|
|
11436
11444
|
.icon-webex-board-regular::before {
|
|
11437
|
-
content: "\
|
|
11445
|
+
content: "\fbee";
|
|
11438
11446
|
}
|
|
11439
11447
|
|
|
11440
11448
|
.icon-webex-codec-plus-bold::before {
|
|
11441
|
-
content: "\
|
|
11449
|
+
content: "\fbef";
|
|
11442
11450
|
}
|
|
11443
11451
|
|
|
11444
11452
|
.icon-webex-codec-plus-light::before {
|
|
11445
|
-
content: "\
|
|
11453
|
+
content: "\fbf0";
|
|
11446
11454
|
}
|
|
11447
11455
|
|
|
11448
11456
|
.icon-webex-codec-plus-regular::before {
|
|
11449
|
-
content: "\
|
|
11457
|
+
content: "\fbf1";
|
|
11450
11458
|
}
|
|
11451
11459
|
|
|
11452
11460
|
.icon-webex-desk-camera-bold::before {
|
|
11453
|
-
content: "\
|
|
11461
|
+
content: "\fbf2";
|
|
11454
11462
|
}
|
|
11455
11463
|
|
|
11456
11464
|
.icon-webex-desk-camera-light::before {
|
|
11457
|
-
content: "\
|
|
11465
|
+
content: "\fbf3";
|
|
11458
11466
|
}
|
|
11459
11467
|
|
|
11460
11468
|
.icon-webex-desk-camera-regular::before {
|
|
11461
|
-
content: "\
|
|
11469
|
+
content: "\fbf4";
|
|
11462
11470
|
}
|
|
11463
11471
|
|
|
11464
11472
|
.icon-webex-helix-bold::before {
|
|
11465
|
-
content: "\
|
|
11473
|
+
content: "\fbf5";
|
|
11466
11474
|
}
|
|
11467
11475
|
|
|
11468
11476
|
.icon-webex-helix-light::before {
|
|
11469
|
-
content: "\
|
|
11477
|
+
content: "\fbf6";
|
|
11470
11478
|
}
|
|
11471
11479
|
|
|
11472
11480
|
.icon-webex-helix-regular::before {
|
|
11473
|
-
content: "\
|
|
11481
|
+
content: "\fbf7";
|
|
11474
11482
|
}
|
|
11475
11483
|
|
|
11476
11484
|
.icon-webex-meetings-bold::before {
|
|
11477
|
-
content: "\
|
|
11485
|
+
content: "\fbf8";
|
|
11478
11486
|
}
|
|
11479
11487
|
|
|
11480
11488
|
.icon-webex-meetings-filled::before {
|
|
11481
|
-
content: "\
|
|
11489
|
+
content: "\fbf9";
|
|
11482
11490
|
}
|
|
11483
11491
|
|
|
11484
11492
|
.icon-webex-meetings-light::before {
|
|
11485
|
-
content: "\
|
|
11493
|
+
content: "\fbfa";
|
|
11486
11494
|
}
|
|
11487
11495
|
|
|
11488
11496
|
.icon-webex-meetings-regular::before {
|
|
11489
|
-
content: "\
|
|
11497
|
+
content: "\fbfb";
|
|
11490
11498
|
}
|
|
11491
11499
|
|
|
11492
11500
|
.icon-webex-quad-camera-bold::before {
|
|
11493
|
-
content: "\
|
|
11501
|
+
content: "\fbfc";
|
|
11494
11502
|
}
|
|
11495
11503
|
|
|
11496
11504
|
.icon-webex-quad-camera-light::before {
|
|
11497
|
-
content: "\
|
|
11505
|
+
content: "\fbfd";
|
|
11498
11506
|
}
|
|
11499
11507
|
|
|
11500
11508
|
.icon-webex-quad-camera-regular::before {
|
|
11501
|
-
content: "\
|
|
11509
|
+
content: "\fbfe";
|
|
11502
11510
|
}
|
|
11503
11511
|
|
|
11504
11512
|
.icon-webex-room-kit-bold::before {
|
|
11505
|
-
content: "\
|
|
11513
|
+
content: "\fbff";
|
|
11506
11514
|
}
|
|
11507
11515
|
|
|
11508
11516
|
.icon-webex-room-kit-light::before {
|
|
11509
|
-
content: "\
|
|
11517
|
+
content: "\fc00";
|
|
11510
11518
|
}
|
|
11511
11519
|
|
|
11512
11520
|
.icon-webex-room-kit-plus-bold::before {
|
|
11513
|
-
content: "\
|
|
11521
|
+
content: "\fc01";
|
|
11514
11522
|
}
|
|
11515
11523
|
|
|
11516
11524
|
.icon-webex-room-kit-plus-light::before {
|
|
11517
|
-
content: "\
|
|
11525
|
+
content: "\fc02";
|
|
11518
11526
|
}
|
|
11519
11527
|
|
|
11520
11528
|
.icon-webex-room-kit-plus-regular::before {
|
|
11521
|
-
content: "\
|
|
11529
|
+
content: "\fc03";
|
|
11522
11530
|
}
|
|
11523
11531
|
|
|
11524
11532
|
.icon-webex-room-kit-regular::before {
|
|
11525
|
-
content: "\
|
|
11533
|
+
content: "\fc04";
|
|
11526
11534
|
}
|
|
11527
11535
|
|
|
11528
11536
|
.icon-webex-share-bold::before {
|
|
11529
|
-
content: "\
|
|
11537
|
+
content: "\fc05";
|
|
11530
11538
|
}
|
|
11531
11539
|
|
|
11532
11540
|
.icon-webex-share-light::before {
|
|
11533
|
-
content: "\
|
|
11541
|
+
content: "\fc06";
|
|
11534
11542
|
}
|
|
11535
11543
|
|
|
11536
11544
|
.icon-webex-share-regular::before {
|
|
11537
|
-
content: "\
|
|
11545
|
+
content: "\fc07";
|
|
11538
11546
|
}
|
|
11539
11547
|
|
|
11540
11548
|
.icon-webex-teams-bold::before {
|
|
11541
|
-
content: "\
|
|
11549
|
+
content: "\fc08";
|
|
11542
11550
|
}
|
|
11543
11551
|
|
|
11544
11552
|
.icon-webex-teams-filled::before {
|
|
11545
|
-
content: "\
|
|
11553
|
+
content: "\fc09";
|
|
11546
11554
|
}
|
|
11547
11555
|
|
|
11548
11556
|
.icon-webex-teams-light::before {
|
|
11549
|
-
content: "\
|
|
11557
|
+
content: "\fc0a";
|
|
11550
11558
|
}
|
|
11551
11559
|
|
|
11552
11560
|
.icon-webex-teams-new-bold::before {
|
|
11553
|
-
content: "\
|
|
11561
|
+
content: "\fc0b";
|
|
11554
11562
|
}
|
|
11555
11563
|
|
|
11556
11564
|
.icon-webex-teams-new-filled::before {
|
|
11557
|
-
content: "\
|
|
11565
|
+
content: "\fc0c";
|
|
11558
11566
|
}
|
|
11559
11567
|
|
|
11560
11568
|
.icon-webex-teams-new-light::before {
|
|
11561
|
-
content: "\
|
|
11569
|
+
content: "\fc0d";
|
|
11562
11570
|
}
|
|
11563
11571
|
|
|
11564
11572
|
.icon-webex-teams-new-regular::before {
|
|
11565
|
-
content: "\
|
|
11573
|
+
content: "\fc0e";
|
|
11566
11574
|
}
|
|
11567
11575
|
|
|
11568
11576
|
.icon-webex-teams-regular::before {
|
|
11569
|
-
content: "\
|
|
11577
|
+
content: "\fc0f";
|
|
11570
11578
|
}
|
|
11571
11579
|
|
|
11572
11580
|
.icon-webex-teams-remove-bold::before {
|
|
11573
|
-
content: "\
|
|
11581
|
+
content: "\fc10";
|
|
11574
11582
|
}
|
|
11575
11583
|
|
|
11576
11584
|
.icon-webex-teams-remove-light::before {
|
|
11577
|
-
content: "\
|
|
11585
|
+
content: "\fc11";
|
|
11578
11586
|
}
|
|
11579
11587
|
|
|
11580
11588
|
.icon-webex-teams-remove-regular::before {
|
|
11581
|
-
content: "\
|
|
11589
|
+
content: "\fc12";
|
|
11582
11590
|
}
|
|
11583
11591
|
|
|
11584
11592
|
.icon-webinar-bold::before {
|
|
11585
|
-
content: "\
|
|
11593
|
+
content: "\fc13";
|
|
11586
11594
|
}
|
|
11587
11595
|
|
|
11588
11596
|
.icon-webinar-filled::before {
|
|
11589
|
-
content: "\
|
|
11597
|
+
content: "\fc14";
|
|
11590
11598
|
}
|
|
11591
11599
|
|
|
11592
11600
|
.icon-webinar-light::before {
|
|
11593
|
-
content: "\
|
|
11601
|
+
content: "\fc15";
|
|
11594
11602
|
}
|
|
11595
11603
|
|
|
11596
11604
|
.icon-webinar-regular::before {
|
|
11597
|
-
content: "\
|
|
11605
|
+
content: "\fc16";
|
|
11598
11606
|
}
|
|
11599
11607
|
|
|
11600
11608
|
.icon-weekly-recurring-schedule-bold::before {
|
|
11601
|
-
content: "\
|
|
11609
|
+
content: "\fc17";
|
|
11602
11610
|
}
|
|
11603
11611
|
|
|
11604
11612
|
.icon-weekly-recurring-schedule-light::before {
|
|
11605
|
-
content: "\
|
|
11613
|
+
content: "\fc18";
|
|
11606
11614
|
}
|
|
11607
11615
|
|
|
11608
11616
|
.icon-weekly-recurring-schedule-regular::before {
|
|
11609
|
-
content: "\
|
|
11617
|
+
content: "\fc19";
|
|
11610
11618
|
}
|
|
11611
11619
|
|
|
11612
11620
|
.icon-whisper-coach-bold::before {
|
|
11613
|
-
content: "\
|
|
11621
|
+
content: "\fc1a";
|
|
11614
11622
|
}
|
|
11615
11623
|
|
|
11616
11624
|
.icon-whisper-coach-filled::before {
|
|
11617
|
-
content: "\
|
|
11625
|
+
content: "\fc1b";
|
|
11618
11626
|
}
|
|
11619
11627
|
|
|
11620
11628
|
.icon-whisper-coach-light::before {
|
|
11621
|
-
content: "\
|
|
11629
|
+
content: "\fc1c";
|
|
11622
11630
|
}
|
|
11623
11631
|
|
|
11624
11632
|
.icon-whisper-coach-regular::before {
|
|
11625
|
-
content: "\
|
|
11633
|
+
content: "\fc1d";
|
|
11626
11634
|
}
|
|
11627
11635
|
|
|
11628
11636
|
.icon-whiteboard-bold::before {
|
|
11629
|
-
content: "\
|
|
11637
|
+
content: "\fc1e";
|
|
11630
11638
|
}
|
|
11631
11639
|
|
|
11632
11640
|
.icon-whiteboard-content-bold::before {
|
|
11633
|
-
content: "\
|
|
11641
|
+
content: "\fc1f";
|
|
11634
11642
|
}
|
|
11635
11643
|
|
|
11636
11644
|
.icon-whiteboard-content-filled::before {
|
|
11637
|
-
content: "\
|
|
11645
|
+
content: "\fc20";
|
|
11638
11646
|
}
|
|
11639
11647
|
|
|
11640
11648
|
.icon-whiteboard-content-light::before {
|
|
11641
|
-
content: "\
|
|
11649
|
+
content: "\fc21";
|
|
11642
11650
|
}
|
|
11643
11651
|
|
|
11644
11652
|
.icon-whiteboard-content-regular::before {
|
|
11645
|
-
content: "\
|
|
11653
|
+
content: "\fc22";
|
|
11646
11654
|
}
|
|
11647
11655
|
|
|
11648
11656
|
.icon-whiteboard-filled::before {
|
|
11649
|
-
content: "\
|
|
11657
|
+
content: "\fc23";
|
|
11650
11658
|
}
|
|
11651
11659
|
|
|
11652
11660
|
.icon-whiteboard-light::before {
|
|
11653
|
-
content: "\
|
|
11661
|
+
content: "\fc24";
|
|
11654
11662
|
}
|
|
11655
11663
|
|
|
11656
11664
|
.icon-whiteboard-regular::before {
|
|
11657
|
-
content: "\
|
|
11665
|
+
content: "\fc25";
|
|
11658
11666
|
}
|
|
11659
11667
|
|
|
11660
11668
|
.icon-widget-bold::before {
|
|
11661
|
-
content: "\
|
|
11669
|
+
content: "\fc26";
|
|
11662
11670
|
}
|
|
11663
11671
|
|
|
11664
11672
|
.icon-widget-filled::before {
|
|
11665
|
-
content: "\
|
|
11673
|
+
content: "\fc27";
|
|
11666
11674
|
}
|
|
11667
11675
|
|
|
11668
11676
|
.icon-widget-light::before {
|
|
11669
|
-
content: "\
|
|
11677
|
+
content: "\fc28";
|
|
11670
11678
|
}
|
|
11671
11679
|
|
|
11672
11680
|
.icon-widget-regular::before {
|
|
11673
|
-
content: "\
|
|
11681
|
+
content: "\fc29";
|
|
11674
11682
|
}
|
|
11675
11683
|
|
|
11676
11684
|
.icon-wifi-bold::before {
|
|
11677
|
-
content: "\
|
|
11685
|
+
content: "\fc2a";
|
|
11678
11686
|
}
|
|
11679
11687
|
|
|
11680
11688
|
.icon-wifi-error-bold::before {
|
|
11681
|
-
content: "\
|
|
11689
|
+
content: "\fc2b";
|
|
11682
11690
|
}
|
|
11683
11691
|
|
|
11684
11692
|
.icon-wifi-error-light::before {
|
|
11685
|
-
content: "\
|
|
11693
|
+
content: "\fc2c";
|
|
11686
11694
|
}
|
|
11687
11695
|
|
|
11688
11696
|
.icon-wifi-error-regular::before {
|
|
11689
|
-
content: "\
|
|
11697
|
+
content: "\fc2d";
|
|
11690
11698
|
}
|
|
11691
11699
|
|
|
11692
11700
|
.icon-wifi-light::before {
|
|
11693
|
-
content: "\
|
|
11701
|
+
content: "\fc2e";
|
|
11694
11702
|
}
|
|
11695
11703
|
|
|
11696
11704
|
.icon-wifi-regular::before {
|
|
11697
|
-
content: "\
|
|
11705
|
+
content: "\fc2f";
|
|
11698
11706
|
}
|
|
11699
11707
|
|
|
11700
11708
|
.icon-wifi-signal-good-bold::before {
|
|
11701
|
-
content: "\
|
|
11709
|
+
content: "\fc30";
|
|
11702
11710
|
}
|
|
11703
11711
|
|
|
11704
11712
|
.icon-wifi-signal-good-light::before {
|
|
11705
|
-
content: "\
|
|
11713
|
+
content: "\fc31";
|
|
11706
11714
|
}
|
|
11707
11715
|
|
|
11708
11716
|
.icon-wifi-signal-good-regular::before {
|
|
11709
|
-
content: "\
|
|
11717
|
+
content: "\fc32";
|
|
11710
11718
|
}
|
|
11711
11719
|
|
|
11712
11720
|
.icon-wifi-signal-poor-bold::before {
|
|
11713
|
-
content: "\
|
|
11721
|
+
content: "\fc33";
|
|
11714
11722
|
}
|
|
11715
11723
|
|
|
11716
11724
|
.icon-wifi-signal-poor-light::before {
|
|
11717
|
-
content: "\
|
|
11725
|
+
content: "\fc34";
|
|
11718
11726
|
}
|
|
11719
11727
|
|
|
11720
11728
|
.icon-wifi-signal-poor-regular::before {
|
|
11721
|
-
content: "\
|
|
11729
|
+
content: "\fc35";
|
|
11722
11730
|
}
|
|
11723
11731
|
|
|
11724
11732
|
.icon-wifi-signal-unstable-bold::before {
|
|
11725
|
-
content: "\
|
|
11733
|
+
content: "\fc36";
|
|
11726
11734
|
}
|
|
11727
11735
|
|
|
11728
11736
|
.icon-wifi-signal-unstable-light::before {
|
|
11729
|
-
content: "\
|
|
11737
|
+
content: "\fc37";
|
|
11730
11738
|
}
|
|
11731
11739
|
|
|
11732
11740
|
.icon-wifi-signal-unstable-regular::before {
|
|
11733
|
-
content: "\
|
|
11741
|
+
content: "\fc38";
|
|
11734
11742
|
}
|
|
11735
11743
|
|
|
11736
11744
|
.icon-window-corner-scrub-bold::before {
|
|
11737
|
-
content: "\
|
|
11745
|
+
content: "\fc39";
|
|
11738
11746
|
}
|
|
11739
11747
|
|
|
11740
11748
|
.icon-window-corner-scrub-light::before {
|
|
11741
|
-
content: "\
|
|
11749
|
+
content: "\fc3a";
|
|
11742
11750
|
}
|
|
11743
11751
|
|
|
11744
11752
|
.icon-window-corner-scrub-regular::before {
|
|
11745
|
-
content: "\
|
|
11753
|
+
content: "\fc3b";
|
|
11746
11754
|
}
|
|
11747
11755
|
|
|
11748
11756
|
.icon-window-right-corner-scrub-bold::before {
|
|
11749
|
-
content: "\
|
|
11757
|
+
content: "\fc3c";
|
|
11750
11758
|
}
|
|
11751
11759
|
|
|
11752
11760
|
.icon-window-right-corner-scrub-light::before {
|
|
11753
|
-
content: "\
|
|
11761
|
+
content: "\fc3d";
|
|
11754
11762
|
}
|
|
11755
11763
|
|
|
11756
11764
|
.icon-window-right-corner-scrub-regular::before {
|
|
11757
|
-
content: "\
|
|
11765
|
+
content: "\fc3e";
|
|
11758
11766
|
}
|
|
11759
11767
|
|
|
11760
11768
|
.icon-window-vertical-scrub-bold::before {
|
|
11761
|
-
content: "\
|
|
11769
|
+
content: "\fc3f";
|
|
11762
11770
|
}
|
|
11763
11771
|
|
|
11764
11772
|
.icon-window-vertical-scrub-light::before {
|
|
11765
|
-
content: "\
|
|
11773
|
+
content: "\fc40";
|
|
11766
11774
|
}
|
|
11767
11775
|
|
|
11768
11776
|
.icon-window-vertical-scrub-regular::before {
|
|
11769
|
-
content: "\
|
|
11777
|
+
content: "\fc41";
|
|
11770
11778
|
}
|
|
11771
11779
|
|
|
11772
11780
|
.icon-workflow-deployments-bold::before {
|
|
11773
|
-
content: "\
|
|
11781
|
+
content: "\fc42";
|
|
11774
11782
|
}
|
|
11775
11783
|
|
|
11776
11784
|
.icon-workflow-deployments-filled::before {
|
|
11777
|
-
content: "\
|
|
11785
|
+
content: "\fc43";
|
|
11778
11786
|
}
|
|
11779
11787
|
|
|
11780
11788
|
.icon-workflow-deployments-light::before {
|
|
11781
|
-
content: "\
|
|
11789
|
+
content: "\fc44";
|
|
11782
11790
|
}
|
|
11783
11791
|
|
|
11784
11792
|
.icon-workflow-deployments-regular::before {
|
|
11785
|
-
content: "\
|
|
11793
|
+
content: "\fc45";
|
|
11786
11794
|
}
|
|
11787
11795
|
|
|
11788
11796
|
.icon-workphone-bold::before {
|
|
11789
|
-
content: "\
|
|
11797
|
+
content: "\fc46";
|
|
11790
11798
|
}
|
|
11791
11799
|
|
|
11792
11800
|
.icon-workphone-light::before {
|
|
11793
|
-
content: "\
|
|
11801
|
+
content: "\fc47";
|
|
11794
11802
|
}
|
|
11795
11803
|
|
|
11796
11804
|
.icon-workphone-regular::before {
|
|
11797
|
-
content: "\
|
|
11805
|
+
content: "\fc48";
|
|
11798
11806
|
}
|
|
11799
11807
|
|
|
11800
11808
|
.icon-zoom-in-bold::before {
|
|
11801
|
-
content: "\
|
|
11809
|
+
content: "\fc49";
|
|
11802
11810
|
}
|
|
11803
11811
|
|
|
11804
11812
|
.icon-zoom-in-light::before {
|
|
11805
|
-
content: "\
|
|
11813
|
+
content: "\fc4a";
|
|
11806
11814
|
}
|
|
11807
11815
|
|
|
11808
11816
|
.icon-zoom-in-regular::before {
|
|
11809
|
-
content: "\
|
|
11817
|
+
content: "\fc4b";
|
|
11810
11818
|
}
|
|
11811
11819
|
|
|
11812
11820
|
.icon-zoom-out-bold::before {
|
|
11813
|
-
content: "\
|
|
11821
|
+
content: "\fc4c";
|
|
11814
11822
|
}
|
|
11815
11823
|
|
|
11816
11824
|
.icon-zoom-out-light::before {
|
|
11817
|
-
content: "\
|
|
11825
|
+
content: "\fc4d";
|
|
11818
11826
|
}
|
|
11819
11827
|
|
|
11820
11828
|
.icon-zoom-out-regular::before {
|
|
11821
|
-
content: "\
|
|
11829
|
+
content: "\fc4e";
|
|
11822
11830
|
}
|
|
11823
11831
|
|