@momentum-design/icons 0.28.2 → 0.29.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 +592 -576
- package/dist/data/MomentumFontIcons.min.css +1 -1
- package/dist/data/MomentumIconsType.swift +588 -576
- package/dist/data/scss/icons.scss +580 -576
- package/dist/data/scss/mixins.scss +580 -576
- package/dist/data/scss/placeholders.scss +580 -576
- package/dist/data/scss/variables.scss +580 -576
- package/dist/fonts/MomentumFontIcon.svg +588 -576
- 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 +1180 -1152
- package/dist/manifest.json +4 -0
- package/dist/svg/side-panel-bold.svg +1 -0
- package/dist/svg/side-panel-filled.svg +1 -0
- package/dist/svg/side-panel-light.svg +1 -0
- package/dist/svg/side-panel-regular.svg +1 -0
- package/dist/ts/side-panel-bold.ts +6 -0
- package/dist/ts/side-panel-filled.ts +6 -0
- package/dist/ts/side-panel-light.ts +6 -0
- package/dist/ts/side-panel-regular.ts +6 -0
- package/package.json +1 -1
|
@@ -9885,2307 +9885,2323 @@
|
|
|
9885
9885
|
content: "\fa68";
|
|
9886
9886
|
}
|
|
9887
9887
|
|
|
9888
|
-
.icon-
|
|
9888
|
+
.icon-side-panel-bold::before {
|
|
9889
9889
|
content: "\fa69";
|
|
9890
9890
|
}
|
|
9891
9891
|
|
|
9892
|
-
.icon-
|
|
9892
|
+
.icon-side-panel-filled::before {
|
|
9893
9893
|
content: "\fa6a";
|
|
9894
9894
|
}
|
|
9895
9895
|
|
|
9896
|
-
.icon-
|
|
9896
|
+
.icon-side-panel-light::before {
|
|
9897
9897
|
content: "\fa6b";
|
|
9898
9898
|
}
|
|
9899
9899
|
|
|
9900
|
-
.icon-
|
|
9900
|
+
.icon-side-panel-regular::before {
|
|
9901
9901
|
content: "\fa6c";
|
|
9902
9902
|
}
|
|
9903
9903
|
|
|
9904
|
-
.icon-sign-in-
|
|
9904
|
+
.icon-sign-in-bold::before {
|
|
9905
9905
|
content: "\fa6d";
|
|
9906
9906
|
}
|
|
9907
9907
|
|
|
9908
|
-
.icon-sign-in-
|
|
9908
|
+
.icon-sign-in-filled::before {
|
|
9909
9909
|
content: "\fa6e";
|
|
9910
9910
|
}
|
|
9911
9911
|
|
|
9912
|
-
.icon-sign-in-
|
|
9912
|
+
.icon-sign-in-forced-bold::before {
|
|
9913
9913
|
content: "\fa6f";
|
|
9914
9914
|
}
|
|
9915
9915
|
|
|
9916
|
-
.icon-sign-
|
|
9916
|
+
.icon-sign-in-forced-light::before {
|
|
9917
9917
|
content: "\fa70";
|
|
9918
9918
|
}
|
|
9919
9919
|
|
|
9920
|
-
.icon-sign-
|
|
9920
|
+
.icon-sign-in-forced-regular::before {
|
|
9921
9921
|
content: "\fa71";
|
|
9922
9922
|
}
|
|
9923
9923
|
|
|
9924
|
-
.icon-sign-
|
|
9924
|
+
.icon-sign-in-light::before {
|
|
9925
9925
|
content: "\fa72";
|
|
9926
9926
|
}
|
|
9927
9927
|
|
|
9928
|
-
.icon-sign-
|
|
9928
|
+
.icon-sign-in-regular::before {
|
|
9929
9929
|
content: "\fa73";
|
|
9930
9930
|
}
|
|
9931
9931
|
|
|
9932
|
-
.icon-sign-
|
|
9932
|
+
.icon-sign-lang-int-bold::before {
|
|
9933
9933
|
content: "\fa74";
|
|
9934
9934
|
}
|
|
9935
9935
|
|
|
9936
|
-
.icon-sign-
|
|
9936
|
+
.icon-sign-lang-int-light::before {
|
|
9937
9937
|
content: "\fa75";
|
|
9938
9938
|
}
|
|
9939
9939
|
|
|
9940
|
-
.icon-
|
|
9940
|
+
.icon-sign-lang-int-regular::before {
|
|
9941
9941
|
content: "\fa76";
|
|
9942
9942
|
}
|
|
9943
9943
|
|
|
9944
|
-
.icon-
|
|
9944
|
+
.icon-sign-out-bold::before {
|
|
9945
9945
|
content: "\fa77";
|
|
9946
9946
|
}
|
|
9947
9947
|
|
|
9948
|
-
.icon-
|
|
9948
|
+
.icon-sign-out-light::before {
|
|
9949
9949
|
content: "\fa78";
|
|
9950
9950
|
}
|
|
9951
9951
|
|
|
9952
|
-
.icon-
|
|
9952
|
+
.icon-sign-out-regular::before {
|
|
9953
9953
|
content: "\fa79";
|
|
9954
9954
|
}
|
|
9955
9955
|
|
|
9956
|
-
.icon-signal-
|
|
9956
|
+
.icon-signal-four-bold::before {
|
|
9957
9957
|
content: "\fa7a";
|
|
9958
9958
|
}
|
|
9959
9959
|
|
|
9960
|
-
.icon-signal-
|
|
9960
|
+
.icon-signal-four-light::before {
|
|
9961
9961
|
content: "\fa7b";
|
|
9962
9962
|
}
|
|
9963
9963
|
|
|
9964
|
-
.icon-signal-
|
|
9964
|
+
.icon-signal-four-regular::before {
|
|
9965
9965
|
content: "\fa7c";
|
|
9966
9966
|
}
|
|
9967
9967
|
|
|
9968
|
-
.icon-signal-
|
|
9968
|
+
.icon-signal-one-bold::before {
|
|
9969
9969
|
content: "\fa7d";
|
|
9970
9970
|
}
|
|
9971
9971
|
|
|
9972
|
-
.icon-signal-
|
|
9972
|
+
.icon-signal-one-light::before {
|
|
9973
9973
|
content: "\fa7e";
|
|
9974
9974
|
}
|
|
9975
9975
|
|
|
9976
|
-
.icon-signal-
|
|
9976
|
+
.icon-signal-one-regular::before {
|
|
9977
9977
|
content: "\fa7f";
|
|
9978
9978
|
}
|
|
9979
9979
|
|
|
9980
|
-
.icon-signal-
|
|
9980
|
+
.icon-signal-three-bold::before {
|
|
9981
9981
|
content: "\fa80";
|
|
9982
9982
|
}
|
|
9983
9983
|
|
|
9984
|
-
.icon-signal-
|
|
9984
|
+
.icon-signal-three-light::before {
|
|
9985
9985
|
content: "\fa81";
|
|
9986
9986
|
}
|
|
9987
9987
|
|
|
9988
|
-
.icon-signal-
|
|
9988
|
+
.icon-signal-three-regular::before {
|
|
9989
9989
|
content: "\fa82";
|
|
9990
9990
|
}
|
|
9991
9991
|
|
|
9992
|
-
.icon-signal-
|
|
9992
|
+
.icon-signal-two-bold::before {
|
|
9993
9993
|
content: "\fa83";
|
|
9994
9994
|
}
|
|
9995
9995
|
|
|
9996
|
-
.icon-signal-
|
|
9996
|
+
.icon-signal-two-light::before {
|
|
9997
9997
|
content: "\fa84";
|
|
9998
9998
|
}
|
|
9999
9999
|
|
|
10000
|
-
.icon-
|
|
10000
|
+
.icon-signal-two-regular::before {
|
|
10001
10001
|
content: "\fa85";
|
|
10002
10002
|
}
|
|
10003
10003
|
|
|
10004
|
-
.icon-
|
|
10004
|
+
.icon-signal-zero-bold::before {
|
|
10005
10005
|
content: "\fa86";
|
|
10006
10006
|
}
|
|
10007
10007
|
|
|
10008
|
-
.icon-
|
|
10008
|
+
.icon-signal-zero-light::before {
|
|
10009
10009
|
content: "\fa87";
|
|
10010
10010
|
}
|
|
10011
10011
|
|
|
10012
|
-
.icon-
|
|
10012
|
+
.icon-signal-zero-regular::before {
|
|
10013
10013
|
content: "\fa88";
|
|
10014
10014
|
}
|
|
10015
10015
|
|
|
10016
|
-
.icon-
|
|
10016
|
+
.icon-simple-promotion-bold::before {
|
|
10017
10017
|
content: "\fa89";
|
|
10018
10018
|
}
|
|
10019
10019
|
|
|
10020
|
-
.icon-
|
|
10020
|
+
.icon-simple-promotion-light::before {
|
|
10021
10021
|
content: "\fa8a";
|
|
10022
10022
|
}
|
|
10023
10023
|
|
|
10024
|
-
.icon-
|
|
10024
|
+
.icon-simple-promotion-regular::before {
|
|
10025
10025
|
content: "\fa8b";
|
|
10026
10026
|
}
|
|
10027
10027
|
|
|
10028
|
-
.icon-
|
|
10028
|
+
.icon-single-number-reach-bold::before {
|
|
10029
10029
|
content: "\fa8c";
|
|
10030
10030
|
}
|
|
10031
10031
|
|
|
10032
|
-
.icon-
|
|
10032
|
+
.icon-single-number-reach-light::before {
|
|
10033
10033
|
content: "\fa8d";
|
|
10034
10034
|
}
|
|
10035
10035
|
|
|
10036
|
-
.icon-
|
|
10036
|
+
.icon-single-number-reach-regular::before {
|
|
10037
10037
|
content: "\fa8e";
|
|
10038
10038
|
}
|
|
10039
10039
|
|
|
10040
|
-
.icon-
|
|
10040
|
+
.icon-sip-registration-in-progress-bold::before {
|
|
10041
10041
|
content: "\fa8f";
|
|
10042
10042
|
}
|
|
10043
10043
|
|
|
10044
|
-
.icon-
|
|
10044
|
+
.icon-sip-registration-in-progress-filled::before {
|
|
10045
10045
|
content: "\fa90";
|
|
10046
10046
|
}
|
|
10047
10047
|
|
|
10048
|
-
.icon-
|
|
10048
|
+
.icon-sip-registration-in-progress-light::before {
|
|
10049
10049
|
content: "\fa91";
|
|
10050
10050
|
}
|
|
10051
10051
|
|
|
10052
|
-
.icon-
|
|
10052
|
+
.icon-sip-registration-in-progress-regular::before {
|
|
10053
10053
|
content: "\fa92";
|
|
10054
10054
|
}
|
|
10055
10055
|
|
|
10056
|
-
.icon-skip-
|
|
10056
|
+
.icon-skip-bold::before {
|
|
10057
10057
|
content: "\fa93";
|
|
10058
10058
|
}
|
|
10059
10059
|
|
|
10060
|
-
.icon-skip-
|
|
10060
|
+
.icon-skip-bw-bold::before {
|
|
10061
10061
|
content: "\fa94";
|
|
10062
10062
|
}
|
|
10063
10063
|
|
|
10064
|
-
.icon-skip-
|
|
10064
|
+
.icon-skip-bw-filled::before {
|
|
10065
10065
|
content: "\fa95";
|
|
10066
10066
|
}
|
|
10067
10067
|
|
|
10068
|
-
.icon-skip-
|
|
10068
|
+
.icon-skip-bw-light::before {
|
|
10069
10069
|
content: "\fa96";
|
|
10070
10070
|
}
|
|
10071
10071
|
|
|
10072
|
-
.icon-skip-
|
|
10072
|
+
.icon-skip-bw-regular::before {
|
|
10073
10073
|
content: "\fa97";
|
|
10074
10074
|
}
|
|
10075
10075
|
|
|
10076
|
-
.icon-skip-
|
|
10076
|
+
.icon-skip-fw-bold::before {
|
|
10077
10077
|
content: "\fa98";
|
|
10078
10078
|
}
|
|
10079
10079
|
|
|
10080
|
-
.icon-skip-
|
|
10080
|
+
.icon-skip-fw-filled::before {
|
|
10081
10081
|
content: "\fa99";
|
|
10082
10082
|
}
|
|
10083
10083
|
|
|
10084
|
-
.icon-
|
|
10084
|
+
.icon-skip-fw-light::before {
|
|
10085
10085
|
content: "\fa9a";
|
|
10086
10086
|
}
|
|
10087
10087
|
|
|
10088
|
-
.icon-
|
|
10088
|
+
.icon-skip-fw-regular::before {
|
|
10089
10089
|
content: "\fa9b";
|
|
10090
10090
|
}
|
|
10091
10091
|
|
|
10092
|
-
.icon-
|
|
10092
|
+
.icon-skip-light::before {
|
|
10093
10093
|
content: "\fa9c";
|
|
10094
10094
|
}
|
|
10095
10095
|
|
|
10096
|
-
.icon-
|
|
10096
|
+
.icon-skip-regular::before {
|
|
10097
10097
|
content: "\fa9d";
|
|
10098
10098
|
}
|
|
10099
10099
|
|
|
10100
|
-
.icon-
|
|
10100
|
+
.icon-smart-audio-bold::before {
|
|
10101
10101
|
content: "\fa9e";
|
|
10102
10102
|
}
|
|
10103
10103
|
|
|
10104
|
-
.icon-
|
|
10104
|
+
.icon-smart-audio-light::before {
|
|
10105
10105
|
content: "\fa9f";
|
|
10106
10106
|
}
|
|
10107
10107
|
|
|
10108
|
-
.icon-
|
|
10108
|
+
.icon-smart-audio-regular::before {
|
|
10109
10109
|
content: "\faa0";
|
|
10110
10110
|
}
|
|
10111
10111
|
|
|
10112
|
-
.icon-sms-
|
|
10112
|
+
.icon-sms-filled::before {
|
|
10113
10113
|
content: "\faa1";
|
|
10114
10114
|
}
|
|
10115
10115
|
|
|
10116
|
-
.icon-sms-
|
|
10116
|
+
.icon-sms-inbound-bold::before {
|
|
10117
10117
|
content: "\faa2";
|
|
10118
10118
|
}
|
|
10119
10119
|
|
|
10120
|
-
.icon-sms-
|
|
10120
|
+
.icon-sms-inbound-light::before {
|
|
10121
10121
|
content: "\faa3";
|
|
10122
10122
|
}
|
|
10123
10123
|
|
|
10124
|
-
.icon-sms-
|
|
10124
|
+
.icon-sms-inbound-regular::before {
|
|
10125
10125
|
content: "\faa4";
|
|
10126
10126
|
}
|
|
10127
10127
|
|
|
10128
|
-
.icon-sms-
|
|
10128
|
+
.icon-sms-message-bold::before {
|
|
10129
10129
|
content: "\faa5";
|
|
10130
10130
|
}
|
|
10131
10131
|
|
|
10132
|
-
.icon-sms-
|
|
10132
|
+
.icon-sms-message-filled::before {
|
|
10133
10133
|
content: "\faa6";
|
|
10134
10134
|
}
|
|
10135
10135
|
|
|
10136
|
-
.icon-sms-
|
|
10136
|
+
.icon-sms-message-light::before {
|
|
10137
10137
|
content: "\faa7";
|
|
10138
10138
|
}
|
|
10139
10139
|
|
|
10140
|
-
.icon-sms-
|
|
10140
|
+
.icon-sms-message-regular::before {
|
|
10141
10141
|
content: "\faa8";
|
|
10142
10142
|
}
|
|
10143
10143
|
|
|
10144
|
-
.icon-
|
|
10144
|
+
.icon-sms-outgoing-filled::before {
|
|
10145
10145
|
content: "\faa9";
|
|
10146
10146
|
}
|
|
10147
10147
|
|
|
10148
|
-
.icon-
|
|
10148
|
+
.icon-sms-unread-bold::before {
|
|
10149
10149
|
content: "\faaa";
|
|
10150
10150
|
}
|
|
10151
10151
|
|
|
10152
|
-
.icon-
|
|
10152
|
+
.icon-sms-unread-light::before {
|
|
10153
10153
|
content: "\faab";
|
|
10154
10154
|
}
|
|
10155
10155
|
|
|
10156
|
-
.icon-
|
|
10156
|
+
.icon-sms-unread-regular::before {
|
|
10157
10157
|
content: "\faac";
|
|
10158
10158
|
}
|
|
10159
10159
|
|
|
10160
|
-
.icon-sort-
|
|
10160
|
+
.icon-sort-ascending-bold::before {
|
|
10161
10161
|
content: "\faad";
|
|
10162
10162
|
}
|
|
10163
10163
|
|
|
10164
|
-
.icon-sort-
|
|
10164
|
+
.icon-sort-ascending-light::before {
|
|
10165
10165
|
content: "\faae";
|
|
10166
10166
|
}
|
|
10167
10167
|
|
|
10168
|
-
.icon-
|
|
10168
|
+
.icon-sort-ascending-regular::before {
|
|
10169
10169
|
content: "\faaf";
|
|
10170
10170
|
}
|
|
10171
10171
|
|
|
10172
|
-
.icon-
|
|
10172
|
+
.icon-sort-descending-bold::before {
|
|
10173
10173
|
content: "\fab0";
|
|
10174
10174
|
}
|
|
10175
10175
|
|
|
10176
|
-
.icon-
|
|
10176
|
+
.icon-sort-descending-light::before {
|
|
10177
10177
|
content: "\fab1";
|
|
10178
10178
|
}
|
|
10179
10179
|
|
|
10180
|
-
.icon-
|
|
10180
|
+
.icon-sort-descending-regular::before {
|
|
10181
10181
|
content: "\fab2";
|
|
10182
10182
|
}
|
|
10183
10183
|
|
|
10184
|
-
.icon-
|
|
10184
|
+
.icon-sound-default-bold::before {
|
|
10185
10185
|
content: "\fab3";
|
|
10186
10186
|
}
|
|
10187
10187
|
|
|
10188
|
-
.icon-
|
|
10188
|
+
.icon-sound-default-light::before {
|
|
10189
10189
|
content: "\fab4";
|
|
10190
10190
|
}
|
|
10191
10191
|
|
|
10192
|
-
.icon-
|
|
10192
|
+
.icon-sound-default-regular::before {
|
|
10193
10193
|
content: "\fab5";
|
|
10194
10194
|
}
|
|
10195
10195
|
|
|
10196
|
-
.icon-
|
|
10196
|
+
.icon-sparkle-bold::before {
|
|
10197
10197
|
content: "\fab6";
|
|
10198
10198
|
}
|
|
10199
10199
|
|
|
10200
|
-
.icon-
|
|
10200
|
+
.icon-sparkle-filled::before {
|
|
10201
10201
|
content: "\fab7";
|
|
10202
10202
|
}
|
|
10203
10203
|
|
|
10204
|
-
.icon-
|
|
10204
|
+
.icon-sparkle-light::before {
|
|
10205
10205
|
content: "\fab8";
|
|
10206
10206
|
}
|
|
10207
10207
|
|
|
10208
|
-
.icon-
|
|
10208
|
+
.icon-sparkle-regular::before {
|
|
10209
10209
|
content: "\fab9";
|
|
10210
10210
|
}
|
|
10211
10211
|
|
|
10212
|
-
.icon-speaker-
|
|
10212
|
+
.icon-speaker-bold::before {
|
|
10213
10213
|
content: "\faba";
|
|
10214
10214
|
}
|
|
10215
10215
|
|
|
10216
|
-
.icon-speaker-
|
|
10216
|
+
.icon-speaker-disconnected-bold::before {
|
|
10217
10217
|
content: "\fabb";
|
|
10218
10218
|
}
|
|
10219
10219
|
|
|
10220
|
-
.icon-speaker-
|
|
10220
|
+
.icon-speaker-disconnected-filled::before {
|
|
10221
10221
|
content: "\fabc";
|
|
10222
10222
|
}
|
|
10223
10223
|
|
|
10224
|
-
.icon-speaker-
|
|
10224
|
+
.icon-speaker-disconnected-light::before {
|
|
10225
10225
|
content: "\fabd";
|
|
10226
10226
|
}
|
|
10227
10227
|
|
|
10228
|
-
.icon-speaker-
|
|
10228
|
+
.icon-speaker-disconnected-regular::before {
|
|
10229
10229
|
content: "\fabe";
|
|
10230
10230
|
}
|
|
10231
10231
|
|
|
10232
|
-
.icon-speaker-
|
|
10232
|
+
.icon-speaker-filled::before {
|
|
10233
10233
|
content: "\fabf";
|
|
10234
10234
|
}
|
|
10235
10235
|
|
|
10236
|
-
.icon-speaker-
|
|
10236
|
+
.icon-speaker-light::before {
|
|
10237
10237
|
content: "\fac0";
|
|
10238
10238
|
}
|
|
10239
10239
|
|
|
10240
|
-
.icon-speaker-
|
|
10240
|
+
.icon-speaker-muted-bold::before {
|
|
10241
10241
|
content: "\fac1";
|
|
10242
10242
|
}
|
|
10243
10243
|
|
|
10244
|
-
.icon-speaker-
|
|
10244
|
+
.icon-speaker-muted-filled::before {
|
|
10245
10245
|
content: "\fac2";
|
|
10246
10246
|
}
|
|
10247
10247
|
|
|
10248
|
-
.icon-speaker-
|
|
10248
|
+
.icon-speaker-muted-light::before {
|
|
10249
10249
|
content: "\fac3";
|
|
10250
10250
|
}
|
|
10251
10251
|
|
|
10252
|
-
.icon-speaker-
|
|
10252
|
+
.icon-speaker-muted-regular::before {
|
|
10253
10253
|
content: "\fac4";
|
|
10254
10254
|
}
|
|
10255
10255
|
|
|
10256
|
-
.icon-speaker-
|
|
10256
|
+
.icon-speaker-off-bold::before {
|
|
10257
10257
|
content: "\fac5";
|
|
10258
10258
|
}
|
|
10259
10259
|
|
|
10260
|
-
.icon-speaker-
|
|
10260
|
+
.icon-speaker-off-filled::before {
|
|
10261
10261
|
content: "\fac6";
|
|
10262
10262
|
}
|
|
10263
10263
|
|
|
10264
|
-
.icon-speaker-
|
|
10264
|
+
.icon-speaker-off-light::before {
|
|
10265
10265
|
content: "\fac7";
|
|
10266
10266
|
}
|
|
10267
10267
|
|
|
10268
|
-
.icon-speaker-regular::before {
|
|
10268
|
+
.icon-speaker-off-regular::before {
|
|
10269
10269
|
content: "\fac8";
|
|
10270
10270
|
}
|
|
10271
10271
|
|
|
10272
|
-
.icon-speaker-
|
|
10272
|
+
.icon-speaker-on-bold::before {
|
|
10273
10273
|
content: "\fac9";
|
|
10274
10274
|
}
|
|
10275
10275
|
|
|
10276
|
-
.icon-speaker-
|
|
10276
|
+
.icon-speaker-on-light::before {
|
|
10277
10277
|
content: "\faca";
|
|
10278
10278
|
}
|
|
10279
10279
|
|
|
10280
|
-
.icon-speaker-
|
|
10280
|
+
.icon-speaker-on-regular::before {
|
|
10281
10281
|
content: "\facb";
|
|
10282
10282
|
}
|
|
10283
10283
|
|
|
10284
|
-
.icon-speaker-
|
|
10284
|
+
.icon-speaker-regular::before {
|
|
10285
10285
|
content: "\facc";
|
|
10286
10286
|
}
|
|
10287
10287
|
|
|
10288
|
-
.icon-speaker-turn-
|
|
10288
|
+
.icon-speaker-turn-down-bold::before {
|
|
10289
10289
|
content: "\facd";
|
|
10290
10290
|
}
|
|
10291
10291
|
|
|
10292
|
-
.icon-speaker-turn-
|
|
10292
|
+
.icon-speaker-turn-down-filled::before {
|
|
10293
10293
|
content: "\face";
|
|
10294
10294
|
}
|
|
10295
10295
|
|
|
10296
|
-
.icon-speaker-turn-
|
|
10296
|
+
.icon-speaker-turn-down-light::before {
|
|
10297
10297
|
content: "\facf";
|
|
10298
10298
|
}
|
|
10299
10299
|
|
|
10300
|
-
.icon-speaker-turn-
|
|
10300
|
+
.icon-speaker-turn-down-regular::before {
|
|
10301
10301
|
content: "\fad0";
|
|
10302
10302
|
}
|
|
10303
10303
|
|
|
10304
|
-
.icon-
|
|
10304
|
+
.icon-speaker-turn-up-bold::before {
|
|
10305
10305
|
content: "\fad1";
|
|
10306
10306
|
}
|
|
10307
10307
|
|
|
10308
|
-
.icon-
|
|
10308
|
+
.icon-speaker-turn-up-filled::before {
|
|
10309
10309
|
content: "\fad2";
|
|
10310
10310
|
}
|
|
10311
10311
|
|
|
10312
|
-
.icon-
|
|
10312
|
+
.icon-speaker-turn-up-light::before {
|
|
10313
10313
|
content: "\fad3";
|
|
10314
10314
|
}
|
|
10315
10315
|
|
|
10316
|
-
.icon-
|
|
10316
|
+
.icon-speaker-turn-up-regular::before {
|
|
10317
10317
|
content: "\fad4";
|
|
10318
10318
|
}
|
|
10319
10319
|
|
|
10320
|
-
.icon-
|
|
10320
|
+
.icon-speed-dial-bold::before {
|
|
10321
10321
|
content: "\fad5";
|
|
10322
10322
|
}
|
|
10323
10323
|
|
|
10324
|
-
.icon-
|
|
10324
|
+
.icon-speed-dial-filled::before {
|
|
10325
10325
|
content: "\fad6";
|
|
10326
10326
|
}
|
|
10327
10327
|
|
|
10328
|
-
.icon-
|
|
10328
|
+
.icon-speed-dial-light::before {
|
|
10329
10329
|
content: "\fad7";
|
|
10330
10330
|
}
|
|
10331
10331
|
|
|
10332
|
-
.icon-
|
|
10332
|
+
.icon-speed-dial-regular::before {
|
|
10333
10333
|
content: "\fad8";
|
|
10334
10334
|
}
|
|
10335
10335
|
|
|
10336
|
-
.icon-
|
|
10336
|
+
.icon-spell-checker-bold::before {
|
|
10337
10337
|
content: "\fad9";
|
|
10338
10338
|
}
|
|
10339
10339
|
|
|
10340
|
-
.icon-
|
|
10340
|
+
.icon-spell-checker-light::before {
|
|
10341
10341
|
content: "\fada";
|
|
10342
10342
|
}
|
|
10343
10343
|
|
|
10344
|
-
.icon-
|
|
10344
|
+
.icon-spell-checker-regular::before {
|
|
10345
10345
|
content: "\fadb";
|
|
10346
10346
|
}
|
|
10347
10347
|
|
|
10348
|
-
.icon-
|
|
10348
|
+
.icon-split-view-bold::before {
|
|
10349
10349
|
content: "\fadc";
|
|
10350
10350
|
}
|
|
10351
10351
|
|
|
10352
|
-
.icon-
|
|
10352
|
+
.icon-split-view-light::before {
|
|
10353
10353
|
content: "\fadd";
|
|
10354
10354
|
}
|
|
10355
10355
|
|
|
10356
|
-
.icon-
|
|
10356
|
+
.icon-split-view-regular::before {
|
|
10357
10357
|
content: "\fade";
|
|
10358
10358
|
}
|
|
10359
10359
|
|
|
10360
|
-
.icon-stacked-area-chart-
|
|
10360
|
+
.icon-stacked-area-chart-bold::before {
|
|
10361
10361
|
content: "\fadf";
|
|
10362
10362
|
}
|
|
10363
10363
|
|
|
10364
|
-
.icon-stacked-area-chart-
|
|
10364
|
+
.icon-stacked-area-chart-filled::before {
|
|
10365
10365
|
content: "\fae0";
|
|
10366
10366
|
}
|
|
10367
10367
|
|
|
10368
|
-
.icon-stacked-area-chart-
|
|
10368
|
+
.icon-stacked-area-chart-full-bold::before {
|
|
10369
10369
|
content: "\fae1";
|
|
10370
10370
|
}
|
|
10371
10371
|
|
|
10372
|
-
.icon-stacked-area-chart-
|
|
10372
|
+
.icon-stacked-area-chart-full-filled::before {
|
|
10373
10373
|
content: "\fae2";
|
|
10374
10374
|
}
|
|
10375
10375
|
|
|
10376
|
-
.icon-stacked-
|
|
10376
|
+
.icon-stacked-area-chart-full-light::before {
|
|
10377
10377
|
content: "\fae3";
|
|
10378
10378
|
}
|
|
10379
10379
|
|
|
10380
|
-
.icon-stacked-
|
|
10380
|
+
.icon-stacked-area-chart-full-regular::before {
|
|
10381
10381
|
content: "\fae4";
|
|
10382
10382
|
}
|
|
10383
10383
|
|
|
10384
|
-
.icon-stacked-
|
|
10384
|
+
.icon-stacked-area-chart-light::before {
|
|
10385
10385
|
content: "\fae5";
|
|
10386
10386
|
}
|
|
10387
10387
|
|
|
10388
|
-
.icon-stacked-
|
|
10388
|
+
.icon-stacked-area-chart-regular::before {
|
|
10389
10389
|
content: "\fae6";
|
|
10390
10390
|
}
|
|
10391
10391
|
|
|
10392
|
-
.icon-stacked-bar-chart-
|
|
10392
|
+
.icon-stacked-bar-chart-bold::before {
|
|
10393
10393
|
content: "\fae7";
|
|
10394
10394
|
}
|
|
10395
10395
|
|
|
10396
|
-
.icon-stacked-bar-chart-
|
|
10396
|
+
.icon-stacked-bar-chart-filled::before {
|
|
10397
10397
|
content: "\fae8";
|
|
10398
10398
|
}
|
|
10399
10399
|
|
|
10400
|
-
.icon-stacked-bar-chart-
|
|
10400
|
+
.icon-stacked-bar-chart-full-bold::before {
|
|
10401
10401
|
content: "\fae9";
|
|
10402
10402
|
}
|
|
10403
10403
|
|
|
10404
|
-
.icon-stacked-bar-chart-
|
|
10404
|
+
.icon-stacked-bar-chart-full-filled::before {
|
|
10405
10405
|
content: "\faea";
|
|
10406
10406
|
}
|
|
10407
10407
|
|
|
10408
|
-
.icon-
|
|
10408
|
+
.icon-stacked-bar-chart-full-light::before {
|
|
10409
10409
|
content: "\faeb";
|
|
10410
10410
|
}
|
|
10411
10411
|
|
|
10412
|
-
.icon-
|
|
10412
|
+
.icon-stacked-bar-chart-full-regular::before {
|
|
10413
10413
|
content: "\faec";
|
|
10414
10414
|
}
|
|
10415
10415
|
|
|
10416
|
-
.icon-
|
|
10416
|
+
.icon-stacked-bar-chart-light::before {
|
|
10417
10417
|
content: "\faed";
|
|
10418
10418
|
}
|
|
10419
10419
|
|
|
10420
|
-
.icon-
|
|
10420
|
+
.icon-stacked-bar-chart-regular::before {
|
|
10421
10421
|
content: "\faee";
|
|
10422
10422
|
}
|
|
10423
10423
|
|
|
10424
|
-
.icon-
|
|
10424
|
+
.icon-start-chat-bold::before {
|
|
10425
10425
|
content: "\faef";
|
|
10426
10426
|
}
|
|
10427
10427
|
|
|
10428
|
-
.icon-
|
|
10428
|
+
.icon-start-chat-light::before {
|
|
10429
10429
|
content: "\faf0";
|
|
10430
10430
|
}
|
|
10431
10431
|
|
|
10432
|
-
.icon-
|
|
10432
|
+
.icon-start-chat-regular::before {
|
|
10433
10433
|
content: "\faf1";
|
|
10434
10434
|
}
|
|
10435
10435
|
|
|
10436
|
-
.icon-
|
|
10436
|
+
.icon-stethoscope-bold::before {
|
|
10437
10437
|
content: "\faf2";
|
|
10438
10438
|
}
|
|
10439
10439
|
|
|
10440
|
-
.icon-
|
|
10440
|
+
.icon-stethoscope-light::before {
|
|
10441
10441
|
content: "\faf3";
|
|
10442
10442
|
}
|
|
10443
10443
|
|
|
10444
|
-
.icon-
|
|
10444
|
+
.icon-stethoscope-regular::before {
|
|
10445
10445
|
content: "\faf4";
|
|
10446
10446
|
}
|
|
10447
10447
|
|
|
10448
|
-
.icon-
|
|
10448
|
+
.icon-stickers-bold::before {
|
|
10449
10449
|
content: "\faf5";
|
|
10450
10450
|
}
|
|
10451
10451
|
|
|
10452
|
-
.icon-
|
|
10452
|
+
.icon-stickers-light::before {
|
|
10453
10453
|
content: "\faf6";
|
|
10454
10454
|
}
|
|
10455
10455
|
|
|
10456
|
-
.icon-
|
|
10456
|
+
.icon-stickers-regular::before {
|
|
10457
10457
|
content: "\faf7";
|
|
10458
10458
|
}
|
|
10459
10459
|
|
|
10460
|
-
.icon-
|
|
10460
|
+
.icon-stickies-bold::before {
|
|
10461
10461
|
content: "\faf8";
|
|
10462
10462
|
}
|
|
10463
10463
|
|
|
10464
|
-
.icon-
|
|
10464
|
+
.icon-stickies-light::before {
|
|
10465
10465
|
content: "\faf9";
|
|
10466
10466
|
}
|
|
10467
10467
|
|
|
10468
|
-
.icon-
|
|
10468
|
+
.icon-stickies-regular::before {
|
|
10469
10469
|
content: "\fafa";
|
|
10470
10470
|
}
|
|
10471
10471
|
|
|
10472
|
-
.icon-stop-
|
|
10472
|
+
.icon-stop-bold::before {
|
|
10473
10473
|
content: "\fafb";
|
|
10474
10474
|
}
|
|
10475
10475
|
|
|
10476
|
-
.icon-stop-
|
|
10476
|
+
.icon-stop-circle-bold::before {
|
|
10477
10477
|
content: "\fafc";
|
|
10478
10478
|
}
|
|
10479
10479
|
|
|
10480
|
-
.icon-stop-
|
|
10480
|
+
.icon-stop-circle-filled::before {
|
|
10481
10481
|
content: "\fafd";
|
|
10482
10482
|
}
|
|
10483
10483
|
|
|
10484
|
-
.icon-stop-
|
|
10484
|
+
.icon-stop-circle-light::before {
|
|
10485
10485
|
content: "\fafe";
|
|
10486
10486
|
}
|
|
10487
10487
|
|
|
10488
|
-
.icon-stop-
|
|
10488
|
+
.icon-stop-circle-regular::before {
|
|
10489
10489
|
content: "\faff";
|
|
10490
10490
|
}
|
|
10491
10491
|
|
|
10492
|
-
.icon-stop-
|
|
10492
|
+
.icon-stop-content-share-bold::before {
|
|
10493
10493
|
content: "\fb00";
|
|
10494
10494
|
}
|
|
10495
10495
|
|
|
10496
|
-
.icon-stop-
|
|
10496
|
+
.icon-stop-content-share-light::before {
|
|
10497
10497
|
content: "\fb01";
|
|
10498
10498
|
}
|
|
10499
10499
|
|
|
10500
|
-
.icon-
|
|
10500
|
+
.icon-stop-content-share-regular::before {
|
|
10501
10501
|
content: "\fb02";
|
|
10502
10502
|
}
|
|
10503
10503
|
|
|
10504
|
-
.icon-
|
|
10504
|
+
.icon-stop-filled::before {
|
|
10505
10505
|
content: "\fb03";
|
|
10506
10506
|
}
|
|
10507
10507
|
|
|
10508
|
-
.icon-
|
|
10508
|
+
.icon-stop-light::before {
|
|
10509
10509
|
content: "\fb04";
|
|
10510
10510
|
}
|
|
10511
10511
|
|
|
10512
|
-
.icon-
|
|
10512
|
+
.icon-stop-regular::before {
|
|
10513
10513
|
content: "\fb05";
|
|
10514
10514
|
}
|
|
10515
10515
|
|
|
10516
|
-
.icon-
|
|
10516
|
+
.icon-stored-info-bold::before {
|
|
10517
10517
|
content: "\fb06";
|
|
10518
10518
|
}
|
|
10519
10519
|
|
|
10520
|
-
.icon-
|
|
10520
|
+
.icon-stored-info-filled::before {
|
|
10521
10521
|
content: "\fb07";
|
|
10522
10522
|
}
|
|
10523
10523
|
|
|
10524
|
-
.icon-
|
|
10524
|
+
.icon-stored-info-light::before {
|
|
10525
10525
|
content: "\fb08";
|
|
10526
10526
|
}
|
|
10527
10527
|
|
|
10528
|
-
.icon-
|
|
10528
|
+
.icon-stored-info-regular::before {
|
|
10529
10529
|
content: "\fb09";
|
|
10530
10530
|
}
|
|
10531
10531
|
|
|
10532
|
-
.icon-
|
|
10532
|
+
.icon-streaming-bold::before {
|
|
10533
10533
|
content: "\fb0a";
|
|
10534
10534
|
}
|
|
10535
10535
|
|
|
10536
|
-
.icon-
|
|
10536
|
+
.icon-streaming-light::before {
|
|
10537
10537
|
content: "\fb0b";
|
|
10538
10538
|
}
|
|
10539
10539
|
|
|
10540
|
-
.icon-
|
|
10540
|
+
.icon-streaming-regular::before {
|
|
10541
10541
|
content: "\fb0c";
|
|
10542
10542
|
}
|
|
10543
10543
|
|
|
10544
|
-
.icon-
|
|
10544
|
+
.icon-strikethrough-bold::before {
|
|
10545
10545
|
content: "\fb0d";
|
|
10546
10546
|
}
|
|
10547
10547
|
|
|
10548
|
-
.icon-
|
|
10548
|
+
.icon-strikethrough-filled::before {
|
|
10549
10549
|
content: "\fb0e";
|
|
10550
10550
|
}
|
|
10551
10551
|
|
|
10552
|
-
.icon-
|
|
10552
|
+
.icon-strikethrough-light::before {
|
|
10553
10553
|
content: "\fb0f";
|
|
10554
10554
|
}
|
|
10555
10555
|
|
|
10556
|
-
.icon-
|
|
10556
|
+
.icon-strikethrough-regular::before {
|
|
10557
10557
|
content: "\fb10";
|
|
10558
10558
|
}
|
|
10559
10559
|
|
|
10560
|
-
.icon-
|
|
10560
|
+
.icon-studio-mode-bold::before {
|
|
10561
10561
|
content: "\fb11";
|
|
10562
10562
|
}
|
|
10563
10563
|
|
|
10564
|
-
.icon-
|
|
10564
|
+
.icon-studio-mode-light::before {
|
|
10565
10565
|
content: "\fb12";
|
|
10566
10566
|
}
|
|
10567
10567
|
|
|
10568
|
-
.icon-
|
|
10568
|
+
.icon-studio-mode-regular::before {
|
|
10569
10569
|
content: "\fb13";
|
|
10570
10570
|
}
|
|
10571
10571
|
|
|
10572
|
-
.icon-
|
|
10572
|
+
.icon-subscript-bold::before {
|
|
10573
10573
|
content: "\fb14";
|
|
10574
10574
|
}
|
|
10575
10575
|
|
|
10576
|
-
.icon-
|
|
10576
|
+
.icon-subscript-light::before {
|
|
10577
10577
|
content: "\fb15";
|
|
10578
10578
|
}
|
|
10579
10579
|
|
|
10580
|
-
.icon-
|
|
10580
|
+
.icon-subscript-regular::before {
|
|
10581
10581
|
content: "\fb16";
|
|
10582
10582
|
}
|
|
10583
10583
|
|
|
10584
|
-
.icon-
|
|
10584
|
+
.icon-summarize-ai-bold::before {
|
|
10585
10585
|
content: "\fb17";
|
|
10586
10586
|
}
|
|
10587
10587
|
|
|
10588
|
-
.icon-
|
|
10588
|
+
.icon-summarize-ai-light::before {
|
|
10589
10589
|
content: "\fb18";
|
|
10590
10590
|
}
|
|
10591
10591
|
|
|
10592
|
-
.icon-
|
|
10592
|
+
.icon-summarize-ai-regular::before {
|
|
10593
10593
|
content: "\fb19";
|
|
10594
10594
|
}
|
|
10595
10595
|
|
|
10596
|
-
.icon-
|
|
10596
|
+
.icon-superscript-bold::before {
|
|
10597
10597
|
content: "\fb1a";
|
|
10598
10598
|
}
|
|
10599
10599
|
|
|
10600
|
-
.icon-
|
|
10600
|
+
.icon-superscript-light::before {
|
|
10601
10601
|
content: "\fb1b";
|
|
10602
10602
|
}
|
|
10603
10603
|
|
|
10604
|
-
.icon-
|
|
10604
|
+
.icon-superscript-regular::before {
|
|
10605
10605
|
content: "\fb1c";
|
|
10606
10606
|
}
|
|
10607
10607
|
|
|
10608
|
-
.icon-
|
|
10608
|
+
.icon-survey-bold::before {
|
|
10609
10609
|
content: "\fb1d";
|
|
10610
10610
|
}
|
|
10611
10611
|
|
|
10612
|
-
.icon-
|
|
10612
|
+
.icon-survey-filled::before {
|
|
10613
10613
|
content: "\fb1e";
|
|
10614
10614
|
}
|
|
10615
10615
|
|
|
10616
|
-
.icon-
|
|
10616
|
+
.icon-survey-light::before {
|
|
10617
10617
|
content: "\fb1f";
|
|
10618
10618
|
}
|
|
10619
10619
|
|
|
10620
|
-
.icon-
|
|
10620
|
+
.icon-survey-regular::before {
|
|
10621
10621
|
content: "\fb20";
|
|
10622
10622
|
}
|
|
10623
10623
|
|
|
10624
|
-
.icon-sx-
|
|
10624
|
+
.icon-sx-eighty-codec-bold::before {
|
|
10625
10625
|
content: "\fb21";
|
|
10626
10626
|
}
|
|
10627
10627
|
|
|
10628
|
-
.icon-sx-
|
|
10628
|
+
.icon-sx-eighty-codec-light::before {
|
|
10629
10629
|
content: "\fb22";
|
|
10630
10630
|
}
|
|
10631
10631
|
|
|
10632
|
-
.icon-sx-
|
|
10632
|
+
.icon-sx-eighty-codec-regular::before {
|
|
10633
10633
|
content: "\fb23";
|
|
10634
10634
|
}
|
|
10635
10635
|
|
|
10636
|
-
.icon-sx-
|
|
10636
|
+
.icon-sx-ten-bold::before {
|
|
10637
10637
|
content: "\fb24";
|
|
10638
10638
|
}
|
|
10639
10639
|
|
|
10640
|
-
.icon-sx-
|
|
10640
|
+
.icon-sx-ten-light::before {
|
|
10641
10641
|
content: "\fb25";
|
|
10642
10642
|
}
|
|
10643
10643
|
|
|
10644
|
-
.icon-
|
|
10644
|
+
.icon-sx-ten-regular::before {
|
|
10645
10645
|
content: "\fb26";
|
|
10646
10646
|
}
|
|
10647
10647
|
|
|
10648
|
-
.icon-
|
|
10648
|
+
.icon-sx-twenty-bold::before {
|
|
10649
10649
|
content: "\fb27";
|
|
10650
10650
|
}
|
|
10651
10651
|
|
|
10652
|
-
.icon-
|
|
10652
|
+
.icon-sx-twenty-light::before {
|
|
10653
10653
|
content: "\fb28";
|
|
10654
10654
|
}
|
|
10655
10655
|
|
|
10656
|
-
.icon-
|
|
10656
|
+
.icon-sx-twenty-regular::before {
|
|
10657
10657
|
content: "\fb29";
|
|
10658
10658
|
}
|
|
10659
10659
|
|
|
10660
|
-
.icon-
|
|
10660
|
+
.icon-table-bold::before {
|
|
10661
10661
|
content: "\fb2a";
|
|
10662
10662
|
}
|
|
10663
10663
|
|
|
10664
|
-
.icon-
|
|
10664
|
+
.icon-table-light::before {
|
|
10665
10665
|
content: "\fb2b";
|
|
10666
10666
|
}
|
|
10667
10667
|
|
|
10668
|
-
.icon-
|
|
10668
|
+
.icon-table-regular::before {
|
|
10669
10669
|
content: "\fb2c";
|
|
10670
10670
|
}
|
|
10671
10671
|
|
|
10672
|
-
.icon-
|
|
10672
|
+
.icon-tablet-bold::before {
|
|
10673
10673
|
content: "\fb2d";
|
|
10674
10674
|
}
|
|
10675
10675
|
|
|
10676
|
-
.icon-
|
|
10676
|
+
.icon-tablet-light::before {
|
|
10677
10677
|
content: "\fb2e";
|
|
10678
10678
|
}
|
|
10679
10679
|
|
|
10680
|
-
.icon-
|
|
10680
|
+
.icon-tablet-regular::before {
|
|
10681
10681
|
content: "\fb2f";
|
|
10682
10682
|
}
|
|
10683
10683
|
|
|
10684
|
-
.icon-
|
|
10684
|
+
.icon-tabs-bold::before {
|
|
10685
10685
|
content: "\fb30";
|
|
10686
10686
|
}
|
|
10687
10687
|
|
|
10688
|
-
.icon-
|
|
10688
|
+
.icon-tabs-light::before {
|
|
10689
10689
|
content: "\fb31";
|
|
10690
10690
|
}
|
|
10691
10691
|
|
|
10692
|
-
.icon-
|
|
10692
|
+
.icon-tabs-regular::before {
|
|
10693
10693
|
content: "\fb32";
|
|
10694
10694
|
}
|
|
10695
10695
|
|
|
10696
|
-
.icon-
|
|
10696
|
+
.icon-tag-bold::before {
|
|
10697
10697
|
content: "\fb33";
|
|
10698
10698
|
}
|
|
10699
10699
|
|
|
10700
|
-
.icon-
|
|
10700
|
+
.icon-tag-light::before {
|
|
10701
10701
|
content: "\fb34";
|
|
10702
10702
|
}
|
|
10703
10703
|
|
|
10704
|
-
.icon-
|
|
10704
|
+
.icon-tag-regular::before {
|
|
10705
10705
|
content: "\fb35";
|
|
10706
10706
|
}
|
|
10707
10707
|
|
|
10708
|
-
.icon-
|
|
10708
|
+
.icon-tap-bold::before {
|
|
10709
10709
|
content: "\fb36";
|
|
10710
10710
|
}
|
|
10711
10711
|
|
|
10712
|
-
.icon-
|
|
10712
|
+
.icon-tap-filled::before {
|
|
10713
10713
|
content: "\fb37";
|
|
10714
10714
|
}
|
|
10715
10715
|
|
|
10716
|
-
.icon-
|
|
10716
|
+
.icon-tap-light::before {
|
|
10717
10717
|
content: "\fb38";
|
|
10718
10718
|
}
|
|
10719
10719
|
|
|
10720
|
-
.icon-
|
|
10720
|
+
.icon-tap-regular::before {
|
|
10721
10721
|
content: "\fb39";
|
|
10722
10722
|
}
|
|
10723
10723
|
|
|
10724
|
-
.icon-telepresence-alert-
|
|
10724
|
+
.icon-telepresence-alert-bold::before {
|
|
10725
10725
|
content: "\fb3a";
|
|
10726
10726
|
}
|
|
10727
10727
|
|
|
10728
|
-
.icon-telepresence-alert-
|
|
10728
|
+
.icon-telepresence-alert-light::before {
|
|
10729
10729
|
content: "\fb3b";
|
|
10730
10730
|
}
|
|
10731
10731
|
|
|
10732
|
-
.icon-telepresence-bold::before {
|
|
10732
|
+
.icon-telepresence-alert-muted-bold::before {
|
|
10733
10733
|
content: "\fb3c";
|
|
10734
10734
|
}
|
|
10735
10735
|
|
|
10736
|
-
.icon-telepresence-
|
|
10736
|
+
.icon-telepresence-alert-muted-light::before {
|
|
10737
10737
|
content: "\fb3d";
|
|
10738
10738
|
}
|
|
10739
10739
|
|
|
10740
|
-
.icon-telepresence-
|
|
10740
|
+
.icon-telepresence-alert-muted-regular::before {
|
|
10741
10741
|
content: "\fb3e";
|
|
10742
10742
|
}
|
|
10743
10743
|
|
|
10744
|
-
.icon-telepresence-
|
|
10744
|
+
.icon-telepresence-alert-regular::before {
|
|
10745
10745
|
content: "\fb3f";
|
|
10746
10746
|
}
|
|
10747
10747
|
|
|
10748
|
-
.icon-telepresence-
|
|
10748
|
+
.icon-telepresence-bold::before {
|
|
10749
10749
|
content: "\fb40";
|
|
10750
10750
|
}
|
|
10751
10751
|
|
|
10752
|
-
.icon-telepresence-
|
|
10752
|
+
.icon-telepresence-ix-five-thousand-bold::before {
|
|
10753
10753
|
content: "\fb41";
|
|
10754
10754
|
}
|
|
10755
10755
|
|
|
10756
|
-
.icon-telepresence-
|
|
10756
|
+
.icon-telepresence-ix-five-thousand-light::before {
|
|
10757
10757
|
content: "\fb42";
|
|
10758
10758
|
}
|
|
10759
10759
|
|
|
10760
|
-
.icon-telepresence-
|
|
10760
|
+
.icon-telepresence-ix-five-thousand-regular::before {
|
|
10761
10761
|
content: "\fb43";
|
|
10762
10762
|
}
|
|
10763
10763
|
|
|
10764
|
-
.icon-telepresence-
|
|
10764
|
+
.icon-telepresence-light::before {
|
|
10765
10765
|
content: "\fb44";
|
|
10766
10766
|
}
|
|
10767
10767
|
|
|
10768
|
-
.icon-telepresence-
|
|
10768
|
+
.icon-telepresence-muted-bold::before {
|
|
10769
10769
|
content: "\fb45";
|
|
10770
10770
|
}
|
|
10771
10771
|
|
|
10772
|
-
.icon-telepresence-
|
|
10772
|
+
.icon-telepresence-muted-light::before {
|
|
10773
10773
|
content: "\fb46";
|
|
10774
10774
|
}
|
|
10775
10775
|
|
|
10776
|
-
.icon-telepresence-regular::before {
|
|
10776
|
+
.icon-telepresence-muted-regular::before {
|
|
10777
10777
|
content: "\fb47";
|
|
10778
10778
|
}
|
|
10779
10779
|
|
|
10780
|
-
.icon-
|
|
10780
|
+
.icon-telepresence-private-bold::before {
|
|
10781
10781
|
content: "\fb48";
|
|
10782
10782
|
}
|
|
10783
10783
|
|
|
10784
|
-
.icon-
|
|
10784
|
+
.icon-telepresence-private-light::before {
|
|
10785
10785
|
content: "\fb49";
|
|
10786
10786
|
}
|
|
10787
10787
|
|
|
10788
|
-
.icon-
|
|
10788
|
+
.icon-telepresence-private-regular::before {
|
|
10789
10789
|
content: "\fb4a";
|
|
10790
10790
|
}
|
|
10791
10791
|
|
|
10792
|
-
.icon-
|
|
10792
|
+
.icon-telepresence-regular::before {
|
|
10793
10793
|
content: "\fb4b";
|
|
10794
10794
|
}
|
|
10795
10795
|
|
|
10796
|
-
.icon-
|
|
10796
|
+
.icon-temperature-bold::before {
|
|
10797
10797
|
content: "\fb4c";
|
|
10798
10798
|
}
|
|
10799
10799
|
|
|
10800
|
-
.icon-
|
|
10800
|
+
.icon-temperature-light::before {
|
|
10801
10801
|
content: "\fb4d";
|
|
10802
10802
|
}
|
|
10803
10803
|
|
|
10804
|
-
.icon-
|
|
10804
|
+
.icon-temperature-regular::before {
|
|
10805
10805
|
content: "\fb4e";
|
|
10806
10806
|
}
|
|
10807
10807
|
|
|
10808
|
-
.icon-
|
|
10808
|
+
.icon-test-tube-bold::before {
|
|
10809
10809
|
content: "\fb4f";
|
|
10810
10810
|
}
|
|
10811
10811
|
|
|
10812
|
-
.icon-
|
|
10812
|
+
.icon-test-tube-filled::before {
|
|
10813
10813
|
content: "\fb50";
|
|
10814
10814
|
}
|
|
10815
10815
|
|
|
10816
|
-
.icon-
|
|
10816
|
+
.icon-test-tube-light::before {
|
|
10817
10817
|
content: "\fb51";
|
|
10818
10818
|
}
|
|
10819
10819
|
|
|
10820
|
-
.icon-
|
|
10820
|
+
.icon-test-tube-regular::before {
|
|
10821
10821
|
content: "\fb52";
|
|
10822
10822
|
}
|
|
10823
10823
|
|
|
10824
|
-
.icon-text-align-
|
|
10824
|
+
.icon-text-align-center-bold::before {
|
|
10825
10825
|
content: "\fb53";
|
|
10826
10826
|
}
|
|
10827
10827
|
|
|
10828
|
-
.icon-text-align-
|
|
10828
|
+
.icon-text-align-center-filled::before {
|
|
10829
10829
|
content: "\fb54";
|
|
10830
10830
|
}
|
|
10831
10831
|
|
|
10832
|
-
.icon-text-align-
|
|
10832
|
+
.icon-text-align-center-light::before {
|
|
10833
10833
|
content: "\fb55";
|
|
10834
10834
|
}
|
|
10835
10835
|
|
|
10836
|
-
.icon-text-align-
|
|
10836
|
+
.icon-text-align-center-regular::before {
|
|
10837
10837
|
content: "\fb56";
|
|
10838
10838
|
}
|
|
10839
10839
|
|
|
10840
|
-
.icon-text-align-
|
|
10840
|
+
.icon-text-align-left-bold::before {
|
|
10841
10841
|
content: "\fb57";
|
|
10842
10842
|
}
|
|
10843
10843
|
|
|
10844
|
-
.icon-text-align-
|
|
10844
|
+
.icon-text-align-left-filled::before {
|
|
10845
10845
|
content: "\fb58";
|
|
10846
10846
|
}
|
|
10847
10847
|
|
|
10848
|
-
.icon-text-align-
|
|
10848
|
+
.icon-text-align-left-light::before {
|
|
10849
10849
|
content: "\fb59";
|
|
10850
10850
|
}
|
|
10851
10851
|
|
|
10852
|
-
.icon-text-align-
|
|
10852
|
+
.icon-text-align-left-regular::before {
|
|
10853
10853
|
content: "\fb5a";
|
|
10854
10854
|
}
|
|
10855
10855
|
|
|
10856
|
-
.icon-text-bold::before {
|
|
10856
|
+
.icon-text-align-right-bold::before {
|
|
10857
10857
|
content: "\fb5b";
|
|
10858
10858
|
}
|
|
10859
10859
|
|
|
10860
|
-
.icon-text-
|
|
10860
|
+
.icon-text-align-right-filled::before {
|
|
10861
10861
|
content: "\fb5c";
|
|
10862
10862
|
}
|
|
10863
10863
|
|
|
10864
|
-
.icon-text-
|
|
10864
|
+
.icon-text-align-right-light::before {
|
|
10865
10865
|
content: "\fb5d";
|
|
10866
10866
|
}
|
|
10867
10867
|
|
|
10868
|
-
.icon-text-
|
|
10868
|
+
.icon-text-align-right-regular::before {
|
|
10869
10869
|
content: "\fb5e";
|
|
10870
10870
|
}
|
|
10871
10871
|
|
|
10872
|
-
.icon-text-
|
|
10872
|
+
.icon-text-bold::before {
|
|
10873
10873
|
content: "\fb5f";
|
|
10874
10874
|
}
|
|
10875
10875
|
|
|
10876
|
-
.icon-text-
|
|
10876
|
+
.icon-text-box-cursor-light::before {
|
|
10877
10877
|
content: "\fb60";
|
|
10878
10878
|
}
|
|
10879
10879
|
|
|
10880
|
-
.icon-text-
|
|
10880
|
+
.icon-text-code-block-bold::before {
|
|
10881
10881
|
content: "\fb61";
|
|
10882
10882
|
}
|
|
10883
10883
|
|
|
10884
|
-
.icon-text-
|
|
10884
|
+
.icon-text-code-block-light::before {
|
|
10885
10885
|
content: "\fb62";
|
|
10886
10886
|
}
|
|
10887
10887
|
|
|
10888
|
-
.icon-text-
|
|
10888
|
+
.icon-text-code-block-regular::before {
|
|
10889
10889
|
content: "\fb63";
|
|
10890
10890
|
}
|
|
10891
10891
|
|
|
10892
|
-
.icon-text-
|
|
10892
|
+
.icon-text-highlight-bold::before {
|
|
10893
10893
|
content: "\fb64";
|
|
10894
10894
|
}
|
|
10895
10895
|
|
|
10896
|
-
.icon-text-
|
|
10896
|
+
.icon-text-highlight-filled::before {
|
|
10897
10897
|
content: "\fb65";
|
|
10898
10898
|
}
|
|
10899
10899
|
|
|
10900
|
-
.icon-
|
|
10900
|
+
.icon-text-highlight-light::before {
|
|
10901
10901
|
content: "\fb66";
|
|
10902
10902
|
}
|
|
10903
10903
|
|
|
10904
|
-
.icon-
|
|
10904
|
+
.icon-text-highlight-regular::before {
|
|
10905
10905
|
content: "\fb67";
|
|
10906
10906
|
}
|
|
10907
10907
|
|
|
10908
|
-
.icon-
|
|
10908
|
+
.icon-text-light::before {
|
|
10909
10909
|
content: "\fb68";
|
|
10910
10910
|
}
|
|
10911
10911
|
|
|
10912
|
-
.icon-
|
|
10912
|
+
.icon-text-regular::before {
|
|
10913
10913
|
content: "\fb69";
|
|
10914
10914
|
}
|
|
10915
10915
|
|
|
10916
|
-
.icon-three-
|
|
10916
|
+
.icon-three-column-bold::before {
|
|
10917
10917
|
content: "\fb6a";
|
|
10918
10918
|
}
|
|
10919
10919
|
|
|
10920
|
-
.icon-three-
|
|
10920
|
+
.icon-three-column-light::before {
|
|
10921
10921
|
content: "\fb6b";
|
|
10922
10922
|
}
|
|
10923
10923
|
|
|
10924
|
-
.icon-
|
|
10924
|
+
.icon-three-column-regular::before {
|
|
10925
10925
|
content: "\fb6c";
|
|
10926
10926
|
}
|
|
10927
10927
|
|
|
10928
|
-
.icon-
|
|
10928
|
+
.icon-three-d-object-bold::before {
|
|
10929
10929
|
content: "\fb6d";
|
|
10930
10930
|
}
|
|
10931
10931
|
|
|
10932
|
-
.icon-
|
|
10932
|
+
.icon-three-d-object-light::before {
|
|
10933
10933
|
content: "\fb6e";
|
|
10934
10934
|
}
|
|
10935
10935
|
|
|
10936
|
-
.icon-
|
|
10936
|
+
.icon-three-d-object-regular::before {
|
|
10937
10937
|
content: "\fb6f";
|
|
10938
10938
|
}
|
|
10939
10939
|
|
|
10940
|
-
.icon-
|
|
10940
|
+
.icon-time-exclusion-bold::before {
|
|
10941
10941
|
content: "\fb70";
|
|
10942
10942
|
}
|
|
10943
10943
|
|
|
10944
|
-
.icon-
|
|
10944
|
+
.icon-time-exclusion-light::before {
|
|
10945
10945
|
content: "\fb71";
|
|
10946
10946
|
}
|
|
10947
10947
|
|
|
10948
|
-
.icon-
|
|
10948
|
+
.icon-time-exclusion-regular::before {
|
|
10949
10949
|
content: "\fb72";
|
|
10950
10950
|
}
|
|
10951
10951
|
|
|
10952
|
-
.icon-too-
|
|
10952
|
+
.icon-too-fast-bold::before {
|
|
10953
10953
|
content: "\fb73";
|
|
10954
10954
|
}
|
|
10955
10955
|
|
|
10956
|
-
.icon-too-
|
|
10956
|
+
.icon-too-fast-light::before {
|
|
10957
10957
|
content: "\fb74";
|
|
10958
10958
|
}
|
|
10959
10959
|
|
|
10960
|
-
.icon-
|
|
10960
|
+
.icon-too-fast-regular::before {
|
|
10961
10961
|
content: "\fb75";
|
|
10962
10962
|
}
|
|
10963
10963
|
|
|
10964
|
-
.icon-
|
|
10964
|
+
.icon-too-slow-bold::before {
|
|
10965
10965
|
content: "\fb76";
|
|
10966
10966
|
}
|
|
10967
10967
|
|
|
10968
|
-
.icon-
|
|
10968
|
+
.icon-too-slow-light::before {
|
|
10969
10969
|
content: "\fb77";
|
|
10970
10970
|
}
|
|
10971
10971
|
|
|
10972
|
-
.icon-
|
|
10972
|
+
.icon-too-slow-regular::before {
|
|
10973
10973
|
content: "\fb78";
|
|
10974
10974
|
}
|
|
10975
10975
|
|
|
10976
|
-
.icon-
|
|
10976
|
+
.icon-tools-bold::before {
|
|
10977
10977
|
content: "\fb79";
|
|
10978
10978
|
}
|
|
10979
10979
|
|
|
10980
|
-
.icon-
|
|
10980
|
+
.icon-tools-filled::before {
|
|
10981
10981
|
content: "\fb7a";
|
|
10982
10982
|
}
|
|
10983
10983
|
|
|
10984
|
-
.icon-
|
|
10984
|
+
.icon-tools-light::before {
|
|
10985
10985
|
content: "\fb7b";
|
|
10986
10986
|
}
|
|
10987
10987
|
|
|
10988
|
-
.icon-
|
|
10988
|
+
.icon-tools-regular::before {
|
|
10989
10989
|
content: "\fb7c";
|
|
10990
10990
|
}
|
|
10991
10991
|
|
|
10992
|
-
.icon-
|
|
10992
|
+
.icon-touch-ten-bold::before {
|
|
10993
10993
|
content: "\fb7d";
|
|
10994
10994
|
}
|
|
10995
10995
|
|
|
10996
|
-
.icon-
|
|
10996
|
+
.icon-touch-ten-light::before {
|
|
10997
10997
|
content: "\fb7e";
|
|
10998
10998
|
}
|
|
10999
10999
|
|
|
11000
|
-
.icon-
|
|
11000
|
+
.icon-touch-ten-regular::before {
|
|
11001
11001
|
content: "\fb7f";
|
|
11002
11002
|
}
|
|
11003
11003
|
|
|
11004
|
-
.icon-
|
|
11004
|
+
.icon-transcript-bold::before {
|
|
11005
11005
|
content: "\fb80";
|
|
11006
11006
|
}
|
|
11007
11007
|
|
|
11008
|
-
.icon-
|
|
11008
|
+
.icon-transcript-filled::before {
|
|
11009
11009
|
content: "\fb81";
|
|
11010
11010
|
}
|
|
11011
11011
|
|
|
11012
|
-
.icon-
|
|
11012
|
+
.icon-transcript-light::before {
|
|
11013
11013
|
content: "\fb82";
|
|
11014
11014
|
}
|
|
11015
11015
|
|
|
11016
|
-
.icon-
|
|
11016
|
+
.icon-transcript-regular::before {
|
|
11017
11017
|
content: "\fb83";
|
|
11018
11018
|
}
|
|
11019
11019
|
|
|
11020
|
-
.icon-translate-
|
|
11020
|
+
.icon-translate-bold::before {
|
|
11021
11021
|
content: "\fb84";
|
|
11022
11022
|
}
|
|
11023
11023
|
|
|
11024
|
-
.icon-translate-
|
|
11024
|
+
.icon-translate-light::before {
|
|
11025
11025
|
content: "\fb85";
|
|
11026
11026
|
}
|
|
11027
11027
|
|
|
11028
|
-
.icon-
|
|
11028
|
+
.icon-translate-regular::before {
|
|
11029
11029
|
content: "\fb86";
|
|
11030
11030
|
}
|
|
11031
11031
|
|
|
11032
|
-
.icon-
|
|
11032
|
+
.icon-translate-undo-bold::before {
|
|
11033
11033
|
content: "\fb87";
|
|
11034
11034
|
}
|
|
11035
11035
|
|
|
11036
|
-
.icon-
|
|
11036
|
+
.icon-translate-undo-light::before {
|
|
11037
11037
|
content: "\fb88";
|
|
11038
11038
|
}
|
|
11039
11039
|
|
|
11040
|
-
.icon-
|
|
11040
|
+
.icon-translate-undo-regular::before {
|
|
11041
11041
|
content: "\fb89";
|
|
11042
11042
|
}
|
|
11043
11043
|
|
|
11044
|
-
.icon-trending-
|
|
11044
|
+
.icon-trending-bold::before {
|
|
11045
11045
|
content: "\fb8a";
|
|
11046
11046
|
}
|
|
11047
11047
|
|
|
11048
|
-
.icon-trending-
|
|
11048
|
+
.icon-trending-down-bold::before {
|
|
11049
11049
|
content: "\fb8b";
|
|
11050
11050
|
}
|
|
11051
11051
|
|
|
11052
|
-
.icon-trending-
|
|
11052
|
+
.icon-trending-down-filled::before {
|
|
11053
11053
|
content: "\fb8c";
|
|
11054
11054
|
}
|
|
11055
11055
|
|
|
11056
|
-
.icon-trending-
|
|
11056
|
+
.icon-trending-down-light::before {
|
|
11057
11057
|
content: "\fb8d";
|
|
11058
11058
|
}
|
|
11059
11059
|
|
|
11060
|
-
.icon-
|
|
11060
|
+
.icon-trending-down-regular::before {
|
|
11061
11061
|
content: "\fb8e";
|
|
11062
11062
|
}
|
|
11063
11063
|
|
|
11064
|
-
.icon-
|
|
11064
|
+
.icon-trending-filled::before {
|
|
11065
11065
|
content: "\fb8f";
|
|
11066
11066
|
}
|
|
11067
11067
|
|
|
11068
|
-
.icon-
|
|
11068
|
+
.icon-trending-light::before {
|
|
11069
11069
|
content: "\fb90";
|
|
11070
11070
|
}
|
|
11071
11071
|
|
|
11072
|
-
.icon-
|
|
11072
|
+
.icon-trending-regular::before {
|
|
11073
11073
|
content: "\fb91";
|
|
11074
11074
|
}
|
|
11075
11075
|
|
|
11076
|
-
.icon-
|
|
11076
|
+
.icon-trim-bold::before {
|
|
11077
11077
|
content: "\fb92";
|
|
11078
11078
|
}
|
|
11079
11079
|
|
|
11080
|
-
.icon-
|
|
11080
|
+
.icon-trim-light::before {
|
|
11081
11081
|
content: "\fb93";
|
|
11082
11082
|
}
|
|
11083
11083
|
|
|
11084
|
-
.icon-
|
|
11084
|
+
.icon-trim-regular::before {
|
|
11085
11085
|
content: "\fb94";
|
|
11086
11086
|
}
|
|
11087
11087
|
|
|
11088
|
-
.icon-two-
|
|
11088
|
+
.icon-two-column-bold::before {
|
|
11089
11089
|
content: "\fb95";
|
|
11090
11090
|
}
|
|
11091
11091
|
|
|
11092
|
-
.icon-two-
|
|
11092
|
+
.icon-two-column-light::before {
|
|
11093
11093
|
content: "\fb96";
|
|
11094
11094
|
}
|
|
11095
11095
|
|
|
11096
|
-
.icon-two-
|
|
11096
|
+
.icon-two-column-regular::before {
|
|
11097
11097
|
content: "\fb97";
|
|
11098
11098
|
}
|
|
11099
11099
|
|
|
11100
|
-
.icon-
|
|
11100
|
+
.icon-two-way-voice-stream-bold::before {
|
|
11101
11101
|
content: "\fb98";
|
|
11102
11102
|
}
|
|
11103
11103
|
|
|
11104
|
-
.icon-
|
|
11104
|
+
.icon-two-way-voice-stream-filled::before {
|
|
11105
11105
|
content: "\fb99";
|
|
11106
11106
|
}
|
|
11107
11107
|
|
|
11108
|
-
.icon-
|
|
11108
|
+
.icon-two-way-voice-stream-light::before {
|
|
11109
11109
|
content: "\fb9a";
|
|
11110
11110
|
}
|
|
11111
11111
|
|
|
11112
|
-
.icon-
|
|
11112
|
+
.icon-two-way-voice-stream-regular::before {
|
|
11113
11113
|
content: "\fb9b";
|
|
11114
11114
|
}
|
|
11115
11115
|
|
|
11116
|
-
.icon-
|
|
11116
|
+
.icon-ucm-cloud-bold::before {
|
|
11117
11117
|
content: "\fb9c";
|
|
11118
11118
|
}
|
|
11119
11119
|
|
|
11120
|
-
.icon-
|
|
11120
|
+
.icon-ucm-cloud-light::before {
|
|
11121
11121
|
content: "\fb9d";
|
|
11122
11122
|
}
|
|
11123
11123
|
|
|
11124
|
-
.icon-
|
|
11124
|
+
.icon-ucm-cloud-regular::before {
|
|
11125
11125
|
content: "\fb9e";
|
|
11126
11126
|
}
|
|
11127
11127
|
|
|
11128
|
-
.icon-
|
|
11128
|
+
.icon-unblock-bold::before {
|
|
11129
11129
|
content: "\fb9f";
|
|
11130
11130
|
}
|
|
11131
11131
|
|
|
11132
|
-
.icon-
|
|
11132
|
+
.icon-unblock-filled::before {
|
|
11133
11133
|
content: "\fba0";
|
|
11134
11134
|
}
|
|
11135
11135
|
|
|
11136
|
-
.icon-
|
|
11136
|
+
.icon-unblock-light::before {
|
|
11137
11137
|
content: "\fba1";
|
|
11138
11138
|
}
|
|
11139
11139
|
|
|
11140
|
-
.icon-
|
|
11140
|
+
.icon-unblock-regular::before {
|
|
11141
11141
|
content: "\fba2";
|
|
11142
11142
|
}
|
|
11143
11143
|
|
|
11144
|
-
.icon-
|
|
11144
|
+
.icon-underline-bold::before {
|
|
11145
11145
|
content: "\fba3";
|
|
11146
11146
|
}
|
|
11147
11147
|
|
|
11148
|
-
.icon-
|
|
11148
|
+
.icon-underline-filled::before {
|
|
11149
11149
|
content: "\fba4";
|
|
11150
11150
|
}
|
|
11151
11151
|
|
|
11152
|
-
.icon-
|
|
11152
|
+
.icon-underline-light::before {
|
|
11153
11153
|
content: "\fba5";
|
|
11154
11154
|
}
|
|
11155
11155
|
|
|
11156
|
-
.icon-
|
|
11156
|
+
.icon-underline-regular::before {
|
|
11157
11157
|
content: "\fba6";
|
|
11158
11158
|
}
|
|
11159
11159
|
|
|
11160
|
+
.icon-undo-bold::before {
|
|
11161
|
+
content: "\fba7";
|
|
11162
|
+
}
|
|
11163
|
+
|
|
11164
|
+
.icon-undo-light::before {
|
|
11165
|
+
content: "\fba8";
|
|
11166
|
+
}
|
|
11167
|
+
|
|
11168
|
+
.icon-undo-regular::before {
|
|
11169
|
+
content: "\fba9";
|
|
11170
|
+
}
|
|
11171
|
+
|
|
11172
|
+
.icon-unlink-bold::before {
|
|
11173
|
+
content: "\fbaa";
|
|
11174
|
+
}
|
|
11175
|
+
|
|
11160
11176
|
.icon-unlink-light::before {
|
|
11161
|
-
content: "\
|
|
11177
|
+
content: "\fbab";
|
|
11162
11178
|
}
|
|
11163
11179
|
|
|
11164
11180
|
.icon-unlink-regular::before {
|
|
11165
|
-
content: "\
|
|
11181
|
+
content: "\fbac";
|
|
11166
11182
|
}
|
|
11167
11183
|
|
|
11168
11184
|
.icon-unread-bold::before {
|
|
11169
|
-
content: "\
|
|
11185
|
+
content: "\fbad";
|
|
11170
11186
|
}
|
|
11171
11187
|
|
|
11172
11188
|
.icon-unread-filled::before {
|
|
11173
|
-
content: "\
|
|
11189
|
+
content: "\fbae";
|
|
11174
11190
|
}
|
|
11175
11191
|
|
|
11176
11192
|
.icon-unread-light::before {
|
|
11177
|
-
content: "\
|
|
11193
|
+
content: "\fbaf";
|
|
11178
11194
|
}
|
|
11179
11195
|
|
|
11180
11196
|
.icon-unread-regular::before {
|
|
11181
|
-
content: "\
|
|
11197
|
+
content: "\fbb0";
|
|
11182
11198
|
}
|
|
11183
11199
|
|
|
11184
11200
|
.icon-unsecure-unlocked-bold::before {
|
|
11185
|
-
content: "\
|
|
11201
|
+
content: "\fbb1";
|
|
11186
11202
|
}
|
|
11187
11203
|
|
|
11188
11204
|
.icon-unsecure-unlocked-filled::before {
|
|
11189
|
-
content: "\
|
|
11205
|
+
content: "\fbb2";
|
|
11190
11206
|
}
|
|
11191
11207
|
|
|
11192
11208
|
.icon-unsecure-unlocked-light::before {
|
|
11193
|
-
content: "\
|
|
11209
|
+
content: "\fbb3";
|
|
11194
11210
|
}
|
|
11195
11211
|
|
|
11196
11212
|
.icon-unsecure-unlocked-regular::before {
|
|
11197
|
-
content: "\
|
|
11213
|
+
content: "\fbb4";
|
|
11198
11214
|
}
|
|
11199
11215
|
|
|
11200
11216
|
.icon-unsorted-bold::before {
|
|
11201
|
-
content: "\
|
|
11217
|
+
content: "\fbb5";
|
|
11202
11218
|
}
|
|
11203
11219
|
|
|
11204
11220
|
.icon-unsorted-light::before {
|
|
11205
|
-
content: "\
|
|
11221
|
+
content: "\fbb6";
|
|
11206
11222
|
}
|
|
11207
11223
|
|
|
11208
11224
|
.icon-unsorted-regular::before {
|
|
11209
|
-
content: "\
|
|
11225
|
+
content: "\fbb7";
|
|
11210
11226
|
}
|
|
11211
11227
|
|
|
11212
11228
|
.icon-update-file-share-bold::before {
|
|
11213
|
-
content: "\
|
|
11229
|
+
content: "\fbb8";
|
|
11214
11230
|
}
|
|
11215
11231
|
|
|
11216
11232
|
.icon-update-file-share-light::before {
|
|
11217
|
-
content: "\
|
|
11233
|
+
content: "\fbb9";
|
|
11218
11234
|
}
|
|
11219
11235
|
|
|
11220
11236
|
.icon-update-file-share-regular::before {
|
|
11221
|
-
content: "\
|
|
11237
|
+
content: "\fbba";
|
|
11222
11238
|
}
|
|
11223
11239
|
|
|
11224
11240
|
.icon-upload-bold::before {
|
|
11225
|
-
content: "\
|
|
11241
|
+
content: "\fbbb";
|
|
11226
11242
|
}
|
|
11227
11243
|
|
|
11228
11244
|
.icon-upload-image-bold::before {
|
|
11229
|
-
content: "\
|
|
11245
|
+
content: "\fbbc";
|
|
11230
11246
|
}
|
|
11231
11247
|
|
|
11232
11248
|
.icon-upload-image-light::before {
|
|
11233
|
-
content: "\
|
|
11249
|
+
content: "\fbbd";
|
|
11234
11250
|
}
|
|
11235
11251
|
|
|
11236
11252
|
.icon-upload-image-regular::before {
|
|
11237
|
-
content: "\
|
|
11253
|
+
content: "\fbbe";
|
|
11238
11254
|
}
|
|
11239
11255
|
|
|
11240
11256
|
.icon-upload-light::before {
|
|
11241
|
-
content: "\
|
|
11257
|
+
content: "\fbbf";
|
|
11242
11258
|
}
|
|
11243
11259
|
|
|
11244
11260
|
.icon-upload-regular::before {
|
|
11245
|
-
content: "\
|
|
11261
|
+
content: "\fbc0";
|
|
11246
11262
|
}
|
|
11247
11263
|
|
|
11248
11264
|
.icon-urgent-voicemail-bold::before {
|
|
11249
|
-
content: "\
|
|
11265
|
+
content: "\fbc1";
|
|
11250
11266
|
}
|
|
11251
11267
|
|
|
11252
11268
|
.icon-urgent-voicemail-filled::before {
|
|
11253
|
-
content: "\
|
|
11269
|
+
content: "\fbc2";
|
|
11254
11270
|
}
|
|
11255
11271
|
|
|
11256
11272
|
.icon-usb-bold::before {
|
|
11257
|
-
content: "\
|
|
11273
|
+
content: "\fbc3";
|
|
11258
11274
|
}
|
|
11259
11275
|
|
|
11260
11276
|
.icon-usb-headset-bold::before {
|
|
11261
|
-
content: "\
|
|
11277
|
+
content: "\fbc4";
|
|
11262
11278
|
}
|
|
11263
11279
|
|
|
11264
11280
|
.icon-usb-headset-light::before {
|
|
11265
|
-
content: "\
|
|
11281
|
+
content: "\fbc5";
|
|
11266
11282
|
}
|
|
11267
11283
|
|
|
11268
11284
|
.icon-usb-headset-muted-bold::before {
|
|
11269
|
-
content: "\
|
|
11285
|
+
content: "\fbc6";
|
|
11270
11286
|
}
|
|
11271
11287
|
|
|
11272
11288
|
.icon-usb-headset-muted-light::before {
|
|
11273
|
-
content: "\
|
|
11289
|
+
content: "\fbc7";
|
|
11274
11290
|
}
|
|
11275
11291
|
|
|
11276
11292
|
.icon-usb-headset-muted-regular::before {
|
|
11277
|
-
content: "\
|
|
11293
|
+
content: "\fbc8";
|
|
11278
11294
|
}
|
|
11279
11295
|
|
|
11280
11296
|
.icon-usb-headset-regular::before {
|
|
11281
|
-
content: "\
|
|
11297
|
+
content: "\fbc9";
|
|
11282
11298
|
}
|
|
11283
11299
|
|
|
11284
11300
|
.icon-usb-light::before {
|
|
11285
|
-
content: "\
|
|
11301
|
+
content: "\fbca";
|
|
11286
11302
|
}
|
|
11287
11303
|
|
|
11288
11304
|
.icon-usb-regular::before {
|
|
11289
|
-
content: "\
|
|
11305
|
+
content: "\fbcb";
|
|
11290
11306
|
}
|
|
11291
11307
|
|
|
11292
11308
|
.icon-user-bold::before {
|
|
11293
|
-
content: "\
|
|
11309
|
+
content: "\fbcc";
|
|
11294
11310
|
}
|
|
11295
11311
|
|
|
11296
11312
|
.icon-user-deactivate-bold::before {
|
|
11297
|
-
content: "\
|
|
11313
|
+
content: "\fbcd";
|
|
11298
11314
|
}
|
|
11299
11315
|
|
|
11300
11316
|
.icon-user-deactivate-light::before {
|
|
11301
|
-
content: "\
|
|
11317
|
+
content: "\fbce";
|
|
11302
11318
|
}
|
|
11303
11319
|
|
|
11304
11320
|
.icon-user-deactivate-regular::before {
|
|
11305
|
-
content: "\
|
|
11321
|
+
content: "\fbcf";
|
|
11306
11322
|
}
|
|
11307
11323
|
|
|
11308
11324
|
.icon-user-light::before {
|
|
11309
|
-
content: "\
|
|
11325
|
+
content: "\fbd0";
|
|
11310
11326
|
}
|
|
11311
11327
|
|
|
11312
11328
|
.icon-user-regular::before {
|
|
11313
|
-
content: "\
|
|
11329
|
+
content: "\fbd1";
|
|
11314
11330
|
}
|
|
11315
11331
|
|
|
11316
11332
|
.icon-video-blur-bold::before {
|
|
11317
|
-
content: "\
|
|
11333
|
+
content: "\fbd2";
|
|
11318
11334
|
}
|
|
11319
11335
|
|
|
11320
11336
|
.icon-video-blur-filled::before {
|
|
11321
|
-
content: "\
|
|
11337
|
+
content: "\fbd3";
|
|
11322
11338
|
}
|
|
11323
11339
|
|
|
11324
11340
|
.icon-video-blur-light::before {
|
|
11325
|
-
content: "\
|
|
11341
|
+
content: "\fbd4";
|
|
11326
11342
|
}
|
|
11327
11343
|
|
|
11328
11344
|
.icon-video-blur-regular::before {
|
|
11329
|
-
content: "\
|
|
11345
|
+
content: "\fbd5";
|
|
11330
11346
|
}
|
|
11331
11347
|
|
|
11332
11348
|
.icon-video-bold::before {
|
|
11333
|
-
content: "\
|
|
11349
|
+
content: "\fbd6";
|
|
11334
11350
|
}
|
|
11335
11351
|
|
|
11336
11352
|
.icon-video-effect-bold::before {
|
|
11337
|
-
content: "\
|
|
11353
|
+
content: "\fbd7";
|
|
11338
11354
|
}
|
|
11339
11355
|
|
|
11340
11356
|
.icon-video-effect-filled::before {
|
|
11341
|
-
content: "\
|
|
11357
|
+
content: "\fbd8";
|
|
11342
11358
|
}
|
|
11343
11359
|
|
|
11344
11360
|
.icon-video-effect-light::before {
|
|
11345
|
-
content: "\
|
|
11361
|
+
content: "\fbd9";
|
|
11346
11362
|
}
|
|
11347
11363
|
|
|
11348
11364
|
.icon-video-effect-regular::before {
|
|
11349
|
-
content: "\
|
|
11365
|
+
content: "\fbda";
|
|
11350
11366
|
}
|
|
11351
11367
|
|
|
11352
11368
|
.icon-video-filled::before {
|
|
11353
|
-
content: "\
|
|
11369
|
+
content: "\fbdb";
|
|
11354
11370
|
}
|
|
11355
11371
|
|
|
11356
11372
|
.icon-video-layout-bold::before {
|
|
11357
|
-
content: "\
|
|
11373
|
+
content: "\fbdc";
|
|
11358
11374
|
}
|
|
11359
11375
|
|
|
11360
11376
|
.icon-video-layout-equal-bold::before {
|
|
11361
|
-
content: "\
|
|
11377
|
+
content: "\fbdd";
|
|
11362
11378
|
}
|
|
11363
11379
|
|
|
11364
11380
|
.icon-video-layout-equal-dual-bold::before {
|
|
11365
|
-
content: "\
|
|
11381
|
+
content: "\fbde";
|
|
11366
11382
|
}
|
|
11367
11383
|
|
|
11368
11384
|
.icon-video-layout-equal-dual-light::before {
|
|
11369
|
-
content: "\
|
|
11385
|
+
content: "\fbdf";
|
|
11370
11386
|
}
|
|
11371
11387
|
|
|
11372
11388
|
.icon-video-layout-equal-dual-regular::before {
|
|
11373
|
-
content: "\
|
|
11389
|
+
content: "\fbe0";
|
|
11374
11390
|
}
|
|
11375
11391
|
|
|
11376
11392
|
.icon-video-layout-equal-filled::before {
|
|
11377
|
-
content: "\
|
|
11393
|
+
content: "\fbe1";
|
|
11378
11394
|
}
|
|
11379
11395
|
|
|
11380
11396
|
.icon-video-layout-equal-light::before {
|
|
11381
|
-
content: "\
|
|
11397
|
+
content: "\fbe2";
|
|
11382
11398
|
}
|
|
11383
11399
|
|
|
11384
11400
|
.icon-video-layout-equal-regular::before {
|
|
11385
|
-
content: "\
|
|
11401
|
+
content: "\fbe3";
|
|
11386
11402
|
}
|
|
11387
11403
|
|
|
11388
11404
|
.icon-video-layout-filled::before {
|
|
11389
|
-
content: "\
|
|
11405
|
+
content: "\fbe4";
|
|
11390
11406
|
}
|
|
11391
11407
|
|
|
11392
11408
|
.icon-video-layout-light::before {
|
|
11393
|
-
content: "\
|
|
11409
|
+
content: "\fbe5";
|
|
11394
11410
|
}
|
|
11395
11411
|
|
|
11396
11412
|
.icon-video-layout-overlay-bold::before {
|
|
11397
|
-
content: "\
|
|
11413
|
+
content: "\fbe6";
|
|
11398
11414
|
}
|
|
11399
11415
|
|
|
11400
11416
|
.icon-video-layout-overlay-filled::before {
|
|
11401
|
-
content: "\
|
|
11417
|
+
content: "\fbe7";
|
|
11402
11418
|
}
|
|
11403
11419
|
|
|
11404
11420
|
.icon-video-layout-overlay-light::before {
|
|
11405
|
-
content: "\
|
|
11421
|
+
content: "\fbe8";
|
|
11406
11422
|
}
|
|
11407
11423
|
|
|
11408
11424
|
.icon-video-layout-overlay-regular::before {
|
|
11409
|
-
content: "\
|
|
11425
|
+
content: "\fbe9";
|
|
11410
11426
|
}
|
|
11411
11427
|
|
|
11412
11428
|
.icon-video-layout-presenter-dominant-bold::before {
|
|
11413
|
-
content: "\
|
|
11429
|
+
content: "\fbea";
|
|
11414
11430
|
}
|
|
11415
11431
|
|
|
11416
11432
|
.icon-video-layout-presenter-dominant-light::before {
|
|
11417
|
-
content: "\
|
|
11433
|
+
content: "\fbeb";
|
|
11418
11434
|
}
|
|
11419
11435
|
|
|
11420
11436
|
.icon-video-layout-presenter-dominant-regular::before {
|
|
11421
|
-
content: "\
|
|
11437
|
+
content: "\fbec";
|
|
11422
11438
|
}
|
|
11423
11439
|
|
|
11424
11440
|
.icon-video-layout-prominent-bold::before {
|
|
11425
|
-
content: "\
|
|
11441
|
+
content: "\fbed";
|
|
11426
11442
|
}
|
|
11427
11443
|
|
|
11428
11444
|
.icon-video-layout-prominent-filled::before {
|
|
11429
|
-
content: "\
|
|
11445
|
+
content: "\fbee";
|
|
11430
11446
|
}
|
|
11431
11447
|
|
|
11432
11448
|
.icon-video-layout-prominent-light::before {
|
|
11433
|
-
content: "\
|
|
11449
|
+
content: "\fbef";
|
|
11434
11450
|
}
|
|
11435
11451
|
|
|
11436
11452
|
.icon-video-layout-prominent-regular::before {
|
|
11437
|
-
content: "\
|
|
11453
|
+
content: "\fbf0";
|
|
11438
11454
|
}
|
|
11439
11455
|
|
|
11440
11456
|
.icon-video-layout-regular::before {
|
|
11441
|
-
content: "\
|
|
11457
|
+
content: "\fbf1";
|
|
11442
11458
|
}
|
|
11443
11459
|
|
|
11444
11460
|
.icon-video-layout-share-dominant-bold::before {
|
|
11445
|
-
content: "\
|
|
11461
|
+
content: "\fbf2";
|
|
11446
11462
|
}
|
|
11447
11463
|
|
|
11448
11464
|
.icon-video-layout-share-dominant-light::before {
|
|
11449
|
-
content: "\
|
|
11465
|
+
content: "\fbf3";
|
|
11450
11466
|
}
|
|
11451
11467
|
|
|
11452
11468
|
.icon-video-layout-share-dominant-regular::before {
|
|
11453
|
-
content: "\
|
|
11469
|
+
content: "\fbf4";
|
|
11454
11470
|
}
|
|
11455
11471
|
|
|
11456
11472
|
.icon-video-layout-single-bold::before {
|
|
11457
|
-
content: "\
|
|
11473
|
+
content: "\fbf5";
|
|
11458
11474
|
}
|
|
11459
11475
|
|
|
11460
11476
|
.icon-video-layout-single-filled::before {
|
|
11461
|
-
content: "\
|
|
11477
|
+
content: "\fbf6";
|
|
11462
11478
|
}
|
|
11463
11479
|
|
|
11464
11480
|
.icon-video-layout-single-light::before {
|
|
11465
|
-
content: "\
|
|
11481
|
+
content: "\fbf7";
|
|
11466
11482
|
}
|
|
11467
11483
|
|
|
11468
11484
|
.icon-video-layout-single-regular::before {
|
|
11469
|
-
content: "\
|
|
11485
|
+
content: "\fbf8";
|
|
11470
11486
|
}
|
|
11471
11487
|
|
|
11472
11488
|
.icon-video-layout-stack-bold::before {
|
|
11473
|
-
content: "\
|
|
11489
|
+
content: "\fbf9";
|
|
11474
11490
|
}
|
|
11475
11491
|
|
|
11476
11492
|
.icon-video-layout-stack-filled::before {
|
|
11477
|
-
content: "\
|
|
11493
|
+
content: "\fbfa";
|
|
11478
11494
|
}
|
|
11479
11495
|
|
|
11480
11496
|
.icon-video-layout-stack-light::before {
|
|
11481
|
-
content: "\
|
|
11497
|
+
content: "\fbfb";
|
|
11482
11498
|
}
|
|
11483
11499
|
|
|
11484
11500
|
.icon-video-layout-stack-regular::before {
|
|
11485
|
-
content: "\
|
|
11501
|
+
content: "\fbfc";
|
|
11486
11502
|
}
|
|
11487
11503
|
|
|
11488
11504
|
.icon-video-layout-video-dominant-bold::before {
|
|
11489
|
-
content: "\
|
|
11505
|
+
content: "\fbfd";
|
|
11490
11506
|
}
|
|
11491
11507
|
|
|
11492
11508
|
.icon-video-layout-video-dominant-filled::before {
|
|
11493
|
-
content: "\
|
|
11509
|
+
content: "\fbfe";
|
|
11494
11510
|
}
|
|
11495
11511
|
|
|
11496
11512
|
.icon-video-layout-video-dominant-light::before {
|
|
11497
|
-
content: "\
|
|
11513
|
+
content: "\fbff";
|
|
11498
11514
|
}
|
|
11499
11515
|
|
|
11500
11516
|
.icon-video-layout-video-dominant-regular::before {
|
|
11501
|
-
content: "\
|
|
11517
|
+
content: "\fc00";
|
|
11502
11518
|
}
|
|
11503
11519
|
|
|
11504
11520
|
.icon-video-light::before {
|
|
11505
|
-
content: "\
|
|
11521
|
+
content: "\fc01";
|
|
11506
11522
|
}
|
|
11507
11523
|
|
|
11508
11524
|
.icon-video-plus-bold::before {
|
|
11509
|
-
content: "\
|
|
11525
|
+
content: "\fc02";
|
|
11510
11526
|
}
|
|
11511
11527
|
|
|
11512
11528
|
.icon-video-plus-filled::before {
|
|
11513
|
-
content: "\
|
|
11529
|
+
content: "\fc03";
|
|
11514
11530
|
}
|
|
11515
11531
|
|
|
11516
11532
|
.icon-video-plus-light::before {
|
|
11517
|
-
content: "\
|
|
11533
|
+
content: "\fc04";
|
|
11518
11534
|
}
|
|
11519
11535
|
|
|
11520
11536
|
.icon-video-plus-regular::before {
|
|
11521
|
-
content: "\
|
|
11537
|
+
content: "\fc05";
|
|
11522
11538
|
}
|
|
11523
11539
|
|
|
11524
11540
|
.icon-video-regular::before {
|
|
11525
|
-
content: "\
|
|
11541
|
+
content: "\fc06";
|
|
11526
11542
|
}
|
|
11527
11543
|
|
|
11528
11544
|
.icon-video-speaker-track-bold::before {
|
|
11529
|
-
content: "\
|
|
11545
|
+
content: "\fc07";
|
|
11530
11546
|
}
|
|
11531
11547
|
|
|
11532
11548
|
.icon-video-speaker-track-filled::before {
|
|
11533
|
-
content: "\
|
|
11549
|
+
content: "\fc08";
|
|
11534
11550
|
}
|
|
11535
11551
|
|
|
11536
11552
|
.icon-video-speaker-track-light::before {
|
|
11537
|
-
content: "\
|
|
11553
|
+
content: "\fc09";
|
|
11538
11554
|
}
|
|
11539
11555
|
|
|
11540
11556
|
.icon-video-speaker-track-regular::before {
|
|
11541
|
-
content: "\
|
|
11557
|
+
content: "\fc0a";
|
|
11542
11558
|
}
|
|
11543
11559
|
|
|
11544
11560
|
.icon-view-all-bold::before {
|
|
11545
|
-
content: "\
|
|
11561
|
+
content: "\fc0b";
|
|
11546
11562
|
}
|
|
11547
11563
|
|
|
11548
11564
|
.icon-view-all-light::before {
|
|
11549
|
-
content: "\
|
|
11565
|
+
content: "\fc0c";
|
|
11550
11566
|
}
|
|
11551
11567
|
|
|
11552
11568
|
.icon-view-all-regular::before {
|
|
11553
|
-
content: "\
|
|
11569
|
+
content: "\fc0d";
|
|
11554
11570
|
}
|
|
11555
11571
|
|
|
11556
11572
|
.icon-view-list-bold::before {
|
|
11557
|
-
content: "\
|
|
11573
|
+
content: "\fc0e";
|
|
11558
11574
|
}
|
|
11559
11575
|
|
|
11560
11576
|
.icon-view-list-filled::before {
|
|
11561
|
-
content: "\
|
|
11577
|
+
content: "\fc0f";
|
|
11562
11578
|
}
|
|
11563
11579
|
|
|
11564
11580
|
.icon-view-list-light::before {
|
|
11565
|
-
content: "\
|
|
11581
|
+
content: "\fc10";
|
|
11566
11582
|
}
|
|
11567
11583
|
|
|
11568
11584
|
.icon-view-list-regular::before {
|
|
11569
|
-
content: "\
|
|
11585
|
+
content: "\fc11";
|
|
11570
11586
|
}
|
|
11571
11587
|
|
|
11572
11588
|
.icon-view-stacked-bold::before {
|
|
11573
|
-
content: "\
|
|
11589
|
+
content: "\fc12";
|
|
11574
11590
|
}
|
|
11575
11591
|
|
|
11576
11592
|
.icon-view-stacked-filled::before {
|
|
11577
|
-
content: "\
|
|
11593
|
+
content: "\fc13";
|
|
11578
11594
|
}
|
|
11579
11595
|
|
|
11580
11596
|
.icon-view-stacked-light::before {
|
|
11581
|
-
content: "\
|
|
11597
|
+
content: "\fc14";
|
|
11582
11598
|
}
|
|
11583
11599
|
|
|
11584
11600
|
.icon-view-stacked-regular::before {
|
|
11585
|
-
content: "\
|
|
11601
|
+
content: "\fc15";
|
|
11586
11602
|
}
|
|
11587
11603
|
|
|
11588
11604
|
.icon-view-thumbnail-bold::before {
|
|
11589
|
-
content: "\
|
|
11605
|
+
content: "\fc16";
|
|
11590
11606
|
}
|
|
11591
11607
|
|
|
11592
11608
|
.icon-view-thumbnail-filled::before {
|
|
11593
|
-
content: "\
|
|
11609
|
+
content: "\fc17";
|
|
11594
11610
|
}
|
|
11595
11611
|
|
|
11596
11612
|
.icon-view-thumbnail-light::before {
|
|
11597
|
-
content: "\
|
|
11613
|
+
content: "\fc18";
|
|
11598
11614
|
}
|
|
11599
11615
|
|
|
11600
11616
|
.icon-view-thumbnail-regular::before {
|
|
11601
|
-
content: "\
|
|
11617
|
+
content: "\fc19";
|
|
11602
11618
|
}
|
|
11603
11619
|
|
|
11604
11620
|
.icon-visionpro-bold::before {
|
|
11605
|
-
content: "\
|
|
11621
|
+
content: "\fc1a";
|
|
11606
11622
|
}
|
|
11607
11623
|
|
|
11608
11624
|
.icon-visionpro-filled::before {
|
|
11609
|
-
content: "\
|
|
11625
|
+
content: "\fc1b";
|
|
11610
11626
|
}
|
|
11611
11627
|
|
|
11612
11628
|
.icon-visionpro-light::before {
|
|
11613
|
-
content: "\
|
|
11629
|
+
content: "\fc1c";
|
|
11614
11630
|
}
|
|
11615
11631
|
|
|
11616
11632
|
.icon-visionpro-move-call-in-bold::before {
|
|
11617
|
-
content: "\
|
|
11633
|
+
content: "\fc1d";
|
|
11618
11634
|
}
|
|
11619
11635
|
|
|
11620
11636
|
.icon-visionpro-move-call-in-filled::before {
|
|
11621
|
-
content: "\
|
|
11637
|
+
content: "\fc1e";
|
|
11622
11638
|
}
|
|
11623
11639
|
|
|
11624
11640
|
.icon-visionpro-move-call-in-light::before {
|
|
11625
|
-
content: "\
|
|
11641
|
+
content: "\fc1f";
|
|
11626
11642
|
}
|
|
11627
11643
|
|
|
11628
11644
|
.icon-visionpro-move-call-in-out-bold::before {
|
|
11629
|
-
content: "\
|
|
11645
|
+
content: "\fc20";
|
|
11630
11646
|
}
|
|
11631
11647
|
|
|
11632
11648
|
.icon-visionpro-move-call-in-out-filled::before {
|
|
11633
|
-
content: "\
|
|
11649
|
+
content: "\fc21";
|
|
11634
11650
|
}
|
|
11635
11651
|
|
|
11636
11652
|
.icon-visionpro-move-call-in-out-light::before {
|
|
11637
|
-
content: "\
|
|
11653
|
+
content: "\fc22";
|
|
11638
11654
|
}
|
|
11639
11655
|
|
|
11640
11656
|
.icon-visionpro-move-call-in-out-regular::before {
|
|
11641
|
-
content: "\
|
|
11657
|
+
content: "\fc23";
|
|
11642
11658
|
}
|
|
11643
11659
|
|
|
11644
11660
|
.icon-visionpro-move-call-in-regular::before {
|
|
11645
|
-
content: "\
|
|
11661
|
+
content: "\fc24";
|
|
11646
11662
|
}
|
|
11647
11663
|
|
|
11648
11664
|
.icon-visionpro-move-call-out-bold::before {
|
|
11649
|
-
content: "\
|
|
11665
|
+
content: "\fc25";
|
|
11650
11666
|
}
|
|
11651
11667
|
|
|
11652
11668
|
.icon-visionpro-move-call-out-filled::before {
|
|
11653
|
-
content: "\
|
|
11669
|
+
content: "\fc26";
|
|
11654
11670
|
}
|
|
11655
11671
|
|
|
11656
11672
|
.icon-visionpro-move-call-out-light::before {
|
|
11657
|
-
content: "\
|
|
11673
|
+
content: "\fc27";
|
|
11658
11674
|
}
|
|
11659
11675
|
|
|
11660
11676
|
.icon-visionpro-move-call-out-regular::before {
|
|
11661
|
-
content: "\
|
|
11677
|
+
content: "\fc28";
|
|
11662
11678
|
}
|
|
11663
11679
|
|
|
11664
11680
|
.icon-visionpro-regular::before {
|
|
11665
|
-
content: "\
|
|
11681
|
+
content: "\fc29";
|
|
11666
11682
|
}
|
|
11667
11683
|
|
|
11668
11684
|
.icon-voicemail-bold::before {
|
|
11669
|
-
content: "\
|
|
11685
|
+
content: "\fc2a";
|
|
11670
11686
|
}
|
|
11671
11687
|
|
|
11672
11688
|
.icon-voicemail-filled::before {
|
|
11673
|
-
content: "\
|
|
11689
|
+
content: "\fc2b";
|
|
11674
11690
|
}
|
|
11675
11691
|
|
|
11676
11692
|
.icon-voicemail-light::before {
|
|
11677
|
-
content: "\
|
|
11693
|
+
content: "\fc2c";
|
|
11678
11694
|
}
|
|
11679
11695
|
|
|
11680
11696
|
.icon-voicemail-regular::before {
|
|
11681
|
-
content: "\
|
|
11697
|
+
content: "\fc2d";
|
|
11682
11698
|
}
|
|
11683
11699
|
|
|
11684
11700
|
.icon-vpn-bold::before {
|
|
11685
|
-
content: "\
|
|
11701
|
+
content: "\fc2e";
|
|
11686
11702
|
}
|
|
11687
11703
|
|
|
11688
11704
|
.icon-vpn-filled::before {
|
|
11689
|
-
content: "\
|
|
11705
|
+
content: "\fc2f";
|
|
11690
11706
|
}
|
|
11691
11707
|
|
|
11692
11708
|
.icon-vpn-light::before {
|
|
11693
|
-
content: "\
|
|
11709
|
+
content: "\fc30";
|
|
11694
11710
|
}
|
|
11695
11711
|
|
|
11696
11712
|
.icon-vpn-regular::before {
|
|
11697
|
-
content: "\
|
|
11713
|
+
content: "\fc31";
|
|
11698
11714
|
}
|
|
11699
11715
|
|
|
11700
11716
|
.icon-vsc-bold::before {
|
|
11701
|
-
content: "\
|
|
11717
|
+
content: "\fc32";
|
|
11702
11718
|
}
|
|
11703
11719
|
|
|
11704
11720
|
.icon-vsc-light::before {
|
|
11705
|
-
content: "\
|
|
11721
|
+
content: "\fc33";
|
|
11706
11722
|
}
|
|
11707
11723
|
|
|
11708
11724
|
.icon-vsc-regular::before {
|
|
11709
|
-
content: "\
|
|
11725
|
+
content: "\fc34";
|
|
11710
11726
|
}
|
|
11711
11727
|
|
|
11712
11728
|
.icon-waffle-menu-bold::before {
|
|
11713
|
-
content: "\
|
|
11729
|
+
content: "\fc35";
|
|
11714
11730
|
}
|
|
11715
11731
|
|
|
11716
11732
|
.icon-waffle-menu-light::before {
|
|
11717
|
-
content: "\
|
|
11733
|
+
content: "\fc36";
|
|
11718
11734
|
}
|
|
11719
11735
|
|
|
11720
11736
|
.icon-waffle-menu-regular::before {
|
|
11721
|
-
content: "\
|
|
11737
|
+
content: "\fc37";
|
|
11722
11738
|
}
|
|
11723
11739
|
|
|
11724
11740
|
.icon-waiting-room-bold::before {
|
|
11725
|
-
content: "\
|
|
11741
|
+
content: "\fc38";
|
|
11726
11742
|
}
|
|
11727
11743
|
|
|
11728
11744
|
.icon-waiting-room-light::before {
|
|
11729
|
-
content: "\
|
|
11745
|
+
content: "\fc39";
|
|
11730
11746
|
}
|
|
11731
11747
|
|
|
11732
11748
|
.icon-waiting-room-regular::before {
|
|
11733
|
-
content: "\
|
|
11749
|
+
content: "\fc3a";
|
|
11734
11750
|
}
|
|
11735
11751
|
|
|
11736
11752
|
.icon-wallpaper-bold::before {
|
|
11737
|
-
content: "\
|
|
11753
|
+
content: "\fc3b";
|
|
11738
11754
|
}
|
|
11739
11755
|
|
|
11740
11756
|
.icon-wallpaper-light::before {
|
|
11741
|
-
content: "\
|
|
11757
|
+
content: "\fc3c";
|
|
11742
11758
|
}
|
|
11743
11759
|
|
|
11744
11760
|
.icon-wallpaper-regular::before {
|
|
11745
|
-
content: "\
|
|
11761
|
+
content: "\fc3d";
|
|
11746
11762
|
}
|
|
11747
11763
|
|
|
11748
11764
|
.icon-warning-badge-filled::before {
|
|
11749
|
-
content: "\
|
|
11765
|
+
content: "\fc3e";
|
|
11750
11766
|
}
|
|
11751
11767
|
|
|
11752
11768
|
.icon-warning-bold::before {
|
|
11753
|
-
content: "\
|
|
11769
|
+
content: "\fc3f";
|
|
11754
11770
|
}
|
|
11755
11771
|
|
|
11756
11772
|
.icon-warning-filled::before {
|
|
11757
|
-
content: "\
|
|
11773
|
+
content: "\fc40";
|
|
11758
11774
|
}
|
|
11759
11775
|
|
|
11760
11776
|
.icon-warning-light::before {
|
|
11761
|
-
content: "\
|
|
11777
|
+
content: "\fc41";
|
|
11762
11778
|
}
|
|
11763
11779
|
|
|
11764
11780
|
.icon-warning-regular::before {
|
|
11765
|
-
content: "\
|
|
11781
|
+
content: "\fc42";
|
|
11766
11782
|
}
|
|
11767
11783
|
|
|
11768
11784
|
.icon-webex-board-bold::before {
|
|
11769
|
-
content: "\
|
|
11785
|
+
content: "\fc43";
|
|
11770
11786
|
}
|
|
11771
11787
|
|
|
11772
11788
|
.icon-webex-board-light::before {
|
|
11773
|
-
content: "\
|
|
11789
|
+
content: "\fc44";
|
|
11774
11790
|
}
|
|
11775
11791
|
|
|
11776
11792
|
.icon-webex-board-regular::before {
|
|
11777
|
-
content: "\
|
|
11793
|
+
content: "\fc45";
|
|
11778
11794
|
}
|
|
11779
11795
|
|
|
11780
11796
|
.icon-webex-codec-plus-bold::before {
|
|
11781
|
-
content: "\
|
|
11797
|
+
content: "\fc46";
|
|
11782
11798
|
}
|
|
11783
11799
|
|
|
11784
11800
|
.icon-webex-codec-plus-light::before {
|
|
11785
|
-
content: "\
|
|
11801
|
+
content: "\fc47";
|
|
11786
11802
|
}
|
|
11787
11803
|
|
|
11788
11804
|
.icon-webex-codec-plus-regular::before {
|
|
11789
|
-
content: "\
|
|
11805
|
+
content: "\fc48";
|
|
11790
11806
|
}
|
|
11791
11807
|
|
|
11792
11808
|
.icon-webex-desk-camera-bold::before {
|
|
11793
|
-
content: "\
|
|
11809
|
+
content: "\fc49";
|
|
11794
11810
|
}
|
|
11795
11811
|
|
|
11796
11812
|
.icon-webex-desk-camera-light::before {
|
|
11797
|
-
content: "\
|
|
11813
|
+
content: "\fc4a";
|
|
11798
11814
|
}
|
|
11799
11815
|
|
|
11800
11816
|
.icon-webex-desk-camera-regular::before {
|
|
11801
|
-
content: "\
|
|
11817
|
+
content: "\fc4b";
|
|
11802
11818
|
}
|
|
11803
11819
|
|
|
11804
11820
|
.icon-webex-helix-bold::before {
|
|
11805
|
-
content: "\
|
|
11821
|
+
content: "\fc4c";
|
|
11806
11822
|
}
|
|
11807
11823
|
|
|
11808
11824
|
.icon-webex-helix-light::before {
|
|
11809
|
-
content: "\
|
|
11825
|
+
content: "\fc4d";
|
|
11810
11826
|
}
|
|
11811
11827
|
|
|
11812
11828
|
.icon-webex-helix-regular::before {
|
|
11813
|
-
content: "\
|
|
11829
|
+
content: "\fc4e";
|
|
11814
11830
|
}
|
|
11815
11831
|
|
|
11816
11832
|
.icon-webex-meetings-bold::before {
|
|
11817
|
-
content: "\
|
|
11833
|
+
content: "\fc4f";
|
|
11818
11834
|
}
|
|
11819
11835
|
|
|
11820
11836
|
.icon-webex-meetings-filled::before {
|
|
11821
|
-
content: "\
|
|
11837
|
+
content: "\fc50";
|
|
11822
11838
|
}
|
|
11823
11839
|
|
|
11824
11840
|
.icon-webex-meetings-light::before {
|
|
11825
|
-
content: "\
|
|
11841
|
+
content: "\fc51";
|
|
11826
11842
|
}
|
|
11827
11843
|
|
|
11828
11844
|
.icon-webex-meetings-regular::before {
|
|
11829
|
-
content: "\
|
|
11845
|
+
content: "\fc52";
|
|
11830
11846
|
}
|
|
11831
11847
|
|
|
11832
11848
|
.icon-webex-quad-camera-bold::before {
|
|
11833
|
-
content: "\
|
|
11849
|
+
content: "\fc53";
|
|
11834
11850
|
}
|
|
11835
11851
|
|
|
11836
11852
|
.icon-webex-quad-camera-light::before {
|
|
11837
|
-
content: "\
|
|
11853
|
+
content: "\fc54";
|
|
11838
11854
|
}
|
|
11839
11855
|
|
|
11840
11856
|
.icon-webex-quad-camera-regular::before {
|
|
11841
|
-
content: "\
|
|
11857
|
+
content: "\fc55";
|
|
11842
11858
|
}
|
|
11843
11859
|
|
|
11844
11860
|
.icon-webex-room-kit-bold::before {
|
|
11845
|
-
content: "\
|
|
11861
|
+
content: "\fc56";
|
|
11846
11862
|
}
|
|
11847
11863
|
|
|
11848
11864
|
.icon-webex-room-kit-light::before {
|
|
11849
|
-
content: "\
|
|
11865
|
+
content: "\fc57";
|
|
11850
11866
|
}
|
|
11851
11867
|
|
|
11852
11868
|
.icon-webex-room-kit-plus-bold::before {
|
|
11853
|
-
content: "\
|
|
11869
|
+
content: "\fc58";
|
|
11854
11870
|
}
|
|
11855
11871
|
|
|
11856
11872
|
.icon-webex-room-kit-plus-light::before {
|
|
11857
|
-
content: "\
|
|
11873
|
+
content: "\fc59";
|
|
11858
11874
|
}
|
|
11859
11875
|
|
|
11860
11876
|
.icon-webex-room-kit-plus-regular::before {
|
|
11861
|
-
content: "\
|
|
11877
|
+
content: "\fc5a";
|
|
11862
11878
|
}
|
|
11863
11879
|
|
|
11864
11880
|
.icon-webex-room-kit-regular::before {
|
|
11865
|
-
content: "\
|
|
11881
|
+
content: "\fc5b";
|
|
11866
11882
|
}
|
|
11867
11883
|
|
|
11868
11884
|
.icon-webex-share-bold::before {
|
|
11869
|
-
content: "\
|
|
11885
|
+
content: "\fc5c";
|
|
11870
11886
|
}
|
|
11871
11887
|
|
|
11872
11888
|
.icon-webex-share-light::before {
|
|
11873
|
-
content: "\
|
|
11889
|
+
content: "\fc5d";
|
|
11874
11890
|
}
|
|
11875
11891
|
|
|
11876
11892
|
.icon-webex-share-regular::before {
|
|
11877
|
-
content: "\
|
|
11893
|
+
content: "\fc5e";
|
|
11878
11894
|
}
|
|
11879
11895
|
|
|
11880
11896
|
.icon-webex-teams-bold::before {
|
|
11881
|
-
content: "\
|
|
11897
|
+
content: "\fc5f";
|
|
11882
11898
|
}
|
|
11883
11899
|
|
|
11884
11900
|
.icon-webex-teams-filled::before {
|
|
11885
|
-
content: "\
|
|
11901
|
+
content: "\fc60";
|
|
11886
11902
|
}
|
|
11887
11903
|
|
|
11888
11904
|
.icon-webex-teams-light::before {
|
|
11889
|
-
content: "\
|
|
11905
|
+
content: "\fc61";
|
|
11890
11906
|
}
|
|
11891
11907
|
|
|
11892
11908
|
.icon-webex-teams-new-bold::before {
|
|
11893
|
-
content: "\
|
|
11909
|
+
content: "\fc62";
|
|
11894
11910
|
}
|
|
11895
11911
|
|
|
11896
11912
|
.icon-webex-teams-new-filled::before {
|
|
11897
|
-
content: "\
|
|
11913
|
+
content: "\fc63";
|
|
11898
11914
|
}
|
|
11899
11915
|
|
|
11900
11916
|
.icon-webex-teams-new-light::before {
|
|
11901
|
-
content: "\
|
|
11917
|
+
content: "\fc64";
|
|
11902
11918
|
}
|
|
11903
11919
|
|
|
11904
11920
|
.icon-webex-teams-new-regular::before {
|
|
11905
|
-
content: "\
|
|
11921
|
+
content: "\fc65";
|
|
11906
11922
|
}
|
|
11907
11923
|
|
|
11908
11924
|
.icon-webex-teams-regular::before {
|
|
11909
|
-
content: "\
|
|
11925
|
+
content: "\fc66";
|
|
11910
11926
|
}
|
|
11911
11927
|
|
|
11912
11928
|
.icon-webex-teams-remove-bold::before {
|
|
11913
|
-
content: "\
|
|
11929
|
+
content: "\fc67";
|
|
11914
11930
|
}
|
|
11915
11931
|
|
|
11916
11932
|
.icon-webex-teams-remove-light::before {
|
|
11917
|
-
content: "\
|
|
11933
|
+
content: "\fc68";
|
|
11918
11934
|
}
|
|
11919
11935
|
|
|
11920
11936
|
.icon-webex-teams-remove-regular::before {
|
|
11921
|
-
content: "\
|
|
11937
|
+
content: "\fc69";
|
|
11922
11938
|
}
|
|
11923
11939
|
|
|
11924
11940
|
.icon-webhook-bold::before {
|
|
11925
|
-
content: "\
|
|
11941
|
+
content: "\fc6a";
|
|
11926
11942
|
}
|
|
11927
11943
|
|
|
11928
11944
|
.icon-webhook-light::before {
|
|
11929
|
-
content: "\
|
|
11945
|
+
content: "\fc6b";
|
|
11930
11946
|
}
|
|
11931
11947
|
|
|
11932
11948
|
.icon-webhook-regular::before {
|
|
11933
|
-
content: "\
|
|
11949
|
+
content: "\fc6c";
|
|
11934
11950
|
}
|
|
11935
11951
|
|
|
11936
11952
|
.icon-webinar-bold::before {
|
|
11937
|
-
content: "\
|
|
11953
|
+
content: "\fc6d";
|
|
11938
11954
|
}
|
|
11939
11955
|
|
|
11940
11956
|
.icon-webinar-filled::before {
|
|
11941
|
-
content: "\
|
|
11957
|
+
content: "\fc6e";
|
|
11942
11958
|
}
|
|
11943
11959
|
|
|
11944
11960
|
.icon-webinar-light::before {
|
|
11945
|
-
content: "\
|
|
11961
|
+
content: "\fc6f";
|
|
11946
11962
|
}
|
|
11947
11963
|
|
|
11948
11964
|
.icon-webinar-regular::before {
|
|
11949
|
-
content: "\
|
|
11965
|
+
content: "\fc70";
|
|
11950
11966
|
}
|
|
11951
11967
|
|
|
11952
11968
|
.icon-weekly-recurring-schedule-bold::before {
|
|
11953
|
-
content: "\
|
|
11969
|
+
content: "\fc71";
|
|
11954
11970
|
}
|
|
11955
11971
|
|
|
11956
11972
|
.icon-weekly-recurring-schedule-light::before {
|
|
11957
|
-
content: "\
|
|
11973
|
+
content: "\fc72";
|
|
11958
11974
|
}
|
|
11959
11975
|
|
|
11960
11976
|
.icon-weekly-recurring-schedule-regular::before {
|
|
11961
|
-
content: "\
|
|
11977
|
+
content: "\fc73";
|
|
11962
11978
|
}
|
|
11963
11979
|
|
|
11964
11980
|
.icon-whisper-announcement-bold::before {
|
|
11965
|
-
content: "\
|
|
11981
|
+
content: "\fc74";
|
|
11966
11982
|
}
|
|
11967
11983
|
|
|
11968
11984
|
.icon-whisper-announcement-filled::before {
|
|
11969
|
-
content: "\
|
|
11985
|
+
content: "\fc75";
|
|
11970
11986
|
}
|
|
11971
11987
|
|
|
11972
11988
|
.icon-whisper-announcement-light::before {
|
|
11973
|
-
content: "\
|
|
11989
|
+
content: "\fc76";
|
|
11974
11990
|
}
|
|
11975
11991
|
|
|
11976
11992
|
.icon-whisper-announcement-regular::before {
|
|
11977
|
-
content: "\
|
|
11993
|
+
content: "\fc77";
|
|
11978
11994
|
}
|
|
11979
11995
|
|
|
11980
11996
|
.icon-whisper-coach-bold::before {
|
|
11981
|
-
content: "\
|
|
11997
|
+
content: "\fc78";
|
|
11982
11998
|
}
|
|
11983
11999
|
|
|
11984
12000
|
.icon-whisper-coach-filled::before {
|
|
11985
|
-
content: "\
|
|
12001
|
+
content: "\fc79";
|
|
11986
12002
|
}
|
|
11987
12003
|
|
|
11988
12004
|
.icon-whisper-coach-light::before {
|
|
11989
|
-
content: "\
|
|
12005
|
+
content: "\fc7a";
|
|
11990
12006
|
}
|
|
11991
12007
|
|
|
11992
12008
|
.icon-whisper-coach-regular::before {
|
|
11993
|
-
content: "\
|
|
12009
|
+
content: "\fc7b";
|
|
11994
12010
|
}
|
|
11995
12011
|
|
|
11996
12012
|
.icon-whiteboard-bold::before {
|
|
11997
|
-
content: "\
|
|
12013
|
+
content: "\fc7c";
|
|
11998
12014
|
}
|
|
11999
12015
|
|
|
12000
12016
|
.icon-whiteboard-content-bold::before {
|
|
12001
|
-
content: "\
|
|
12017
|
+
content: "\fc7d";
|
|
12002
12018
|
}
|
|
12003
12019
|
|
|
12004
12020
|
.icon-whiteboard-content-filled::before {
|
|
12005
|
-
content: "\
|
|
12021
|
+
content: "\fc7e";
|
|
12006
12022
|
}
|
|
12007
12023
|
|
|
12008
12024
|
.icon-whiteboard-content-light::before {
|
|
12009
|
-
content: "\
|
|
12025
|
+
content: "\fc7f";
|
|
12010
12026
|
}
|
|
12011
12027
|
|
|
12012
12028
|
.icon-whiteboard-content-regular::before {
|
|
12013
|
-
content: "\
|
|
12029
|
+
content: "\fc80";
|
|
12014
12030
|
}
|
|
12015
12031
|
|
|
12016
12032
|
.icon-whiteboard-filled::before {
|
|
12017
|
-
content: "\
|
|
12033
|
+
content: "\fc81";
|
|
12018
12034
|
}
|
|
12019
12035
|
|
|
12020
12036
|
.icon-whiteboard-light::before {
|
|
12021
|
-
content: "\
|
|
12037
|
+
content: "\fc82";
|
|
12022
12038
|
}
|
|
12023
12039
|
|
|
12024
12040
|
.icon-whiteboard-regular::before {
|
|
12025
|
-
content: "\
|
|
12041
|
+
content: "\fc83";
|
|
12026
12042
|
}
|
|
12027
12043
|
|
|
12028
12044
|
.icon-widget-bold::before {
|
|
12029
|
-
content: "\
|
|
12045
|
+
content: "\fc84";
|
|
12030
12046
|
}
|
|
12031
12047
|
|
|
12032
12048
|
.icon-widget-filled::before {
|
|
12033
|
-
content: "\
|
|
12049
|
+
content: "\fc85";
|
|
12034
12050
|
}
|
|
12035
12051
|
|
|
12036
12052
|
.icon-widget-light::before {
|
|
12037
|
-
content: "\
|
|
12053
|
+
content: "\fc86";
|
|
12038
12054
|
}
|
|
12039
12055
|
|
|
12040
12056
|
.icon-widget-regular::before {
|
|
12041
|
-
content: "\
|
|
12057
|
+
content: "\fc87";
|
|
12042
12058
|
}
|
|
12043
12059
|
|
|
12044
12060
|
.icon-wifi-bold::before {
|
|
12045
|
-
content: "\
|
|
12061
|
+
content: "\fc88";
|
|
12046
12062
|
}
|
|
12047
12063
|
|
|
12048
12064
|
.icon-wifi-error-bold::before {
|
|
12049
|
-
content: "\
|
|
12065
|
+
content: "\fc89";
|
|
12050
12066
|
}
|
|
12051
12067
|
|
|
12052
12068
|
.icon-wifi-error-light::before {
|
|
12053
|
-
content: "\
|
|
12069
|
+
content: "\fc8a";
|
|
12054
12070
|
}
|
|
12055
12071
|
|
|
12056
12072
|
.icon-wifi-error-regular::before {
|
|
12057
|
-
content: "\
|
|
12073
|
+
content: "\fc8b";
|
|
12058
12074
|
}
|
|
12059
12075
|
|
|
12060
12076
|
.icon-wifi-light::before {
|
|
12061
|
-
content: "\
|
|
12077
|
+
content: "\fc8c";
|
|
12062
12078
|
}
|
|
12063
12079
|
|
|
12064
12080
|
.icon-wifi-regular::before {
|
|
12065
|
-
content: "\
|
|
12081
|
+
content: "\fc8d";
|
|
12066
12082
|
}
|
|
12067
12083
|
|
|
12068
12084
|
.icon-wifi-signal-good-bold::before {
|
|
12069
|
-
content: "\
|
|
12085
|
+
content: "\fc8e";
|
|
12070
12086
|
}
|
|
12071
12087
|
|
|
12072
12088
|
.icon-wifi-signal-good-light::before {
|
|
12073
|
-
content: "\
|
|
12089
|
+
content: "\fc8f";
|
|
12074
12090
|
}
|
|
12075
12091
|
|
|
12076
12092
|
.icon-wifi-signal-good-regular::before {
|
|
12077
|
-
content: "\
|
|
12093
|
+
content: "\fc90";
|
|
12078
12094
|
}
|
|
12079
12095
|
|
|
12080
12096
|
.icon-wifi-signal-poor-bold::before {
|
|
12081
|
-
content: "\
|
|
12097
|
+
content: "\fc91";
|
|
12082
12098
|
}
|
|
12083
12099
|
|
|
12084
12100
|
.icon-wifi-signal-poor-light::before {
|
|
12085
|
-
content: "\
|
|
12101
|
+
content: "\fc92";
|
|
12086
12102
|
}
|
|
12087
12103
|
|
|
12088
12104
|
.icon-wifi-signal-poor-regular::before {
|
|
12089
|
-
content: "\
|
|
12105
|
+
content: "\fc93";
|
|
12090
12106
|
}
|
|
12091
12107
|
|
|
12092
12108
|
.icon-wifi-signal-unstable-bold::before {
|
|
12093
|
-
content: "\
|
|
12109
|
+
content: "\fc94";
|
|
12094
12110
|
}
|
|
12095
12111
|
|
|
12096
12112
|
.icon-wifi-signal-unstable-light::before {
|
|
12097
|
-
content: "\
|
|
12113
|
+
content: "\fc95";
|
|
12098
12114
|
}
|
|
12099
12115
|
|
|
12100
12116
|
.icon-wifi-signal-unstable-regular::before {
|
|
12101
|
-
content: "\
|
|
12117
|
+
content: "\fc96";
|
|
12102
12118
|
}
|
|
12103
12119
|
|
|
12104
12120
|
.icon-window-corner-scrub-bold::before {
|
|
12105
|
-
content: "\
|
|
12121
|
+
content: "\fc97";
|
|
12106
12122
|
}
|
|
12107
12123
|
|
|
12108
12124
|
.icon-window-corner-scrub-light::before {
|
|
12109
|
-
content: "\
|
|
12125
|
+
content: "\fc98";
|
|
12110
12126
|
}
|
|
12111
12127
|
|
|
12112
12128
|
.icon-window-corner-scrub-regular::before {
|
|
12113
|
-
content: "\
|
|
12129
|
+
content: "\fc99";
|
|
12114
12130
|
}
|
|
12115
12131
|
|
|
12116
12132
|
.icon-window-right-corner-scrub-bold::before {
|
|
12117
|
-
content: "\
|
|
12133
|
+
content: "\fc9a";
|
|
12118
12134
|
}
|
|
12119
12135
|
|
|
12120
12136
|
.icon-window-right-corner-scrub-light::before {
|
|
12121
|
-
content: "\
|
|
12137
|
+
content: "\fc9b";
|
|
12122
12138
|
}
|
|
12123
12139
|
|
|
12124
12140
|
.icon-window-right-corner-scrub-regular::before {
|
|
12125
|
-
content: "\
|
|
12141
|
+
content: "\fc9c";
|
|
12126
12142
|
}
|
|
12127
12143
|
|
|
12128
12144
|
.icon-window-vertical-scrub-bold::before {
|
|
12129
|
-
content: "\
|
|
12145
|
+
content: "\fc9d";
|
|
12130
12146
|
}
|
|
12131
12147
|
|
|
12132
12148
|
.icon-window-vertical-scrub-light::before {
|
|
12133
|
-
content: "\
|
|
12149
|
+
content: "\fc9e";
|
|
12134
12150
|
}
|
|
12135
12151
|
|
|
12136
12152
|
.icon-window-vertical-scrub-regular::before {
|
|
12137
|
-
content: "\
|
|
12153
|
+
content: "\fc9f";
|
|
12138
12154
|
}
|
|
12139
12155
|
|
|
12140
12156
|
.icon-workflow-deployments-bold::before {
|
|
12141
|
-
content: "\
|
|
12157
|
+
content: "\fca0";
|
|
12142
12158
|
}
|
|
12143
12159
|
|
|
12144
12160
|
.icon-workflow-deployments-filled::before {
|
|
12145
|
-
content: "\
|
|
12161
|
+
content: "\fca1";
|
|
12146
12162
|
}
|
|
12147
12163
|
|
|
12148
12164
|
.icon-workflow-deployments-light::before {
|
|
12149
|
-
content: "\
|
|
12165
|
+
content: "\fca2";
|
|
12150
12166
|
}
|
|
12151
12167
|
|
|
12152
12168
|
.icon-workflow-deployments-regular::before {
|
|
12153
|
-
content: "\
|
|
12169
|
+
content: "\fca3";
|
|
12154
12170
|
}
|
|
12155
12171
|
|
|
12156
12172
|
.icon-workphone-bold::before {
|
|
12157
|
-
content: "\
|
|
12173
|
+
content: "\fca4";
|
|
12158
12174
|
}
|
|
12159
12175
|
|
|
12160
12176
|
.icon-workphone-light::before {
|
|
12161
|
-
content: "\
|
|
12177
|
+
content: "\fca5";
|
|
12162
12178
|
}
|
|
12163
12179
|
|
|
12164
12180
|
.icon-workphone-regular::before {
|
|
12165
|
-
content: "\
|
|
12181
|
+
content: "\fca6";
|
|
12166
12182
|
}
|
|
12167
12183
|
|
|
12168
12184
|
.icon-zoom-in-bold::before {
|
|
12169
|
-
content: "\
|
|
12185
|
+
content: "\fca7";
|
|
12170
12186
|
}
|
|
12171
12187
|
|
|
12172
12188
|
.icon-zoom-in-light::before {
|
|
12173
|
-
content: "\
|
|
12189
|
+
content: "\fca8";
|
|
12174
12190
|
}
|
|
12175
12191
|
|
|
12176
12192
|
.icon-zoom-in-regular::before {
|
|
12177
|
-
content: "\
|
|
12193
|
+
content: "\fca9";
|
|
12178
12194
|
}
|
|
12179
12195
|
|
|
12180
12196
|
.icon-zoom-out-bold::before {
|
|
12181
|
-
content: "\
|
|
12197
|
+
content: "\fcaa";
|
|
12182
12198
|
}
|
|
12183
12199
|
|
|
12184
12200
|
.icon-zoom-out-light::before {
|
|
12185
|
-
content: "\
|
|
12201
|
+
content: "\fcab";
|
|
12186
12202
|
}
|
|
12187
12203
|
|
|
12188
12204
|
.icon-zoom-out-regular::before {
|
|
12189
|
-
content: "\
|
|
12205
|
+
content: "\fcac";
|
|
12190
12206
|
}
|
|
12191
12207
|
|