@font-face {
  font-family: "momentum-ui-icons";
  src: url("../fonts/momentum-ui-icons.woff2?e8302207ac295b386257f4c6b159ef1c") format("woff2"), url("../fonts/momentum-ui-icons.woff?a97ba81a35c2f1f7f1b97eff6dad9aed") format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon {
  position: relative;
  font-family: momentum-ui-icons;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  white-space: pre;
  text-transform: none;
  direction: ltr;
  font-feature-settings: "liga" 1;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}

.icon-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

[class*='icon'][class*='_8'] {
  font-size: 0.5rem;
}

[class*='icon'][class*='_10'] {
  font-size: 0.625rem;
}

[class*='icon'][class*='_12'] {
  font-size: 0.75rem;
}

[class*='icon'][class*='_14'] {
  font-size: 0.875rem;
}

[class*='icon'][class*='_16'] {
  font-size: 1rem;
}

[class*='icon'][class*='_18'] {
  font-size: 1.125rem;
}

[class*='icon'][class*='_20'] {
  font-size: 1.25rem;
}

[class*='icon'][class*='_24'] {
  font-size: 1.5rem;
}

[class*='icon'][class*='_28'] {
  font-size: 1.75rem;
}

[class*='icon'][class*='_32'] {
  font-size: 2rem;
}

[class*='icon'][class*='_36'] {
  font-size: 2.25rem;
}

[class*='icon'][class*='_40'] {
  font-size: 2.5rem;
}

[class*='icon'][class*='_44'] {
  font-size: 2.75rem;
}

[class*='icon'][class*='_48'] {
  font-size: 3rem;
}

[class*='icon'][class*='_56'] {
  font-size: 3.5rem;
}

[class*='icon'][class*='_64'] {
  font-size: 4rem;
}

[class*='icon'][class*='_72'] {
  font-size: 4.5rem;
}

[class*='icon'][class*='_80'] {
  font-size: 5rem;
}

[class*='icon'][class*='_100'] {
  font-size: 6.25rem;
}

.icon-fw {
  width: 1.28571429em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.125em;
  text-align: center;
}

.icon-li.icon-lg {
  left: -1.89286em;
}

.icon-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #D2D5D6;
  border-radius: 0.1em;
}

.icon-pull-left {
  float: left;
}

.icon-pull-right {
  float: right;
}

.icon.icon-pull-left {
  margin-right: 0.3em;
}

.icon.icon-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left {
  margin-right: 0.3em;
}

.icon.pull-right {
  margin-left: 0.3em;
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}

.icon-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.icon-rotate-90 {
  transform: rotate(90deg);
}

.icon-rotate-180 {
  transform: rotate(180deg);
}

.icon-rotate-270 {
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  transform: scale(1, -1);
}

:root .icon-rotate-90, :root .icon-rotate-180, :root .icon-rotate-270, :root .icon-flip-horizontal, :root .icon-flip-vertical {
  filter: none;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #FFFFFF;
}

.icon-3d-object_16::before {
  content: "\f101";
}

.icon-3d-object_20::before {
  content: "\f102";
}

.icon-3d-object_24::before {
  content: "\f103";
}

.icon-3d-object_56::before {
  content: "\f104";
}

.icon-accessibility_16::before {
  content: "\f105";
}

.icon-accessories_16::before {
  content: "\f106";
}

.icon-accessories_18::before {
  content: "\f107";
}

.icon-accessories_20::before {
  content: "\f108";
}

.icon-accessories_24::before {
  content: "\f109";
}

.icon-accessories_36::before {
  content: "\f10a";
}

.icon-accessories_56::before {
  content: "\f10b";
}

.icon-accessories-active_12::before {
  content: "\f10c";
}

.icon-accessories-active_16::before {
  content: "\f10d";
}

.icon-accessories-active_18::before {
  content: "\f10e";
}

.icon-accessories-active_20::before {
  content: "\f10f";
}

.icon-active-speaker_12::before {
  content: "\f110";
}

.icon-active-speaker_16::before {
  content: "\f111";
}

.icon-active-speaker_24::before {
  content: "\f112";
}

.icon-active-speaker_32::before {
  content: "\f113";
}

.icon-active-speaker_48::before {
  content: "\f114";
}

.icon-active-speaker-alert_12::before {
  content: "\f115";
}

.icon-active-speaker-locked_24::before {
  content: "\f116";
}

.icon-active-speaker-muted_12::before {
  content: "\f117";
}

.icon-active-speaker-muted_16::before {
  content: "\f118";
}

.icon-active-speaker-muted_24::before {
  content: "\f119";
}

.icon-activities_12::before {
  content: "\f11a";
}

.icon-activities_16::before {
  content: "\f11b";
}

.icon-add_10::before {
  content: "\f11c";
}

.icon-add_12::before {
  content: "\f11d";
}

.icon-add_14::before {
  content: "\f11e";
}

.icon-add_16::before {
  content: "\f11f";
}

.icon-add_20::before {
  content: "\f120";
}

.icon-add_24::before {
  content: "\f121";
}

.icon-add-option_12::before {
  content: "\f122";
}

.icon-add-option_14::before {
  content: "\f123";
}

.icon-add-option_16::before {
  content: "\f124";
}

.icon-add-poll_12::before {
  content: "\f125";
}

.icon-add-poll_14::before {
  content: "\f126";
}

.icon-add-question_12::before {
  content: "\f127";
}

.icon-add-question_14::before {
  content: "\f128";
}

.icon-add-question_16::before {
  content: "\f129";
}

.icon-add-video-marker_12::before {
  content: "\f12a";
}

.icon-added-to-space_10::before {
  content: "\f12b";
}

.icon-added-to-space_12::before {
  content: "\f12c";
}

.icon-adjust_12::before {
  content: "\f12d";
}

.icon-adjust_14::before {
  content: "\f12e";
}

.icon-adjust_16::before {
  content: "\f12f";
}

.icon-adjust_20::before {
  content: "\f130";
}

.icon-adjust_24::before {
  content: "\f131";
}

.icon-adjust-audio_12::before {
  content: "\f132";
}

.icon-adjust-audio_14::before {
  content: "\f133";
}

.icon-adjust-audio_16::before {
  content: "\f134";
}

.icon-adjust-audio_18::before {
  content: "\f135";
}

.icon-adjust-audio_20::before {
  content: "\f136";
}

.icon-adjust-audio_24::before {
  content: "\f137";
}

.icon-adjust-audio_28::before {
  content: "\f138";
}

.icon-adjust-microphone_12::before {
  content: "\f139";
}

.icon-adjust-video_14::before {
  content: "\f13a";
}

.icon-adjust-video_16::before {
  content: "\f13b";
}

.icon-adjust-video_24::before {
  content: "\f13c";
}

.icon-admin_12::before {
  content: "\f13d";
}

.icon-admin_14::before {
  content: "\f13e";
}

.icon-admin_16::before {
  content: "\f13f";
}

.icon-admin_24::before {
  content: "\f140";
}

.icon-admin_32::before {
  content: "\f141";
}

.icon-advanced-noise-removal_12::before {
  content: "\f142";
}

.icon-alarm_16::before {
  content: "\f143";
}

.icon-alarm_20::before {
  content: "\f144";
}

.icon-alarm_24::before {
  content: "\f145";
}

.icon-alert_10::before {
  content: "\f146";
}

.icon-alert_12::before {
  content: "\f147";
}

.icon-alert_14::before {
  content: "\f148";
}

.icon-alert_16::before {
  content: "\f149";
}

.icon-alert_18::before {
  content: "\f14a";
}

.icon-alert_20::before {
  content: "\f14b";
}

.icon-alert_24::before {
  content: "\f14c";
}

.icon-alert_28::before {
  content: "\f14d";
}

.icon-alert_36::before {
  content: "\f14e";
}

.icon-alert-active_10::before {
  content: "\f14f";
}

.icon-alert-active_12::before {
  content: "\f150";
}

.icon-alert-active_16::before {
  content: "\f151";
}

.icon-alert-active_18::before {
  content: "\f152";
}

.icon-alert-active_20::before {
  content: "\f153";
}

.icon-alert-active_24::before {
  content: "\f154";
}

.icon-alert-active_36::before {
  content: "\f155";
}

.icon-alert-muted_10::before {
  content: "\f156";
}

.icon-alert-muted_12::before {
  content: "\f157";
}

.icon-alert-muted_14::before {
  content: "\f158";
}

.icon-alert-muted_16::before {
  content: "\f159";
}

.icon-alert-muted_18::before {
  content: "\f15a";
}

.icon-alert-muted_20::before {
  content: "\f15b";
}

.icon-alert-muted_24::before {
  content: "\f15c";
}

.icon-alert-muted_28::before {
  content: "\f15d";
}

.icon-alert-muted_36::before {
  content: "\f15e";
}

.icon-alert-muted_8::before {
  content: "\f15f";
}

.icon-alert-muted-active_10::before {
  content: "\f160";
}

.icon-alert-muted-active_12::before {
  content: "\f161";
}

.icon-alert-muted-active_16::before {
  content: "\f162";
}

.icon-alert-muted-active_18::before {
  content: "\f163";
}

.icon-alert-muted-active_20::before {
  content: "\f164";
}

.icon-alert-muted-active_24::before {
  content: "\f165";
}

.icon-alert-muted-active_36::before {
  content: "\f166";
}

.icon-alert-muted-active_8::before {
  content: "\f167";
}

.icon-allow-to-annotate_16::before {
  content: "\f168";
}

.icon-allow-to-annotate_24::before {
  content: "\f169";
}

.icon-analysis_12::before {
  content: "\f16a";
}

.icon-analysis_16::before {
  content: "\f16b";
}

.icon-analysis_20::before {
  content: "\f16c";
}

.icon-analysis_24::before {
  content: "\f16d";
}

.icon-analysis_32::before {
  content: "\f16e";
}

.icon-analysis_36::before {
  content: "\f16f";
}

.icon-analysis_48::before {
  content: "\f170";
}

.icon-analysis-active_16::before {
  content: "\f171";
}

.icon-analysis-active_20::before {
  content: "\f172";
}

.icon-analysis-active_24::before {
  content: "\f173";
}

.icon-analysis-active_32::before {
  content: "\f174";
}

.icon-analysis-active_36::before {
  content: "\f175";
}

.icon-analysis-active_48::before {
  content: "\f176";
}

.icon-angellist_16::before {
  content: "\f177";
}

.icon-annotation_10::before {
  content: "\f178";
}

.icon-annotation_12::before {
  content: "\f179";
}

.icon-annotation_14::before {
  content: "\f17a";
}

.icon-annotation_16::before {
  content: "\f17b";
}

.icon-annotation_18::before {
  content: "\f17c";
}

.icon-annotation_20::before {
  content: "\f17d";
}

.icon-annotation_24::before {
  content: "\f17e";
}

.icon-annotation-legacy_16::before {
  content: "\f17f";
}

.icon-announcement_12::before {
  content: "\f180";
}

.icon-announcement_14::before {
  content: "\f181";
}

.icon-announcement_16::before {
  content: "\f182";
}

.icon-announcement_20::before {
  content: "\f183";
}

.icon-announcement_72::before {
  content: "\f184";
}

.icon-announcement_8::before {
  content: "\f185";
}

.icon-announcement-active_12::before {
  content: "\f186";
}

.icon-announcement-active_14::before {
  content: "\f187";
}

.icon-announcement-active_16::before {
  content: "\f188";
}

.icon-announcement-active_20::before {
  content: "\f189";
}

.icon-announcement-active_8::before {
  content: "\f18a";
}

.icon-announcement-muted_14::before {
  content: "\f18b";
}

.icon-appearance_16::before {
  content: "\f18c";
}

.icon-appearance_20::before {
  content: "\f18d";
}

.icon-applause_12::before {
  content: "\f18e";
}

.icon-applause_16::before {
  content: "\f18f";
}

.icon-application_12::before {
  content: "\f190";
}

.icon-application_16::before {
  content: "\f191";
}

.icon-application_20::before {
  content: "\f192";
}

.icon-application_24::before {
  content: "\f193";
}

.icon-application_36::before {
  content: "\f194";
}

.icon-application_48::before {
  content: "\f195";
}

.icon-application-panel_16::before {
  content: "\f196";
}

.icon-application-panel_20::before {
  content: "\f197";
}

.icon-applications_16::before {
  content: "\f198";
}

.icon-applications_24::before {
  content: "\f199";
}

.icon-approvals_16::before {
  content: "\f19a";
}

.icon-approvals_32::before {
  content: "\f19b";
}

.icon-apps_16::before {
  content: "\f19c";
}

.icon-apps_20::before {
  content: "\f19d";
}

.icon-apps_24::before {
  content: "\f19e";
}

.icon-apps_28::before {
  content: "\f19f";
}

.icon-apps-active_16::before {
  content: "\f1a0";
}

.icon-apps-active_20::before {
  content: "\f1a1";
}

.icon-apps-active_24::before {
  content: "\f1a2";
}

.icon-apps-active_28::before {
  content: "\f1a3";
}

.icon-archive_10::before {
  content: "\f1a4";
}

.icon-archive_12::before {
  content: "\f1a5";
}

.icon-archive_14::before {
  content: "\f1a6";
}

.icon-archive_16::before {
  content: "\f1a7";
}

.icon-archive_20::before {
  content: "\f1a8";
}

.icon-archive_8::before {
  content: "\f1a9";
}

.icon-area-chart_16::before {
  content: "\f1aa";
}

.icon-area-selector_16::before {
  content: "\f1ab";
}

.icon-area-selector_20::before {
  content: "\f1ac";
}

.icon-arrow-circle-down_16::before {
  content: "\f1ad";
}

.icon-arrow-circle-down_20::before {
  content: "\f1ae";
}

.icon-arrow-circle-down_24::before {
  content: "\f1af";
}

.icon-arrow-circle-left_16::before {
  content: "\f1b0";
}

.icon-arrow-circle-left_20::before {
  content: "\f1b1";
}

.icon-arrow-circle-left_24::before {
  content: "\f1b2";
}

.icon-arrow-circle-right_16::before {
  content: "\f1b3";
}

.icon-arrow-circle-right_20::before {
  content: "\f1b4";
}

.icon-arrow-circle-right_24::before {
  content: "\f1b5";
}

.icon-arrow-circle-up_16::before {
  content: "\f1b6";
}

.icon-arrow-circle-up_20::before {
  content: "\f1b7";
}

.icon-arrow-circle-up_24::before {
  content: "\f1b8";
}

.icon-arrow-down_12::before {
  content: "\f1b9";
}

.icon-arrow-down_16::before {
  content: "\f1ba";
}

.icon-arrow-down_18::before {
  content: "\f1bb";
}

.icon-arrow-down_20::before {
  content: "\f1bc";
}

.icon-arrow-down_24::before {
  content: "\f1bd";
}

.icon-arrow-down_28::before {
  content: "\f1be";
}

.icon-arrow-down_32::before {
  content: "\f1bf";
}

.icon-arrow-down_6::before {
  content: "\f1c0";
}

.icon-arrow-down_8::before {
  content: "\f1c1";
}

.icon-arrow-down-optical_10::before {
  content: "\f1c2";
}

.icon-arrow-down-optical_12::before {
  content: "\f1c3";
}

.icon-arrow-down-optical_14::before {
  content: "\f1c4";
}

.icon-arrow-down-optical_16::before {
  content: "\f1c5";
}

.icon-arrow-down-optical_18::before {
  content: "\f1c6";
}

.icon-arrow-down-optical_20::before {
  content: "\f1c7";
}

.icon-arrow-down-optical_24::before {
  content: "\f1c8";
}

.icon-arrow-down-optical_28::before {
  content: "\f1c9";
}

.icon-arrow-down-optical_32::before {
  content: "\f1ca";
}

.icon-arrow-down-optical_8::before {
  content: "\f1cb";
}

.icon-arrow-filled-down_10::before {
  content: "\f1cc";
}

.icon-arrow-filled-down_12::before {
  content: "\f1cd";
}

.icon-arrow-filled-down_8::before {
  content: "\f1ce";
}

.icon-arrow-filled-up_10::before {
  content: "\f1cf";
}

.icon-arrow-filled-up_12::before {
  content: "\f1d0";
}

.icon-arrow-filled-up_8::before {
  content: "\f1d1";
}

.icon-arrow-left_12::before {
  content: "\f1d2";
}

.icon-arrow-left_16::before {
  content: "\f1d3";
}

.icon-arrow-left_18::before {
  content: "\f1d4";
}

.icon-arrow-left_20::before {
  content: "\f1d5";
}

.icon-arrow-left_24::before {
  content: "\f1d6";
}

.icon-arrow-left_28::before {
  content: "\f1d7";
}

.icon-arrow-left_32::before {
  content: "\f1d8";
}

.icon-arrow-left_6::before {
  content: "\f1d9";
}

.icon-arrow-left_8::before {
  content: "\f1da";
}

.icon-arrow-left-optical_10::before {
  content: "\f1db";
}

.icon-arrow-left-optical_12::before {
  content: "\f1dc";
}

.icon-arrow-left-optical_14::before {
  content: "\f1dd";
}

.icon-arrow-left-optical_16::before {
  content: "\f1de";
}

.icon-arrow-left-optical_18::before {
  content: "\f1df";
}

.icon-arrow-left-optical_20::before {
  content: "\f1e0";
}

.icon-arrow-left-optical_24::before {
  content: "\f1e1";
}

.icon-arrow-left-optical_28::before {
  content: "\f1e2";
}

.icon-arrow-left-optical_32::before {
  content: "\f1e3";
}

.icon-arrow-left-optical_8::before {
  content: "\f1e4";
}

.icon-arrow-right_12::before {
  content: "\f1e5";
}

.icon-arrow-right_16::before {
  content: "\f1e6";
}

.icon-arrow-right_18::before {
  content: "\f1e7";
}

.icon-arrow-right_20::before {
  content: "\f1e8";
}

.icon-arrow-right_24::before {
  content: "\f1e9";
}

.icon-arrow-right_28::before {
  content: "\f1ea";
}

.icon-arrow-right_32::before {
  content: "\f1eb";
}

.icon-arrow-right_6::before {
  content: "\f1ec";
}

.icon-arrow-right_8::before {
  content: "\f1ed";
}

.icon-arrow-right-optical_10::before {
  content: "\f1ee";
}

.icon-arrow-right-optical_12::before {
  content: "\f1ef";
}

.icon-arrow-right-optical_14::before {
  content: "\f1f0";
}

.icon-arrow-right-optical_16::before {
  content: "\f1f1";
}

.icon-arrow-right-optical_18::before {
  content: "\f1f2";
}

.icon-arrow-right-optical_20::before {
  content: "\f1f3";
}

.icon-arrow-right-optical_24::before {
  content: "\f1f4";
}

.icon-arrow-right-optical_28::before {
  content: "\f1f5";
}

.icon-arrow-right-optical_32::before {
  content: "\f1f6";
}

.icon-arrow-right-optical_8::before {
  content: "\f1f7";
}

.icon-arrow-tail-down_10::before {
  content: "\f1f8";
}

.icon-arrow-tail-down_12::before {
  content: "\f1f9";
}

.icon-arrow-tail-down_14::before {
  content: "\f1fa";
}

.icon-arrow-tail-down_16::before {
  content: "\f1fb";
}

.icon-arrow-tail-down_20::before {
  content: "\f1fc";
}

.icon-arrow-tail-down_24::before {
  content: "\f1fd";
}

.icon-arrow-tail-down_28::before {
  content: "\f1fe";
}

.icon-arrow-tail-down_36::before {
  content: "\f1ff";
}

.icon-arrow-tail-up_10::before {
  content: "\f200";
}

.icon-arrow-tail-up_12::before {
  content: "\f201";
}

.icon-arrow-tail-up_14::before {
  content: "\f202";
}

.icon-arrow-tail-up_16::before {
  content: "\f203";
}

.icon-arrow-tail-up_20::before {
  content: "\f204";
}

.icon-arrow-tail-up_24::before {
  content: "\f205";
}

.icon-arrow-tail-up_28::before {
  content: "\f206";
}

.icon-arrow-tail-up_36::before {
  content: "\f207";
}

.icon-arrow-up_12::before {
  content: "\f208";
}

.icon-arrow-up_16::before {
  content: "\f209";
}

.icon-arrow-up_18::before {
  content: "\f20a";
}

.icon-arrow-up_20::before {
  content: "\f20b";
}

.icon-arrow-up_24::before {
  content: "\f20c";
}

.icon-arrow-up_28::before {
  content: "\f20d";
}

.icon-arrow-up_32::before {
  content: "\f20e";
}

.icon-arrow-up_6::before {
  content: "\f20f";
}

.icon-arrow-up_8::before {
  content: "\f210";
}

.icon-arrow-up-optical_12::before {
  content: "\f211";
}

.icon-arrow-up-optical_14::before {
  content: "\f212";
}

.icon-arrow-up-optical_16::before {
  content: "\f213";
}

.icon-arrow-up-optical_18::before {
  content: "\f214";
}

.icon-arrow-up-optical_20::before {
  content: "\f215";
}

.icon-arrow-up-optical_24::before {
  content: "\f216";
}

.icon-arrow-up-optical_28::before {
  content: "\f217";
}

.icon-arrow-up-optical_32::before {
  content: "\f218";
}

.icon-arrow-up-optical_8::before {
  content: "\f219";
}

.icon-ask-for-help_12::before {
  content: "\f21a";
}

.icon-ask-for-help_16::before {
  content: "\f21b";
}

.icon-ask-for-help_20::before {
  content: "\f21c";
}

.icon-assign-host_12::before {
  content: "\f21d";
}

.icon-assign-host_16::before {
  content: "\f21e";
}

.icon-assign-host_20::before {
  content: "\f21f";
}

.icon-assign-host_24::before {
  content: "\f220";
}

.icon-assign-privilege_12::before {
  content: "\f221";
}

.icon-assign-privilege_16::before {
  content: "\f222";
}

.icon-assign-privilege_20::before {
  content: "\f223";
}

.icon-assignment_24::before {
  content: "\f224";
}

.icon-asterisk_10::before {
  content: "\f225";
}

.icon-asterisk_16::before {
  content: "\f226";
}

.icon-asterisk_24::before {
  content: "\f227";
}

.icon-asterisk_32::before {
  content: "\f228";
}

.icon-asterisk_36::before {
  content: "\f229";
}

.icon-attachment_12::before {
  content: "\f22a";
}

.icon-attachment_16::before {
  content: "\f22b";
}

.icon-attachment_20::before {
  content: "\f22c";
}

.icon-attachment_24::before {
  content: "\f22d";
}

.icon-audio-and-video-connection_12::before {
  content: "\f22e";
}

.icon-audio-and-video-connection_20::before {
  content: "\f22f";
}

.icon-audio-and-video-connection_24::before {
  content: "\f230";
}

.icon-audio-broadcast_14::before {
  content: "\f231";
}

.icon-audio-broadcast_16::before {
  content: "\f232";
}

.icon-audio-broadcast_20::before {
  content: "\f233";
}

.icon-audio-broadcast_24::before {
  content: "\f234";
}

.icon-audio-call_14::before {
  content: "\f235";
}

.icon-audio-call_16::before {
  content: "\f236";
}

.icon-audio-input_16::before {
  content: "\f237";
}

.icon-audio-options_20::before {
  content: "\f238";
}

.icon-audio-options_24::before {
  content: "\f239";
}

.icon-audio-options_28::before {
  content: "\f23a";
}

.icon-audio-options_32::before {
  content: "\f23b";
}

.icon-audio-options_40::before {
  content: "\f23c";
}

.icon-audio-video_12::before {
  content: "\f23d";
}

.icon-audio-video_16::before {
  content: "\f23e";
}

.icon-audio-video_20::before {
  content: "\f23f";
}

.icon-audio-video_24::before {
  content: "\f240";
}

.icon-audio-video_28::before {
  content: "\f241";
}

.icon-back_10::before {
  content: "\f242";
}

.icon-back_12::before {
  content: "\f243";
}

.icon-back_16::before {
  content: "\f244";
}

.icon-back_20::before {
  content: "\f245";
}

.icon-back_24::before {
  content: "\f246";
}

.icon-back_28::before {
  content: "\f247";
}

.icon-back_36::before {
  content: "\f248";
}

.icon-back-to-fullscreen_12::before {
  content: "\f249";
}

.icon-back-to-fullscreen_14::before {
  content: "\f24a";
}

.icon-back-to-fullscreen_16::before {
  content: "\f24b";
}

.icon-back-to-fullscreen_20::before {
  content: "\f24c";
}

.icon-back-to-fullscreen_22::before {
  content: "\f24d";
}

.icon-back-to-fullscreen_24::before {
  content: "\f24e";
}

.icon-back-to-fullscreen-adr_12::before {
  content: "\f24f";
}

.icon-back-to-fullscreen-adr_14::before {
  content: "\f250";
}

.icon-back-to-fullscreen-adr_16::before {
  content: "\f251";
}

.icon-back-to-fullscreen-adr_20::before {
  content: "\f252";
}

.icon-back-to-fullscreen-adr_22::before {
  content: "\f253";
}

.icon-back-to-fullscreen-adr_24::before {
  content: "\f254";
}

.icon-back-to-fullscreen-adr_26::before {
  content: "\f255";
}

.icon-back-to-fullscreen-adr_28::before {
  content: "\f256";
}

.icon-backspace_16::before {
  content: "\f257";
}

.icon-backspace_20::before {
  content: "\f258";
}

.icon-backspace_24::before {
  content: "\f259";
}

.icon-backup-data_16::before {
  content: "\f25a";
}

.icon-backup-data_24::before {
  content: "\f25b";
}

.icon-battery_20::before {
  content: "\f25c";
}

.icon-battery_24::before {
  content: "\f25d";
}

.icon-beta_20::before {
  content: "\f25e";
}

.icon-beta-active_20::before {
  content: "\f25f";
}

.icon-bitmoji-connect_12::before {
  content: "\f260";
}

.icon-bitmoji-connect_14::before {
  content: "\f261";
}

.icon-bitmoji-connect_16::before {
  content: "\f262";
}

.icon-bitmoji-connected_12::before {
  content: "\f263";
}

.icon-bitmoji-connected_14::before {
  content: "\f264";
}

.icon-bitmoji-connected_16::before {
  content: "\f265";
}

.icon-blocked_12::before {
  content: "\f266";
}

.icon-blocked_14::before {
  content: "\f267";
}

.icon-blocked_16::before {
  content: "\f268";
}

.icon-blocked_18::before {
  content: "\f269";
}

.icon-blocked_20::before {
  content: "\f26a";
}

.icon-blocked_24::before {
  content: "\f26b";
}

.icon-blocked_28::before {
  content: "\f26c";
}

.icon-blocked_32::before {
  content: "\f26d";
}

.icon-blocked_36::before {
  content: "\f26e";
}

.icon-blocked_40::before {
  content: "\f26f";
}

.icon-blocked_48::before {
  content: "\f270";
}

.icon-blocked_56::before {
  content: "\f271";
}

.icon-blocked_8::before {
  content: "\f272";
}

.icon-blocked_80::before {
  content: "\f273";
}

.icon-blocked-selected_20::before {
  content: "\f274";
}

.icon-blocked-selected_24::before {
  content: "\f275";
}

.icon-blog_16::before {
  content: "\f276";
}

.icon-bloomberg_16::before {
  content: "\f277";
}

.icon-bloomberg-circle_16::before {
  content: "\f278";
}

.icon-bluetooth_16::before {
  content: "\f279";
}

.icon-bluetooth_20::before {
  content: "\f27a";
}

.icon-bluetooth_24::before {
  content: "\f27b";
}

.icon-bluetooth-container_16::before {
  content: "\f27c";
}

.icon-bluetooth-container-muted_16::before {
  content: "\f27d";
}

.icon-blur_12::before {
  content: "\f27e";
}

.icon-blur_20::before {
  content: "\f27f";
}

.icon-blur_24::before {
  content: "\f280";
}

.icon-bookmark_16::before {
  content: "\f281";
}

.icon-bot_12::before {
  content: "\f282";
}

.icon-bot_14::before {
  content: "\f283";
}

.icon-bot_16::before {
  content: "\f284";
}

.icon-bot_18::before {
  content: "\f285";
}

.icon-bot_20::before {
  content: "\f286";
}

.icon-bot_24::before {
  content: "\f287";
}

.icon-bot_36::before {
  content: "\f288";
}

.icon-bot_40::before {
  content: "\f289";
}

.icon-bot_56::before {
  content: "\f28a";
}

.icon-bot-active_24::before {
  content: "\f28b";
}

.icon-bot-customer-assistant_16::before {
  content: "\f28c";
}

.icon-bot-customer-assistant_24::before {
  content: "\f28d";
}

.icon-bot-customer-assistant_36::before {
  content: "\f28e";
}

.icon-bot-expert-assistant_16::before {
  content: "\f28f";
}

.icon-bot-expert-assistant_24::before {
  content: "\f290";
}

.icon-bot-expert-assistant_36::before {
  content: "\f291";
}

.icon-box_24::before {
  content: "\f292";
}

.icon-breakout-session_16::before {
  content: "\f293";
}

.icon-breakout-session_20::before {
  content: "\f294";
}

.icon-breakout-session_24::before {
  content: "\f295";
}

.icon-brightness_16::before {
  content: "\f296";
}

.icon-brightness_24::before {
  content: "\f297";
}

.icon-broadcast-message_16::before {
  content: "\f298";
}

.icon-broken-file_16::before {
  content: "\f299";
}

.icon-broken-file_24::before {
  content: "\f29a";
}

.icon-browser_12::before {
  content: "\f29b";
}

.icon-browser_16::before {
  content: "\f29c";
}

.icon-browser_20::before {
  content: "\f29d";
}

.icon-browser_24::before {
  content: "\f29e";
}

.icon-browser_28::before {
  content: "\f29f";
}

.icon-bug_16::before {
  content: "\f2a0";
}

.icon-calendar-add_12::before {
  content: "\f2a1";
}

.icon-calendar-add_14::before {
  content: "\f2a2";
}

.icon-calendar-add_16::before {
  content: "\f2a3";
}

.icon-calendar-add_20::before {
  content: "\f2a4";
}

.icon-calendar-add_24::before {
  content: "\f2a5";
}

.icon-calendar-add_32::before {
  content: "\f2a6";
}

.icon-calendar-add_36::before {
  content: "\f2a7";
}

.icon-calendar-day_12::before {
  content: "\f2a8";
}

.icon-calendar-empty_16::before {
  content: "\f2a9";
}

.icon-calendar-empty_18::before {
  content: "\f2aa";
}

.icon-calendar-empty_20::before {
  content: "\f2ab";
}

.icon-calendar-empty_24::before {
  content: "\f2ac";
}

.icon-calendar-empty_32::before {
  content: "\f2ad";
}

.icon-calendar-empty-active_16::before {
  content: "\f2ae";
}

.icon-calendar-empty-active_18::before {
  content: "\f2af";
}

.icon-calendar-empty-active_20::before {
  content: "\f2b0";
}

.icon-calendar-empty-active_24::before {
  content: "\f2b1";
}

.icon-calendar-empty-active_32::before {
  content: "\f2b2";
}

.icon-calendar-external_12::before {
  content: "\f2b3";
}

.icon-calendar-external_16::before {
  content: "\f2b4";
}

.icon-calendar-external_18::before {
  content: "\f2b5";
}

.icon-calendar-external_20::before {
  content: "\f2b6";
}

.icon-calendar-external_24::before {
  content: "\f2b7";
}

.icon-calendar-month_10::before {
  content: "\f2b8";
}

.icon-calendar-month_12::before {
  content: "\f2b9";
}

.icon-calendar-month_16::before {
  content: "\f2ba";
}

.icon-calendar-month_20::before {
  content: "\f2bb";
}

.icon-calendar-month_24::before {
  content: "\f2bc";
}

.icon-calendar-month_28::before {
  content: "\f2bd";
}

.icon-calendar-month_36::before {
  content: "\f2be";
}

.icon-calendar-month-active_20::before {
  content: "\f2bf";
}

.icon-calendar-month-active_24::before {
  content: "\f2c0";
}

.icon-calendar-week_12::before {
  content: "\f2c1";
}

.icon-calendar-week_16::before {
  content: "\f2c2";
}

.icon-calendar-week_20::before {
  content: "\f2c3";
}

.icon-calendar-week_24::before {
  content: "\f2c4";
}

.icon-calendar-week-view_12::before {
  content: "\f2c5";
}

.icon-calendar-work-week_12::before {
  content: "\f2c6";
}

.icon-call-activities_16::before {
  content: "\f2c7";
}

.icon-call-activities_24::before {
  content: "\f2c8";
}

.icon-call-forward_16::before {
  content: "\f2c9";
}

.icon-call-forward_24::before {
  content: "\f2ca";
}

.icon-call-forward_28::before {
  content: "\f2cb";
}

.icon-call-forward-active_24::before {
  content: "\f2cc";
}

.icon-call-forward-divert_14::before {
  content: "\f2cd";
}

.icon-call-forward-divert_16::before {
  content: "\f2ce";
}

.icon-call-forward-settings_12::before {
  content: "\f2cf";
}

.icon-call-forward-settings_14::before {
  content: "\f2d0";
}

.icon-call-forward-settings_16::before {
  content: "\f2d1";
}

.icon-call-forward-settings_20::before {
  content: "\f2d2";
}

.icon-call-forward-settings_24::before {
  content: "\f2d3";
}

.icon-call-handling_14::before {
  content: "\f2d4";
}

.icon-call-handling_16::before {
  content: "\f2d5";
}

.icon-call-hold_14::before {
  content: "\f2d6";
}

.icon-call-hold_16::before {
  content: "\f2d7";
}

.icon-call-hold_20::before {
  content: "\f2d8";
}

.icon-call-hold_24::before {
  content: "\f2d9";
}

.icon-call-incoming_12::before {
  content: "\f2da";
}

.icon-call-incoming_16::before {
  content: "\f2db";
}

.icon-call-incoming_24::before {
  content: "\f2dc";
}

.icon-call-incoming_8::before {
  content: "\f2dd";
}

.icon-call-log_12::before {
  content: "\f2de";
}

.icon-call-log_14::before {
  content: "\f2df";
}

.icon-call-log_16::before {
  content: "\f2e0";
}

.icon-call-log_20::before {
  content: "\f2e1";
}

.icon-call-log_24::before {
  content: "\f2e2";
}

.icon-call-log-active_20::before {
  content: "\f2e3";
}

.icon-call-merge_12::before {
  content: "\f2e4";
}

.icon-call-merge_16::before {
  content: "\f2e5";
}

.icon-call-merge_20::before {
  content: "\f2e6";
}

.icon-call-merge_24::before {
  content: "\f2e7";
}

.icon-call-outgoing_12::before {
  content: "\f2e8";
}

.icon-call-outgoing_16::before {
  content: "\f2e9";
}

.icon-call-outgoing_24::before {
  content: "\f2ea";
}

.icon-call-outgoing_8::before {
  content: "\f2eb";
}

.icon-call-pickup_12::before {
  content: "\f2ec";
}

.icon-call-pickup_14::before {
  content: "\f2ed";
}

.icon-call-private_12::before {
  content: "\f2ee";
}

.icon-call-private_14::before {
  content: "\f2ef";
}

.icon-call-request_12::before {
  content: "\f2f0";
}

.icon-call-request_14::before {
  content: "\f2f1";
}

.icon-call-room_28::before {
  content: "\f2f2";
}

.icon-call-settings_14::before {
  content: "\f2f3";
}

.icon-call-settings_20::before {
  content: "\f2f4";
}

.icon-call-swap_16::before {
  content: "\f2f5";
}

.icon-call-swap_20::before {
  content: "\f2f6";
}

.icon-call-swap_24::before {
  content: "\f2f7";
}

.icon-call-swap_28::before {
  content: "\f2f8";
}

.icon-call-voicemail_12::before {
  content: "\f2f9";
}

.icon-call-voicemail_14::before {
  content: "\f2fa";
}

.icon-call-voicemail_16::before {
  content: "\f2fb";
}

.icon-call-voicemail_18::before {
  content: "\f2fc";
}

.icon-call-voicemail_20::before {
  content: "\f2fd";
}

.icon-call-voicemail_24::before {
  content: "\f2fe";
}

.icon-camera_10::before {
  content: "\f2ff";
}

.icon-camera_12::before {
  content: "\f300";
}

.icon-camera_120::before {
  content: "\f301";
}

.icon-camera_124::before {
  content: "\f302";
}

.icon-camera_14::before {
  content: "\f303";
}

.icon-camera_16::before {
  content: "\f304";
}

.icon-camera_18::before {
  content: "\f305";
}

.icon-camera_20::before {
  content: "\f306";
}

.icon-camera_24::before {
  content: "\f307";
}

.icon-camera_26::before {
  content: "\f308";
}

.icon-camera_28::before {
  content: "\f309";
}

.icon-camera_32::before {
  content: "\f30a";
}

.icon-camera_36::before {
  content: "\f30b";
}

.icon-camera_40::before {
  content: "\f30c";
}

.icon-camera_48::before {
  content: "\f30d";
}

.icon-camera_56::before {
  content: "\f30e";
}

.icon-camera_64::before {
  content: "\f30f";
}

.icon-camera_8::before {
  content: "\f310";
}

.icon-camera-active_14::before {
  content: "\f311";
}

.icon-camera-active_24::before {
  content: "\f312";
}

.icon-camera-aux_16::before {
  content: "\f313";
}

.icon-camera-aux_24::before {
  content: "\f314";
}

.icon-camera-group_16::before {
  content: "\f315";
}

.icon-camera-group_24::before {
  content: "\f316";
}

.icon-camera-muted_12::before {
  content: "\f317";
}

.icon-camera-muted_14::before {
  content: "\f318";
}

.icon-camera-muted_16::before {
  content: "\f319";
}

.icon-camera-muted_20::before {
  content: "\f31a";
}

.icon-camera-muted_24::before {
  content: "\f31b";
}

.icon-camera-muted_28::before {
  content: "\f31c";
}

.icon-camera-muted_32::before {
  content: "\f31d";
}

.icon-camera-muted_36::before {
  content: "\f31e";
}

.icon-camera-muted_8::before {
  content: "\f31f";
}

.icon-camera-on_16::before {
  content: "\f320";
}

.icon-camera-on_20::before {
  content: "\f321";
}

.icon-camera-on_24::before {
  content: "\f322";
}

.icon-camera-photo_12::before {
  content: "\f323";
}

.icon-camera-photo_16::before {
  content: "\f324";
}

.icon-camera-photo_20::before {
  content: "\f325";
}

.icon-camera-photo_24::before {
  content: "\f326";
}

.icon-camera-photo_32::before {
  content: "\f327";
}

.icon-camera-photo_48::before {
  content: "\f328";
}

.icon-camera-photo-swap_16::before {
  content: "\f329";
}

.icon-camera-presence_12::before {
  content: "\f32a";
}

.icon-camera-presence_14::before {
  content: "\f32b";
}

.icon-camera-presence_24::before {
  content: "\f32c";
}

.icon-camera-presence_28::before {
  content: "\f32d";
}

.icon-camera-presence_8::before {
  content: "\f32e";
}

.icon-camera-presence-stroke_10::before {
  content: "\f32f";
}

.icon-camera-presence-stroke_14::before {
  content: "\f330";
}

.icon-camera-presence-stroke_16::before {
  content: "\f331";
}

.icon-camera-presence-stroke_26::before {
  content: "\f332";
}

.icon-camera-presence-stroke_30::before {
  content: "\f333";
}

.icon-camera-swap_12::before {
  content: "\f334";
}

.icon-camera-swap_16::before {
  content: "\f335";
}

.icon-camera-swap_20::before {
  content: "\f336";
}

.icon-camera-swap_24::before {
  content: "\f337";
}

.icon-cancel_10::before {
  content: "\f338";
}

.icon-cancel_12::before {
  content: "\f339";
}

.icon-cancel_14::before {
  content: "\f33a";
}

.icon-cancel_16::before {
  content: "\f33b";
}

.icon-cancel_18::before {
  content: "\f33c";
}

.icon-cancel_20::before {
  content: "\f33d";
}

.icon-cancel_24::before {
  content: "\f33e";
}

.icon-cancel_28::before {
  content: "\f33f";
}

.icon-cancel_36::before {
  content: "\f340";
}

.icon-cancel_6::before {
  content: "\f341";
}

.icon-cancel_8::before {
  content: "\f342";
}

.icon-cellular_16::before {
  content: "\f343";
}

.icon-certified_16::before {
  content: "\f344";
}

.icon-certified_20::before {
  content: "\f345";
}

.icon-certified_24::before {
  content: "\f346";
}

.icon-ch-p-search_14::before {
  content: "\f347";
}

.icon-chat_10::before {
  content: "\f348";
}

.icon-chat_12::before {
  content: "\f349";
}

.icon-chat_14::before {
  content: "\f34a";
}

.icon-chat_16::before {
  content: "\f34b";
}

.icon-chat_18::before {
  content: "\f34c";
}

.icon-chat_20::before {
  content: "\f34d";
}

.icon-chat_24::before {
  content: "\f34e";
}

.icon-chat_26::before {
  content: "\f34f";
}

.icon-chat_28::before {
  content: "\f350";
}

.icon-chat_32::before {
  content: "\f351";
}

.icon-chat_36::before {
  content: "\f352";
}

.icon-chat_40::before {
  content: "\f353";
}

.icon-chat_8::before {
  content: "\f354";
}

.icon-chat-active_10::before {
  content: "\f355";
}

.icon-chat-active_12::before {
  content: "\f356";
}

.icon-chat-active_14::before {
  content: "\f357";
}

.icon-chat-active_16::before {
  content: "\f358";
}

.icon-chat-active_18::before {
  content: "\f359";
}

.icon-chat-active_20::before {
  content: "\f35a";
}

.icon-chat-active_24::before {
  content: "\f35b";
}

.icon-chat-active_26::before {
  content: "\f35c";
}

.icon-chat-active_28::before {
  content: "\f35d";
}

.icon-chat-active_32::before {
  content: "\f35e";
}

.icon-chat-active_36::before {
  content: "\f35f";
}

.icon-chat-active_8::before {
  content: "\f360";
}

.icon-chat-group_12::before {
  content: "\f361";
}

.icon-chat-group_16::before {
  content: "\f362";
}

.icon-chat-group_20::before {
  content: "\f363";
}

.icon-chat-group_32::before {
  content: "\f364";
}

.icon-chat-muted_12::before {
  content: "\f365";
}

.icon-chat-muted_16::before {
  content: "\f366";
}

.icon-chat-persistent_16::before {
  content: "\f367";
}

.icon-chat-persistent_20::before {
  content: "\f368";
}

.icon-chat-persistent_24::before {
  content: "\f369";
}

.icon-chat-persistent-active_20::before {
  content: "\f36a";
}

.icon-chat-persistent-active_24::before {
  content: "\f36b";
}

.icon-check_10::before {
  content: "\f36c";
}

.icon-check_12::before {
  content: "\f36d";
}

.icon-check_14::before {
  content: "\f36e";
}

.icon-check_16::before {
  content: "\f36f";
}

.icon-check_18::before {
  content: "\f370";
}

.icon-check_20::before {
  content: "\f371";
}

.icon-check_24::before {
  content: "\f372";
}

.icon-check_28::before {
  content: "\f373";
}

.icon-check_32::before {
  content: "\f374";
}

.icon-check_36::before {
  content: "\f375";
}

.icon-check_40::before {
  content: "\f376";
}

.icon-check_64::before {
  content: "\f377";
}

.icon-check_8::before {
  content: "\f378";
}

.icon-check_80::before {
  content: "\f379";
}

.icon-check-calendar_14::before {
  content: "\f37a";
}

.icon-check-circle_100::before {
  content: "\f37b";
}

.icon-check-circle_12::before {
  content: "\f37c";
}

.icon-check-circle_14::before {
  content: "\f37d";
}

.icon-check-circle_16::before {
  content: "\f37e";
}

.icon-check-circle_18::before {
  content: "\f37f";
}

.icon-check-circle_20::before {
  content: "\f380";
}

.icon-check-circle_24::before {
  content: "\f381";
}

.icon-check-circle_36::before {
  content: "\f382";
}

.icon-check-circle_40::before {
  content: "\f383";
}

.icon-check-circle_44::before {
  content: "\f384";
}

.icon-check-circle_72::before {
  content: "\f385";
}

.icon-check-circle-active_16::before {
  content: "\f386";
}

.icon-check-circle-active_24::before {
  content: "\f387";
}

.icon-check-refresh_16::before {
  content: "\f388";
}

.icon-cisco-logo::before {
  content: "\f389";
}

.icon-clear_12::before {
  content: "\f38a";
}

.icon-clear_14::before {
  content: "\f38b";
}

.icon-clear_140::before {
  content: "\f38c";
}

.icon-clear_16::before {
  content: "\f38d";
}

.icon-clear_18::before {
  content: "\f38e";
}

.icon-clear_20::before {
  content: "\f38f";
}

.icon-clear_24::before {
  content: "\f390";
}

.icon-clear_32::before {
  content: "\f391";
}

.icon-clear_44::before {
  content: "\f392";
}

.icon-clear_80::before {
  content: "\f393";
}

.icon-clear-active_12::before {
  content: "\f394";
}

.icon-clear-active_14::before {
  content: "\f395";
}

.icon-clear-active_16::before {
  content: "\f396";
}

.icon-clear-active_18::before {
  content: "\f397";
}

.icon-clear-active_20::before {
  content: "\f398";
}

.icon-clear-active_24::before {
  content: "\f399";
}

.icon-clear-active_32::before {
  content: "\f39a";
}

.icon-close-space_12::before {
  content: "\f39b";
}

.icon-close-space_18::before {
  content: "\f39c";
}

.icon-closed-caption_12::before {
  content: "\f39d";
}

.icon-closed-caption_16::before {
  content: "\f39e";
}

.icon-closed-caption_20::before {
  content: "\f39f";
}

.icon-closed-caption_24::before {
  content: "\f3a0";
}

.icon-closed-caption-active_16::before {
  content: "\f3a1";
}

.icon-closed-caption-active_20::before {
  content: "\f3a2";
}

.icon-closed-caption-badge_12::before {
  content: "\f3a3";
}

.icon-closed-caption-badge_16::before {
  content: "\f3a4";
}

.icon-closed-caption-badge_20::before {
  content: "\f3a5";
}

.icon-cloud_16::before {
  content: "\f3a6";
}

.icon-cloud_20::before {
  content: "\f3a7";
}

.icon-cloud_24::before {
  content: "\f3a8";
}

.icon-cloud_32::before {
  content: "\f3a9";
}

.icon-cloud-upload_16::before {
  content: "\f3aa";
}

.icon-cloud-upload_20::before {
  content: "\f3ab";
}

.icon-cloud-upload_24::before {
  content: "\f3ac";
}

.icon-commenting_16::before {
  content: "\f3ad";
}

.icon-commenting_20::before {
  content: "\f3ae";
}

.icon-commenting_24::before {
  content: "\f3af";
}

.icon-commenting-active_20::before {
  content: "\f3b0";
}

.icon-company_12::before {
  content: "\f3b1";
}

.icon-company_16::before {
  content: "\f3b2";
}

.icon-company_20::before {
  content: "\f3b3";
}

.icon-company_24::before {
  content: "\f3b4";
}

.icon-company_32::before {
  content: "\f3b5";
}

.icon-computer_16::before {
  content: "\f3b6";
}

.icon-computer_24::before {
  content: "\f3b7";
}

.icon-condition_16::before {
  content: "\f3b8";
}

.icon-contact-card_10::before {
  content: "\f3b9";
}

.icon-contact-card_12::before {
  content: "\f3ba";
}

.icon-contact-card_16::before {
  content: "\f3bb";
}

.icon-contact-card_20::before {
  content: "\f3bc";
}

.icon-contact-card_22::before {
  content: "\f3bd";
}

.icon-contact-card_24::before {
  content: "\f3be";
}

.icon-contact-card_28::before {
  content: "\f3bf";
}

.icon-contact-card_36::before {
  content: "\f3c0";
}

.icon-contact-card-active_20::before {
  content: "\f3c1";
}

.icon-contact-card-active_22::before {
  content: "\f3c2";
}

.icon-contact-card-active_24::before {
  content: "\f3c3";
}

.icon-contact-group_16::before {
  content: "\f3c4";
}

.icon-contact-group_20::before {
  content: "\f3c5";
}

.icon-content-download_12::before {
  content: "\f3c6";
}

.icon-content-download_14::before {
  content: "\f3c7";
}

.icon-content-share_10::before {
  content: "\f3c8";
}

.icon-content-share_12::before {
  content: "\f3c9";
}

.icon-content-share_120::before {
  content: "\f3ca";
}

.icon-content-share_124::before {
  content: "\f3cb";
}

.icon-content-share_14::before {
  content: "\f3cc";
}

.icon-content-share_16::before {
  content: "\f3cd";
}

.icon-content-share_18::before {
  content: "\f3ce";
}

.icon-content-share_20::before {
  content: "\f3cf";
}

.icon-content-share_24::before {
  content: "\f3d0";
}

.icon-content-share_32::before {
  content: "\f3d1";
}

.icon-content-share_36::before {
  content: "\f3d2";
}

.icon-content-share_40::before {
  content: "\f3d3";
}

.icon-content-share_48::before {
  content: "\f3d4";
}

.icon-content-share_56::before {
  content: "\f3d5";
}

.icon-copy_10::before {
  content: "\f3d6";
}

.icon-copy_12::before {
  content: "\f3d7";
}

.icon-copy_14::before {
  content: "\f3d8";
}

.icon-copy_16::before {
  content: "\f3d9";
}

.icon-copy_20::before {
  content: "\f3da";
}

.icon-copy_24::before {
  content: "\f3db";
}

.icon-cpu_16::before {
  content: "\f3dc";
}

.icon-cpu_24::before {
  content: "\f3dd";
}

.icon-cpu_32::before {
  content: "\f3de";
}

.icon-crop_16::before {
  content: "\f3df";
}

.icon-crunchbase_16::before {
  content: "\f3e0";
}

.icon-crunchbase-circle_16::before {
  content: "\f3e1";
}

.icon-cucm-connection_24::before {
  content: "\f3e2";
}

.icon-dashboard_20::before {
  content: "\f3e3";
}

.icon-dashboard_32::before {
  content: "\f3e4";
}

.icon-dashboard-active_20::before {
  content: "\f3e5";
}

.icon-data-usage_16::before {
  content: "\f3e6";
}

.icon-data-usage_18::before {
  content: "\f3e7";
}

.icon-data-usage_20::before {
  content: "\f3e8";
}

.icon-data-usage_24::before {
  content: "\f3e9";
}

.icon-default-app_16::before {
  content: "\f3ea";
}

.icon-delete_10::before {
  content: "\f3eb";
}

.icon-delete_12::before {
  content: "\f3ec";
}

.icon-delete_14::before {
  content: "\f3ed";
}

.icon-delete_16::before {
  content: "\f3ee";
}

.icon-delete_18::before {
  content: "\f3ef";
}

.icon-delete_20::before {
  content: "\f3f0";
}

.icon-delete_24::before {
  content: "\f3f1";
}

.icon-deskphone_12::before {
  content: "\f3f2";
}

.icon-deskphone_14::before {
  content: "\f3f3";
}

.icon-deskphone_16::before {
  content: "\f3f4";
}

.icon-deskphone_20::before {
  content: "\f3f5";
}

.icon-deskphone_24::before {
  content: "\f3f6";
}

.icon-deskphone_32::before {
  content: "\f3f7";
}

.icon-deskphone_48::before {
  content: "\f3f8";
}

.icon-deskphone-warning_16::before {
  content: "\f3f9";
}

.icon-device-connection_12::before {
  content: "\f3fa";
}

.icon-device-connection_14::before {
  content: "\f3fb";
}

.icon-device-connection_16::before {
  content: "\f3fc";
}

.icon-device-connection_18::before {
  content: "\f3fd";
}

.icon-device-connection_20::before {
  content: "\f3fe";
}

.icon-device-connection_24::before {
  content: "\f3ff";
}

.icon-device-connection_36::before {
  content: "\f400";
}

.icon-device-connection_48::before {
  content: "\f401";
}

.icon-device-connection-active_14::before {
  content: "\f402";
}

.icon-device-connection-active_16::before {
  content: "\f403";
}

.icon-device-connection-active_20::before {
  content: "\f404";
}

.icon-device-connection-active_24::before {
  content: "\f405";
}

.icon-device-connection-active_36::before {
  content: "\f406";
}

.icon-device-connection-active_40::before {
  content: "\f407";
}

.icon-device-in-room_100::before {
  content: "\f408";
}

.icon-device-in-room_12::before {
  content: "\f409";
}

.icon-device-in-room_14::before {
  content: "\f40a";
}

.icon-device-in-room_16::before {
  content: "\f40b";
}

.icon-device-in-room_18::before {
  content: "\f40c";
}

.icon-device-in-room_20::before {
  content: "\f40d";
}

.icon-device-in-room_24::before {
  content: "\f40e";
}

.icon-device-in-room_32::before {
  content: "\f40f";
}

.icon-device-in-room_48::before {
  content: "\f410";
}

.icon-device-in-room_56::before {
  content: "\f411";
}

.icon-device-in-room_8::before {
  content: "\f412";
}

.icon-device-in-room-active_24::before {
  content: "\f413";
}

.icon-device-in-room-end_16::before {
  content: "\f414";
}

.icon-diagnostics_16::before {
  content: "\f415";
}

.icon-diagnostics_24::before {
  content: "\f416";
}

.icon-diagnostics_32::before {
  content: "\f417";
}

.icon-diagnostics-circle_100::before {
  content: "\f418";
}

.icon-dialpad_12::before {
  content: "\f419";
}

.icon-dialpad_14::before {
  content: "\f41a";
}

.icon-dialpad_16::before {
  content: "\f41b";
}

.icon-dialpad_20::before {
  content: "\f41c";
}

.icon-dialpad_24::before {
  content: "\f41d";
}

.icon-dialpad_28::before {
  content: "\f41e";
}

.icon-directory_16::before {
  content: "\f41f";
}

.icon-directory_20::before {
  content: "\f420";
}

.icon-directory_24::before {
  content: "\f421";
}

.icon-disconnect-contact_16::before {
  content: "\f422";
}

.icon-dislike_12::before {
  content: "\f423";
}

.icon-dislike_16::before {
  content: "\f424";
}

.icon-dislike_24::before {
  content: "\f425";
}

.icon-display_14::before {
  content: "\f426";
}

.icon-display_16::before {
  content: "\f427";
}

.icon-display_24::before {
  content: "\f428";
}

.icon-display_36::before {
  content: "\f429";
}

.icon-display_72::before {
  content: "\f42a";
}

.icon-display-input_16::before {
  content: "\f42b";
}

.icon-display-input_24::before {
  content: "\f42c";
}

.icon-display-warning_16::before {
  content: "\f42d";
}

.icon-dnd_12::before {
  content: "\f42e";
}

.icon-dnd_120::before {
  content: "\f42f";
}

.icon-dnd_124::before {
  content: "\f430";
}

.icon-dnd_14::before {
  content: "\f431";
}

.icon-dnd_16::before {
  content: "\f432";
}

.icon-dnd_18::before {
  content: "\f433";
}

.icon-dnd_20::before {
  content: "\f434";
}

.icon-dnd_24::before {
  content: "\f435";
}

.icon-dnd_26::before {
  content: "\f436";
}

.icon-dnd_28::before {
  content: "\f437";
}

.icon-dnd_32::before {
  content: "\f438";
}

.icon-dnd_36::before {
  content: "\f439";
}

.icon-dnd_40::before {
  content: "\f43a";
}

.icon-dnd_48::before {
  content: "\f43b";
}

.icon-dnd_56::before {
  content: "\f43c";
}

.icon-dnd_8::before {
  content: "\f43d";
}

.icon-dnd-active_14::before {
  content: "\f43e";
}

.icon-dnd-active_24::before {
  content: "\f43f";
}

.icon-dnd-presence_12::before {
  content: "\f440";
}

.icon-dnd-presence_14::before {
  content: "\f441";
}

.icon-dnd-presence_24::before {
  content: "\f442";
}

.icon-dnd-presence_28::before {
  content: "\f443";
}

.icon-dnd-presence_8::before {
  content: "\f444";
}

.icon-dnd-presence-stroke_10::before {
  content: "\f445";
}

.icon-dnd-presence-stroke_14::before {
  content: "\f446";
}

.icon-dnd-presence-stroke_16::before {
  content: "\f447";
}

.icon-dnd-presence-stroke_26::before {
  content: "\f448";
}

.icon-dnd-presence-stroke_30::before {
  content: "\f449";
}

.icon-dock-in_12::before {
  content: "\f44a";
}

.icon-dock-in_16::before {
  content: "\f44b";
}

.icon-dock-out_12::before {
  content: "\f44c";
}

.icon-dock-out_16::before {
  content: "\f44d";
}

.icon-document_12::before {
  content: "\f44e";
}

.icon-document_14::before {
  content: "\f44f";
}

.icon-document_16::before {
  content: "\f450";
}

.icon-document_18::before {
  content: "\f451";
}

.icon-document_20::before {
  content: "\f452";
}

.icon-document_24::before {
  content: "\f453";
}

.icon-document_28::before {
  content: "\f454";
}

.icon-document_32::before {
  content: "\f455";
}

.icon-document_36::before {
  content: "\f456";
}

.icon-document_40::before {
  content: "\f457";
}

.icon-document_44::before {
  content: "\f458";
}

.icon-document_72::before {
  content: "\f459";
}

.icon-document-create_16::before {
  content: "\f45a";
}

.icon-document-move_16::before {
  content: "\f45b";
}

.icon-document-share_16::before {
  content: "\f45c";
}

.icon-document-share_24::before {
  content: "\f45d";
}

.icon-document-share_36::before {
  content: "\f45e";
}

.icon-document-share_48::before {
  content: "\f45f";
}

.icon-donut-chart_16::before {
  content: "\f460";
}

.icon-download_10::before {
  content: "\f461";
}

.icon-download_12::before {
  content: "\f462";
}

.icon-download_130::before {
  content: "\f463";
}

.icon-download_14::before {
  content: "\f464";
}

.icon-download_16::before {
  content: "\f465";
}

.icon-download_18::before {
  content: "\f466";
}

.icon-download_20::before {
  content: "\f467";
}

.icon-download_24::before {
  content: "\f468";
}

.icon-download_28::before {
  content: "\f469";
}

.icon-download_32::before {
  content: "\f46a";
}

.icon-download-active_20::before {
  content: "\f46b";
}

.icon-download-circle_100::before {
  content: "\f46c";
}

.icon-drag_14::before {
  content: "\f46d";
}

.icon-drag_16::before {
  content: "\f46e";
}

.icon-drive-mode_20::before {
  content: "\f46f";
}

.icon-dx70_16::before {
  content: "\f470";
}

.icon-dx70_20::before {
  content: "\f471";
}

.icon-dx80_16::before {
  content: "\f472";
}

.icon-dx80_20::before {
  content: "\f473";
}

.icon-edit_10::before {
  content: "\f474";
}

.icon-edit_12::before {
  content: "\f475";
}

.icon-edit_14::before {
  content: "\f476";
}

.icon-edit_16::before {
  content: "\f477";
}

.icon-edit_18::before {
  content: "\f478";
}

.icon-edit_20::before {
  content: "\f479";
}

.icon-edit_24::before {
  content: "\f47a";
}

.icon-edit_56::before {
  content: "\f47b";
}

.icon-email_12::before {
  content: "\f47c";
}

.icon-email_14::before {
  content: "\f47d";
}

.icon-email_16::before {
  content: "\f47e";
}

.icon-email_20::before {
  content: "\f47f";
}

.icon-email_24::before {
  content: "\f480";
}

.icon-email_56::before {
  content: "\f481";
}

.icon-email-active_12::before {
  content: "\f482";
}

.icon-email-active_16::before {
  content: "\f483";
}

.icon-email-active_24::before {
  content: "\f484";
}

.icon-email-circle_24::before {
  content: "\f485";
}

.icon-email-circle_32::before {
  content: "\f486";
}

.icon-email-circle_40::before {
  content: "\f487";
}

.icon-email-invite_100::before {
  content: "\f488";
}

.icon-email-invite_16::before {
  content: "\f489";
}

.icon-email-invite_24::before {
  content: "\f48a";
}

.icon-email-invite_32::before {
  content: "\f48b";
}

.icon-email-read_16::before {
  content: "\f48c";
}

.icon-email-read_20::before {
  content: "\f48d";
}

.icon-email-read_24::before {
  content: "\f48e";
}

.icon-emergency-services_28::before {
  content: "\f48f";
}

.icon-emoji-food_16::before {
  content: "\f490";
}

.icon-emoji-heart_16::before {
  content: "\f491";
}

.icon-emoji-nature_16::before {
  content: "\f492";
}

.icon-emoji-people_16::before {
  content: "\f493";
}

.icon-emoticon-passive_24::before {
  content: "\f494";
}

.icon-emoticon-sad_24::before {
  content: "\f495";
}

.icon-emoticons_12::before {
  content: "\f496";
}

.icon-emoticons_16::before {
  content: "\f497";
}

.icon-emoticons_18::before {
  content: "\f498";
}

.icon-emoticons_20::before {
  content: "\f499";
}

.icon-emoticons_24::before {
  content: "\f49a";
}

.icon-encryption_14::before {
  content: "\f49b";
}

.icon-encryption_16::before {
  content: "\f49c";
}

.icon-encryption_20::before {
  content: "\f49d";
}

.icon-end-remote-desktop-control_10::before {
  content: "\f49e";
}

.icon-end-to-end-encryption_14::before {
  content: "\f49f";
}

.icon-end-to-end-encryption_16::before {
  content: "\f4a0";
}

.icon-endpoint_10::before {
  content: "\f4a1";
}

.icon-endpoint_12::before {
  content: "\f4a2";
}

.icon-endpoint_14::before {
  content: "\f4a3";
}

.icon-endpoint_16::before {
  content: "\f4a4";
}

.icon-endpoint_20::before {
  content: "\f4a5";
}

.icon-endpoint_24::before {
  content: "\f4a6";
}

.icon-endpoint_28::before {
  content: "\f4a7";
}

.icon-endpoint_32::before {
  content: "\f4a8";
}

.icon-endpoint_48::before {
  content: "\f4a9";
}

.icon-endpoint_56::before {
  content: "\f4aa";
}

.icon-endpoint_64::before {
  content: "\f4ab";
}

.icon-endpoint_8::before {
  content: "\f4ac";
}

.icon-endpoint-blocked_12::before {
  content: "\f4ad";
}

.icon-endpoint-g2_16::before {
  content: "\f4ae";
}

.icon-endpoint-g2_20::before {
  content: "\f4af";
}

.icon-endpoint-g2-70_16::before {
  content: "\f4b0";
}

.icon-endpoint-g2-70_20::before {
  content: "\f4b1";
}

.icon-endpoint-g2-70-dual_16::before {
  content: "\f4b2";
}

.icon-endpoint-g2-70-dual_20::before {
  content: "\f4b3";
}

.icon-endpoint-g2-stand_16::before {
  content: "\f4b4";
}

.icon-endpoint-g2-stand_20::before {
  content: "\f4b5";
}

.icon-endpoint-mx800_16::before {
  content: "\f4b6";
}

.icon-endpoint-mx800_20::before {
  content: "\f4b7";
}

.icon-endpoint-mx800-dual_16::before {
  content: "\f4b8";
}

.icon-endpoint-mx800-dual_20::before {
  content: "\f4b9";
}

.icon-endpoint-stand_16::before {
  content: "\f4ba";
}

.icon-endpoint-stand_20::before {
  content: "\f4bb";
}

.icon-endpoint-warning_12::before {
  content: "\f4bc";
}

.icon-enter_16::before {
  content: "\f4bd";
}

.icon-enter-room_10::before {
  content: "\f4be";
}

.icon-enter-room_12::before {
  content: "\f4bf";
}

.icon-enter-room_16::before {
  content: "\f4c0";
}

.icon-enter-room_20::before {
  content: "\f4c1";
}

.icon-enter-room_24::before {
  content: "\f4c2";
}

.icon-enter-room_28::before {
  content: "\f4c3";
}

.icon-enter-room_8::before {
  content: "\f4c4";
}

.icon-eraser_12::before {
  content: "\f4c5";
}

.icon-eraser_14::before {
  content: "\f4c6";
}

.icon-eraser_16::before {
  content: "\f4c7";
}

.icon-eraser_18::before {
  content: "\f4c8";
}

.icon-eraser_24::before {
  content: "\f4c9";
}

.icon-error_12::before {
  content: "\f4ca";
}

.icon-error_16::before {
  content: "\f4cb";
}

.icon-error_20::before {
  content: "\f4cc";
}

.icon-error_24::before {
  content: "\f4cd";
}

.icon-error_40::before {
  content: "\f4ce";
}

.icon-error_8::before {
  content: "\f4cf";
}

.icon-error_80::before {
  content: "\f4d0";
}

.icon-error-legacy_12::before {
  content: "\f4d1";
}

.icon-error-legacy_16::before {
  content: "\f4d2";
}

.icon-error-legacy_20::before {
  content: "\f4d3";
}

.icon-error-legacy_24::before {
  content: "\f4d4";
}

.icon-error-legacy_28::before {
  content: "\f4d5";
}

.icon-error-legacy_36::before {
  content: "\f4d6";
}

.icon-error-legacy_8::before {
  content: "\f4d7";
}

.icon-error-legacy_80::before {
  content: "\f4d8";
}

.icon-ethernet_16::before {
  content: "\f4d9";
}

.icon-ethernet_24::before {
  content: "\f4da";
}

.icon-event_16::before {
  content: "\f4db";
}

.icon-events_16::before {
  content: "\f4dc";
}

.icon-events_20::before {
  content: "\f4dd";
}

.icon-exchange_16::before {
  content: "\f4de";
}

.icon-exit-room_12::before {
  content: "\f4df";
}

.icon-exit-room_16::before {
  content: "\f4e0";
}

.icon-exit-room_20::before {
  content: "\f4e1";
}

.icon-exit-room_24::before {
  content: "\f4e2";
}

.icon-exit-room_28::before {
  content: "\f4e3";
}

.icon-explore_16::before {
  content: "\f4e4";
}

.icon-export_16::before {
  content: "\f4e5";
}

.icon-export_24::before {
  content: "\f4e6";
}

.icon-extension-mobility_16::before {
  content: "\f4e7";
}

.icon-extension-mobility_24::before {
  content: "\f4e8";
}

.icon-external-message_10::before {
  content: "\f4e9";
}

.icon-external-message_16::before {
  content: "\f4ea";
}

.icon-external-message_24::before {
  content: "\f4eb";
}

.icon-external-message_32::before {
  content: "\f4ec";
}

.icon-external-message_36::before {
  content: "\f4ed";
}

.icon-external-user_10::before {
  content: "\f4ee";
}

.icon-external-user_12::before {
  content: "\f4ef";
}

.icon-external-user_16::before {
  content: "\f4f0";
}

.icon-external-user_20::before {
  content: "\f4f1";
}

.icon-facebook_16::before {
  content: "\f4f2";
}

.icon-facebook-blue_12::before {
  content: "\f4f3";
}

.icon-facebook-circle_24::before {
  content: "\f4f4";
}

.icon-facebook-circle_32::before {
  content: "\f4f5";
}

.icon-facebook-circle_40::before {
  content: "\f4f6";
}

.icon-facebook-logo_12::before {
  content: "\f4f7";
}

.icon-favorite_10::before {
  content: "\f4f8";
}

.icon-favorite_12::before {
  content: "\f4f9";
}

.icon-favorite_14::before {
  content: "\f4fa";
}

.icon-favorite_16::before {
  content: "\f4fb";
}

.icon-favorite_20::before {
  content: "\f4fc";
}

.icon-favorite_24::before {
  content: "\f4fd";
}

.icon-favorite_28::before {
  content: "\f4fe";
}

.icon-favorite_8::before {
  content: "\f4ff";
}

.icon-favorite-active_12::before {
  content: "\f500";
}

.icon-favorite-active_14::before {
  content: "\f501";
}

.icon-favorite-active_16::before {
  content: "\f502";
}

.icon-favorite-active_20::before {
  content: "\f503";
}

.icon-favorite-active_24::before {
  content: "\f504";
}

.icon-favorite-active_28::before {
  content: "\f505";
}

.icon-favorite-active_8::before {
  content: "\f506";
}

.icon-favorite-filled_12::before {
  content: "\f507";
}

.icon-favorite-filled_14::before {
  content: "\f508";
}

.icon-favorite-filled_16::before {
  content: "\f509";
}

.icon-favorite-filled_20::before {
  content: "\f50a";
}

.icon-favorite-filled_24::before {
  content: "\f50b";
}

.icon-favorite-filled_28::before {
  content: "\f50c";
}

.icon-favorite-filled_8::before {
  content: "\f50d";
}

.icon-fbw_16::before {
  content: "\f50e";
}

.icon-fbw_24::before {
  content: "\f50f";
}

.icon-feedback_12::before {
  content: "\f510";
}

.icon-feedback_14::before {
  content: "\f511";
}

.icon-feedback_16::before {
  content: "\f512";
}

.icon-feedback_20::before {
  content: "\f513";
}

.icon-feedback_72::before {
  content: "\f514";
}

.icon-feedback_8::before {
  content: "\f515";
}

.icon-feedback-active_12::before {
  content: "\f516";
}

.icon-feedback-active_14::before {
  content: "\f517";
}

.icon-feedback-active_16::before {
  content: "\f518";
}

.icon-feedback-active_20::before {
  content: "\f519";
}

.icon-feedback-active_8::before {
  content: "\f51a";
}

.icon-ffw_16::before {
  content: "\f51b";
}

.icon-ffw_24::before {
  content: "\f51c";
}

.icon-file-analysis_28::before {
  content: "\f51d";
}

.icon-file-arf_40::before {
  content: "\f51e";
}

.icon-file-audio_12::before {
  content: "\f51f";
}

.icon-file-audio_16::before {
  content: "\f520";
}

.icon-file-audio_24::before {
  content: "\f521";
}

.icon-file-audio_28::before {
  content: "\f522";
}

.icon-file-audio_32::before {
  content: "\f523";
}

.icon-file-audio_36::before {
  content: "\f524";
}

.icon-file-audio_40::before {
  content: "\f525";
}

.icon-file-audio_44::before {
  content: "\f526";
}

.icon-file-audio_72::before {
  content: "\f527";
}

.icon-file-dashboard_28::before {
  content: "\f528";
}

.icon-file-excel_12::before {
  content: "\f529";
}

.icon-file-excel_16::before {
  content: "\f52a";
}

.icon-file-excel_20::before {
  content: "\f52b";
}

.icon-file-excel_24::before {
  content: "\f52c";
}

.icon-file-excel_28::before {
  content: "\f52d";
}

.icon-file-excel_32::before {
  content: "\f52e";
}

.icon-file-excel_36::before {
  content: "\f52f";
}

.icon-file-excel_40::before {
  content: "\f530";
}

.icon-file-excel_44::before {
  content: "\f531";
}

.icon-file-excel_72::before {
  content: "\f532";
}

.icon-file-excel-active_12::before {
  content: "\f533";
}

.icon-file-excel-active_16::before {
  content: "\f534";
}

.icon-file-excel-active_20::before {
  content: "\f535";
}

.icon-file-excel-active_24::before {
  content: "\f536";
}

.icon-file-excel-active_28::before {
  content: "\f537";
}

.icon-file-excel-active_32::before {
  content: "\f538";
}

.icon-file-excel-active_36::before {
  content: "\f539";
}

.icon-file-excel-active_40::before {
  content: "\f53a";
}

.icon-file-excel-active_44::before {
  content: "\f53b";
}

.icon-file-excel-active_72::before {
  content: "\f53c";
}

.icon-file-graph_12::before {
  content: "\f53d";
}

.icon-file-graph_16::before {
  content: "\f53e";
}

.icon-file-graph_20::before {
  content: "\f53f";
}

.icon-file-graph_24::before {
  content: "\f540";
}

.icon-file-graph_28::before {
  content: "\f541";
}

.icon-file-graph_32::before {
  content: "\f542";
}

.icon-file-graph_36::before {
  content: "\f543";
}

.icon-file-graph_40::before {
  content: "\f544";
}

.icon-file-graph_44::before {
  content: "\f545";
}

.icon-file-graph_72::before {
  content: "\f546";
}

.icon-file-graph-active_12::before {
  content: "\f547";
}

.icon-file-graph-active_16::before {
  content: "\f548";
}

.icon-file-graph-active_20::before {
  content: "\f549";
}

.icon-file-graph-active_24::before {
  content: "\f54a";
}

.icon-file-graph-active_28::before {
  content: "\f54b";
}

.icon-file-graph-active_32::before {
  content: "\f54c";
}

.icon-file-graph-active_36::before {
  content: "\f54d";
}

.icon-file-graph-active_40::before {
  content: "\f54e";
}

.icon-file-graph-active_44::before {
  content: "\f54f";
}

.icon-file-graph-active_72::before {
  content: "\f550";
}

.icon-file-image_12::before {
  content: "\f551";
}

.icon-file-image_16::before {
  content: "\f552";
}

.icon-file-image_24::before {
  content: "\f553";
}

.icon-file-image_28::before {
  content: "\f554";
}

.icon-file-image_32::before {
  content: "\f555";
}

.icon-file-image_36::before {
  content: "\f556";
}

.icon-file-image_40::before {
  content: "\f557";
}

.icon-file-image_44::before {
  content: "\f558";
}

.icon-file-image_72::before {
  content: "\f559";
}

.icon-file-locked_12::before {
  content: "\f55a";
}

.icon-file-locked_24::before {
  content: "\f55b";
}

.icon-file-locked_32::before {
  content: "\f55c";
}

.icon-file-locked_36::before {
  content: "\f55d";
}

.icon-file-locked_40::before {
  content: "\f55e";
}

.icon-file-locked_72::before {
  content: "\f55f";
}

.icon-file-missing_16::before {
  content: "\f560";
}

.icon-file-missing_24::before {
  content: "\f561";
}

.icon-file-missing_36::before {
  content: "\f562";
}

.icon-file-onenote_12::before {
  content: "\f563";
}

.icon-file-onenote_16::before {
  content: "\f564";
}

.icon-file-onenote_20::before {
  content: "\f565";
}

.icon-file-onenote_24::before {
  content: "\f566";
}

.icon-file-onenote_28::before {
  content: "\f567";
}

.icon-file-onenote_32::before {
  content: "\f568";
}

.icon-file-onenote_36::before {
  content: "\f569";
}

.icon-file-onenote_40::before {
  content: "\f56a";
}

.icon-file-onenote_44::before {
  content: "\f56b";
}

.icon-file-onenote_72::before {
  content: "\f56c";
}

.icon-file-onenote-active_12::before {
  content: "\f56d";
}

.icon-file-onenote-active_16::before {
  content: "\f56e";
}

.icon-file-onenote-active_20::before {
  content: "\f56f";
}

.icon-file-onenote-active_24::before {
  content: "\f570";
}

.icon-file-onenote-active_28::before {
  content: "\f571";
}

.icon-file-onenote-active_32::before {
  content: "\f572";
}

.icon-file-onenote-active_36::before {
  content: "\f573";
}

.icon-file-onenote-active_40::before {
  content: "\f574";
}

.icon-file-onenote-active_44::before {
  content: "\f575";
}

.icon-file-onenote-active_72::before {
  content: "\f576";
}

.icon-file-pdf_12::before {
  content: "\f577";
}

.icon-file-pdf_16::before {
  content: "\f578";
}

.icon-file-pdf_20::before {
  content: "\f579";
}

.icon-file-pdf_24::before {
  content: "\f57a";
}

.icon-file-pdf_28::before {
  content: "\f57b";
}

.icon-file-pdf_32::before {
  content: "\f57c";
}

.icon-file-pdf_36::before {
  content: "\f57d";
}

.icon-file-pdf_40::before {
  content: "\f57e";
}

.icon-file-pdf_44::before {
  content: "\f57f";
}

.icon-file-pdf_72::before {
  content: "\f580";
}

.icon-file-pdf-active_12::before {
  content: "\f581";
}

.icon-file-pdf-active_16::before {
  content: "\f582";
}

.icon-file-pdf-active_20::before {
  content: "\f583";
}

.icon-file-pdf-active_24::before {
  content: "\f584";
}

.icon-file-pdf-active_28::before {
  content: "\f585";
}

.icon-file-pdf-active_32::before {
  content: "\f586";
}

.icon-file-pdf-active_36::before {
  content: "\f587";
}

.icon-file-pdf-active_40::before {
  content: "\f588";
}

.icon-file-pdf-active_44::before {
  content: "\f589";
}

.icon-file-pdf-active_72::before {
  content: "\f58a";
}

.icon-file-powerpoint_12::before {
  content: "\f58b";
}

.icon-file-powerpoint_16::before {
  content: "\f58c";
}

.icon-file-powerpoint_20::before {
  content: "\f58d";
}

.icon-file-powerpoint_24::before {
  content: "\f58e";
}

.icon-file-powerpoint_28::before {
  content: "\f58f";
}

.icon-file-powerpoint_32::before {
  content: "\f590";
}

.icon-file-powerpoint_36::before {
  content: "\f591";
}

.icon-file-powerpoint_40::before {
  content: "\f592";
}

.icon-file-powerpoint_44::before {
  content: "\f593";
}

.icon-file-powerpoint_72::before {
  content: "\f594";
}

.icon-file-powerpoint-active_12::before {
  content: "\f595";
}

.icon-file-powerpoint-active_16::before {
  content: "\f596";
}

.icon-file-powerpoint-active_20::before {
  content: "\f597";
}

.icon-file-powerpoint-active_24::before {
  content: "\f598";
}

.icon-file-powerpoint-active_28::before {
  content: "\f599";
}

.icon-file-powerpoint-active_32::before {
  content: "\f59a";
}

.icon-file-powerpoint-active_36::before {
  content: "\f59b";
}

.icon-file-powerpoint-active_40::before {
  content: "\f59c";
}

.icon-file-powerpoint-active_44::before {
  content: "\f59d";
}

.icon-file-powerpoint-active_72::before {
  content: "\f59e";
}

.icon-file-sketch_24::before {
  content: "\f59f";
}

.icon-file-spreadsheet_12::before {
  content: "\f5a0";
}

.icon-file-spreadsheet_16::before {
  content: "\f5a1";
}

.icon-file-spreadsheet_20::before {
  content: "\f5a2";
}

.icon-file-spreadsheet_24::before {
  content: "\f5a3";
}

.icon-file-spreadsheet_28::before {
  content: "\f5a4";
}

.icon-file-spreadsheet_32::before {
  content: "\f5a5";
}

.icon-file-spreadsheet_36::before {
  content: "\f5a6";
}

.icon-file-spreadsheet_40::before {
  content: "\f5a7";
}

.icon-file-spreadsheet_44::before {
  content: "\f5a8";
}

.icon-file-spreadsheet_72::before {
  content: "\f5a9";
}

.icon-file-spreadsheet-active_12::before {
  content: "\f5aa";
}

.icon-file-spreadsheet-active_16::before {
  content: "\f5ab";
}

.icon-file-spreadsheet-active_20::before {
  content: "\f5ac";
}

.icon-file-spreadsheet-active_24::before {
  content: "\f5ad";
}

.icon-file-spreadsheet-active_28::before {
  content: "\f5ae";
}

.icon-file-spreadsheet-active_32::before {
  content: "\f5af";
}

.icon-file-spreadsheet-active_36::before {
  content: "\f5b0";
}

.icon-file-spreadsheet-active_40::before {
  content: "\f5b1";
}

.icon-file-spreadsheet-active_44::before {
  content: "\f5b2";
}

.icon-file-spreadsheet-active_72::before {
  content: "\f5b3";
}

.icon-file-text_12::before {
  content: "\f5b4";
}

.icon-file-text_16::before {
  content: "\f5b5";
}

.icon-file-text_20::before {
  content: "\f5b6";
}

.icon-file-text_24::before {
  content: "\f5b7";
}

.icon-file-text_28::before {
  content: "\f5b8";
}

.icon-file-text_32::before {
  content: "\f5b9";
}

.icon-file-text_36::before {
  content: "\f5ba";
}

.icon-file-text_40::before {
  content: "\f5bb";
}

.icon-file-text_44::before {
  content: "\f5bc";
}

.icon-file-text_72::before {
  content: "\f5bd";
}

.icon-file-text-active_12::before {
  content: "\f5be";
}

.icon-file-text-active_16::before {
  content: "\f5bf";
}

.icon-file-text-active_20::before {
  content: "\f5c0";
}

.icon-file-text-active_24::before {
  content: "\f5c1";
}

.icon-file-text-active_28::before {
  content: "\f5c2";
}

.icon-file-text-active_32::before {
  content: "\f5c3";
}

.icon-file-text-active_36::before {
  content: "\f5c4";
}

.icon-file-text-active_40::before {
  content: "\f5c5";
}

.icon-file-text-active_44::before {
  content: "\f5c6";
}

.icon-file-text-active_72::before {
  content: "\f5c7";
}

.icon-file-video_12::before {
  content: "\f5c8";
}

.icon-file-video_16::before {
  content: "\f5c9";
}

.icon-file-video_24::before {
  content: "\f5ca";
}

.icon-file-video_28::before {
  content: "\f5cb";
}

.icon-file-video_32::before {
  content: "\f5cc";
}

.icon-file-video_36::before {
  content: "\f5cd";
}

.icon-file-video_40::before {
  content: "\f5ce";
}

.icon-file-video_44::before {
  content: "\f5cf";
}

.icon-file-video_72::before {
  content: "\f5d0";
}

.icon-file-word_12::before {
  content: "\f5d1";
}

.icon-file-word_16::before {
  content: "\f5d2";
}

.icon-file-word_20::before {
  content: "\f5d3";
}

.icon-file-word_24::before {
  content: "\f5d4";
}

.icon-file-word_28::before {
  content: "\f5d5";
}

.icon-file-word_32::before {
  content: "\f5d6";
}

.icon-file-word_36::before {
  content: "\f5d7";
}

.icon-file-word_40::before {
  content: "\f5d8";
}

.icon-file-word_44::before {
  content: "\f5d9";
}

.icon-file-word_72::before {
  content: "\f5da";
}

.icon-file-word-active_12::before {
  content: "\f5db";
}

.icon-file-word-active_16::before {
  content: "\f5dc";
}

.icon-file-word-active_20::before {
  content: "\f5dd";
}

.icon-file-word-active_24::before {
  content: "\f5de";
}

.icon-file-word-active_28::before {
  content: "\f5df";
}

.icon-file-word-active_32::before {
  content: "\f5e0";
}

.icon-file-word-active_36::before {
  content: "\f5e1";
}

.icon-file-word-active_40::before {
  content: "\f5e2";
}

.icon-file-word-active_44::before {
  content: "\f5e3";
}

.icon-file-word-active_72::before {
  content: "\f5e4";
}

.icon-file-xml_12::before {
  content: "\f5e5";
}

.icon-file-xml_16::before {
  content: "\f5e6";
}

.icon-file-xml_24::before {
  content: "\f5e7";
}

.icon-file-zip_12::before {
  content: "\f5e8";
}

.icon-file-zip_16::before {
  content: "\f5e9";
}

.icon-file-zip_24::before {
  content: "\f5ea";
}

.icon-file-zip_28::before {
  content: "\f5eb";
}

.icon-file-zip_32::before {
  content: "\f5ec";
}

.icon-file-zip_36::before {
  content: "\f5ed";
}

.icon-file-zip_40::before {
  content: "\f5ee";
}

.icon-file-zip_44::before {
  content: "\f5ef";
}

.icon-file-zip_72::before {
  content: "\f5f0";
}

.icon-files_10::before {
  content: "\f5f1";
}

.icon-files_12::before {
  content: "\f5f2";
}

.icon-files_14::before {
  content: "\f5f3";
}

.icon-files_16::before {
  content: "\f5f4";
}

.icon-files_20::before {
  content: "\f5f5";
}

.icon-files_24::before {
  content: "\f5f6";
}

.icon-files_26::before {
  content: "\f5f7";
}

.icon-files_28::before {
  content: "\f5f8";
}

.icon-files_32::before {
  content: "\f5f9";
}

.icon-files_36::before {
  content: "\f5fa";
}

.icon-files_72::before {
  content: "\f5fb";
}

.icon-files_8::before {
  content: "\f5fc";
}

.icon-filter_10::before {
  content: "\f5fd";
}

.icon-filter_16::before {
  content: "\f5fe";
}

.icon-filter_24::before {
  content: "\f5ff";
}

.icon-filter_32::before {
  content: "\f600";
}

.icon-filter_8::before {
  content: "\f601";
}

.icon-filter-adr_12::before {
  content: "\f602";
}

.icon-filter-adr_14::before {
  content: "\f603";
}

.icon-filter-adr_16::before {
  content: "\f604";
}

.icon-filter-circle_12::before {
  content: "\f605";
}

.icon-filter-circle_16::before {
  content: "\f606";
}

.icon-filter-circle_20::before {
  content: "\f607";
}

.icon-filter-circle-active_20::before {
  content: "\f608";
}

.icon-fit-to-width_12::before {
  content: "\f609";
}

.icon-fit-to-width_16::before {
  content: "\f60a";
}

.icon-fit-to-window_12::before {
  content: "\f60b";
}

.icon-fit-to-window_16::before {
  content: "\f60c";
}

.icon-fit-to-window-exit_12::before {
  content: "\f60d";
}

.icon-fit-to-window-exit_16::before {
  content: "\f60e";
}

.icon-flag_10::before {
  content: "\f60f";
}

.icon-flag_12::before {
  content: "\f610";
}

.icon-flag_14::before {
  content: "\f611";
}

.icon-flag_16::before {
  content: "\f612";
}

.icon-flag_20::before {
  content: "\f613";
}

.icon-flag_24::before {
  content: "\f614";
}

.icon-flag_64::before {
  content: "\f615";
}

.icon-flag_8::before {
  content: "\f616";
}

.icon-flag-active_10::before {
  content: "\f617";
}

.icon-flag-active_12::before {
  content: "\f618";
}

.icon-flag-active_14::before {
  content: "\f619";
}

.icon-flag-active_16::before {
  content: "\f61a";
}

.icon-flag-active_20::before {
  content: "\f61b";
}

.icon-flag-active_24::before {
  content: "\f61c";
}

.icon-flag-active_8::before {
  content: "\f61d";
}

.icon-flag-circle_16::before {
  content: "\f61e";
}

.icon-flow_16::before {
  content: "\f61f";
}

.icon-flow_32::before {
  content: "\f620";
}

.icon-focus-3-day_24::before {
  content: "\f621";
}

.icon-focus-day_24::before {
  content: "\f622";
}

.icon-focus-month_24::before {
  content: "\f623";
}

.icon-focus-upcoming_24::before {
  content: "\f624";
}

.icon-focus-week_24::before {
  content: "\f625";
}

.icon-folder-edit_24::before {
  content: "\f626";
}

.icon-folder-lock_24::before {
  content: "\f627";
}

.icon-folder-view_24::before {
  content: "\f628";
}

.icon-font-family_12::before {
  content: "\f629";
}

.icon-font-family_16::before {
  content: "\f62a";
}

.icon-forward-message_10::before {
  content: "\f62b";
}

.icon-forward-message_12::before {
  content: "\f62c";
}

.icon-forward-message_16::before {
  content: "\f62d";
}

.icon-forward-message_20::before {
  content: "\f62e";
}

.icon-four-way-navigation_20::before {
  content: "\f62f";
}

.icon-four-way-navigation_24::before {
  content: "\f630";
}

.icon-fullscreen_12::before {
  content: "\f631";
}

.icon-fullscreen_16::before {
  content: "\f632";
}

.icon-fullscreen-c-native-macOS_14::before {
  content: "\f633";
}

.icon-fullscreen-exit_12::before {
  content: "\f634";
}

.icon-fullscreen-exit_16::before {
  content: "\f635";
}

.icon-generic-device_12::before {
  content: "\f636";
}

.icon-generic-device_14::before {
  content: "\f637";
}

.icon-generic-device_16::before {
  content: "\f638";
}

.icon-generic-device_20::before {
  content: "\f639";
}

.icon-generic-device_24::before {
  content: "\f63a";
}

.icon-generic-device_28::before {
  content: "\f63b";
}

.icon-generic-device_32::before {
  content: "\f63c";
}

.icon-generic-device_48::before {
  content: "\f63d";
}

.icon-generic-device-video_12::before {
  content: "\f63e";
}

.icon-generic-device-video_14::before {
  content: "\f63f";
}

.icon-generic-device-video_16::before {
  content: "\f640";
}

.icon-generic-device-video_20::before {
  content: "\f641";
}

.icon-generic-voice-command_24::before {
  content: "\f642";
}

.icon-gif_12::before {
  content: "\f643";
}

.icon-gif_16::before {
  content: "\f644";
}

.icon-gif_20::before {
  content: "\f645";
}

.icon-gif_24::before {
  content: "\f646";
}

.icon-github-circle_24::before {
  content: "\f647";
}

.icon-github-circle_32::before {
  content: "\f648";
}

.icon-github-circle_40::before {
  content: "\f649";
}

.icon-google_16::before {
  content: "\f64a";
}

.icon-guest-issuer_36::before {
  content: "\f64b";
}

.icon-guest-issuer_56::before {
  content: "\f64c";
}

.icon-handset_10::before {
  content: "\f64d";
}

.icon-handset_12::before {
  content: "\f64e";
}

.icon-handset_120::before {
  content: "\f64f";
}

.icon-handset_124::before {
  content: "\f650";
}

.icon-handset_14::before {
  content: "\f651";
}

.icon-handset_16::before {
  content: "\f652";
}

.icon-handset_18::before {
  content: "\f653";
}

.icon-handset_20::before {
  content: "\f654";
}

.icon-handset_24::before {
  content: "\f655";
}

.icon-handset_26::before {
  content: "\f656";
}

.icon-handset_28::before {
  content: "\f657";
}

.icon-handset_32::before {
  content: "\f658";
}

.icon-handset_36::before {
  content: "\f659";
}

.icon-handset_40::before {
  content: "\f65a";
}

.icon-handset_48::before {
  content: "\f65b";
}

.icon-handset_56::before {
  content: "\f65c";
}

.icon-handset_64::before {
  content: "\f65d";
}

.icon-handset_8::before {
  content: "\f65e";
}

.icon-handset-active_10::before {
  content: "\f65f";
}

.icon-handset-active_12::before {
  content: "\f660";
}

.icon-handset-active_14::before {
  content: "\f661";
}

.icon-handset-active_16::before {
  content: "\f662";
}

.icon-handset-active_18::before {
  content: "\f663";
}

.icon-handset-active_20::before {
  content: "\f664";
}

.icon-handset-active_24::before {
  content: "\f665";
}

.icon-handset-active_26::before {
  content: "\f666";
}

.icon-handset-active_28::before {
  content: "\f667";
}

.icon-handset-active_32::before {
  content: "\f668";
}

.icon-handset-active_36::before {
  content: "\f669";
}

.icon-handset-active_40::before {
  content: "\f66a";
}

.icon-handset-active_48::before {
  content: "\f66b";
}

.icon-handset-active_56::before {
  content: "\f66c";
}

.icon-handset-active_64::before {
  content: "\f66d";
}

.icon-handset-active_8::before {
  content: "\f66e";
}

.icon-handset-alert_20::before {
  content: "\f66f";
}

.icon-handset-alert_24::before {
  content: "\f670";
}

.icon-handset-muted_12::before {
  content: "\f671";
}

.icon-handset-muted_14::before {
  content: "\f672";
}

.icon-handset-muted_16::before {
  content: "\f673";
}

.icon-handset-muted_20::before {
  content: "\f674";
}

.icon-handset-muted_24::before {
  content: "\f675";
}

.icon-handset-muted_64::before {
  content: "\f676";
}

.icon-handset-presence_12::before {
  content: "\f677";
}

.icon-handset-presence_14::before {
  content: "\f678";
}

.icon-handset-presence_24::before {
  content: "\f679";
}

.icon-handset-presence_28::before {
  content: "\f67a";
}

.icon-handset-presence_8::before {
  content: "\f67b";
}

.icon-handset-presence-active_14::before {
  content: "\f67c";
}

.icon-handset-presence-active_24::before {
  content: "\f67d";
}

.icon-handset-presence-stroke_10::before {
  content: "\f67e";
}

.icon-handset-presence-stroke_14::before {
  content: "\f67f";
}

.icon-handset-presence-stroke_16::before {
  content: "\f680";
}

.icon-handset-presence-stroke_26::before {
  content: "\f681";
}

.icon-handset-presence-stroke_30::before {
  content: "\f682";
}

.icon-handshake_14::before {
  content: "\f683";
}

.icon-hd-badge_28::before {
  content: "\f684";
}

.icon-headset_12::before {
  content: "\f685";
}

.icon-headset_14::before {
  content: "\f686";
}

.icon-headset_16::before {
  content: "\f687";
}

.icon-headset_18::before {
  content: "\f688";
}

.icon-headset_20::before {
  content: "\f689";
}

.icon-headset_24::before {
  content: "\f68a";
}

.icon-headset_32::before {
  content: "\f68b";
}

.icon-headset_36::before {
  content: "\f68c";
}

.icon-headset_48::before {
  content: "\f68d";
}

.icon-headset_8::before {
  content: "\f68e";
}

.icon-headset-alert_12::before {
  content: "\f68f";
}

.icon-headset-muted_12::before {
  content: "\f690";
}

.icon-headset-muted_16::before {
  content: "\f691";
}

.icon-headset-muted_24::before {
  content: "\f692";
}

.icon-headset-muted_32::before {
  content: "\f693";
}

.icon-headset-muted_48::before {
  content: "\f694";
}

.icon-headset-muted-alert_12::before {
  content: "\f695";
}

.icon-headset-muted-private_12::before {
  content: "\f696";
}

.icon-headset-private_12::before {
  content: "\f697";
}

.icon-headset-selected_20::before {
  content: "\f698";
}

.icon-help_10::before {
  content: "\f699";
}

.icon-help_12::before {
  content: "\f69a";
}

.icon-help_16::before {
  content: "\f69b";
}

.icon-help_20::before {
  content: "\f69c";
}

.icon-help_24::before {
  content: "\f69d";
}

.icon-help_8::before {
  content: "\f69e";
}

.icon-help-circle_12::before {
  content: "\f69f";
}

.icon-help-circle_14::before {
  content: "\f6a0";
}

.icon-help-circle_16::before {
  content: "\f6a1";
}

.icon-help-circle_20::before {
  content: "\f6a2";
}

.icon-help-circle_24::before {
  content: "\f6a3";
}

.icon-help-circle_36::before {
  content: "\f6a4";
}

.icon-help-circle_44::before {
  content: "\f6a5";
}

.icon-help-circle_72::before {
  content: "\f6a6";
}

.icon-help-circle-active_12::before {
  content: "\f6a7";
}

.icon-help-circle-active_16::before {
  content: "\f6a8";
}

.icon-help-circle-active_20::before {
  content: "\f6a9";
}

.icon-help-circle-active_24::before {
  content: "\f6aa";
}

.icon-help-circle-active_36::before {
  content: "\f6ab";
}

.icon-help-circle-active_44::before {
  content: "\f6ac";
}

.icon-help-circle-active_72::before {
  content: "\f6ad";
}

.icon-hide_10::before {
  content: "\f6ae";
}

.icon-hide_12::before {
  content: "\f6af";
}

.icon-hide_16::before {
  content: "\f6b0";
}

.icon-hide_20::before {
  content: "\f6b1";
}

.icon-hide_24::before {
  content: "\f6b2";
}

.icon-home_16::before {
  content: "\f6b3";
}

.icon-home_20::before {
  content: "\f6b4";
}

.icon-home_24::before {
  content: "\f6b5";
}

.icon-home_32::before {
  content: "\f6b6";
}

.icon-home-active_16::before {
  content: "\f6b7";
}

.icon-home-active_20::before {
  content: "\f6b8";
}

.icon-home-active_24::before {
  content: "\f6b9";
}

.icon-home-active_32::before {
  content: "\f6ba";
}

.icon-horizontal-line_12::before {
  content: "\f6bb";
}

.icon-horizontal-line_16::before {
  content: "\f6bc";
}

.icon-horizontal-line_24::before {
  content: "\f6bd";
}

.icon-house_16::before {
  content: "\f6be";
}

.icon-house_20::before {
  content: "\f6bf";
}

.icon-house_24::before {
  content: "\f6c0";
}

.icon-house_32::before {
  content: "\f6c1";
}

.icon-humidity_14::before {
  content: "\f6c2";
}

.icon-hunt-group_12::before {
  content: "\f6c3";
}

.icon-hunt-group_14::before {
  content: "\f6c4";
}

.icon-hunt-group_16::before {
  content: "\f6c5";
}

.icon-hunt-group_18::before {
  content: "\f6c6";
}

.icon-hunt-group_20::before {
  content: "\f6c7";
}

.icon-hunt-group_24::before {
  content: "\f6c8";
}

.icon-icon-callback_12::before {
  content: "\f6c9";
}

.icon-icon-callback_16::before {
  content: "\f6ca";
}

.icon-icon-callback_18::before {
  content: "\f6cb";
}

.icon-icon-callback_20::before {
  content: "\f6cc";
}

.icon-icon-campaign_12::before {
  content: "\f6cd";
}

.icon-icon-campaign_16::before {
  content: "\f6ce";
}

.icon-icon-campaign_18::before {
  content: "\f6cf";
}

.icon-icon-campaign_20::before {
  content: "\f6d0";
}

.icon-import_12::before {
  content: "\f6d1";
}

.icon-import_16::before {
  content: "\f6d2";
}

.icon-import_24::before {
  content: "\f6d3";
}

.icon-incognito_18::before {
  content: "\f6d4";
}

.icon-incognito_24::before {
  content: "\f6d5";
}

.icon-incognito_40::before {
  content: "\f6d6";
}

.icon-incoming-call-active_12::before {
  content: "\f6d7";
}

.icon-incoming-call-active_16::before {
  content: "\f6d8";
}

.icon-incoming-call-legacy_12::before {
  content: "\f6d9";
}

.icon-incoming-call-legacy_16::before {
  content: "\f6da";
}

.icon-incoming-call-legacy_20::before {
  content: "\f6db";
}

.icon-incoming-call-legacy_36::before {
  content: "\f6dc";
}

.icon-incoming-call-selected_20::before {
  content: "\f6dd";
}

.icon-incoming-call-selected_24::before {
  content: "\f6de";
}

.icon-indeterminate-circle-active_16::before {
  content: "\f6df";
}

.icon-info_12::before {
  content: "\f6e0";
}

.icon-info_14::before {
  content: "\f6e1";
}

.icon-info_16::before {
  content: "\f6e2";
}

.icon-info_18::before {
  content: "\f6e3";
}

.icon-info_20::before {
  content: "\f6e4";
}

.icon-info_24::before {
  content: "\f6e5";
}

.icon-info_28::before {
  content: "\f6e6";
}

.icon-info_32::before {
  content: "\f6e7";
}

.icon-info_40::before {
  content: "\f6e8";
}

.icon-info_44::before {
  content: "\f6e9";
}

.icon-info_72::before {
  content: "\f6ea";
}

.icon-info_8::before {
  content: "\f6eb";
}

.icon-info-active_12::before {
  content: "\f6ec";
}

.icon-info-active_16::before {
  content: "\f6ed";
}

.icon-info-active_18::before {
  content: "\f6ee";
}

.icon-info-active_20::before {
  content: "\f6ef";
}

.icon-info-active_24::before {
  content: "\f6f0";
}

.icon-info-active_28::before {
  content: "\f6f1";
}

.icon-info-active_32::before {
  content: "\f6f2";
}

.icon-info-active_40::before {
  content: "\f6f3";
}

.icon-info-active_44::before {
  content: "\f6f4";
}

.icon-info-active_72::before {
  content: "\f6f5";
}

.icon-info-active-two_12::before {
  content: "\f6f6";
}

.icon-info-active-two_14::before {
  content: "\f6f7";
}

.icon-info-active-two_16::before {
  content: "\f6f8";
}

.icon-info-i_10::before {
  content: "\f6f9";
}

.icon-info-i_12::before {
  content: "\f6fa";
}

.icon-info-i_20::before {
  content: "\f6fb";
}

.icon-info-i_8::before {
  content: "\f6fc";
}

.icon-input_10::before {
  content: "\f6fd";
}

.icon-input_12::before {
  content: "\f6fe";
}

.icon-input_14::before {
  content: "\f6ff";
}

.icon-input_16::before {
  content: "\f700";
}

.icon-input_24::before {
  content: "\f701";
}

.icon-input_26::before {
  content: "\f702";
}

.icon-input_28::before {
  content: "\f703";
}

.icon-input_36::before {
  content: "\f704";
}

.icon-input_8::before {
  content: "\f705";
}

.icon-instagram-circle_24::before {
  content: "\f706";
}

.icon-instagram-circle_32::before {
  content: "\f707";
}

.icon-integrations_16::before {
  content: "\f708";
}

.icon-integrations_24::before {
  content: "\f709";
}

.icon-invited-user_16::before {
  content: "\f70a";
}

.icon-invited-user_32::before {
  content: "\f70b";
}

.icon-invited-user_56::before {
  content: "\f70c";
}

.icon-jabber_14::before {
  content: "\f70d";
}

.icon-jabber_16::before {
  content: "\f70e";
}

.icon-jabber-hub_16::before {
  content: "\f70f";
}

.icon-join-audio_12::before {
  content: "\f710";
}

.icon-join-audio_16::before {
  content: "\f711";
}

.icon-join-audio_20::before {
  content: "\f712";
}

.icon-join-audio_24::before {
  content: "\f713";
}

.icon-keyboard_16::before {
  content: "\f714";
}

.icon-keyboard_20::before {
  content: "\f715";
}

.icon-keyboard_24::before {
  content: "\f716";
}

.icon-keyboard_28::before {
  content: "\f717";
}

.icon-keyboard-close_16::before {
  content: "\f718";
}

.icon-keyboard-close_24::before {
  content: "\f719";
}

.icon-language_12::before {
  content: "\f71a";
}

.icon-language_16::before {
  content: "\f71b";
}

.icon-language_20::before {
  content: "\f71c";
}

.icon-language_24::before {
  content: "\f71d";
}

.icon-language_28::before {
  content: "\f71e";
}

.icon-language_40::before {
  content: "\f71f";
}

.icon-laptop_12::before {
  content: "\f720";
}

.icon-laptop_16::before {
  content: "\f721";
}

.icon-laptop_20::before {
  content: "\f722";
}

.icon-laptop_24::before {
  content: "\f723";
}

.icon-laptop_48::before {
  content: "\f724";
}

.icon-laptop_72::before {
  content: "\f725";
}

.icon-laser-pointer_16::before {
  content: "\f726";
}

.icon-launch_12::before {
  content: "\f727";
}

.icon-launch_16::before {
  content: "\f728";
}

.icon-launch_20::before {
  content: "\f729";
}

.icon-launch_32::before {
  content: "\f72a";
}

.icon-layout-equal-dual_12::before {
  content: "\f72b";
}

.icon-layout-equal-dual_16::before {
  content: "\f72c";
}

.icon-layout-equal-dual_20::before {
  content: "\f72d";
}

.icon-layout-equal-dual_24::before {
  content: "\f72e";
}

.icon-layout-side-by-side-horizonal_16::before {
  content: "\f72f";
}

.icon-layout-side-by-side-vertical_12::before {
  content: "\f730";
}

.icon-layout-side-by-side-vertical_16::before {
  content: "\f731";
}

.icon-layout-side-by-side-vertical_24::before {
  content: "\f732";
}

.icon-layout-stacked_12::before {
  content: "\f733";
}

.icon-layout-stacked_16::before {
  content: "\f734";
}

.icon-layout-stacked_28::before {
  content: "\f735";
}

.icon-leave-breakout-session_16::before {
  content: "\f736";
}

.icon-like_12::before {
  content: "\f737";
}

.icon-like_16::before {
  content: "\f738";
}

.icon-like_24::before {
  content: "\f739";
}

.icon-link_10::before {
  content: "\f73a";
}

.icon-link_12::before {
  content: "\f73b";
}

.icon-link_14::before {
  content: "\f73c";
}

.icon-link_16::before {
  content: "\f73d";
}

.icon-link_18::before {
  content: "\f73e";
}

.icon-link_20::before {
  content: "\f73f";
}

.icon-link_24::before {
  content: "\f740";
}

.icon-linkedin_16::before {
  content: "\f741";
}

.icon-linkedin-circle_24::before {
  content: "\f742";
}

.icon-linkedin-circle_32::before {
  content: "\f743";
}

.icon-linkedin-circle_40::before {
  content: "\f744";
}

.icon-list-menu_12::before {
  content: "\f745";
}

.icon-list-menu_16::before {
  content: "\f746";
}

.icon-list-menu_18::before {
  content: "\f747";
}

.icon-list-menu_20::before {
  content: "\f748";
}

.icon-list-menu_24::before {
  content: "\f749";
}

.icon-list-menu_28::before {
  content: "\f74a";
}

.icon-location_10::before {
  content: "\f74b";
}

.icon-location_16::before {
  content: "\f74c";
}

.icon-location_18::before {
  content: "\f74d";
}

.icon-location_20::before {
  content: "\f74e";
}

.icon-location_24::before {
  content: "\f74f";
}

.icon-location_28::before {
  content: "\f750";
}

.icon-location_32::before {
  content: "\f751";
}

.icon-lock_10::before {
  content: "\f752";
}

.icon-lock_12::before {
  content: "\f753";
}

.icon-lock_24::before {
  content: "\f754";
}

.icon-lock_8::before {
  content: "\f755";
}

.icon-lower-hand_12::before {
  content: "\f756";
}

.icon-lower-hand_16::before {
  content: "\f757";
}

.icon-lower-hand_20::before {
  content: "\f758";
}

.icon-mark-as-read_12::before {
  content: "\f759";
}

.icon-mark-as-unread_12::before {
  content: "\f75a";
}

.icon-mark-as-unread_20::before {
  content: "\f75b";
}

.icon-markdown_16::before {
  content: "\f75c";
}

.icon-markdown_20::before {
  content: "\f75d";
}

.icon-marker_12::before {
  content: "\f75e";
}

.icon-marker_14::before {
  content: "\f75f";
}

.icon-marker_16::before {
  content: "\f760";
}

.icon-marker_18::before {
  content: "\f761";
}

.icon-maximize_12::before {
  content: "\f762";
}

.icon-maximize_14::before {
  content: "\f763";
}

.icon-maximize_16::before {
  content: "\f764";
}

.icon-maximize_20::before {
  content: "\f765";
}

.icon-maximize_24::before {
  content: "\f766";
}

.icon-maximize_28::before {
  content: "\f767";
}

.icon-meet_10::before {
  content: "\f768";
}

.icon-meet_12::before {
  content: "\f769";
}

.icon-meet_120::before {
  content: "\f76a";
}

.icon-meet_124::before {
  content: "\f76b";
}

.icon-meet_14::before {
  content: "\f76c";
}

.icon-meet_16::before {
  content: "\f76d";
}

.icon-meet_18::before {
  content: "\f76e";
}

.icon-meet_20::before {
  content: "\f76f";
}

.icon-meet_24::before {
  content: "\f770";
}

.icon-meet_26::before {
  content: "\f771";
}

.icon-meet_32::before {
  content: "\f772";
}

.icon-meet_48::before {
  content: "\f773";
}

.icon-meet_56::before {
  content: "\f774";
}

.icon-meet-end_16::before {
  content: "\f775";
}

.icon-meeting-controls_16::before {
  content: "\f776";
}

.icon-meetings_10::before {
  content: "\f777";
}

.icon-meetings_12::before {
  content: "\f778";
}

.icon-meetings_14::before {
  content: "\f779";
}

.icon-meetings_16::before {
  content: "\f77a";
}

.icon-meetings_18::before {
  content: "\f77b";
}

.icon-meetings_20::before {
  content: "\f77c";
}

.icon-meetings_24::before {
  content: "\f77d";
}

.icon-meetings_26::before {
  content: "\f77e";
}

.icon-meetings_28::before {
  content: "\f77f";
}

.icon-meetings_32::before {
  content: "\f780";
}

.icon-meetings_36::before {
  content: "\f781";
}

.icon-meetings_8::before {
  content: "\f782";
}

.icon-meetings-active_10::before {
  content: "\f783";
}

.icon-meetings-active_12::before {
  content: "\f784";
}

.icon-meetings-active_14::before {
  content: "\f785";
}

.icon-meetings-active_16::before {
  content: "\f786";
}

.icon-meetings-active_18::before {
  content: "\f787";
}

.icon-meetings-active_20::before {
  content: "\f788";
}

.icon-meetings-active_24::before {
  content: "\f789";
}

.icon-meetings-active_26::before {
  content: "\f78a";
}

.icon-meetings-active_28::before {
  content: "\f78b";
}

.icon-meetings-active_32::before {
  content: "\f78c";
}

.icon-meetings-active_36::before {
  content: "\f78d";
}

.icon-meetings-active_8::before {
  content: "\f78e";
}

.icon-meetings-presence_12::before {
  content: "\f78f";
}

.icon-meetings-presence_14::before {
  content: "\f790";
}

.icon-meetings-presence_24::before {
  content: "\f791";
}

.icon-meetings-presence_28::before {
  content: "\f792";
}

.icon-meetings-presence_8::before {
  content: "\f793";
}

.icon-meetings-presence-stroke_10::before {
  content: "\f794";
}

.icon-meetings-presence-stroke_14::before {
  content: "\f795";
}

.icon-meetings-presence-stroke_16::before {
  content: "\f796";
}

.icon-meetings-presence-stroke_26::before {
  content: "\f797";
}

.icon-meetings-presence-stroke_30::before {
  content: "\f798";
}

.icon-mention_10::before {
  content: "\f799";
}

.icon-mention_12::before {
  content: "\f79a";
}

.icon-mention_14::before {
  content: "\f79b";
}

.icon-mention_16::before {
  content: "\f79c";
}

.icon-mention_18::before {
  content: "\f79d";
}

.icon-mention_20::before {
  content: "\f79e";
}

.icon-mention_24::before {
  content: "\f79f";
}

.icon-mention_8::before {
  content: "\f7a0";
}

.icon-messenger_12::before {
  content: "\f7a1";
}

.icon-messenger_16::before {
  content: "\f7a2";
}

.icon-microphone_10::before {
  content: "\f7a3";
}

.icon-microphone_12::before {
  content: "\f7a4";
}

.icon-microphone_14::before {
  content: "\f7a5";
}

.icon-microphone_16::before {
  content: "\f7a6";
}

.icon-microphone_18::before {
  content: "\f7a7";
}

.icon-microphone_20::before {
  content: "\f7a8";
}

.icon-microphone_24::before {
  content: "\f7a9";
}

.icon-microphone_28::before {
  content: "\f7aa";
}

.icon-microphone_36::before {
  content: "\f7ab";
}

.icon-microphone_8::before {
  content: "\f7ac";
}

.icon-microphone-muted_10::before {
  content: "\f7ad";
}

.icon-microphone-muted_12::before {
  content: "\f7ae";
}

.icon-microphone-muted_14::before {
  content: "\f7af";
}

.icon-microphone-muted_16::before {
  content: "\f7b0";
}

.icon-microphone-muted_18::before {
  content: "\f7b1";
}

.icon-microphone-muted_20::before {
  content: "\f7b2";
}

.icon-microphone-muted_24::before {
  content: "\f7b3";
}

.icon-microphone-muted_28::before {
  content: "\f7b4";
}

.icon-microphone-muted_32::before {
  content: "\f7b5";
}

.icon-microphone-muted_36::before {
  content: "\f7b6";
}

.icon-microphone-muted_8::before {
  content: "\f7b7";
}

.icon-microphone-on_16::before {
  content: "\f7b8";
}

.icon-microphone-on_20::before {
  content: "\f7b9";
}

.icon-microphone-on_24::before {
  content: "\f7ba";
}

.icon-mind-map_24::before {
  content: "\f7bb";
}

.icon-minimize_12::before {
  content: "\f7bc";
}

.icon-minimize_14::before {
  content: "\f7bd";
}

.icon-minimize_16::before {
  content: "\f7be";
}

.icon-minimize_20::before {
  content: "\f7bf";
}

.icon-minimize_24::before {
  content: "\f7c0";
}

.icon-minimize_28::before {
  content: "\f7c1";
}

.icon-minus_12::before {
  content: "\f7c2";
}

.icon-minus_14::before {
  content: "\f7c3";
}

.icon-minus_16::before {
  content: "\f7c4";
}

.icon-minus_18::before {
  content: "\f7c5";
}

.icon-minus_20::before {
  content: "\f7c6";
}

.icon-minus_24::before {
  content: "\f7c7";
}

.icon-minus_28::before {
  content: "\f7c8";
}

.icon-minus_8::before {
  content: "\f7c9";
}

.icon-mirror_12::before {
  content: "\f7ca";
}

.icon-mirror_16::before {
  content: "\f7cb";
}

.icon-moderator_16::before {
  content: "\f7cc";
}

.icon-moderator_56::before {
  content: "\f7cd";
}

.icon-moderator_80::before {
  content: "\f7ce";
}

.icon-more_10::before {
  content: "\f7cf";
}

.icon-more_12::before {
  content: "\f7d0";
}

.icon-more_14::before {
  content: "\f7d1";
}

.icon-more_16::before {
  content: "\f7d2";
}

.icon-more_18::before {
  content: "\f7d3";
}

.icon-more_20::before {
  content: "\f7d4";
}

.icon-more_24::before {
  content: "\f7d5";
}

.icon-more_28::before {
  content: "\f7d6";
}

.icon-more-adr_12::before {
  content: "\f7d7";
}

.icon-more-adr_16::before {
  content: "\f7d8";
}

.icon-more-adr_20::before {
  content: "\f7d9";
}

.icon-more-adr_24::before {
  content: "\f7da";
}

.icon-more-adr_28::before {
  content: "\f7db";
}

.icon-more-android_12::before {
  content: "\f7dc";
}

.icon-more-android_16::before {
  content: "\f7dd";
}

.icon-more-android_20::before {
  content: "\f7de";
}

.icon-more-android_24::before {
  content: "\f7df";
}

.icon-more-android_28::before {
  content: "\f7e0";
}

.icon-more-circle_12::before {
  content: "\f7e1";
}

.icon-more-circle_140::before {
  content: "\f7e2";
}

.icon-more-circle_16::before {
  content: "\f7e3";
}

.icon-more-circle_20::before {
  content: "\f7e4";
}

.icon-more-circle-active_20::before {
  content: "\f7e5";
}

.icon-mouse-cursor_16::before {
  content: "\f7e6";
}

.icon-move-call-in-adr_12::before {
  content: "\f7e7";
}

.icon-move-call-in-adr_16::before {
  content: "\f7e8";
}

.icon-move-call-in-adr_18::before {
  content: "\f7e9";
}

.icon-move-call-in-adr_20::before {
  content: "\f7ea";
}

.icon-move-call-in-adr_24::before {
  content: "\f7eb";
}

.icon-move-call-in-adr_28::before {
  content: "\f7ec";
}

.icon-move-call-in-iph_12::before {
  content: "\f7ed";
}

.icon-move-call-in-iph_16::before {
  content: "\f7ee";
}

.icon-move-call-in-iph_18::before {
  content: "\f7ef";
}

.icon-move-call-in-iph_20::before {
  content: "\f7f0";
}

.icon-move-call-in-iph_24::before {
  content: "\f7f1";
}

.icon-move-call-in-iph_28::before {
  content: "\f7f2";
}

.icon-move-call-in-laptop_12::before {
  content: "\f7f3";
}

.icon-move-call-in-laptop_16::before {
  content: "\f7f4";
}

.icon-move-call-in-laptop_18::before {
  content: "\f7f5";
}

.icon-move-call-in-laptop_20::before {
  content: "\f7f6";
}

.icon-move-call-in-laptop_24::before {
  content: "\f7f7";
}

.icon-move-call-in-laptop_28::before {
  content: "\f7f8";
}

.icon-move-call-in-out-adr_28::before {
  content: "\f7f9";
}

.icon-move-call-in-out-iph_28::before {
  content: "\f7fa";
}

.icon-move-call-in-tablet_12::before {
  content: "\f7fb";
}

.icon-move-call-in-tablet_18::before {
  content: "\f7fc";
}

.icon-move-call-in-tablet_20::before {
  content: "\f7fd";
}

.icon-move-call-in-tablet_24::before {
  content: "\f7fe";
}

.icon-move-call-in-tablet_28::before {
  content: "\f7ff";
}

.icon-move-call-out-adr_12::before {
  content: "\f800";
}

.icon-move-call-out-adr_16::before {
  content: "\f801";
}

.icon-move-call-out-adr_18::before {
  content: "\f802";
}

.icon-move-call-out-adr_20::before {
  content: "\f803";
}

.icon-move-call-out-adr_24::before {
  content: "\f804";
}

.icon-move-call-out-adr_28::before {
  content: "\f805";
}

.icon-move-call-out-iph_12::before {
  content: "\f806";
}

.icon-move-call-out-iph_16::before {
  content: "\f807";
}

.icon-move-call-out-iph_18::before {
  content: "\f808";
}

.icon-move-call-out-iph_20::before {
  content: "\f809";
}

.icon-move-call-out-iph_24::before {
  content: "\f80a";
}

.icon-move-call-out-iph_28::before {
  content: "\f80b";
}

.icon-move-call-out-laptop_12::before {
  content: "\f80c";
}

.icon-move-call-out-laptop_16::before {
  content: "\f80d";
}

.icon-move-call-out-laptop_18::before {
  content: "\f80e";
}

.icon-move-call-out-laptop_20::before {
  content: "\f80f";
}

.icon-move-call-out-laptop_24::before {
  content: "\f810";
}

.icon-move-call-out-laptop_28::before {
  content: "\f811";
}

.icon-move-call-out-tablet_12::before {
  content: "\f812";
}

.icon-move-call-out-tablet_18::before {
  content: "\f813";
}

.icon-move-call-out-tablet_20::before {
  content: "\f814";
}

.icon-move-call-out-tablet_24::before {
  content: "\f815";
}

.icon-move-call-out-tablet_28::before {
  content: "\f816";
}

.icon-multiline-chart_16::before {
  content: "\f817";
}

.icon-multiline-chart_20::before {
  content: "\f818";
}

.icon-multimedia_16::before {
  content: "\f819";
}

.icon-multimedia_20::before {
  content: "\f81a";
}

.icon-multiple-devices_16::before {
  content: "\f81b";
}

.icon-multiple-devices_20::before {
  content: "\f81c";
}

.icon-multiple-devices_24::before {
  content: "\f81d";
}

.icon-multiple-devices_28::before {
  content: "\f81e";
}

.icon-multiple-devices_64::before {
  content: "\f81f";
}

.icon-music-mode_12::before {
  content: "\f820";
}

.icon-music-mode_16::before {
  content: "\f821";
}

.icon-music-mode_24::before {
  content: "\f822";
}

.icon-music-mode_8::before {
  content: "\f823";
}

.icon-mute-on-entry_16::before {
  content: "\f824";
}

.icon-new-idea_16::before {
  content: "\f825";
}

.icon-new-idea_24::before {
  content: "\f826";
}

.icon-new-voicemail_16::before {
  content: "\f827";
}

.icon-new-voicemail_20::before {
  content: "\f828";
}

.icon-new-voicemail_24::before {
  content: "\f829";
}

.icon-new-whiteboard_12::before {
  content: "\f82a";
}

.icon-new-whiteboard_16::before {
  content: "\f82b";
}

.icon-next_10::before {
  content: "\f82c";
}

.icon-next_12::before {
  content: "\f82d";
}

.icon-next_14::before {
  content: "\f82e";
}

.icon-next_16::before {
  content: "\f82f";
}

.icon-next_18::before {
  content: "\f830";
}

.icon-next_20::before {
  content: "\f831";
}

.icon-next_24::before {
  content: "\f832";
}

.icon-next_28::before {
  content: "\f833";
}

.icon-next_36::before {
  content: "\f834";
}

.icon-no-devices_28::before {
  content: "\f835";
}

.icon-no-phone-warning_20::before {
  content: "\f836";
}

.icon-no-phone-warning_24::before {
  content: "\f837";
}

.icon-noise-removal_12::before {
  content: "\f838";
}

.icon-note_16::before {
  content: "\f839";
}

.icon-note_20::before {
  content: "\f83a";
}

.icon-note_24::before {
  content: "\f83b";
}

.icon-note-ppt_16::before {
  content: "\f83c";
}

.icon-note-ppt_20::before {
  content: "\f83d";
}

.icon-notepad_16::before {
  content: "\f83e";
}

.icon-notes_10::before {
  content: "\f83f";
}

.icon-notes_12::before {
  content: "\f840";
}

.icon-notes_14::before {
  content: "\f841";
}

.icon-notes_16::before {
  content: "\f842";
}

.icon-notes_20::before {
  content: "\f843";
}

.icon-notes_24::before {
  content: "\f844";
}

.icon-notes_26::before {
  content: "\f845";
}

.icon-notes_28::before {
  content: "\f846";
}

.icon-notes_36::before {
  content: "\f847";
}

.icon-notes_8::before {
  content: "\f848";
}

.icon-one-to-one-zoom_16::before {
  content: "\f849";
}

.icon-open-in-folder_10::before {
  content: "\f84a";
}

.icon-open-in-folder_12::before {
  content: "\f84b";
}

.icon-open-in-folder_14::before {
  content: "\f84c";
}

.icon-open-in-folder_16::before {
  content: "\f84d";
}

.icon-open-in-folder_20::before {
  content: "\f84e";
}

.icon-open-pages_12::before {
  content: "\f84f";
}

.icon-open-pages_14::before {
  content: "\f850";
}

.icon-open-pages_16::before {
  content: "\f851";
}

.icon-open-pages_24::before {
  content: "\f852";
}

.icon-open-pages_36::before {
  content: "\f853";
}

.icon-other-number_12::before {
  content: "\f854";
}

.icon-other-number_14::before {
  content: "\f855";
}

.icon-other-number_16::before {
  content: "\f856";
}

.icon-other-number_20::before {
  content: "\f857";
}

.icon-other-number-warning_16::before {
  content: "\f858";
}

.icon-outgoing-call-active_12::before {
  content: "\f859";
}

.icon-outgoing-call-active_16::before {
  content: "\f85a";
}

.icon-outgoing-call-legacy_12::before {
  content: "\f85b";
}

.icon-outgoing-call-legacy_16::before {
  content: "\f85c";
}

.icon-outgoing-call-legacy_20::before {
  content: "\f85d";
}

.icon-outgoing-call-legacy_36::before {
  content: "\f85e";
}

.icon-outgoing-call-selected_20::before {
  content: "\f85f";
}

.icon-outgoing-call-selected_24::before {
  content: "\f860";
}

.icon-overflow-left_16::before {
  content: "\f861";
}

.icon-overflow-right_16::before {
  content: "\f862";
}

.icon-paired-camera_16::before {
  content: "\f863";
}

.icon-paired-camera_24::before {
  content: "\f864";
}

.icon-paired-camera_28::before {
  content: "\f865";
}

.icon-paired-device_16::before {
  content: "\f866";
}

.icon-paired-device_24::before {
  content: "\f867";
}

.icon-paired-device_56::before {
  content: "\f868";
}

.icon-paired-device_96::before {
  content: "\f869";
}

.icon-paired-handset_16::before {
  content: "\f86a";
}

.icon-paired-handset_24::before {
  content: "\f86b";
}

.icon-pairing_14::before {
  content: "\f86c";
}

.icon-pairing_16::before {
  content: "\f86d";
}

.icon-pairing_20::before {
  content: "\f86e";
}

.icon-pairing_24::before {
  content: "\f86f";
}

.icon-pairing_28::before {
  content: "\f870";
}

.icon-pairing_56::before {
  content: "\f871";
}

.icon-panel-control-bar_36::before {
  content: "\f872";
}

.icon-panel-control-down_12::before {
  content: "\f873";
}

.icon-panel-control-down_24::before {
  content: "\f874";
}

.icon-panel-control-down_28::before {
  content: "\f875";
}

.icon-panel-control-down_36::before {
  content: "\f876";
}

.icon-panel-control-down-iph_12::before {
  content: "\f877";
}

.icon-panel-control-down-iph_24::before {
  content: "\f878";
}

.icon-panel-control-down-iph_36::before {
  content: "\f879";
}

.icon-panel-control-dragger_14::before {
  content: "\f87a";
}

.icon-panel-control-dragger_16::before {
  content: "\f87b";
}

.icon-panel-control-left_12::before {
  content: "\f87c";
}

.icon-panel-control-left_16::before {
  content: "\f87d";
}

.icon-panel-control-left_24::before {
  content: "\f87e";
}

.icon-panel-control-left_36::before {
  content: "\f87f";
}

.icon-panel-control-left-iph_12::before {
  content: "\f880";
}

.icon-panel-control-left-iph_24::before {
  content: "\f881";
}

.icon-panel-control-left-iph_36::before {
  content: "\f882";
}

.icon-panel-control-right_12::before {
  content: "\f883";
}

.icon-panel-control-right_16::before {
  content: "\f884";
}

.icon-panel-control-right_24::before {
  content: "\f885";
}

.icon-panel-control-right_36::before {
  content: "\f886";
}

.icon-panel-control-right-iph_12::before {
  content: "\f887";
}

.icon-panel-control-right-iph_24::before {
  content: "\f888";
}

.icon-panel-control-right-iph_36::before {
  content: "\f889";
}

.icon-panel-control-thin-down_12::before {
  content: "\f88a";
}

.icon-panel-control-thin-down_24::before {
  content: "\f88b";
}

.icon-panel-control-thin-down_28::before {
  content: "\f88c";
}

.icon-panel-control-thin-left_12::before {
  content: "\f88d";
}

.icon-panel-control-thin-left_24::before {
  content: "\f88e";
}

.icon-panel-control-thin-right_12::before {
  content: "\f88f";
}

.icon-panel-control-thin-right_24::before {
  content: "\f890";
}

.icon-panel-control-thin-up_12::before {
  content: "\f891";
}

.icon-panel-control-thin-up_24::before {
  content: "\f892";
}

.icon-panel-control-thin-up_28::before {
  content: "\f893";
}

.icon-panel-control-thinner-left_24::before {
  content: "\f894";
}

.icon-panel-control-thinner-right_24::before {
  content: "\f895";
}

.icon-panel-control-up_12::before {
  content: "\f896";
}

.icon-panel-control-up_24::before {
  content: "\f897";
}

.icon-panel-control-up_28::before {
  content: "\f898";
}

.icon-panel-control-up_36::before {
  content: "\f899";
}

.icon-panel-control-up-iph_12::before {
  content: "\f89a";
}

.icon-panel-control-up-iph_24::before {
  content: "\f89b";
}

.icon-panel-control-up-iph_36::before {
  content: "\f89c";
}

.icon-parked_16::before {
  content: "\f89d";
}

.icon-parked_20::before {
  content: "\f89e";
}

.icon-parked_24::before {
  content: "\f89f";
}

.icon-parse_16::before {
  content: "\f8a0";
}

.icon-parse_20::before {
  content: "\f8a1";
}

.icon-participant-add_12::before {
  content: "\f8a2";
}

.icon-participant-add_14::before {
  content: "\f8a3";
}

.icon-participant-add_16::before {
  content: "\f8a4";
}

.icon-participant-add_20::before {
  content: "\f8a5";
}

.icon-participant-add_24::before {
  content: "\f8a6";
}

.icon-participant-add_28::before {
  content: "\f8a7";
}

.icon-participant-add_56::before {
  content: "\f8a8";
}

.icon-participant-blocked_12::before {
  content: "\f8a9";
}

.icon-participant-blocked_14::before {
  content: "\f8aa";
}

.icon-participant-list_12::before {
  content: "\f8ab";
}

.icon-participant-list_14::before {
  content: "\f8ac";
}

.icon-participant-list_16::before {
  content: "\f8ad";
}

.icon-participant-list_18::before {
  content: "\f8ae";
}

.icon-participant-list_20::before {
  content: "\f8af";
}

.icon-participant-list_22::before {
  content: "\f8b0";
}

.icon-participant-list_24::before {
  content: "\f8b1";
}

.icon-participant-list_26::before {
  content: "\f8b2";
}

.icon-participant-list_28::before {
  content: "\f8b3";
}

.icon-participant-list_32::before {
  content: "\f8b4";
}

.icon-participant-list_56::before {
  content: "\f8b5";
}

.icon-participant-list_64::before {
  content: "\f8b6";
}

.icon-participant-list_80::before {
  content: "\f8b7";
}

.icon-participant-list-legacy_16::before {
  content: "\f8b8";
}

.icon-participant-list-legacy_20::before {
  content: "\f8b9";
}

.icon-participant-list-legacy_24::before {
  content: "\f8ba";
}

.icon-participant-list-legacy_28::before {
  content: "\f8bb";
}

.icon-participant-list-legacy_32::before {
  content: "\f8bc";
}

.icon-participant-list-legacy_56::before {
  content: "\f8bd";
}

.icon-participant-list-legacy_64::before {
  content: "\f8be";
}

.icon-participant-list-legacy_80::before {
  content: "\f8bf";
}

.icon-participant-list-legacy-optical_16::before {
  content: "\f8c0";
}

.icon-participant-list-legacy-optical_20::before {
  content: "\f8c1";
}

.icon-participant-list-legacy-optical_22::before {
  content: "\f8c2";
}

.icon-participant-list-legacy-optical_26::before {
  content: "\f8c3";
}

.icon-participant-list-legacy-optical_28::before {
  content: "\f8c4";
}

.icon-participant-list-legacy-optical_32::before {
  content: "\f8c5";
}

.icon-participant-list-legacy-optical_56::before {
  content: "\f8c6";
}

.icon-participant-list-legacy-optical_64::before {
  content: "\f8c7";
}

.icon-participant-list-legacy-optical_80::before {
  content: "\f8c8";
}

.icon-participant-remove_12::before {
  content: "\f8c9";
}

.icon-participant-remove_14::before {
  content: "\f8ca";
}

.icon-participant-remove_16::before {
  content: "\f8cb";
}

.icon-participant-remove_20::before {
  content: "\f8cc";
}

.icon-participant-remove_24::before {
  content: "\f8cd";
}

.icon-participant-remove_28::before {
  content: "\f8ce";
}

.icon-participant-remove_56::before {
  content: "\f8cf";
}

.icon-participant-unknown_14::before {
  content: "\f8d0";
}

.icon-participant-wait_16::before {
  content: "\f8d1";
}

.icon-pass-mouse_12::before {
  content: "\f8d2";
}

.icon-pass-mouse_16::before {
  content: "\f8d3";
}

.icon-pass-mouse_20::before {
  content: "\f8d4";
}

.icon-pause_10::before {
  content: "\f8d5";
}

.icon-pause_12::before {
  content: "\f8d6";
}

.icon-pause_120::before {
  content: "\f8d7";
}

.icon-pause_124::before {
  content: "\f8d8";
}

.icon-pause_14::before {
  content: "\f8d9";
}

.icon-pause_16::before {
  content: "\f8da";
}

.icon-pause_18::before {
  content: "\f8db";
}

.icon-pause_20::before {
  content: "\f8dc";
}

.icon-pause_24::before {
  content: "\f8dd";
}

.icon-pause_26::before {
  content: "\f8de";
}

.icon-pause_32::before {
  content: "\f8df";
}

.icon-pause_48::before {
  content: "\f8e0";
}

.icon-pause_56::before {
  content: "\f8e1";
}

.icon-pause_8::before {
  content: "\f8e2";
}

.icon-pause-circle_12::before {
  content: "\f8e3";
}

.icon-pause-circle_16::before {
  content: "\f8e4";
}

.icon-pause-circle_20::before {
  content: "\f8e5";
}

.icon-pause-circle_24::before {
  content: "\f8e6";
}

.icon-pause-circle-active_16::before {
  content: "\f8e7";
}

.icon-pause-circle-active_24::before {
  content: "\f8e8";
}

.icon-pen_12::before {
  content: "\f8e9";
}

.icon-pen_14::before {
  content: "\f8ea";
}

.icon-pen_16::before {
  content: "\f8eb";
}

.icon-pen_18::before {
  content: "\f8ec";
}

.icon-pen_24::before {
  content: "\f8ed";
}

.icon-pen_8::before {
  content: "\f8ee";
}

.icon-people_10::before {
  content: "\f8ef";
}

.icon-people_12::before {
  content: "\f8f0";
}

.icon-people_120::before {
  content: "\f8f1";
}

.icon-people_14::before {
  content: "\f8f2";
}

.icon-people_16::before {
  content: "\f8f3";
}

.icon-people_18::before {
  content: "\f8f4";
}

.icon-people_20::before {
  content: "\f8f5";
}

.icon-people_24::before {
  content: "\f8f6";
}

.icon-people_26::before {
  content: "\f8f7";
}

.icon-people_28::before {
  content: "\f8f8";
}

.icon-people_32::before {
  content: "\f8f9";
}

.icon-people_36::before {
  content: "\f8fa";
}

.icon-people_8::before {
  content: "\f8fb";
}

.icon-people-active_10::before {
  content: "\f8fc";
}

.icon-people-active_12::before {
  content: "\f8fd";
}

.icon-people-active_14::before {
  content: "\f8fe";
}

.icon-people-active_16::before {
  content: "\f8ff";
}

.icon-people-active_18::before {
  content: "\f900";
}

.icon-people-active_20::before {
  content: "\f901";
}

.icon-people-active_24::before {
  content: "\f902";
}

.icon-people-active_26::before {
  content: "\f903";
}

.icon-people-active_28::before {
  content: "\f904";
}

.icon-people-active_32::before {
  content: "\f905";
}

.icon-people-active_36::before {
  content: "\f906";
}

.icon-people-active_8::before {
  content: "\f907";
}

.icon-people-circle_16::before {
  content: "\f908";
}

.icon-people-circle_20::before {
  content: "\f909";
}

.icon-people-circle_24::before {
  content: "\f90a";
}

.icon-people-insight_20::before {
  content: "\f90b";
}

.icon-people-insight_24::before {
  content: "\f90c";
}

.icon-people-insight-active_20::before {
  content: "\f90d";
}

.icon-people-insight-active_24::before {
  content: "\f90e";
}

.icon-phone-adr_12::before {
  content: "\f90f";
}

.icon-phone-adr_16::before {
  content: "\f910";
}

.icon-phone-adr_20::before {
  content: "\f911";
}

.icon-phone-adr_24::before {
  content: "\f912";
}

.icon-phone-android_12::before {
  content: "\f913";
}

.icon-phone-android_16::before {
  content: "\f914";
}

.icon-phone-android_24::before {
  content: "\f915";
}

.icon-phone-ios_12::before {
  content: "\f916";
}

.icon-phone-ios_16::before {
  content: "\f917";
}

.icon-phone-ios_24::before {
  content: "\f918";
}

.icon-phone-ios-muted_12::before {
  content: "\f919";
}

.icon-phone-iph_12::before {
  content: "\f91a";
}

.icon-phone-iph_16::before {
  content: "\f91b";
}

.icon-phone-iph_20::before {
  content: "\f91c";
}

.icon-phone-iph_24::before {
  content: "\f91d";
}

.icon-phone-iph-alert_12::before {
  content: "\f91e";
}

.icon-phone-iph-muted_12::before {
  content: "\f91f";
}

.icon-phone-iph-muted-alert_12::before {
  content: "\f920";
}

.icon-phone-iph-private_12::before {
  content: "\f921";
}

.icon-phone-reply_16::before {
  content: "\f922";
}

.icon-phone-reply_20::before {
  content: "\f923";
}

.icon-phone-reply-all_16::before {
  content: "\f924";
}

.icon-phone-reply-all_20::before {
  content: "\f925";
}

.icon-picker_14::before {
  content: "\f926";
}

.icon-picker_16::before {
  content: "\f927";
}

.icon-picker_18::before {
  content: "\f928";
}

.icon-picture-in-picture_12::before {
  content: "\f929";
}

.icon-picture-in-picture_16::before {
  content: "\f92a";
}

.icon-picture-in-picture_20::before {
  content: "\f92b";
}

.icon-picture-in-picture_24::before {
  content: "\f92c";
}

.icon-pie-chart_16::before {
  content: "\f92d";
}

.icon-pie-chart_20::before {
  content: "\f92e";
}

.icon-pin_10::before {
  content: "\f92f";
}

.icon-pin_12::before {
  content: "\f930";
}

.icon-pin_14::before {
  content: "\f931";
}

.icon-pin_16::before {
  content: "\f932";
}

.icon-pin_18::before {
  content: "\f933";
}

.icon-pin_20::before {
  content: "\f934";
}

.icon-pin_24::before {
  content: "\f935";
}

.icon-pin-active_10::before {
  content: "\f936";
}

.icon-pin-active_20::before {
  content: "\f937";
}

.icon-pin-list_12::before {
  content: "\f938";
}

.icon-pin-list_16::before {
  content: "\f939";
}

.icon-pin-list_20::before {
  content: "\f93a";
}

.icon-pin-muted_10::before {
  content: "\f93b";
}

.icon-pin-muted_12::before {
  content: "\f93c";
}

.icon-pin-muted_14::before {
  content: "\f93d";
}

.icon-pin-muted_16::before {
  content: "\f93e";
}

.icon-pin-muted_18::before {
  content: "\f93f";
}

.icon-pin-muted_20::before {
  content: "\f940";
}

.icon-pin-muted_24::before {
  content: "\f941";
}

.icon-placeholder_10::before {
  content: "\f942";
}

.icon-placeholder_12::before {
  content: "\f943";
}

.icon-placeholder_14::before {
  content: "\f944";
}

.icon-placeholder_16::before {
  content: "\f945";
}

.icon-placeholder_18::before {
  content: "\f946";
}

.icon-placeholder_20::before {
  content: "\f947";
}

.icon-placeholder_24::before {
  content: "\f948";
}

.icon-placeholder_28::before {
  content: "\f949";
}

.icon-placeholder_32::before {
  content: "\f94a";
}

.icon-placeholder_36::before {
  content: "\f94b";
}

.icon-placeholder_40::before {
  content: "\f94c";
}

.icon-placeholder_48::before {
  content: "\f94d";
}

.icon-placeholder_56::before {
  content: "\f94e";
}

.icon-placeholder_8::before {
  content: "\f94f";
}

.icon-play_12::before {
  content: "\f950";
}

.icon-play_14::before {
  content: "\f951";
}

.icon-play_16::before {
  content: "\f952";
}

.icon-play_20::before {
  content: "\f953";
}

.icon-play_24::before {
  content: "\f954";
}

.icon-play_28::before {
  content: "\f955";
}

.icon-play_32::before {
  content: "\f956";
}

.icon-play-circle_12::before {
  content: "\f957";
}

.icon-play-circle_16::before {
  content: "\f958";
}

.icon-play-circle_20::before {
  content: "\f959";
}

.icon-play-circle_24::before {
  content: "\f95a";
}

.icon-play-circle_28::before {
  content: "\f95b";
}

.icon-play-circle_32::before {
  content: "\f95c";
}

.icon-plug-ac_24::before {
  content: "\f95d";
}

.icon-plus_12::before {
  content: "\f95e";
}

.icon-plus_14::before {
  content: "\f95f";
}

.icon-plus_16::before {
  content: "\f960";
}

.icon-plus_18::before {
  content: "\f961";
}

.icon-plus_20::before {
  content: "\f962";
}

.icon-plus_24::before {
  content: "\f963";
}

.icon-plus_28::before {
  content: "\f964";
}

.icon-plus_8::before {
  content: "\f965";
}

.icon-plus-circle_24::before {
  content: "\f966";
}

.icon-plus-circle-active_12::before {
  content: "\f967";
}

.icon-plus-circle-active_20::before {
  content: "\f968";
}

.icon-plus-circle-active_24::before {
  content: "\f969";
}

.icon-pmr_10::before {
  content: "\f96a";
}

.icon-pmr_12::before {
  content: "\f96b";
}

.icon-pmr_14::before {
  content: "\f96c";
}

.icon-pmr_16::before {
  content: "\f96d";
}

.icon-pmr_18::before {
  content: "\f96e";
}

.icon-pmr_20::before {
  content: "\f96f";
}

.icon-pmr_24::before {
  content: "\f970";
}

.icon-pmr_32::before {
  content: "\f971";
}

.icon-pmr_36::before {
  content: "\f972";
}

.icon-pmr-legacy_10::before {
  content: "\f973";
}

.icon-pmr-legacy_12::before {
  content: "\f974";
}

.icon-pmr-legacy_14::before {
  content: "\f975";
}

.icon-pmr-legacy_16::before {
  content: "\f976";
}

.icon-pmr-legacy_18::before {
  content: "\f977";
}

.icon-pmr-legacy_20::before {
  content: "\f978";
}

.icon-pmr-legacy_24::before {
  content: "\f979";
}

.icon-pmr-legacy_32::before {
  content: "\f97a";
}

.icon-pmr-legacy_36::before {
  content: "\f97b";
}

.icon-poll_12::before {
  content: "\f97c";
}

.icon-poll_16::before {
  content: "\f97d";
}

.icon-poll_20::before {
  content: "\f97e";
}

.icon-poll_24::before {
  content: "\f97f";
}

.icon-poll_36::before {
  content: "\f980";
}

.icon-pop-in_10::before {
  content: "\f981";
}

.icon-pop-in_12::before {
  content: "\f982";
}

.icon-pop-in_16::before {
  content: "\f983";
}

.icon-pop-in_20::before {
  content: "\f984";
}

.icon-pop-in_24::before {
  content: "\f985";
}

.icon-pop-in_8::before {
  content: "\f986";
}

.icon-pop-out_10::before {
  content: "\f987";
}

.icon-pop-out_12::before {
  content: "\f988";
}

.icon-pop-out_16::before {
  content: "\f989";
}

.icon-pop-out_20::before {
  content: "\f98a";
}

.icon-pop-out_24::before {
  content: "\f98b";
}

.icon-pop-out_8::before {
  content: "\f98c";
}

.icon-pop-up_12::before {
  content: "\f98d";
}

.icon-pop-up_24::before {
  content: "\f98e";
}

.icon-power-ac_16::before {
  content: "\f98f";
}

.icon-power-apps_32::before {
  content: "\f990";
}

.icon-presentation_16::before {
  content: "\f991";
}

.icon-presentation_20::before {
  content: "\f992";
}

.icon-presentation_24::before {
  content: "\f993";
}

.icon-print_10::before {
  content: "\f994";
}

.icon-print_12::before {
  content: "\f995";
}

.icon-print_16::before {
  content: "\f996";
}

.icon-priority_12::before {
  content: "\f997";
}

.icon-priority_14::before {
  content: "\f998";
}

.icon-priority_16::before {
  content: "\f999";
}

.icon-priority_18::before {
  content: "\f99a";
}

.icon-priority_20::before {
  content: "\f99b";
}

.icon-priority_24::before {
  content: "\f99c";
}

.icon-priority_28::before {
  content: "\f99d";
}

.icon-priority_32::before {
  content: "\f99e";
}

.icon-priority_40::before {
  content: "\f99f";
}

.icon-priority_44::before {
  content: "\f9a0";
}

.icon-priority_72::before {
  content: "\f9a1";
}

.icon-priority-active_16::before {
  content: "\f9a2";
}

.icon-priority-active-two_12::before {
  content: "\f9a3";
}

.icon-priority-active-two_14::before {
  content: "\f9a4";
}

.icon-priority-active-two_16::before {
  content: "\f9a5";
}

.icon-privacy_16::before {
  content: "\f9a6";
}

.icon-privacy_20::before {
  content: "\f9a7";
}

.icon-private_10::before {
  content: "\f9a8";
}

.icon-private_12::before {
  content: "\f9a9";
}

.icon-private_14::before {
  content: "\f9aa";
}

.icon-private_16::before {
  content: "\f9ab";
}

.icon-private_20::before {
  content: "\f9ac";
}

.icon-private_24::before {
  content: "\f9ad";
}

.icon-private_28::before {
  content: "\f9ae";
}

.icon-private_8::before {
  content: "\f9af";
}

.icon-private-circle_100::before {
  content: "\f9b0";
}

.icon-private-circle_14::before {
  content: "\f9b1";
}

.icon-private-circle_16::before {
  content: "\f9b2";
}

.icon-private-circle_20::before {
  content: "\f9b3";
}

.icon-private-circle_24::before {
  content: "\f9b4";
}

.icon-private-circle_48::before {
  content: "\f9b5";
}

.icon-private-circle_56::before {
  content: "\f9b6";
}

.icon-private-circle_80::before {
  content: "\f9b7";
}

.icon-private-circle-active_16::before {
  content: "\f9b8";
}

.icon-private-circle-active_20::before {
  content: "\f9b9";
}

.icon-private-circle-active_24::before {
  content: "\f9ba";
}

.icon-private-meeting_12::before {
  content: "\f9bb";
}

.icon-private-meeting_14::before {
  content: "\f9bc";
}

.icon-private-meeting_16::before {
  content: "\f9bd";
}

.icon-private-meeting_20::before {
  content: "\f9be";
}

.icon-pro-badge_28::before {
  content: "\f9bf";
}

.icon-product-demo_16::before {
  content: "\f9c0";
}

.icon-proximity_12::before {
  content: "\f9c1";
}

.icon-proximity_16::before {
  content: "\f9c2";
}

.icon-proximity_20::before {
  content: "\f9c3";
}

.icon-proximity_24::before {
  content: "\f9c4";
}

.icon-proximity_28::before {
  content: "\f9c5";
}

.icon-proximity-muted_12::before {
  content: "\f9c6";
}

.icon-proximity-muted_16::before {
  content: "\f9c7";
}

.icon-proximity-muted_24::before {
  content: "\f9c8";
}

.icon-proximity-muted_28::before {
  content: "\f9c9";
}

.icon-proximity-video_12::before {
  content: "\f9ca";
}

.icon-proximity-video_14::before {
  content: "\f9cb";
}

.icon-proximity-video_16::before {
  content: "\f9cc";
}

.icon-proximity-video_20::before {
  content: "\f9cd";
}

.icon-proximity-video_24::before {
  content: "\f9ce";
}

.icon-proximity-video_26::before {
  content: "\f9cf";
}

.icon-pto_12::before {
  content: "\f9d0";
}

.icon-pto_120::before {
  content: "\f9d1";
}

.icon-pto_124::before {
  content: "\f9d2";
}

.icon-pto_14::before {
  content: "\f9d3";
}

.icon-pto_16::before {
  content: "\f9d4";
}

.icon-pto_18::before {
  content: "\f9d5";
}

.icon-pto_20::before {
  content: "\f9d6";
}

.icon-pto_24::before {
  content: "\f9d7";
}

.icon-pto_26::before {
  content: "\f9d8";
}

.icon-pto_28::before {
  content: "\f9d9";
}

.icon-pto_32::before {
  content: "\f9da";
}

.icon-pto_40::before {
  content: "\f9db";
}

.icon-pto_48::before {
  content: "\f9dc";
}

.icon-pto_56::before {
  content: "\f9dd";
}

.icon-pto_8::before {
  content: "\f9de";
}

.icon-pull-call_12::before {
  content: "\f9df";
}

.icon-pull-call_14::before {
  content: "\f9e0";
}

.icon-pull-call_16::before {
  content: "\f9e1";
}

.icon-pull-call_24::before {
  content: "\f9e2";
}

.icon-q-a_16::before {
  content: "\f9e3";
}

.icon-q-a_20::before {
  content: "\f9e4";
}

.icon-q-a_24::before {
  content: "\f9e5";
}

.icon-q-a_36::before {
  content: "\f9e6";
}

.icon-quality_16::before {
  content: "\f9e7";
}

.icon-quality_24::before {
  content: "\f9e8";
}

.icon-queue_14::before {
  content: "\f9e9";
}

.icon-queue_contact::before {
  content: "\f9ea";
}

.icon-queue-contact_14::before {
  content: "\f9eb";
}

.icon-queue-contact_20::before {
  content: "\f9ec";
}

.icon-queue-lookup_16::before {
  content: "\f9ed";
}

.icon-quiet_16::before {
  content: "\f9ee";
}

.icon-quiet_20::before {
  content: "\f9ef";
}

.icon-quiet_32::before {
  content: "\f9f0";
}

.icon-quiet_8::before {
  content: "\f9f1";
}

.icon-raise-hand_12::before {
  content: "\f9f2";
}

.icon-raise-hand_16::before {
  content: "\f9f3";
}

.icon-raise-hand_20::before {
  content: "\f9f4";
}

.icon-raise-hand_24::before {
  content: "\f9f5";
}

.icon-ram_16::before {
  content: "\f9f6";
}

.icon-reactions_12::before {
  content: "\f9f7";
}

.icon-reactions_16::before {
  content: "\f9f8";
}

.icon-reactions_20::before {
  content: "\f9f9";
}

.icon-real-time-translation_24::before {
  content: "\f9fa";
}

.icon-recents_12::before {
  content: "\f9fb";
}

.icon-recents_14::before {
  content: "\f9fc";
}

.icon-recents_16::before {
  content: "\f9fd";
}

.icon-recents_18::before {
  content: "\f9fe";
}

.icon-recents_20::before {
  content: "\f9ff";
}

.icon-recents_24::before {
  content: "\fa00";
}

.icon-recents_80::before {
  content: "\fa01";
}

.icon-recents-active_14::before {
  content: "\fa02";
}

.icon-recents-active_24::before {
  content: "\fa03";
}

.icon-recents-presence_12::before {
  content: "\fa04";
}

.icon-recents-presence_14::before {
  content: "\fa05";
}

.icon-recents-presence_24::before {
  content: "\fa06";
}

.icon-recents-presence_28::before {
  content: "\fa07";
}

.icon-recents-presence_8::before {
  content: "\fa08";
}

.icon-recents-presence-stroke_10::before {
  content: "\fa09";
}

.icon-recents-presence-stroke_14::before {
  content: "\fa0a";
}

.icon-recents-presence-stroke_16::before {
  content: "\fa0b";
}

.icon-recents-presence-stroke_26::before {
  content: "\fa0c";
}

.icon-recents-presence-stroke_30::before {
  content: "\fa0d";
}

.icon-record_12::before {
  content: "\fa0e";
}

.icon-record_14::before {
  content: "\fa0f";
}

.icon-record_16::before {
  content: "\fa10";
}

.icon-record_20::before {
  content: "\fa11";
}

.icon-record_24::before {
  content: "\fa12";
}

.icon-record_28::before {
  content: "\fa13";
}

.icon-record-active_12::before {
  content: "\fa14";
}

.icon-record-active_14::before {
  content: "\fa15";
}

.icon-record-active_16::before {
  content: "\fa16";
}

.icon-record-active_20::before {
  content: "\fa17";
}

.icon-record-active_24::before {
  content: "\fa18";
}

.icon-record-active-bg_12::before {
  content: "\fa19";
}

.icon-record-active-bg_14::before {
  content: "\fa1a";
}

.icon-record-active-bg_16::before {
  content: "\fa1b";
}

.icon-record-active-bg_20::before {
  content: "\fa1c";
}

.icon-record-active-bg_24::before {
  content: "\fa1d";
}

.icon-record-active-circle_12::before {
  content: "\fa1e";
}

.icon-record-active-circle_14::before {
  content: "\fa1f";
}

.icon-record-active-circle_16::before {
  content: "\fa20";
}

.icon-record-active-circle_20::before {
  content: "\fa21";
}

.icon-record-active-circle_24::before {
  content: "\fa22";
}

.icon-recurring_12::before {
  content: "\fa23";
}

.icon-recurring_14::before {
  content: "\fa24";
}

.icon-recurring_16::before {
  content: "\fa25";
}

.icon-recurring_20::before {
  content: "\fa26";
}

.icon-recurring_24::before {
  content: "\fa27";
}

.icon-recurring-off_12::before {
  content: "\fa28";
}

.icon-recurring-off_16::before {
  content: "\fa29";
}

.icon-redial_16::before {
  content: "\fa2a";
}

.icon-redial_20::before {
  content: "\fa2b";
}

.icon-redial_24::before {
  content: "\fa2c";
}

.icon-redo_12::before {
  content: "\fa2d";
}

.icon-redo_14::before {
  content: "\fa2e";
}

.icon-redo_16::before {
  content: "\fa2f";
}

.icon-refresh_10::before {
  content: "\fa30";
}

.icon-refresh_12::before {
  content: "\fa31";
}

.icon-refresh_16::before {
  content: "\fa32";
}

.icon-refresh_18::before {
  content: "\fa33";
}

.icon-refresh_20::before {
  content: "\fa34";
}

.icon-refresh_24::before {
  content: "\fa35";
}

.icon-remote-desktop-control_10::before {
  content: "\fa36";
}

.icon-remote-desktop-control_12::before {
  content: "\fa37";
}

.icon-remote-desktop-control_14::before {
  content: "\fa38";
}

.icon-remote-desktop-control_16::before {
  content: "\fa39";
}

.icon-remote-desktop-control_24::before {
  content: "\fa3a";
}

.icon-remote-desktop-control-active_10::before {
  content: "\fa3b";
}

.icon-remote-desktop-control-active_12::before {
  content: "\fa3c";
}

.icon-remove_12::before {
  content: "\fa3d";
}

.icon-remove_14::before {
  content: "\fa3e";
}

.icon-remove_16::before {
  content: "\fa3f";
}

.icon-remove_20::before {
  content: "\fa40";
}

.icon-remove_24::before {
  content: "\fa41";
}

.icon-reply_10::before {
  content: "\fa42";
}

.icon-reply_12::before {
  content: "\fa43";
}

.icon-reply_16::before {
  content: "\fa44";
}

.icon-reply_20::before {
  content: "\fa45";
}

.icon-reply_24::before {
  content: "\fa46";
}

.icon-reply-list_12::before {
  content: "\fa47";
}

.icon-reply-list_16::before {
  content: "\fa48";
}

.icon-reply-list_20::before {
  content: "\fa49";
}

.icon-report_16::before {
  content: "\fa4a";
}

.icon-report_28::before {
  content: "\fa4b";
}

.icon-reset_16::before {
  content: "\fa4c";
}

.icon-reset_24::before {
  content: "\fa4d";
}

.icon-response_16::before {
  content: "\fa4e";
}

.icon-responsive-mobile_16::before {
  content: "\fa4f";
}

.icon-retrieve-call_14::before {
  content: "\fa50";
}

.icon-retrieve-call_16::before {
  content: "\fa51";
}

.icon-return_12::before {
  content: "\fa52";
}

.icon-return_16::before {
  content: "\fa53";
}

.icon-ringtone_16::before {
  content: "\fa54";
}

.icon-ringtone_24::before {
  content: "\fa55";
}

.icon-room-calendar_24::before {
  content: "\fa56";
}

.icon-room-lights_16::before {
  content: "\fa57";
}

.icon-room-lights_24::before {
  content: "\fa58";
}

.icon-rotate-content_12::before {
  content: "\fa59";
}

.icon-rotate-content_16::before {
  content: "\fa5a";
}

.icon-rotate-content_24::before {
  content: "\fa5b";
}

.icon-rotate-landscape_16::before {
  content: "\fa5c";
}

.icon-rss-circle_24::before {
  content: "\fa5d";
}

.icon-rss-circle_32::before {
  content: "\fa5e";
}

.icon-rss-circle_40::before {
  content: "\fa5f";
}

.icon-running-application_16::before {
  content: "\fa60";
}

.icon-running-application_24::before {
  content: "\fa61";
}

.icon-save_12::before {
  content: "\fa62";
}

.icon-save_14::before {
  content: "\fa63";
}

.icon-save_16::before {
  content: "\fa64";
}

.icon-save_24::before {
  content: "\fa65";
}

.icon-scan_20::before {
  content: "\fa66";
}

.icon-scan_24::before {
  content: "\fa67";
}

.icon-scheduler-available_14::before {
  content: "\fa68";
}

.icon-scheduler-available_16::before {
  content: "\fa69";
}

.icon-scheduler-not-working-hours_14::before {
  content: "\fa6a";
}

.icon-scheduler-not-working-hours_16::before {
  content: "\fa6b";
}

.icon-scheduler-unavailable_14::before {
  content: "\fa6c";
}

.icon-scheduler-unavailable_16::before {
  content: "\fa6d";
}

.icon-scheduler-unknown_14::before {
  content: "\fa6e";
}

.icon-scheduler-unknown_16::before {
  content: "\fa6f";
}

.icon-screen-toggle_10::before {
  content: "\fa70";
}

.icon-screen-toggle_12::before {
  content: "\fa71";
}

.icon-screen-toggle_16::before {
  content: "\fa72";
}

.icon-screen-toggle_20::before {
  content: "\fa73";
}

.icon-screen-toggle_24::before {
  content: "\fa74";
}

.icon-screenshot_12::before {
  content: "\fa75";
}

.icon-screenshot_16::before {
  content: "\fa76";
}

.icon-screenshot_20::before {
  content: "\fa77";
}

.icon-screenshot_24::before {
  content: "\fa78";
}

.icon-search_12::before {
  content: "\fa79";
}

.icon-search_14::before {
  content: "\fa7a";
}

.icon-search_16::before {
  content: "\fa7b";
}

.icon-search_18::before {
  content: "\fa7c";
}

.icon-search_20::before {
  content: "\fa7d";
}

.icon-search_24::before {
  content: "\fa7e";
}

.icon-search_28::before {
  content: "\fa7f";
}

.icon-secure_10::before {
  content: "\fa80";
}

.icon-secure_12::before {
  content: "\fa81";
}

.icon-secure_14::before {
  content: "\fa82";
}

.icon-secure_16::before {
  content: "\fa83";
}

.icon-secure_20::before {
  content: "\fa84";
}

.icon-secure_24::before {
  content: "\fa85";
}

.icon-secure_28::before {
  content: "\fa86";
}

.icon-secure_8::before {
  content: "\fa87";
}

.icon-secure-active_12::before {
  content: "\fa88";
}

.icon-secure-active_14::before {
  content: "\fa89";
}

.icon-secure-active_16::before {
  content: "\fa8a";
}

.icon-secure-active_20::before {
  content: "\fa8b";
}

.icon-secure-active_24::before {
  content: "\fa8c";
}

.icon-secure-active_28::before {
  content: "\fa8d";
}

.icon-secure-active_8::before {
  content: "\fa8e";
}

.icon-secure-badge_28::before {
  content: "\fa8f";
}

.icon-secure-circle_14::before {
  content: "\fa90";
}

.icon-secure-circle_16::before {
  content: "\fa91";
}

.icon-secure-circle-active_14::before {
  content: "\fa92";
}

.icon-secure-circle-active_16::before {
  content: "\fa93";
}

.icon-secure-fips_24::before {
  content: "\fa94";
}

.icon-selfview_16::before {
  content: "\fa95";
}

.icon-selfview_20::before {
  content: "\fa96";
}

.icon-selfview_24::before {
  content: "\fa97";
}

.icon-send_12::before {
  content: "\fa98";
}

.icon-send_14::before {
  content: "\fa99";
}

.icon-send_16::before {
  content: "\fa9a";
}

.icon-send_20::before {
  content: "\fa9b";
}

.icon-send_24::before {
  content: "\fa9c";
}

.icon-seperate_12::before {
  content: "\fa9d";
}

.icon-seperate_16::before {
  content: "\fa9e";
}

.icon-seperate_20::before {
  content: "\fa9f";
}

.icon-seperate_24::before {
  content: "\faa0";
}

.icon-server_16::before {
  content: "\faa1";
}

.icon-server_24::before {
  content: "\faa2";
}

.icon-server-circle_100::before {
  content: "\faa3";
}

.icon-server-error_16::before {
  content: "\faa4";
}

.icon-set-variable_16::before {
  content: "\faa5";
}

.icon-set-variable_20::before {
  content: "\faa6";
}

.icon-settings_10::before {
  content: "\faa7";
}

.icon-settings_12::before {
  content: "\faa8";
}

.icon-settings_14::before {
  content: "\faa9";
}

.icon-settings_16::before {
  content: "\faaa";
}

.icon-settings_18::before {
  content: "\faab";
}

.icon-settings_20::before {
  content: "\faac";
}

.icon-settings_24::before {
  content: "\faad";
}

.icon-settings_32::before {
  content: "\faae";
}

.icon-settings_8::before {
  content: "\faaf";
}

.icon-settings-active_10::before {
  content: "\fab0";
}

.icon-settings-active_12::before {
  content: "\fab1";
}

.icon-settings-active_14::before {
  content: "\fab2";
}

.icon-settings-active_16::before {
  content: "\fab3";
}

.icon-settings-active_18::before {
  content: "\fab4";
}

.icon-settings-active_20::before {
  content: "\fab5";
}

.icon-settings-active_24::before {
  content: "\fab6";
}

.icon-settings-active_32::before {
  content: "\fab7";
}

.icon-settings-active_8::before {
  content: "\fab8";
}

.icon-setup-assistant_16::before {
  content: "\fab9";
}

.icon-shake-device_18::before {
  content: "\faba";
}

.icon-shake-device_20::before {
  content: "\fabb";
}

.icon-shape-circle_20::before {
  content: "\fabc";
}

.icon-shape-cone_20::before {
  content: "\fabd";
}

.icon-shape-cylinder_20::before {
  content: "\fabe";
}

.icon-shape-diagonal-arrowhead-dual_16::before {
  content: "\fabf";
}

.icon-shape-diagonal-arrowhead-single_16::before {
  content: "\fac0";
}

.icon-shape-diagonal-arrowhead-single_20::before {
  content: "\fac1";
}

.icon-shape-diagonal-line_16::before {
  content: "\fac2";
}

.icon-shape-diagonal-line_20::before {
  content: "\fac3";
}

.icon-shape-oval_16::before {
  content: "\fac4";
}

.icon-shape-oval_20::before {
  content: "\fac5";
}

.icon-shape-polygon_20::before {
  content: "\fac6";
}

.icon-shape-sphere_20::before {
  content: "\fac7";
}

.icon-shape-square_16::before {
  content: "\fac8";
}

.icon-shape-square_20::before {
  content: "\fac9";
}

.icon-shapes_16::before {
  content: "\faca";
}

.icon-share_12::before {
  content: "\facb";
}

.icon-share_14::before {
  content: "\facc";
}

.icon-share_16::before {
  content: "\facd";
}

.icon-share_18::before {
  content: "\face";
}

.icon-share_20::before {
  content: "\facf";
}

.icon-share_24::before {
  content: "\fad0";
}

.icon-share_28::before {
  content: "\fad1";
}

.icon-share_32::before {
  content: "\fad2";
}

.icon-share-c-native-adr_12::before {
  content: "\fad3";
}

.icon-share-c-native-adr_14::before {
  content: "\fad4";
}

.icon-share-c-native-adr_16::before {
  content: "\fad5";
}

.icon-share-c-native-adr_24::before {
  content: "\fad6";
}

.icon-share-c-native-ios_10::before {
  content: "\fad7";
}

.icon-share-c-native-ios_12::before {
  content: "\fad8";
}

.icon-share-c-native-ios_14::before {
  content: "\fad9";
}

.icon-share-c-native-ios_16::before {
  content: "\fada";
}

.icon-share-c-native-ios_20::before {
  content: "\fadb";
}

.icon-share-c-native-ios_28::before {
  content: "\fadc";
}

.icon-share-c-native-iph_10::before {
  content: "\fadd";
}

.icon-share-c-native-iph_12::before {
  content: "\fade";
}

.icon-share-c-native-iph_14::before {
  content: "\fadf";
}

.icon-share-c-native-iph_16::before {
  content: "\fae0";
}

.icon-share-c-native-iph_20::before {
  content: "\fae1";
}

.icon-share-c-native-iph_24::before {
  content: "\fae2";
}

.icon-share-c-native-iph_28::before {
  content: "\fae3";
}

.icon-share-screen_10::before {
  content: "\fae4";
}

.icon-share-screen_12::before {
  content: "\fae5";
}

.icon-share-screen_120::before {
  content: "\fae6";
}

.icon-share-screen_124::before {
  content: "\fae7";
}

.icon-share-screen_14::before {
  content: "\fae8";
}

.icon-share-screen_16::before {
  content: "\fae9";
}

.icon-share-screen_18::before {
  content: "\faea";
}

.icon-share-screen_20::before {
  content: "\faeb";
}

.icon-share-screen_24::before {
  content: "\faec";
}

.icon-share-screen_26::before {
  content: "\faed";
}

.icon-share-screen_28::before {
  content: "\faee";
}

.icon-share-screen_32::before {
  content: "\faef";
}

.icon-share-screen_36::before {
  content: "\faf0";
}

.icon-share-screen_48::before {
  content: "\faf1";
}

.icon-share-screen_56::before {
  content: "\faf2";
}

.icon-share-screen_8::before {
  content: "\faf3";
}

.icon-share-screen-active_14::before {
  content: "\faf4";
}

.icon-share-screen-active_24::before {
  content: "\faf5";
}

.icon-share-screen-presence_12::before {
  content: "\faf6";
}

.icon-share-screen-presence_14::before {
  content: "\faf7";
}

.icon-share-screen-presence_28::before {
  content: "\faf8";
}

.icon-share-screen-presence_8::before {
  content: "\faf9";
}

.icon-share-screen-presence-stroke_12::before {
  content: "\fafa";
}

.icon-share-screen-presence-stroke_14::before {
  content: "\fafb";
}

.icon-share-screen-presence-stroke_16::before {
  content: "\fafc";
}

.icon-share-screen-presence-stroke_26::before {
  content: "\fafd";
}

.icon-share-screen-presence-stroke_30::before {
  content: "\fafe";
}

.icon-share-space_12::before {
  content: "\faff";
}

.icon-share-space_14::before {
  content: "\fb00";
}

.icon-share-space_18::before {
  content: "\fb01";
}

.icon-share-space_20::before {
  content: "\fb02";
}

.icon-share-space_24::before {
  content: "\fb03";
}

.icon-shield_12::before {
  content: "\fb04";
}

.icon-shield_14::before {
  content: "\fb05";
}

.icon-shield_20::before {
  content: "\fb06";
}

.icon-shield_24::before {
  content: "\fb07";
}

.icon-show_12::before {
  content: "\fb08";
}

.icon-show_16::before {
  content: "\fb09";
}

.icon-show_20::before {
  content: "\fb0a";
}

.icon-show_24::before {
  content: "\fb0b";
}

.icon-side-by-side-active_24::before {
  content: "\fb0c";
}

.icon-sign-in_16::before {
  content: "\fb0d";
}

.icon-sign-in_20::before {
  content: "\fb0e";
}

.icon-sign-in_24::before {
  content: "\fb0f";
}

.icon-sign-in-forced_16::before {
  content: "\fb10";
}

.icon-sign-in-forced_24::before {
  content: "\fb11";
}

.icon-sign-out_10::before {
  content: "\fb12";
}

.icon-sign-out_12::before {
  content: "\fb13";
}

.icon-sign-out_16::before {
  content: "\fb14";
}

.icon-sign-out_20::before {
  content: "\fb15";
}

.icon-sign-out_24::before {
  content: "\fb16";
}

.icon-signal-0_16::before {
  content: "\fb17";
}

.icon-signal-100_12::before {
  content: "\fb18";
}

.icon-signal-100_16::before {
  content: "\fb19";
}

.icon-signal-25_16::before {
  content: "\fb1a";
}

.icon-signal-50_16::before {
  content: "\fb1b";
}

.icon-signal-75_16::before {
  content: "\fb1c";
}

.icon-single-number-reach_12::before {
  content: "\fb1d";
}

.icon-single-number-reach_14::before {
  content: "\fb1e";
}

.icon-single-number-reach_16::before {
  content: "\fb1f";
}

.icon-single-number-reach_20::before {
  content: "\fb20";
}

.icon-skip_10::before {
  content: "\fb21";
}

.icon-skip_16::before {
  content: "\fb22";
}

.icon-skip_24::before {
  content: "\fb23";
}

.icon-skip-bw_16::before {
  content: "\fb24";
}

.icon-skip-bw_24::before {
  content: "\fb25";
}

.icon-skip-fw_16::before {
  content: "\fb26";
}

.icon-skip-fw_24::before {
  content: "\fb27";
}

.icon-sms_12::before {
  content: "\fb28";
}

.icon-sms_16::before {
  content: "\fb29";
}

.icon-sort-down_12::before {
  content: "\fb2a";
}

.icon-sort-down_16::before {
  content: "\fb2b";
}

.icon-sort-down_20::before {
  content: "\fb2c";
}

.icon-sort-down_24::before {
  content: "\fb2d";
}

.icon-sort-up_20::before {
  content: "\fb2e";
}

.icon-sort-up_24::before {
  content: "\fb2f";
}

.icon-space_12::before {
  content: "\fb30";
}

.icon-space_16::before {
  content: "\fb31";
}

.icon-spark_16::before {
  content: "\fb32";
}

.icon-spark-board_12::before {
  content: "\fb33";
}

.icon-spark-board_14::before {
  content: "\fb34";
}

.icon-spark-board_16::before {
  content: "\fb35";
}

.icon-spark-board_20::before {
  content: "\fb36";
}

.icon-spark-board_24::before {
  content: "\fb37";
}

.icon-spark-board_28::before {
  content: "\fb38";
}

.icon-spark-board_32::before {
  content: "\fb39";
}

.icon-spark-board_48::before {
  content: "\fb3a";
}

.icon-spark-quad-camera_16::before {
  content: "\fb3b";
}

.icon-spark-quad-camera_20::before {
  content: "\fb3c";
}

.icon-spark-room-kit_16::before {
  content: "\fb3d";
}

.icon-spark-room-kit_20::before {
  content: "\fb3e";
}

.icon-spark-room-kit-plus_16::before {
  content: "\fb3f";
}

.icon-spark-room-kit-plus_20::before {
  content: "\fb40";
}

.icon-spark-share_16::before {
  content: "\fb41";
}

.icon-spark-share_20::before {
  content: "\fb42";
}

.icon-spark-voice_16::before {
  content: "\fb43";
}

.icon-spark-voice_20::before {
  content: "\fb44";
}

.icon-speaker_12::before {
  content: "\fb45";
}

.icon-speaker_16::before {
  content: "\fb46";
}

.icon-speaker_20::before {
  content: "\fb47";
}

.icon-speaker_24::before {
  content: "\fb48";
}

.icon-speaker_28::before {
  content: "\fb49";
}

.icon-speaker-bluetooth_16::before {
  content: "\fb4a";
}

.icon-speaker-disconnected_12::before {
  content: "\fb4b";
}

.icon-speaker-disconnected_14::before {
  content: "\fb4c";
}

.icon-speaker-disconnected_16::before {
  content: "\fb4d";
}

.icon-speaker-disconnected_20::before {
  content: "\fb4e";
}

.icon-speaker-disconnected_24::before {
  content: "\fb4f";
}

.icon-speaker-disconnected_28::before {
  content: "\fb50";
}

.icon-speaker-disconnected_36::before {
  content: "\fb51";
}

.icon-speaker-line-out-left_16::before {
  content: "\fb52";
}

.icon-speaker-line-out-right_16::before {
  content: "\fb53";
}

.icon-speaker-muted_12::before {
  content: "\fb54";
}

.icon-speaker-muted_14::before {
  content: "\fb55";
}

.icon-speaker-muted_16::before {
  content: "\fb56";
}

.icon-speaker-muted_24::before {
  content: "\fb57";
}

.icon-speaker-muted_28::before {
  content: "\fb58";
}

.icon-speaker-muted_32::before {
  content: "\fb59";
}

.icon-speaker-off_16::before {
  content: "\fb5a";
}

.icon-speaker-off_24::before {
  content: "\fb5b";
}

.icon-speaker-off_28::before {
  content: "\fb5c";
}

.icon-speaker-turn-down_16::before {
  content: "\fb5d";
}

.icon-speaker-turn-up_16::before {
  content: "\fb5e";
}

.icon-spinner_12::before {
  content: "\fb5f";
}

.icon-spinner_14::before {
  content: "\fb60";
}

.icon-spinner_16::before {
  content: "\fb61";
}

.icon-spinner_18::before {
  content: "\fb62";
}

.icon-spinner_20::before {
  content: "\fb63";
}

.icon-spinner_24::before {
  content: "\fb64";
}

.icon-spinner_28::before {
  content: "\fb65";
}

.icon-spinner_32::before {
  content: "\fb66";
}

.icon-spinner_36::before {
  content: "\fb67";
}

.icon-spinner_40::before {
  content: "\fb68";
}

.icon-spinner_48::before {
  content: "\fb69";
}

.icon-spinner_56::before {
  content: "\fb6a";
}

.icon-spinner_72::before {
  content: "\fb6b";
}

.icon-spinner_8::before {
  content: "\fb6c";
}

.icon-spinner_80::before {
  content: "\fb6d";
}

.icon-spinner_90::before {
  content: "\fb6e";
}

.icon-spreadsheet_16::before {
  content: "\fb6f";
}

.icon-stacked-area-100-chart_16::before {
  content: "\fb70";
}

.icon-stacked-area-chart_16::before {
  content: "\fb71";
}

.icon-stacked-bar-100-chart_16::before {
  content: "\fb72";
}

.icon-stacked-bar-chart_16::before {
  content: "\fb73";
}

.icon-start-chat_20::before {
  content: "\fb74";
}

.icon-start-chat_24::before {
  content: "\fb75";
}

.icon-stickers_16::before {
  content: "\fb76";
}

.icon-stickers_24::before {
  content: "\fb77";
}

.icon-stickies_12::before {
  content: "\fb78";
}

.icon-stickies_16::before {
  content: "\fb79";
}

.icon-stickies_24::before {
  content: "\fb7a";
}

.icon-stop_10::before {
  content: "\fb7b";
}

.icon-stop_12::before {
  content: "\fb7c";
}

.icon-stop_16::before {
  content: "\fb7d";
}

.icon-stop_20::before {
  content: "\fb7e";
}

.icon-stop_24::before {
  content: "\fb7f";
}

.icon-stop-circle_12::before {
  content: "\fb80";
}

.icon-stop-circle_16::before {
  content: "\fb81";
}

.icon-stop-circle_20::before {
  content: "\fb82";
}

.icon-stop-circle_24::before {
  content: "\fb83";
}

.icon-stop-content-share_20::before {
  content: "\fb84";
}

.icon-stored-info_12::before {
  content: "\fb85";
}

.icon-stored-info_16::before {
  content: "\fb86";
}

.icon-stored-info_20::before {
  content: "\fb87";
}

.icon-stored-info_24::before {
  content: "\fb88";
}

.icon-stored-info-active_12::before {
  content: "\fb89";
}

.icon-stored-info-active_16::before {
  content: "\fb8a";
}

.icon-stored-info-active_20::before {
  content: "\fb8b";
}

.icon-stored-info-active_24::before {
  content: "\fb8c";
}

.icon-streaming_16::before {
  content: "\fb8d";
}

.icon-streaming_20::before {
  content: "\fb8e";
}

.icon-streaming_24::before {
  content: "\fb8f";
}

.icon-subscribe_16::before {
  content: "\fb90";
}

.icon-subscript_12::before {
  content: "\fb91";
}

.icon-subscript_16::before {
  content: "\fb92";
}

.icon-superscript_12::before {
  content: "\fb93";
}

.icon-superscript_16::before {
  content: "\fb94";
}

.icon-swift_16::before {
  content: "\fb95";
}

.icon-sx10_16::before {
  content: "\fb96";
}

.icon-sx10_20::before {
  content: "\fb97";
}

.icon-sx20_16::before {
  content: "\fb98";
}

.icon-sx20_20::before {
  content: "\fb99";
}

.icon-sx80-codec_16::before {
  content: "\fb9a";
}

.icon-sx80-codec_20::before {
  content: "\fb9b";
}

.icon-tablet_12::before {
  content: "\fb9c";
}

.icon-tablet_16::before {
  content: "\fb9d";
}

.icon-tablet_24::before {
  content: "\fb9e";
}

.icon-tabs_16::before {
  content: "\fb9f";
}

.icon-tabs_24::before {
  content: "\fba0";
}

.icon-tag_12::before {
  content: "\fba1";
}

.icon-tag_16::before {
  content: "\fba2";
}

.icon-tag_20::before {
  content: "\fba3";
}

.icon-tap_20::before {
  content: "\fba4";
}

.icon-tasks_10::before {
  content: "\fba5";
}

.icon-tasks_12::before {
  content: "\fba6";
}

.icon-tasks_14::before {
  content: "\fba7";
}

.icon-tasks_16::before {
  content: "\fba8";
}

.icon-tasks_18::before {
  content: "\fba9";
}

.icon-tasks_20::before {
  content: "\fbaa";
}

.icon-tasks_24::before {
  content: "\fbab";
}

.icon-tasks_26::before {
  content: "\fbac";
}

.icon-tasks_28::before {
  content: "\fbad";
}

.icon-tasks_32::before {
  content: "\fbae";
}

.icon-tasks_36::before {
  content: "\fbaf";
}

.icon-tasks_8::before {
  content: "\fbb0";
}

.icon-team_12::before {
  content: "\fbb1";
}

.icon-team_14::before {
  content: "\fbb2";
}

.icon-team_16::before {
  content: "\fbb3";
}

.icon-team_18::before {
  content: "\fbb4";
}

.icon-team_20::before {
  content: "\fbb5";
}

.icon-team_24::before {
  content: "\fbb6";
}

.icon-team_32::before {
  content: "\fbb7";
}

.icon-team-active_12::before {
  content: "\fbb8";
}

.icon-team-active_14::before {
  content: "\fbb9";
}

.icon-team-active_16::before {
  content: "\fbba";
}

.icon-team-active_18::before {
  content: "\fbbb";
}

.icon-team-active_20::before {
  content: "\fbbc";
}

.icon-team-active_24::before {
  content: "\fbbd";
}

.icon-team-active_32::before {
  content: "\fbbe";
}

.icon-team-new_24::before {
  content: "\fbbf";
}

.icon-telepresence_12::before {
  content: "\fbc0";
}

.icon-telepresence_14::before {
  content: "\fbc1";
}

.icon-telepresence_16::before {
  content: "\fbc2";
}

.icon-telepresence_18::before {
  content: "\fbc3";
}

.icon-telepresence_20::before {
  content: "\fbc4";
}

.icon-telepresence_24::before {
  content: "\fbc5";
}

.icon-telepresence_64::before {
  content: "\fbc6";
}

.icon-telepresence-alert_12::before {
  content: "\fbc7";
}

.icon-telepresence-ix5000_16::before {
  content: "\fbc8";
}

.icon-telepresence-ix5000_20::before {
  content: "\fbc9";
}

.icon-telepresence-muted_12::before {
  content: "\fbca";
}

.icon-telepresence-muted_64::before {
  content: "\fbcb";
}

.icon-telepresence-muted-alert_12::before {
  content: "\fbcc";
}

.icon-telepresence-private_12::before {
  content: "\fbcd";
}

.icon-temperature_14::before {
  content: "\fbce";
}

.icon-text_10::before {
  content: "\fbcf";
}

.icon-text_12::before {
  content: "\fbd0";
}

.icon-text_16::before {
  content: "\fbd1";
}

.icon-text-align-left_16::before {
  content: "\fbd2";
}

.icon-text-align-right_16::before {
  content: "\fbd3";
}

.icon-text-blockquote_12::before {
  content: "\fbd4";
}

.icon-text-blockquote_16::before {
  content: "\fbd5";
}

.icon-text-blockquote_18::before {
  content: "\fbd6";
}

.icon-text-blockquote_20::before {
  content: "\fbd7";
}

.icon-text-blockquote_8::before {
  content: "\fbd8";
}

.icon-text-bold_12::before {
  content: "\fbd9";
}

.icon-text-bold_16::before {
  content: "\fbda";
}

.icon-text-bold_24::before {
  content: "\fbdb";
}

.icon-text-code-block_12::before {
  content: "\fbdc";
}

.icon-text-code-block_16::before {
  content: "\fbdd";
}

.icon-text-code-block_24::before {
  content: "\fbde";
}

.icon-text-code-inline_12::before {
  content: "\fbdf";
}

.icon-text-code-inline_16::before {
  content: "\fbe0";
}

.icon-text-color_12::before {
  content: "\fbe1";
}

.icon-text-color_16::before {
  content: "\fbe2";
}

.icon-text-format_10::before {
  content: "\fbe3";
}

.icon-text-format_12::before {
  content: "\fbe4";
}

.icon-text-format_16::before {
  content: "\fbe5";
}

.icon-text-format_20::before {
  content: "\fbe6";
}

.icon-text-format_24::before {
  content: "\fbe7";
}

.icon-text-format_8::before {
  content: "\fbe8";
}

.icon-text-heading-1_12::before {
  content: "\fbe9";
}

.icon-text-heading-1_16::before {
  content: "\fbea";
}

.icon-text-heading-2_12::before {
  content: "\fbeb";
}

.icon-text-heading-2_16::before {
  content: "\fbec";
}

.icon-text-heading-3_12::before {
  content: "\fbed";
}

.icon-text-heading-3_16::before {
  content: "\fbee";
}

.icon-text-highlight_12::before {
  content: "\fbef";
}

.icon-text-highlight_16::before {
  content: "\fbf0";
}

.icon-text-indent-decrease_12::before {
  content: "\fbf1";
}

.icon-text-indent-increase_12::before {
  content: "\fbf2";
}

.icon-text-italic_12::before {
  content: "\fbf3";
}

.icon-text-italic_16::before {
  content: "\fbf4";
}

.icon-text-italic_24::before {
  content: "\fbf5";
}

.icon-text-list-bulleted_10::before {
  content: "\fbf6";
}

.icon-text-list-bulleted_12::before {
  content: "\fbf7";
}

.icon-text-list-bulleted_16::before {
  content: "\fbf8";
}

.icon-text-list-bulleted_24::before {
  content: "\fbf9";
}

.icon-text-list-bulleted_8::before {
  content: "\fbfa";
}

.icon-text-list-numbered_12::before {
  content: "\fbfb";
}

.icon-text-list-numbered_16::before {
  content: "\fbfc";
}

.icon-text-list-numbered_24::before {
  content: "\fbfd";
}

.icon-text-list-numbered_36::before {
  content: "\fbfe";
}

.icon-text-list-numbered_40::before {
  content: "\fbff";
}

.icon-text-strikethrough_12::before {
  content: "\fc00";
}

.icon-text-strikethrough_16::before {
  content: "\fc01";
}

.icon-text-table_12::before {
  content: "\fc02";
}

.icon-text-table_16::before {
  content: "\fc03";
}

.icon-text-underline_12::before {
  content: "\fc04";
}

.icon-text-underline_16::before {
  content: "\fc05";
}

.icon-text-underline_24::before {
  content: "\fc06";
}

.icon-too-fast_12::before {
  content: "\fc07";
}

.icon-too-fast_16::before {
  content: "\fc08";
}

.icon-too-slow_12::before {
  content: "\fc09";
}

.icon-too-slow_16::before {
  content: "\fc0a";
}

.icon-tools_16::before {
  content: "\fc0b";
}

.icon-tools_20::before {
  content: "\fc0c";
}

.icon-tools_24::before {
  content: "\fc0d";
}

.icon-tools_28::before {
  content: "\fc0e";
}

.icon-tools_32::before {
  content: "\fc0f";
}

.icon-touch_16::before {
  content: "\fc10";
}

.icon-touch10_24::before {
  content: "\fc11";
}

.icon-transcript_16::before {
  content: "\fc12";
}

.icon-transcript_20::before {
  content: "\fc13";
}

.icon-trending_10::before {
  content: "\fc14";
}

.icon-twitter_12::before {
  content: "\fc15";
}

.icon-twitter_16::before {
  content: "\fc16";
}

.icon-twitter-circle_24::before {
  content: "\fc17";
}

.icon-twitter-circle_32::before {
  content: "\fc18";
}

.icon-twitter-circle_40::before {
  content: "\fc19";
}

.icon-ucm-cloud_10::before {
  content: "\fc1a";
}

.icon-ucm-cloud_16::before {
  content: "\fc1b";
}

.icon-ucm-cloud_24::before {
  content: "\fc1c";
}

.icon-ucm-cloud_32::before {
  content: "\fc1d";
}

.icon-unassign-phone-number_16::before {
  content: "\fc1e";
}

.icon-undo_12::before {
  content: "\fc1f";
}

.icon-undo_14::before {
  content: "\fc20";
}

.icon-undo_16::before {
  content: "\fc21";
}

.icon-undo_24::before {
  content: "\fc22";
}

.icon-unlink_20::before {
  content: "\fc23";
}

.icon-unread-badge_10::before {
  content: "\fc24";
}

.icon-unread-badge_12::before {
  content: "\fc25";
}

.icon-unread-badge_16::before {
  content: "\fc26";
}

.icon-unread-badge_8::before {
  content: "\fc27";
}

.icon-unsecure_12::before {
  content: "\fc28";
}

.icon-unsecure_14::before {
  content: "\fc29";
}

.icon-unsecure_16::before {
  content: "\fc2a";
}

.icon-unsecure_24::before {
  content: "\fc2b";
}

.icon-unsecure_28::before {
  content: "\fc2c";
}

.icon-unsorted_10::before {
  content: "\fc2d";
}

.icon-unsorted_16::before {
  content: "\fc2e";
}

.icon-unsorted_24::before {
  content: "\fc2f";
}

.icon-update-file-share_12::before {
  content: "\fc30";
}

.icon-update-file-share_16::before {
  content: "\fc31";
}

.icon-update-file-share_24::before {
  content: "\fc32";
}

.icon-upgrade_20::before {
  content: "\fc33";
}

.icon-upload_12::before {
  content: "\fc34";
}

.icon-upload_130::before {
  content: "\fc35";
}

.icon-upload_14::before {
  content: "\fc36";
}

.icon-upload_16::before {
  content: "\fc37";
}

.icon-upload_18::before {
  content: "\fc38";
}

.icon-upload_20::before {
  content: "\fc39";
}

.icon-upload_24::before {
  content: "\fc3a";
}

.icon-upload_28::before {
  content: "\fc3b";
}

.icon-upload_32::before {
  content: "\fc3c";
}

.icon-upload_36::before {
  content: "\fc3d";
}

.icon-usb_16::before {
  content: "\fc3e";
}

.icon-user_16::before {
  content: "\fc3f";
}

.icon-user_20::before {
  content: "\fc40";
}

.icon-user_24::before {
  content: "\fc41";
}

.icon-user_56::before {
  content: "\fc42";
}

.icon-video-effect_12::before {
  content: "\fc43";
}

.icon-video-effect_16::before {
  content: "\fc44";
}

.icon-video-effect_20::before {
  content: "\fc45";
}

.icon-video-layout_12::before {
  content: "\fc46";
}

.icon-video-layout_16::before {
  content: "\fc47";
}

.icon-video-layout-auto_12::before {
  content: "\fc48";
}

.icon-video-layout-auto_16::before {
  content: "\fc49";
}

.icon-video-layout-auto_20::before {
  content: "\fc4a";
}

.icon-video-layout-auto_24::before {
  content: "\fc4b";
}

.icon-video-layout-equal_12::before {
  content: "\fc4c";
}

.icon-video-layout-equal_14::before {
  content: "\fc4d";
}

.icon-video-layout-equal_16::before {
  content: "\fc4e";
}

.icon-video-layout-equal_20::before {
  content: "\fc4f";
}

.icon-video-layout-equal_24::before {
  content: "\fc50";
}

.icon-video-layout-equal_28::before {
  content: "\fc51";
}

.icon-video-layout-equal-filled_24::before {
  content: "\fc52";
}

.icon-video-layout-overlay_12::before {
  content: "\fc53";
}

.icon-video-layout-overlay_16::before {
  content: "\fc54";
}

.icon-video-layout-overlay_20::before {
  content: "\fc55";
}

.icon-video-layout-overlay_24::before {
  content: "\fc56";
}

.icon-video-layout-prominent_12::before {
  content: "\fc57";
}

.icon-video-layout-prominent_16::before {
  content: "\fc58";
}

.icon-video-layout-prominent_20::before {
  content: "\fc59";
}

.icon-video-layout-prominent_24::before {
  content: "\fc5a";
}

.icon-video-layout-share-dominant_12::before {
  content: "\fc5b";
}

.icon-video-layout-share-dominant_16::before {
  content: "\fc5c";
}

.icon-video-layout-share-dominant_20::before {
  content: "\fc5d";
}

.icon-video-layout-share-dominant_24::before {
  content: "\fc5e";
}

.icon-video-layout-single_12::before {
  content: "\fc5f";
}

.icon-video-layout-single_16::before {
  content: "\fc60";
}

.icon-video-layout-single_20::before {
  content: "\fc61";
}

.icon-video-layout-single_28::before {
  content: "\fc62";
}

.icon-video-layout-stack_12::before {
  content: "\fc63";
}

.icon-video-layout-stack_16::before {
  content: "\fc64";
}

.icon-video-layout-stack_20::before {
  content: "\fc65";
}

.icon-video-layout-stack_24::before {
  content: "\fc66";
}

.icon-video-layout-stack_28::before {
  content: "\fc67";
}

.icon-video-layout-stack-filled_24::before {
  content: "\fc68";
}

.icon-video-layout-video-dominant_12::before {
  content: "\fc69";
}

.icon-video-layout-video-dominant_16::before {
  content: "\fc6a";
}

.icon-video-layout-video-dominant_20::before {
  content: "\fc6b";
}

.icon-video-layout-video-dominant_24::before {
  content: "\fc6c";
}

.icon-view-all_12::before {
  content: "\fc6d";
}

.icon-view-all_14::before {
  content: "\fc6e";
}

.icon-view-feed-multiple_16::before {
  content: "\fc6f";
}

.icon-view-feed-panel_16::before {
  content: "\fc70";
}

.icon-view-feed-single_16::before {
  content: "\fc71";
}

.icon-view-list_10::before {
  content: "\fc72";
}

.icon-view-list_12::before {
  content: "\fc73";
}

.icon-view-list_14::before {
  content: "\fc74";
}

.icon-view-list_16::before {
  content: "\fc75";
}

.icon-view-list_20::before {
  content: "\fc76";
}

.icon-view-list_24::before {
  content: "\fc77";
}

.icon-view-list_28::before {
  content: "\fc78";
}

.icon-view-list-circle_100::before {
  content: "\fc79";
}

.icon-view-mixed_12::before {
  content: "\fc7a";
}

.icon-view-stack_12::before {
  content: "\fc7b";
}

.icon-view-stack_14::before {
  content: "\fc7c";
}

.icon-view-stack_20::before {
  content: "\fc7d";
}

.icon-view-stack_24::before {
  content: "\fc7e";
}

.icon-view-thumbnail_12::before {
  content: "\fc7f";
}

.icon-view-thumbnail_14::before {
  content: "\fc80";
}

.icon-view-thumbnail_16::before {
  content: "\fc81";
}

.icon-view-thumbnail_20::before {
  content: "\fc82";
}

.icon-view-thumbnail_24::before {
  content: "\fc83";
}

.icon-voice_20::before {
  content: "\fc84";
}

.icon-voicemail_10::before {
  content: "\fc85";
}

.icon-voicemail_14::before {
  content: "\fc86";
}

.icon-voicemail_16::before {
  content: "\fc87";
}

.icon-voicemail_18::before {
  content: "\fc88";
}

.icon-voicemail_20::before {
  content: "\fc89";
}

.icon-voicemail_22::before {
  content: "\fc8a";
}

.icon-voicemail_24::before {
  content: "\fc8b";
}

.icon-voicemail_28::before {
  content: "\fc8c";
}

.icon-voicemail_8::before {
  content: "\fc8d";
}

.icon-voicemail-active_12::before {
  content: "\fc8e";
}

.icon-voicemail-active_14::before {
  content: "\fc8f";
}

.icon-voicemail-active_16::before {
  content: "\fc90";
}

.icon-voicemail-active_18::before {
  content: "\fc91";
}

.icon-voicemail-active_20::before {
  content: "\fc92";
}

.icon-voicemail-active_22::before {
  content: "\fc93";
}

.icon-voicemail-active_24::before {
  content: "\fc94";
}

.icon-voicemail-active_28::before {
  content: "\fc95";
}

.icon-wallpaper_16::before {
  content: "\fc96";
}

.icon-wallpaper_20::before {
  content: "\fc97";
}

.icon-wallpaper_24::before {
  content: "\fc98";
}

.icon-wallpaper_28::before {
  content: "\fc99";
}

.icon-wallpaper_32::before {
  content: "\fc9a";
}

.icon-warning_100::before {
  content: "\fc9b";
}

.icon-warning_12::before {
  content: "\fc9c";
}

.icon-warning_14::before {
  content: "\fc9d";
}

.icon-warning_16::before {
  content: "\fc9e";
}

.icon-warning_20::before {
  content: "\fc9f";
}

.icon-warning_24::before {
  content: "\fca0";
}

.icon-warning_28::before {
  content: "\fca1";
}

.icon-warning_32::before {
  content: "\fca2";
}

.icon-warning_40::before {
  content: "\fca3";
}

.icon-warning_44::before {
  content: "\fca4";
}

.icon-warning_56::before {
  content: "\fca5";
}

.icon-warning_64::before {
  content: "\fca6";
}

.icon-warning_72::before {
  content: "\fca7";
}

.icon-warning-active_12::before {
  content: "\fca8";
}

.icon-warning-active_16::before {
  content: "\fca9";
}

.icon-waveform_20::before {
  content: "\fcaa";
}

.icon-web-sharing_16::before {
  content: "\fcab";
}

.icon-web-sharing_24::before {
  content: "\fcac";
}

.icon-webex_10::before {
  content: "\fcad";
}

.icon-webex_16::before {
  content: "\fcae";
}

.icon-webex_24::before {
  content: "\fcaf";
}

.icon-webex_48::before {
  content: "\fcb0";
}

.icon-webex-board_12::before {
  content: "\fcb1";
}

.icon-webex-board_14::before {
  content: "\fcb2";
}

.icon-webex-board_16::before {
  content: "\fcb3";
}

.icon-webex-board_20::before {
  content: "\fcb4";
}

.icon-webex-board_24::before {
  content: "\fcb5";
}

.icon-webex-board_28::before {
  content: "\fcb6";
}

.icon-webex-board_32::before {
  content: "\fcb7";
}

.icon-webex-board_48::before {
  content: "\fcb8";
}

.icon-webex-calling_10::before {
  content: "\fcb9";
}

.icon-webex-calling_12::before {
  content: "\fcba";
}

.icon-webex-calling_16::before {
  content: "\fcbb";
}

.icon-webex-calling_18::before {
  content: "\fcbc";
}

.icon-webex-calling_20::before {
  content: "\fcbd";
}

.icon-webex-calling_24::before {
  content: "\fcbe";
}

.icon-webex-codec-plus_16::before {
  content: "\fcbf";
}

.icon-webex-codec-plus_20::before {
  content: "\fcc0";
}

.icon-webex-community_20::before {
  content: "\fcc1";
}

.icon-webex-desk-camera_20::before {
  content: "\fcc2";
}

.icon-webex-instant-meeting_12::before {
  content: "\fcc3";
}

.icon-webex-instant-meeting_14::before {
  content: "\fcc4";
}

.icon-webex-instant-meeting_16::before {
  content: "\fcc5";
}

.icon-webex-instant-meeting_20::before {
  content: "\fcc6";
}

.icon-webex-instant-meeting_24::before {
  content: "\fcc7";
}

.icon-webex-meetings_10::before {
  content: "\fcc8";
}

.icon-webex-meetings_12::before {
  content: "\fcc9";
}

.icon-webex-meetings_14::before {
  content: "\fcca";
}

.icon-webex-meetings_16::before {
  content: "\fccb";
}

.icon-webex-meetings_20::before {
  content: "\fccc";
}

.icon-webex-meetings_24::before {
  content: "\fccd";
}

.icon-webex-meetings_48::before {
  content: "\fcce";
}

.icon-webex-quad-camera_16::before {
  content: "\fccf";
}

.icon-webex-quad-camera_20::before {
  content: "\fcd0";
}

.icon-webex-room-kit_16::before {
  content: "\fcd1";
}

.icon-webex-room-kit_20::before {
  content: "\fcd2";
}

.icon-webex-room-kit-plus_16::before {
  content: "\fcd3";
}

.icon-webex-room-kit-plus_20::before {
  content: "\fcd4";
}

.icon-webex-share_12::before {
  content: "\fcd5";
}

.icon-webex-share_14::before {
  content: "\fcd6";
}

.icon-webex-share_16::before {
  content: "\fcd7";
}

.icon-webex-share_20::before {
  content: "\fcd8";
}

.icon-webex-teams_10::before {
  content: "\fcd9";
}

.icon-webex-teams_12::before {
  content: "\fcda";
}

.icon-webex-teams_14::before {
  content: "\fcdb";
}

.icon-webex-teams_16::before {
  content: "\fcdc";
}

.icon-webex-teams_18::before {
  content: "\fcdd";
}

.icon-webex-teams_20::before {
  content: "\fcde";
}

.icon-webex-voice_16::before {
  content: "\fcdf";
}

.icon-webex-voice_20::before {
  content: "\fce0";
}

.icon-webpop_12::before {
  content: "\fce1";
}

.icon-webpop_16::before {
  content: "\fce2";
}

.icon-webpop_20::before {
  content: "\fce3";
}

.icon-webpop_24::before {
  content: "\fce4";
}

.icon-whatsApp_12::before {
  content: "\fce5";
}

.icon-whatsApp_16::before {
  content: "\fce6";
}

.icon-whatsapp-outline_12::before {
  content: "\fce7";
}

.icon-whatsapp-outline_16::before {
  content: "\fce8";
}

.icon-whiteboard_10::before {
  content: "\fce9";
}

.icon-whiteboard_12::before {
  content: "\fcea";
}

.icon-whiteboard_14::before {
  content: "\fceb";
}

.icon-whiteboard_16::before {
  content: "\fcec";
}

.icon-whiteboard_20::before {
  content: "\fced";
}

.icon-whiteboard_24::before {
  content: "\fcee";
}

.icon-whiteboard_26::before {
  content: "\fcef";
}

.icon-whiteboard_28::before {
  content: "\fcf0";
}

.icon-whiteboard_32::before {
  content: "\fcf1";
}

.icon-whiteboard_36::before {
  content: "\fcf2";
}

.icon-whiteboard_8::before {
  content: "\fcf3";
}

.icon-whiteboard-content_16::before {
  content: "\fcf4";
}

.icon-whiteboard-content_24::before {
  content: "\fcf5";
}

.icon-widgets-adr_20::before {
  content: "\fcf6";
}

.icon-wifi_12::before {
  content: "\fcf7";
}

.icon-wifi_16::before {
  content: "\fcf8";
}

.icon-wifi_20::before {
  content: "\fcf9";
}

.icon-wifi_24::before {
  content: "\fcfa";
}

.icon-wifi-error_12::before {
  content: "\fcfb";
}

.icon-wifi-error_16::before {
  content: "\fcfc";
}

.icon-wifi-selected_24::before {
  content: "\fcfd";
}

.icon-wikipedia_16::before {
  content: "\fcfe";
}

.icon-window-corner-scrub_16::before {
  content: "\fcff";
}

.icon-window-vertical-scrub_16::before {
  content: "\fd00";
}

.icon-youtube-circle_24::before {
  content: "\fd01";
}

.icon-youtube-circle_32::before {
  content: "\fd02";
}

.icon-youtube-circle_40::before {
  content: "\fd03";
}

.icon-zoom-in_12::before {
  content: "\fd04";
}

.icon-zoom-in_14::before {
  content: "\fd05";
}

.icon-zoom-in_16::before {
  content: "\fd06";
}

.icon-zoom-in_20::before {
  content: "\fd07";
}

.icon-zoom-out_12::before {
  content: "\fd08";
}

.icon-zoom-out_14::before {
  content: "\fd09";
}

.icon-zoom-out_16::before {
  content: "\fd0a";
}

.icon-zoom-out_20::before {
  content: "\fd0b";
}
