@momentum-design/icons 0.54.0 → 0.55.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 +248 -232
- package/dist/data/MomentumFontIcons.min.css +1 -1
- package/dist/data/MomentumIconsType.swift +244 -232
- package/dist/data/scss/icons.scss +236 -232
- package/dist/data/scss/mixins.scss +236 -232
- package/dist/data/scss/placeholders.scss +236 -232
- package/dist/data/scss/variables.scss +236 -232
- package/dist/fonts/MomentumFontIcon.svg +248 -236
- 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 +492 -464
- package/dist/manifest.json +4 -0
- package/dist/svg/dialpad-bold.svg +1 -1
- package/dist/svg/dialpad-filled.svg +1 -1
- package/dist/svg/dialpad-light.svg +1 -1
- package/dist/svg/dialpad-regular.svg +1 -1
- package/dist/svg/user-security-status-bold.svg +1 -0
- package/dist/svg/user-security-status-filled.svg +1 -0
- package/dist/svg/user-security-status-light.svg +1 -0
- package/dist/svg/user-security-status-regular.svg +1 -0
- package/dist/ts/dialpad-bold.ts +1 -1
- package/dist/ts/dialpad-filled.ts +1 -1
- package/dist/ts/dialpad-light.ts +1 -1
- package/dist/ts/dialpad-regular.ts +1 -1
- package/dist/ts/user-security-status-bold.ts +6 -0
- package/dist/ts/user-security-status-filled.ts +6 -0
- package/dist/ts/user-security-status-light.ts +6 -0
- package/dist/ts/user-security-status-regular.ts +6 -0
- package/package.json +1 -1
|
@@ -12125,931 +12125,947 @@
|
|
|
12125
12125
|
content: "\fc98";
|
|
12126
12126
|
}
|
|
12127
12127
|
|
|
12128
|
-
.icon-
|
|
12128
|
+
.icon-user-security-status-bold::before {
|
|
12129
12129
|
content: "\fc99";
|
|
12130
12130
|
}
|
|
12131
12131
|
|
|
12132
|
-
.icon-
|
|
12132
|
+
.icon-user-security-status-filled::before {
|
|
12133
12133
|
content: "\fc9a";
|
|
12134
12134
|
}
|
|
12135
12135
|
|
|
12136
|
-
.icon-
|
|
12136
|
+
.icon-user-security-status-light::before {
|
|
12137
12137
|
content: "\fc9b";
|
|
12138
12138
|
}
|
|
12139
12139
|
|
|
12140
|
-
.icon-
|
|
12140
|
+
.icon-user-security-status-regular::before {
|
|
12141
12141
|
content: "\fc9c";
|
|
12142
12142
|
}
|
|
12143
12143
|
|
|
12144
|
-
.icon-video-bold::before {
|
|
12144
|
+
.icon-video-blur-bold::before {
|
|
12145
12145
|
content: "\fc9d";
|
|
12146
12146
|
}
|
|
12147
12147
|
|
|
12148
|
-
.icon-video-
|
|
12148
|
+
.icon-video-blur-filled::before {
|
|
12149
12149
|
content: "\fc9e";
|
|
12150
12150
|
}
|
|
12151
12151
|
|
|
12152
|
-
.icon-video-
|
|
12152
|
+
.icon-video-blur-light::before {
|
|
12153
12153
|
content: "\fc9f";
|
|
12154
12154
|
}
|
|
12155
12155
|
|
|
12156
|
-
.icon-video-
|
|
12156
|
+
.icon-video-blur-regular::before {
|
|
12157
12157
|
content: "\fca0";
|
|
12158
12158
|
}
|
|
12159
12159
|
|
|
12160
|
-
.icon-video-
|
|
12160
|
+
.icon-video-bold::before {
|
|
12161
12161
|
content: "\fca1";
|
|
12162
12162
|
}
|
|
12163
12163
|
|
|
12164
|
-
.icon-video-
|
|
12164
|
+
.icon-video-effect-bold::before {
|
|
12165
12165
|
content: "\fca2";
|
|
12166
12166
|
}
|
|
12167
12167
|
|
|
12168
|
-
.icon-video-
|
|
12168
|
+
.icon-video-effect-filled::before {
|
|
12169
12169
|
content: "\fca3";
|
|
12170
12170
|
}
|
|
12171
12171
|
|
|
12172
|
-
.icon-video-
|
|
12172
|
+
.icon-video-effect-light::before {
|
|
12173
12173
|
content: "\fca4";
|
|
12174
12174
|
}
|
|
12175
12175
|
|
|
12176
|
-
.icon-video-
|
|
12176
|
+
.icon-video-effect-regular::before {
|
|
12177
12177
|
content: "\fca5";
|
|
12178
12178
|
}
|
|
12179
12179
|
|
|
12180
|
-
.icon-video-
|
|
12180
|
+
.icon-video-filled::before {
|
|
12181
12181
|
content: "\fca6";
|
|
12182
12182
|
}
|
|
12183
12183
|
|
|
12184
|
-
.icon-video-layout-
|
|
12184
|
+
.icon-video-layout-bold::before {
|
|
12185
12185
|
content: "\fca7";
|
|
12186
12186
|
}
|
|
12187
12187
|
|
|
12188
|
-
.icon-video-layout-
|
|
12188
|
+
.icon-video-layout-custom-bold::before {
|
|
12189
12189
|
content: "\fca8";
|
|
12190
12190
|
}
|
|
12191
12191
|
|
|
12192
|
-
.icon-video-layout-
|
|
12192
|
+
.icon-video-layout-custom-filled::before {
|
|
12193
12193
|
content: "\fca9";
|
|
12194
12194
|
}
|
|
12195
12195
|
|
|
12196
|
-
.icon-video-layout-
|
|
12196
|
+
.icon-video-layout-custom-light::before {
|
|
12197
12197
|
content: "\fcaa";
|
|
12198
12198
|
}
|
|
12199
12199
|
|
|
12200
|
-
.icon-video-layout-
|
|
12200
|
+
.icon-video-layout-custom-regular::before {
|
|
12201
12201
|
content: "\fcab";
|
|
12202
12202
|
}
|
|
12203
12203
|
|
|
12204
|
-
.icon-video-layout-equal-
|
|
12204
|
+
.icon-video-layout-equal-bold::before {
|
|
12205
12205
|
content: "\fcac";
|
|
12206
12206
|
}
|
|
12207
12207
|
|
|
12208
|
-
.icon-video-layout-equal-
|
|
12208
|
+
.icon-video-layout-equal-dual-bold::before {
|
|
12209
12209
|
content: "\fcad";
|
|
12210
12210
|
}
|
|
12211
12211
|
|
|
12212
|
-
.icon-video-layout-equal-
|
|
12212
|
+
.icon-video-layout-equal-dual-light::before {
|
|
12213
12213
|
content: "\fcae";
|
|
12214
12214
|
}
|
|
12215
12215
|
|
|
12216
|
-
.icon-video-layout-
|
|
12216
|
+
.icon-video-layout-equal-dual-regular::before {
|
|
12217
12217
|
content: "\fcaf";
|
|
12218
12218
|
}
|
|
12219
12219
|
|
|
12220
|
-
.icon-video-layout-
|
|
12220
|
+
.icon-video-layout-equal-filled::before {
|
|
12221
12221
|
content: "\fcb0";
|
|
12222
12222
|
}
|
|
12223
12223
|
|
|
12224
|
-
.icon-video-layout-
|
|
12224
|
+
.icon-video-layout-equal-light::before {
|
|
12225
12225
|
content: "\fcb1";
|
|
12226
12226
|
}
|
|
12227
12227
|
|
|
12228
|
-
.icon-video-layout-
|
|
12228
|
+
.icon-video-layout-equal-regular::before {
|
|
12229
12229
|
content: "\fcb2";
|
|
12230
12230
|
}
|
|
12231
12231
|
|
|
12232
|
-
.icon-video-layout-
|
|
12232
|
+
.icon-video-layout-filled::before {
|
|
12233
12233
|
content: "\fcb3";
|
|
12234
12234
|
}
|
|
12235
12235
|
|
|
12236
|
-
.icon-video-layout-
|
|
12236
|
+
.icon-video-layout-light::before {
|
|
12237
12237
|
content: "\fcb4";
|
|
12238
12238
|
}
|
|
12239
12239
|
|
|
12240
|
-
.icon-video-layout-
|
|
12240
|
+
.icon-video-layout-overlay-bold::before {
|
|
12241
12241
|
content: "\fcb5";
|
|
12242
12242
|
}
|
|
12243
12243
|
|
|
12244
|
-
.icon-video-layout-
|
|
12244
|
+
.icon-video-layout-overlay-filled::before {
|
|
12245
12245
|
content: "\fcb6";
|
|
12246
12246
|
}
|
|
12247
12247
|
|
|
12248
|
-
.icon-video-layout-
|
|
12248
|
+
.icon-video-layout-overlay-light::before {
|
|
12249
12249
|
content: "\fcb7";
|
|
12250
12250
|
}
|
|
12251
12251
|
|
|
12252
|
-
.icon-video-layout-
|
|
12252
|
+
.icon-video-layout-overlay-regular::before {
|
|
12253
12253
|
content: "\fcb8";
|
|
12254
12254
|
}
|
|
12255
12255
|
|
|
12256
|
-
.icon-video-layout-
|
|
12256
|
+
.icon-video-layout-presentation-bold::before {
|
|
12257
12257
|
content: "\fcb9";
|
|
12258
12258
|
}
|
|
12259
12259
|
|
|
12260
|
-
.icon-video-layout-
|
|
12260
|
+
.icon-video-layout-presentation-filled::before {
|
|
12261
12261
|
content: "\fcba";
|
|
12262
12262
|
}
|
|
12263
12263
|
|
|
12264
|
-
.icon-video-layout-
|
|
12264
|
+
.icon-video-layout-presentation-light::before {
|
|
12265
12265
|
content: "\fcbb";
|
|
12266
12266
|
}
|
|
12267
12267
|
|
|
12268
|
-
.icon-video-layout-
|
|
12268
|
+
.icon-video-layout-presentation-regular::before {
|
|
12269
12269
|
content: "\fcbc";
|
|
12270
12270
|
}
|
|
12271
12271
|
|
|
12272
|
-
.icon-video-layout-
|
|
12272
|
+
.icon-video-layout-presenter-dominant-bold::before {
|
|
12273
12273
|
content: "\fcbd";
|
|
12274
12274
|
}
|
|
12275
12275
|
|
|
12276
|
-
.icon-video-layout-
|
|
12276
|
+
.icon-video-layout-presenter-dominant-light::before {
|
|
12277
12277
|
content: "\fcbe";
|
|
12278
12278
|
}
|
|
12279
12279
|
|
|
12280
|
-
.icon-video-layout-
|
|
12280
|
+
.icon-video-layout-presenter-dominant-regular::before {
|
|
12281
12281
|
content: "\fcbf";
|
|
12282
12282
|
}
|
|
12283
12283
|
|
|
12284
|
-
.icon-video-layout-
|
|
12284
|
+
.icon-video-layout-prominent-bold::before {
|
|
12285
12285
|
content: "\fcc0";
|
|
12286
12286
|
}
|
|
12287
12287
|
|
|
12288
|
-
.icon-video-layout-
|
|
12288
|
+
.icon-video-layout-prominent-filled::before {
|
|
12289
12289
|
content: "\fcc1";
|
|
12290
12290
|
}
|
|
12291
12291
|
|
|
12292
|
-
.icon-video-layout-
|
|
12292
|
+
.icon-video-layout-prominent-light::before {
|
|
12293
12293
|
content: "\fcc2";
|
|
12294
12294
|
}
|
|
12295
12295
|
|
|
12296
|
-
.icon-video-layout-
|
|
12296
|
+
.icon-video-layout-prominent-regular::before {
|
|
12297
12297
|
content: "\fcc3";
|
|
12298
12298
|
}
|
|
12299
12299
|
|
|
12300
|
-
.icon-video-layout-
|
|
12300
|
+
.icon-video-layout-regular::before {
|
|
12301
12301
|
content: "\fcc4";
|
|
12302
12302
|
}
|
|
12303
12303
|
|
|
12304
|
-
.icon-video-layout-
|
|
12304
|
+
.icon-video-layout-share-dominant-bold::before {
|
|
12305
12305
|
content: "\fcc5";
|
|
12306
12306
|
}
|
|
12307
12307
|
|
|
12308
|
-
.icon-video-layout-
|
|
12308
|
+
.icon-video-layout-share-dominant-light::before {
|
|
12309
12309
|
content: "\fcc6";
|
|
12310
12310
|
}
|
|
12311
12311
|
|
|
12312
|
-
.icon-video-layout-
|
|
12312
|
+
.icon-video-layout-share-dominant-regular::before {
|
|
12313
12313
|
content: "\fcc7";
|
|
12314
12314
|
}
|
|
12315
12315
|
|
|
12316
|
-
.icon-video-layout-
|
|
12316
|
+
.icon-video-layout-single-bold::before {
|
|
12317
12317
|
content: "\fcc8";
|
|
12318
12318
|
}
|
|
12319
12319
|
|
|
12320
|
-
.icon-video-layout-
|
|
12320
|
+
.icon-video-layout-single-filled::before {
|
|
12321
12321
|
content: "\fcc9";
|
|
12322
12322
|
}
|
|
12323
12323
|
|
|
12324
|
-
.icon-video-layout-
|
|
12324
|
+
.icon-video-layout-single-light::before {
|
|
12325
12325
|
content: "\fcca";
|
|
12326
12326
|
}
|
|
12327
12327
|
|
|
12328
|
-
.icon-video-layout-
|
|
12328
|
+
.icon-video-layout-single-regular::before {
|
|
12329
12329
|
content: "\fccb";
|
|
12330
12330
|
}
|
|
12331
12331
|
|
|
12332
|
-
.icon-video-layout-
|
|
12332
|
+
.icon-video-layout-speaker-bold::before {
|
|
12333
12333
|
content: "\fccc";
|
|
12334
12334
|
}
|
|
12335
12335
|
|
|
12336
|
-
.icon-video-layout-
|
|
12336
|
+
.icon-video-layout-speaker-filled::before {
|
|
12337
12337
|
content: "\fccd";
|
|
12338
12338
|
}
|
|
12339
12339
|
|
|
12340
|
-
.icon-video-layout-
|
|
12340
|
+
.icon-video-layout-speaker-light::before {
|
|
12341
12341
|
content: "\fcce";
|
|
12342
12342
|
}
|
|
12343
12343
|
|
|
12344
|
-
.icon-video-layout-
|
|
12344
|
+
.icon-video-layout-speaker-regular::before {
|
|
12345
12345
|
content: "\fccf";
|
|
12346
12346
|
}
|
|
12347
12347
|
|
|
12348
|
-
.icon-video-layout-
|
|
12348
|
+
.icon-video-layout-stack-bold::before {
|
|
12349
12349
|
content: "\fcd0";
|
|
12350
12350
|
}
|
|
12351
12351
|
|
|
12352
|
-
.icon-video-layout-
|
|
12352
|
+
.icon-video-layout-stack-filled::before {
|
|
12353
12353
|
content: "\fcd1";
|
|
12354
12354
|
}
|
|
12355
12355
|
|
|
12356
|
-
.icon-video-layout-
|
|
12356
|
+
.icon-video-layout-stack-light::before {
|
|
12357
12357
|
content: "\fcd2";
|
|
12358
12358
|
}
|
|
12359
12359
|
|
|
12360
|
-
.icon-video-layout-
|
|
12360
|
+
.icon-video-layout-stack-regular::before {
|
|
12361
12361
|
content: "\fcd3";
|
|
12362
12362
|
}
|
|
12363
12363
|
|
|
12364
|
-
.icon-video-
|
|
12364
|
+
.icon-video-layout-video-dominant-bold::before {
|
|
12365
12365
|
content: "\fcd4";
|
|
12366
12366
|
}
|
|
12367
12367
|
|
|
12368
|
-
.icon-video-
|
|
12368
|
+
.icon-video-layout-video-dominant-filled::before {
|
|
12369
12369
|
content: "\fcd5";
|
|
12370
12370
|
}
|
|
12371
12371
|
|
|
12372
|
-
.icon-video-
|
|
12372
|
+
.icon-video-layout-video-dominant-light::before {
|
|
12373
12373
|
content: "\fcd6";
|
|
12374
12374
|
}
|
|
12375
12375
|
|
|
12376
|
-
.icon-video-
|
|
12376
|
+
.icon-video-layout-video-dominant-regular::before {
|
|
12377
12377
|
content: "\fcd7";
|
|
12378
12378
|
}
|
|
12379
12379
|
|
|
12380
|
-
.icon-video-
|
|
12380
|
+
.icon-video-light::before {
|
|
12381
12381
|
content: "\fcd8";
|
|
12382
12382
|
}
|
|
12383
12383
|
|
|
12384
|
-
.icon-video-
|
|
12384
|
+
.icon-video-plus-bold::before {
|
|
12385
12385
|
content: "\fcd9";
|
|
12386
12386
|
}
|
|
12387
12387
|
|
|
12388
|
-
.icon-video-
|
|
12388
|
+
.icon-video-plus-filled::before {
|
|
12389
12389
|
content: "\fcda";
|
|
12390
12390
|
}
|
|
12391
12391
|
|
|
12392
|
-
.icon-video-
|
|
12392
|
+
.icon-video-plus-light::before {
|
|
12393
12393
|
content: "\fcdb";
|
|
12394
12394
|
}
|
|
12395
12395
|
|
|
12396
|
-
.icon-video-
|
|
12396
|
+
.icon-video-plus-regular::before {
|
|
12397
12397
|
content: "\fcdc";
|
|
12398
12398
|
}
|
|
12399
12399
|
|
|
12400
|
-
.icon-video-
|
|
12400
|
+
.icon-video-regular::before {
|
|
12401
12401
|
content: "\fcdd";
|
|
12402
12402
|
}
|
|
12403
12403
|
|
|
12404
|
-
.icon-
|
|
12404
|
+
.icon-video-speaker-track-bold::before {
|
|
12405
12405
|
content: "\fcde";
|
|
12406
12406
|
}
|
|
12407
12407
|
|
|
12408
|
-
.icon-
|
|
12408
|
+
.icon-video-speaker-track-filled::before {
|
|
12409
12409
|
content: "\fcdf";
|
|
12410
12410
|
}
|
|
12411
12411
|
|
|
12412
|
-
.icon-
|
|
12412
|
+
.icon-video-speaker-track-light::before {
|
|
12413
12413
|
content: "\fce0";
|
|
12414
12414
|
}
|
|
12415
12415
|
|
|
12416
|
-
.icon-
|
|
12416
|
+
.icon-video-speaker-track-regular::before {
|
|
12417
12417
|
content: "\fce1";
|
|
12418
12418
|
}
|
|
12419
12419
|
|
|
12420
|
-
.icon-view-
|
|
12420
|
+
.icon-view-all-bold::before {
|
|
12421
12421
|
content: "\fce2";
|
|
12422
12422
|
}
|
|
12423
12423
|
|
|
12424
|
-
.icon-view-
|
|
12424
|
+
.icon-view-all-light::before {
|
|
12425
12425
|
content: "\fce3";
|
|
12426
12426
|
}
|
|
12427
12427
|
|
|
12428
|
-
.icon-view-
|
|
12428
|
+
.icon-view-all-regular::before {
|
|
12429
12429
|
content: "\fce4";
|
|
12430
12430
|
}
|
|
12431
12431
|
|
|
12432
|
-
.icon-view-
|
|
12432
|
+
.icon-view-list-bold::before {
|
|
12433
12433
|
content: "\fce5";
|
|
12434
12434
|
}
|
|
12435
12435
|
|
|
12436
|
-
.icon-view-
|
|
12436
|
+
.icon-view-list-filled::before {
|
|
12437
12437
|
content: "\fce6";
|
|
12438
12438
|
}
|
|
12439
12439
|
|
|
12440
|
-
.icon-view-
|
|
12440
|
+
.icon-view-list-light::before {
|
|
12441
12441
|
content: "\fce7";
|
|
12442
12442
|
}
|
|
12443
12443
|
|
|
12444
|
-
.icon-view-
|
|
12444
|
+
.icon-view-list-regular::before {
|
|
12445
12445
|
content: "\fce8";
|
|
12446
12446
|
}
|
|
12447
12447
|
|
|
12448
|
-
.icon-view-
|
|
12448
|
+
.icon-view-stacked-bold::before {
|
|
12449
12449
|
content: "\fce9";
|
|
12450
12450
|
}
|
|
12451
12451
|
|
|
12452
|
-
.icon-view-
|
|
12452
|
+
.icon-view-stacked-filled::before {
|
|
12453
12453
|
content: "\fcea";
|
|
12454
12454
|
}
|
|
12455
12455
|
|
|
12456
|
-
.icon-view-
|
|
12456
|
+
.icon-view-stacked-light::before {
|
|
12457
12457
|
content: "\fceb";
|
|
12458
12458
|
}
|
|
12459
12459
|
|
|
12460
|
-
.icon-view-
|
|
12460
|
+
.icon-view-stacked-regular::before {
|
|
12461
12461
|
content: "\fcec";
|
|
12462
12462
|
}
|
|
12463
12463
|
|
|
12464
|
-
.icon-
|
|
12464
|
+
.icon-view-thumbnail-bold::before {
|
|
12465
12465
|
content: "\fced";
|
|
12466
12466
|
}
|
|
12467
12467
|
|
|
12468
|
-
.icon-
|
|
12468
|
+
.icon-view-thumbnail-filled::before {
|
|
12469
12469
|
content: "\fcee";
|
|
12470
12470
|
}
|
|
12471
12471
|
|
|
12472
|
-
.icon-
|
|
12472
|
+
.icon-view-thumbnail-light::before {
|
|
12473
12473
|
content: "\fcef";
|
|
12474
12474
|
}
|
|
12475
12475
|
|
|
12476
|
-
.icon-
|
|
12476
|
+
.icon-view-thumbnail-regular::before {
|
|
12477
12477
|
content: "\fcf0";
|
|
12478
12478
|
}
|
|
12479
12479
|
|
|
12480
|
-
.icon-visionpro-
|
|
12480
|
+
.icon-visionpro-bold::before {
|
|
12481
12481
|
content: "\fcf1";
|
|
12482
12482
|
}
|
|
12483
12483
|
|
|
12484
|
-
.icon-visionpro-
|
|
12484
|
+
.icon-visionpro-filled::before {
|
|
12485
12485
|
content: "\fcf2";
|
|
12486
12486
|
}
|
|
12487
12487
|
|
|
12488
|
-
.icon-visionpro-
|
|
12488
|
+
.icon-visionpro-light::before {
|
|
12489
12489
|
content: "\fcf3";
|
|
12490
12490
|
}
|
|
12491
12491
|
|
|
12492
|
-
.icon-visionpro-move-call-in-
|
|
12492
|
+
.icon-visionpro-move-call-in-bold::before {
|
|
12493
12493
|
content: "\fcf4";
|
|
12494
12494
|
}
|
|
12495
12495
|
|
|
12496
|
-
.icon-visionpro-move-call-in-
|
|
12496
|
+
.icon-visionpro-move-call-in-filled::before {
|
|
12497
12497
|
content: "\fcf5";
|
|
12498
12498
|
}
|
|
12499
12499
|
|
|
12500
|
-
.icon-visionpro-move-call-in-
|
|
12500
|
+
.icon-visionpro-move-call-in-light::before {
|
|
12501
12501
|
content: "\fcf6";
|
|
12502
12502
|
}
|
|
12503
12503
|
|
|
12504
|
-
.icon-visionpro-move-call-in-
|
|
12504
|
+
.icon-visionpro-move-call-in-out-bold::before {
|
|
12505
12505
|
content: "\fcf7";
|
|
12506
12506
|
}
|
|
12507
12507
|
|
|
12508
|
-
.icon-visionpro-move-call-out-
|
|
12508
|
+
.icon-visionpro-move-call-in-out-filled::before {
|
|
12509
12509
|
content: "\fcf8";
|
|
12510
12510
|
}
|
|
12511
12511
|
|
|
12512
|
-
.icon-visionpro-move-call-out-
|
|
12512
|
+
.icon-visionpro-move-call-in-out-light::before {
|
|
12513
12513
|
content: "\fcf9";
|
|
12514
12514
|
}
|
|
12515
12515
|
|
|
12516
|
-
.icon-visionpro-move-call-out-
|
|
12516
|
+
.icon-visionpro-move-call-in-out-regular::before {
|
|
12517
12517
|
content: "\fcfa";
|
|
12518
12518
|
}
|
|
12519
12519
|
|
|
12520
|
-
.icon-visionpro-move-call-
|
|
12520
|
+
.icon-visionpro-move-call-in-regular::before {
|
|
12521
12521
|
content: "\fcfb";
|
|
12522
12522
|
}
|
|
12523
12523
|
|
|
12524
|
-
.icon-visionpro-
|
|
12524
|
+
.icon-visionpro-move-call-out-bold::before {
|
|
12525
12525
|
content: "\fcfc";
|
|
12526
12526
|
}
|
|
12527
12527
|
|
|
12528
|
-
.icon-
|
|
12528
|
+
.icon-visionpro-move-call-out-filled::before {
|
|
12529
12529
|
content: "\fcfd";
|
|
12530
12530
|
}
|
|
12531
12531
|
|
|
12532
|
-
.icon-
|
|
12532
|
+
.icon-visionpro-move-call-out-light::before {
|
|
12533
12533
|
content: "\fcfe";
|
|
12534
12534
|
}
|
|
12535
12535
|
|
|
12536
|
-
.icon-
|
|
12536
|
+
.icon-visionpro-move-call-out-regular::before {
|
|
12537
12537
|
content: "\fcff";
|
|
12538
12538
|
}
|
|
12539
12539
|
|
|
12540
|
-
.icon-
|
|
12540
|
+
.icon-visionpro-regular::before {
|
|
12541
12541
|
content: "\fd00";
|
|
12542
12542
|
}
|
|
12543
12543
|
|
|
12544
|
-
.icon-
|
|
12544
|
+
.icon-voicemail-bold::before {
|
|
12545
12545
|
content: "\fd01";
|
|
12546
12546
|
}
|
|
12547
12547
|
|
|
12548
|
-
.icon-
|
|
12548
|
+
.icon-voicemail-filled::before {
|
|
12549
12549
|
content: "\fd02";
|
|
12550
12550
|
}
|
|
12551
12551
|
|
|
12552
|
-
.icon-
|
|
12552
|
+
.icon-voicemail-light::before {
|
|
12553
12553
|
content: "\fd03";
|
|
12554
12554
|
}
|
|
12555
12555
|
|
|
12556
|
-
.icon-
|
|
12556
|
+
.icon-voicemail-regular::before {
|
|
12557
12557
|
content: "\fd04";
|
|
12558
12558
|
}
|
|
12559
12559
|
|
|
12560
|
-
.icon-
|
|
12560
|
+
.icon-vpn-bold::before {
|
|
12561
12561
|
content: "\fd05";
|
|
12562
12562
|
}
|
|
12563
12563
|
|
|
12564
|
-
.icon-
|
|
12564
|
+
.icon-vpn-filled::before {
|
|
12565
12565
|
content: "\fd06";
|
|
12566
12566
|
}
|
|
12567
12567
|
|
|
12568
|
-
.icon-
|
|
12568
|
+
.icon-vpn-light::before {
|
|
12569
12569
|
content: "\fd07";
|
|
12570
12570
|
}
|
|
12571
12571
|
|
|
12572
|
-
.icon-
|
|
12572
|
+
.icon-vpn-regular::before {
|
|
12573
12573
|
content: "\fd08";
|
|
12574
12574
|
}
|
|
12575
12575
|
|
|
12576
|
-
.icon-
|
|
12576
|
+
.icon-vsc-bold::before {
|
|
12577
12577
|
content: "\fd09";
|
|
12578
12578
|
}
|
|
12579
12579
|
|
|
12580
|
-
.icon-
|
|
12580
|
+
.icon-vsc-light::before {
|
|
12581
12581
|
content: "\fd0a";
|
|
12582
12582
|
}
|
|
12583
12583
|
|
|
12584
|
-
.icon-
|
|
12584
|
+
.icon-vsc-regular::before {
|
|
12585
12585
|
content: "\fd0b";
|
|
12586
12586
|
}
|
|
12587
12587
|
|
|
12588
|
-
.icon-
|
|
12588
|
+
.icon-waffle-menu-bold::before {
|
|
12589
12589
|
content: "\fd0c";
|
|
12590
12590
|
}
|
|
12591
12591
|
|
|
12592
|
-
.icon-
|
|
12592
|
+
.icon-waffle-menu-light::before {
|
|
12593
12593
|
content: "\fd0d";
|
|
12594
12594
|
}
|
|
12595
12595
|
|
|
12596
|
-
.icon-
|
|
12596
|
+
.icon-waffle-menu-regular::before {
|
|
12597
12597
|
content: "\fd0e";
|
|
12598
12598
|
}
|
|
12599
12599
|
|
|
12600
|
-
.icon-
|
|
12600
|
+
.icon-waiting-room-bold::before {
|
|
12601
12601
|
content: "\fd0f";
|
|
12602
12602
|
}
|
|
12603
12603
|
|
|
12604
|
-
.icon-
|
|
12604
|
+
.icon-waiting-room-filled::before {
|
|
12605
12605
|
content: "\fd10";
|
|
12606
12606
|
}
|
|
12607
12607
|
|
|
12608
|
-
.icon-
|
|
12608
|
+
.icon-waiting-room-light::before {
|
|
12609
12609
|
content: "\fd11";
|
|
12610
12610
|
}
|
|
12611
12611
|
|
|
12612
|
-
.icon-
|
|
12612
|
+
.icon-waiting-room-regular::before {
|
|
12613
12613
|
content: "\fd12";
|
|
12614
12614
|
}
|
|
12615
12615
|
|
|
12616
|
-
.icon-
|
|
12616
|
+
.icon-wallpaper-bold::before {
|
|
12617
12617
|
content: "\fd13";
|
|
12618
12618
|
}
|
|
12619
12619
|
|
|
12620
|
-
.icon-
|
|
12620
|
+
.icon-wallpaper-light::before {
|
|
12621
12621
|
content: "\fd14";
|
|
12622
12622
|
}
|
|
12623
12623
|
|
|
12624
|
-
.icon-
|
|
12624
|
+
.icon-wallpaper-regular::before {
|
|
12625
12625
|
content: "\fd15";
|
|
12626
12626
|
}
|
|
12627
12627
|
|
|
12628
|
-
.icon-warning-
|
|
12628
|
+
.icon-warning-badge-filled::before {
|
|
12629
12629
|
content: "\fd16";
|
|
12630
12630
|
}
|
|
12631
12631
|
|
|
12632
|
-
.icon-
|
|
12632
|
+
.icon-warning-bold::before {
|
|
12633
12633
|
content: "\fd17";
|
|
12634
12634
|
}
|
|
12635
12635
|
|
|
12636
|
-
.icon-
|
|
12636
|
+
.icon-warning-filled::before {
|
|
12637
12637
|
content: "\fd18";
|
|
12638
12638
|
}
|
|
12639
12639
|
|
|
12640
|
-
.icon-
|
|
12640
|
+
.icon-warning-light::before {
|
|
12641
12641
|
content: "\fd19";
|
|
12642
12642
|
}
|
|
12643
12643
|
|
|
12644
|
-
.icon-
|
|
12644
|
+
.icon-warning-regular::before {
|
|
12645
12645
|
content: "\fd1a";
|
|
12646
12646
|
}
|
|
12647
12647
|
|
|
12648
|
-
.icon-webex-
|
|
12648
|
+
.icon-webex-board-bold::before {
|
|
12649
12649
|
content: "\fd1b";
|
|
12650
12650
|
}
|
|
12651
12651
|
|
|
12652
|
-
.icon-webex-
|
|
12652
|
+
.icon-webex-board-light::before {
|
|
12653
12653
|
content: "\fd1c";
|
|
12654
12654
|
}
|
|
12655
12655
|
|
|
12656
|
-
.icon-webex-
|
|
12656
|
+
.icon-webex-board-regular::before {
|
|
12657
12657
|
content: "\fd1d";
|
|
12658
12658
|
}
|
|
12659
12659
|
|
|
12660
|
-
.icon-webex-
|
|
12660
|
+
.icon-webex-codec-plus-bold::before {
|
|
12661
12661
|
content: "\fd1e";
|
|
12662
12662
|
}
|
|
12663
12663
|
|
|
12664
|
-
.icon-webex-
|
|
12664
|
+
.icon-webex-codec-plus-light::before {
|
|
12665
12665
|
content: "\fd1f";
|
|
12666
12666
|
}
|
|
12667
12667
|
|
|
12668
|
-
.icon-webex-
|
|
12668
|
+
.icon-webex-codec-plus-regular::before {
|
|
12669
12669
|
content: "\fd20";
|
|
12670
12670
|
}
|
|
12671
12671
|
|
|
12672
|
-
.icon-webex-
|
|
12672
|
+
.icon-webex-desk-camera-bold::before {
|
|
12673
12673
|
content: "\fd21";
|
|
12674
12674
|
}
|
|
12675
12675
|
|
|
12676
|
-
.icon-webex-
|
|
12676
|
+
.icon-webex-desk-camera-light::before {
|
|
12677
12677
|
content: "\fd22";
|
|
12678
12678
|
}
|
|
12679
12679
|
|
|
12680
|
-
.icon-webex-
|
|
12680
|
+
.icon-webex-desk-camera-regular::before {
|
|
12681
12681
|
content: "\fd23";
|
|
12682
12682
|
}
|
|
12683
12683
|
|
|
12684
|
-
.icon-webex-
|
|
12684
|
+
.icon-webex-helix-bold::before {
|
|
12685
12685
|
content: "\fd24";
|
|
12686
12686
|
}
|
|
12687
12687
|
|
|
12688
|
-
.icon-webex-
|
|
12688
|
+
.icon-webex-helix-light::before {
|
|
12689
12689
|
content: "\fd25";
|
|
12690
12690
|
}
|
|
12691
12691
|
|
|
12692
|
-
.icon-webex-
|
|
12692
|
+
.icon-webex-helix-regular::before {
|
|
12693
12693
|
content: "\fd26";
|
|
12694
12694
|
}
|
|
12695
12695
|
|
|
12696
|
-
.icon-webex-
|
|
12696
|
+
.icon-webex-meetings-bold::before {
|
|
12697
12697
|
content: "\fd27";
|
|
12698
12698
|
}
|
|
12699
12699
|
|
|
12700
|
-
.icon-webex-
|
|
12700
|
+
.icon-webex-meetings-filled::before {
|
|
12701
12701
|
content: "\fd28";
|
|
12702
12702
|
}
|
|
12703
12703
|
|
|
12704
|
-
.icon-webex-
|
|
12704
|
+
.icon-webex-meetings-light::before {
|
|
12705
12705
|
content: "\fd29";
|
|
12706
12706
|
}
|
|
12707
12707
|
|
|
12708
|
-
.icon-webex-
|
|
12708
|
+
.icon-webex-meetings-regular::before {
|
|
12709
12709
|
content: "\fd2a";
|
|
12710
12710
|
}
|
|
12711
12711
|
|
|
12712
|
-
.icon-webex-
|
|
12712
|
+
.icon-webex-quad-camera-bold::before {
|
|
12713
12713
|
content: "\fd2b";
|
|
12714
12714
|
}
|
|
12715
12715
|
|
|
12716
|
-
.icon-webex-
|
|
12716
|
+
.icon-webex-quad-camera-light::before {
|
|
12717
12717
|
content: "\fd2c";
|
|
12718
12718
|
}
|
|
12719
12719
|
|
|
12720
|
-
.icon-webex-
|
|
12720
|
+
.icon-webex-quad-camera-regular::before {
|
|
12721
12721
|
content: "\fd2d";
|
|
12722
12722
|
}
|
|
12723
12723
|
|
|
12724
|
-
.icon-webex-room-kit-
|
|
12724
|
+
.icon-webex-room-kit-bold::before {
|
|
12725
12725
|
content: "\fd2e";
|
|
12726
12726
|
}
|
|
12727
12727
|
|
|
12728
|
-
.icon-webex-room-kit-
|
|
12728
|
+
.icon-webex-room-kit-light::before {
|
|
12729
12729
|
content: "\fd2f";
|
|
12730
12730
|
}
|
|
12731
12731
|
|
|
12732
|
-
.icon-webex-
|
|
12732
|
+
.icon-webex-room-kit-plus-bold::before {
|
|
12733
12733
|
content: "\fd30";
|
|
12734
12734
|
}
|
|
12735
12735
|
|
|
12736
|
-
.icon-webex-
|
|
12736
|
+
.icon-webex-room-kit-plus-light::before {
|
|
12737
12737
|
content: "\fd31";
|
|
12738
12738
|
}
|
|
12739
12739
|
|
|
12740
|
-
.icon-webex-
|
|
12740
|
+
.icon-webex-room-kit-plus-regular::before {
|
|
12741
12741
|
content: "\fd32";
|
|
12742
12742
|
}
|
|
12743
12743
|
|
|
12744
|
-
.icon-webex-
|
|
12744
|
+
.icon-webex-room-kit-regular::before {
|
|
12745
12745
|
content: "\fd33";
|
|
12746
12746
|
}
|
|
12747
12747
|
|
|
12748
|
-
.icon-webex-
|
|
12748
|
+
.icon-webex-share-bold::before {
|
|
12749
12749
|
content: "\fd34";
|
|
12750
12750
|
}
|
|
12751
12751
|
|
|
12752
|
-
.icon-webex-
|
|
12752
|
+
.icon-webex-share-light::before {
|
|
12753
12753
|
content: "\fd35";
|
|
12754
12754
|
}
|
|
12755
12755
|
|
|
12756
|
-
.icon-webex-
|
|
12756
|
+
.icon-webex-share-regular::before {
|
|
12757
12757
|
content: "\fd36";
|
|
12758
12758
|
}
|
|
12759
12759
|
|
|
12760
|
-
.icon-webex-teams-
|
|
12760
|
+
.icon-webex-teams-bold::before {
|
|
12761
12761
|
content: "\fd37";
|
|
12762
12762
|
}
|
|
12763
12763
|
|
|
12764
|
-
.icon-webex-teams-
|
|
12764
|
+
.icon-webex-teams-filled::before {
|
|
12765
12765
|
content: "\fd38";
|
|
12766
12766
|
}
|
|
12767
12767
|
|
|
12768
|
-
.icon-webex-teams-
|
|
12768
|
+
.icon-webex-teams-light::before {
|
|
12769
12769
|
content: "\fd39";
|
|
12770
12770
|
}
|
|
12771
12771
|
|
|
12772
|
-
.icon-webex-teams-
|
|
12772
|
+
.icon-webex-teams-new-bold::before {
|
|
12773
12773
|
content: "\fd3a";
|
|
12774
12774
|
}
|
|
12775
12775
|
|
|
12776
|
-
.icon-webex-teams-
|
|
12776
|
+
.icon-webex-teams-new-filled::before {
|
|
12777
12777
|
content: "\fd3b";
|
|
12778
12778
|
}
|
|
12779
12779
|
|
|
12780
|
-
.icon-webex-teams-
|
|
12780
|
+
.icon-webex-teams-new-light::before {
|
|
12781
12781
|
content: "\fd3c";
|
|
12782
12782
|
}
|
|
12783
12783
|
|
|
12784
|
-
.icon-webex-teams-
|
|
12784
|
+
.icon-webex-teams-new-regular::before {
|
|
12785
12785
|
content: "\fd3d";
|
|
12786
12786
|
}
|
|
12787
12787
|
|
|
12788
|
-
.icon-
|
|
12788
|
+
.icon-webex-teams-regular::before {
|
|
12789
12789
|
content: "\fd3e";
|
|
12790
12790
|
}
|
|
12791
12791
|
|
|
12792
|
-
.icon-
|
|
12792
|
+
.icon-webex-teams-remove-bold::before {
|
|
12793
12793
|
content: "\fd3f";
|
|
12794
12794
|
}
|
|
12795
12795
|
|
|
12796
|
-
.icon-
|
|
12796
|
+
.icon-webex-teams-remove-light::before {
|
|
12797
12797
|
content: "\fd40";
|
|
12798
12798
|
}
|
|
12799
12799
|
|
|
12800
|
-
.icon-
|
|
12800
|
+
.icon-webex-teams-remove-regular::before {
|
|
12801
12801
|
content: "\fd41";
|
|
12802
12802
|
}
|
|
12803
12803
|
|
|
12804
|
-
.icon-
|
|
12804
|
+
.icon-webhook-bold::before {
|
|
12805
12805
|
content: "\fd42";
|
|
12806
12806
|
}
|
|
12807
12807
|
|
|
12808
|
-
.icon-
|
|
12808
|
+
.icon-webhook-light::before {
|
|
12809
12809
|
content: "\fd43";
|
|
12810
12810
|
}
|
|
12811
12811
|
|
|
12812
|
-
.icon-
|
|
12812
|
+
.icon-webhook-regular::before {
|
|
12813
12813
|
content: "\fd44";
|
|
12814
12814
|
}
|
|
12815
12815
|
|
|
12816
|
-
.icon-
|
|
12816
|
+
.icon-webinar-bold::before {
|
|
12817
12817
|
content: "\fd45";
|
|
12818
12818
|
}
|
|
12819
12819
|
|
|
12820
|
-
.icon-
|
|
12820
|
+
.icon-webinar-filled::before {
|
|
12821
12821
|
content: "\fd46";
|
|
12822
12822
|
}
|
|
12823
12823
|
|
|
12824
|
-
.icon-
|
|
12824
|
+
.icon-webinar-light::before {
|
|
12825
12825
|
content: "\fd47";
|
|
12826
12826
|
}
|
|
12827
12827
|
|
|
12828
|
-
.icon-
|
|
12828
|
+
.icon-webinar-regular::before {
|
|
12829
12829
|
content: "\fd48";
|
|
12830
12830
|
}
|
|
12831
12831
|
|
|
12832
|
-
.icon-
|
|
12832
|
+
.icon-weekly-recurring-schedule-bold::before {
|
|
12833
12833
|
content: "\fd49";
|
|
12834
12834
|
}
|
|
12835
12835
|
|
|
12836
|
-
.icon-
|
|
12836
|
+
.icon-weekly-recurring-schedule-light::before {
|
|
12837
12837
|
content: "\fd4a";
|
|
12838
12838
|
}
|
|
12839
12839
|
|
|
12840
|
-
.icon-
|
|
12840
|
+
.icon-weekly-recurring-schedule-regular::before {
|
|
12841
12841
|
content: "\fd4b";
|
|
12842
12842
|
}
|
|
12843
12843
|
|
|
12844
|
-
.icon-whisper-
|
|
12844
|
+
.icon-whisper-announcement-bold::before {
|
|
12845
12845
|
content: "\fd4c";
|
|
12846
12846
|
}
|
|
12847
12847
|
|
|
12848
|
-
.icon-whisper-
|
|
12848
|
+
.icon-whisper-announcement-filled::before {
|
|
12849
12849
|
content: "\fd4d";
|
|
12850
12850
|
}
|
|
12851
12851
|
|
|
12852
|
-
.icon-whisper-
|
|
12852
|
+
.icon-whisper-announcement-light::before {
|
|
12853
12853
|
content: "\fd4e";
|
|
12854
12854
|
}
|
|
12855
12855
|
|
|
12856
|
-
.icon-whisper-
|
|
12856
|
+
.icon-whisper-announcement-regular::before {
|
|
12857
12857
|
content: "\fd4f";
|
|
12858
12858
|
}
|
|
12859
12859
|
|
|
12860
|
-
.icon-
|
|
12860
|
+
.icon-whisper-coach-bold::before {
|
|
12861
12861
|
content: "\fd50";
|
|
12862
12862
|
}
|
|
12863
12863
|
|
|
12864
|
-
.icon-
|
|
12864
|
+
.icon-whisper-coach-filled::before {
|
|
12865
12865
|
content: "\fd51";
|
|
12866
12866
|
}
|
|
12867
12867
|
|
|
12868
|
-
.icon-
|
|
12868
|
+
.icon-whisper-coach-light::before {
|
|
12869
12869
|
content: "\fd52";
|
|
12870
12870
|
}
|
|
12871
12871
|
|
|
12872
|
-
.icon-
|
|
12872
|
+
.icon-whisper-coach-regular::before {
|
|
12873
12873
|
content: "\fd53";
|
|
12874
12874
|
}
|
|
12875
12875
|
|
|
12876
|
-
.icon-whiteboard-
|
|
12876
|
+
.icon-whiteboard-bold::before {
|
|
12877
12877
|
content: "\fd54";
|
|
12878
12878
|
}
|
|
12879
12879
|
|
|
12880
|
-
.icon-whiteboard-
|
|
12880
|
+
.icon-whiteboard-content-bold::before {
|
|
12881
12881
|
content: "\fd55";
|
|
12882
12882
|
}
|
|
12883
12883
|
|
|
12884
|
-
.icon-whiteboard-
|
|
12884
|
+
.icon-whiteboard-content-filled::before {
|
|
12885
12885
|
content: "\fd56";
|
|
12886
12886
|
}
|
|
12887
12887
|
|
|
12888
|
-
.icon-whiteboard-
|
|
12888
|
+
.icon-whiteboard-content-light::before {
|
|
12889
12889
|
content: "\fd57";
|
|
12890
12890
|
}
|
|
12891
12891
|
|
|
12892
|
-
.icon-
|
|
12892
|
+
.icon-whiteboard-content-regular::before {
|
|
12893
12893
|
content: "\fd58";
|
|
12894
12894
|
}
|
|
12895
12895
|
|
|
12896
|
-
.icon-
|
|
12896
|
+
.icon-whiteboard-filled::before {
|
|
12897
12897
|
content: "\fd59";
|
|
12898
12898
|
}
|
|
12899
12899
|
|
|
12900
|
-
.icon-
|
|
12900
|
+
.icon-whiteboard-light::before {
|
|
12901
12901
|
content: "\fd5a";
|
|
12902
12902
|
}
|
|
12903
12903
|
|
|
12904
|
-
.icon-
|
|
12904
|
+
.icon-whiteboard-regular::before {
|
|
12905
12905
|
content: "\fd5b";
|
|
12906
12906
|
}
|
|
12907
12907
|
|
|
12908
|
-
.icon-
|
|
12908
|
+
.icon-widget-bold::before {
|
|
12909
12909
|
content: "\fd5c";
|
|
12910
12910
|
}
|
|
12911
12911
|
|
|
12912
|
-
.icon-
|
|
12912
|
+
.icon-widget-filled::before {
|
|
12913
12913
|
content: "\fd5d";
|
|
12914
12914
|
}
|
|
12915
12915
|
|
|
12916
|
-
.icon-
|
|
12916
|
+
.icon-widget-light::before {
|
|
12917
12917
|
content: "\fd5e";
|
|
12918
12918
|
}
|
|
12919
12919
|
|
|
12920
|
-
.icon-
|
|
12920
|
+
.icon-widget-regular::before {
|
|
12921
12921
|
content: "\fd5f";
|
|
12922
12922
|
}
|
|
12923
12923
|
|
|
12924
|
-
.icon-wifi-
|
|
12924
|
+
.icon-wifi-bold::before {
|
|
12925
12925
|
content: "\fd60";
|
|
12926
12926
|
}
|
|
12927
12927
|
|
|
12928
|
-
.icon-wifi-
|
|
12928
|
+
.icon-wifi-error-bold::before {
|
|
12929
12929
|
content: "\fd61";
|
|
12930
12930
|
}
|
|
12931
12931
|
|
|
12932
|
-
.icon-wifi-
|
|
12932
|
+
.icon-wifi-error-light::before {
|
|
12933
12933
|
content: "\fd62";
|
|
12934
12934
|
}
|
|
12935
12935
|
|
|
12936
|
-
.icon-wifi-
|
|
12936
|
+
.icon-wifi-error-regular::before {
|
|
12937
12937
|
content: "\fd63";
|
|
12938
12938
|
}
|
|
12939
12939
|
|
|
12940
|
-
.icon-wifi-
|
|
12940
|
+
.icon-wifi-light::before {
|
|
12941
12941
|
content: "\fd64";
|
|
12942
12942
|
}
|
|
12943
12943
|
|
|
12944
|
-
.icon-wifi-
|
|
12944
|
+
.icon-wifi-regular::before {
|
|
12945
12945
|
content: "\fd65";
|
|
12946
12946
|
}
|
|
12947
12947
|
|
|
12948
|
-
.icon-wifi-signal-
|
|
12948
|
+
.icon-wifi-signal-good-bold::before {
|
|
12949
12949
|
content: "\fd66";
|
|
12950
12950
|
}
|
|
12951
12951
|
|
|
12952
|
-
.icon-wifi-signal-
|
|
12952
|
+
.icon-wifi-signal-good-light::before {
|
|
12953
12953
|
content: "\fd67";
|
|
12954
12954
|
}
|
|
12955
12955
|
|
|
12956
|
-
.icon-wifi-signal-
|
|
12956
|
+
.icon-wifi-signal-good-regular::before {
|
|
12957
12957
|
content: "\fd68";
|
|
12958
12958
|
}
|
|
12959
12959
|
|
|
12960
|
-
.icon-wifi-signal-
|
|
12960
|
+
.icon-wifi-signal-poor-bold::before {
|
|
12961
12961
|
content: "\fd69";
|
|
12962
12962
|
}
|
|
12963
12963
|
|
|
12964
|
-
.icon-wifi-signal-
|
|
12964
|
+
.icon-wifi-signal-poor-light::before {
|
|
12965
12965
|
content: "\fd6a";
|
|
12966
12966
|
}
|
|
12967
12967
|
|
|
12968
|
-
.icon-
|
|
12968
|
+
.icon-wifi-signal-poor-regular::before {
|
|
12969
12969
|
content: "\fd6b";
|
|
12970
12970
|
}
|
|
12971
12971
|
|
|
12972
|
-
.icon-
|
|
12972
|
+
.icon-wifi-signal-unstable-bold::before {
|
|
12973
12973
|
content: "\fd6c";
|
|
12974
12974
|
}
|
|
12975
12975
|
|
|
12976
|
-
.icon-
|
|
12976
|
+
.icon-wifi-signal-unstable-light::before {
|
|
12977
12977
|
content: "\fd6d";
|
|
12978
12978
|
}
|
|
12979
12979
|
|
|
12980
|
-
.icon-
|
|
12980
|
+
.icon-wifi-signal-unstable-regular::before {
|
|
12981
12981
|
content: "\fd6e";
|
|
12982
12982
|
}
|
|
12983
12983
|
|
|
12984
|
-
.icon-window-
|
|
12984
|
+
.icon-window-corner-scrub-bold::before {
|
|
12985
12985
|
content: "\fd6f";
|
|
12986
12986
|
}
|
|
12987
12987
|
|
|
12988
|
-
.icon-window-
|
|
12988
|
+
.icon-window-corner-scrub-light::before {
|
|
12989
12989
|
content: "\fd70";
|
|
12990
12990
|
}
|
|
12991
12991
|
|
|
12992
|
-
.icon-window-
|
|
12992
|
+
.icon-window-corner-scrub-regular::before {
|
|
12993
12993
|
content: "\fd71";
|
|
12994
12994
|
}
|
|
12995
12995
|
|
|
12996
|
-
.icon-window-
|
|
12996
|
+
.icon-window-right-corner-scrub-bold::before {
|
|
12997
12997
|
content: "\fd72";
|
|
12998
12998
|
}
|
|
12999
12999
|
|
|
13000
|
-
.icon-window-
|
|
13000
|
+
.icon-window-right-corner-scrub-light::before {
|
|
13001
13001
|
content: "\fd73";
|
|
13002
13002
|
}
|
|
13003
13003
|
|
|
13004
|
-
.icon-
|
|
13004
|
+
.icon-window-right-corner-scrub-regular::before {
|
|
13005
13005
|
content: "\fd74";
|
|
13006
13006
|
}
|
|
13007
13007
|
|
|
13008
|
-
.icon-
|
|
13008
|
+
.icon-window-vertical-scrub-bold::before {
|
|
13009
13009
|
content: "\fd75";
|
|
13010
13010
|
}
|
|
13011
13011
|
|
|
13012
|
-
.icon-
|
|
13012
|
+
.icon-window-vertical-scrub-light::before {
|
|
13013
13013
|
content: "\fd76";
|
|
13014
13014
|
}
|
|
13015
13015
|
|
|
13016
|
-
.icon-
|
|
13016
|
+
.icon-window-vertical-scrub-regular::before {
|
|
13017
13017
|
content: "\fd77";
|
|
13018
13018
|
}
|
|
13019
13019
|
|
|
13020
|
-
.icon-
|
|
13020
|
+
.icon-workflow-deployments-bold::before {
|
|
13021
13021
|
content: "\fd78";
|
|
13022
13022
|
}
|
|
13023
13023
|
|
|
13024
|
-
.icon-
|
|
13024
|
+
.icon-workflow-deployments-filled::before {
|
|
13025
13025
|
content: "\fd79";
|
|
13026
13026
|
}
|
|
13027
13027
|
|
|
13028
|
-
.icon-
|
|
13028
|
+
.icon-workflow-deployments-light::before {
|
|
13029
13029
|
content: "\fd7a";
|
|
13030
13030
|
}
|
|
13031
13031
|
|
|
13032
|
-
.icon-
|
|
13032
|
+
.icon-workflow-deployments-regular::before {
|
|
13033
13033
|
content: "\fd7b";
|
|
13034
13034
|
}
|
|
13035
13035
|
|
|
13036
|
-
.icon-
|
|
13036
|
+
.icon-workphone-bold::before {
|
|
13037
13037
|
content: "\fd7c";
|
|
13038
13038
|
}
|
|
13039
13039
|
|
|
13040
|
-
.icon-
|
|
13040
|
+
.icon-workphone-light::before {
|
|
13041
13041
|
content: "\fd7d";
|
|
13042
13042
|
}
|
|
13043
13043
|
|
|
13044
|
-
.icon-
|
|
13044
|
+
.icon-workphone-regular::before {
|
|
13045
13045
|
content: "\fd7e";
|
|
13046
13046
|
}
|
|
13047
13047
|
|
|
13048
|
-
.icon-zoom-
|
|
13048
|
+
.icon-zoom-in-bold::before {
|
|
13049
13049
|
content: "\fd7f";
|
|
13050
13050
|
}
|
|
13051
13051
|
|
|
13052
|
-
.icon-zoom-
|
|
13052
|
+
.icon-zoom-in-light::before {
|
|
13053
13053
|
content: "\fd80";
|
|
13054
13054
|
}
|
|
13055
13055
|
|
|
13056
|
+
.icon-zoom-in-regular::before {
|
|
13057
|
+
content: "\fd81";
|
|
13058
|
+
}
|
|
13059
|
+
|
|
13060
|
+
.icon-zoom-out-bold::before {
|
|
13061
|
+
content: "\fd82";
|
|
13062
|
+
}
|
|
13063
|
+
|
|
13064
|
+
.icon-zoom-out-light::before {
|
|
13065
|
+
content: "\fd83";
|
|
13066
|
+
}
|
|
13067
|
+
|
|
13068
|
+
.icon-zoom-out-regular::before {
|
|
13069
|
+
content: "\fd84";
|
|
13070
|
+
}
|
|
13071
|
+
|