@import "functions";

$modules: () !default;

@mixin exports($name) {
  // Import from global scope
  $modules: $modules;
  // Check if a module is already on the list
  $module_index: index($modules, $name);
  @if (($module_index == null) or ($module_index == false)) {
    $modules: append($modules, $name);
    @content;
  }
}
@mixin icon-rotate($degrees, $rotation) {
  transform: rotate($degrees);
}

@mixin icon-flip($horiz, $vert, $rotation) {
  transform: scale($horiz, $vert);
}

@mixin icon() {
  position: relative;
  font-family: momentum-ui-icons-rebrand;
  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;
}

@mixin icon-accessibility-bold() { content: char-from-code("f101"); }
@mixin icon-accessibility-light() { content: char-from-code("f102"); }
@mixin icon-accessibility-regular() { content: char-from-code("f103"); }
@mixin icon-accessories-bold() { content: char-from-code("f104"); }
@mixin icon-accessories-filled() { content: char-from-code("f105"); }
@mixin icon-accessories-light() { content: char-from-code("f106"); }
@mixin icon-accessories-regular() { content: char-from-code("f107"); }
@mixin icon-accordian-bold() { content: char-from-code("f108"); }
@mixin icon-accordian-light() { content: char-from-code("f109"); }
@mixin icon-accordian-regular() { content: char-from-code("f10a"); }
@mixin icon-active-presence-small-filled() { content: char-from-code("f10b"); }
@mixin icon-active-speaker-alert-bold() { content: char-from-code("f10c"); }
@mixin icon-active-speaker-alert-light() { content: char-from-code("f10d"); }
@mixin icon-active-speaker-alert-regular() { content: char-from-code("f10e"); }
@mixin icon-active-speaker-bold() { content: char-from-code("f10f"); }
@mixin icon-active-speaker-light() { content: char-from-code("f110"); }
@mixin icon-active-speaker-lock-bold() { content: char-from-code("f111"); }
@mixin icon-active-speaker-lock-light() { content: char-from-code("f112"); }
@mixin icon-active-speaker-lock-regular() { content: char-from-code("f113"); }
@mixin icon-active-speaker-regular() { content: char-from-code("f114"); }
@mixin icon-add-option-bold() { content: char-from-code("f115"); }
@mixin icon-add-option-light() { content: char-from-code("f116"); }
@mixin icon-add-option-regular() { content: char-from-code("f117"); }
@mixin icon-add-poll-bold() { content: char-from-code("f118"); }
@mixin icon-add-poll-light() { content: char-from-code("f119"); }
@mixin icon-add-poll-regular() { content: char-from-code("f11a"); }
@mixin icon-add-question-bold() { content: char-from-code("f11b"); }
@mixin icon-add-question-light() { content: char-from-code("f11c"); }
@mixin icon-add-question-regular() { content: char-from-code("f11d"); }
@mixin icon-add-video-marker-bold() { content: char-from-code("f11e"); }
@mixin icon-add-video-marker-light() { content: char-from-code("f11f"); }
@mixin icon-add-video-marker-regular() { content: char-from-code("f120"); }
@mixin icon-adjust-audio-bold() { content: char-from-code("f121"); }
@mixin icon-adjust-audio-light() { content: char-from-code("f122"); }
@mixin icon-adjust-audio-regular() { content: char-from-code("f123"); }
@mixin icon-adjust-bold() { content: char-from-code("f124"); }
@mixin icon-adjust-light() { content: char-from-code("f125"); }
@mixin icon-adjust-microphone-bold() { content: char-from-code("f126"); }
@mixin icon-adjust-microphone-light() { content: char-from-code("f127"); }
@mixin icon-adjust-microphone-regular() { content: char-from-code("f128"); }
@mixin icon-adjust-regular() { content: char-from-code("f129"); }
@mixin icon-adjust-video-bold() { content: char-from-code("f12a"); }
@mixin icon-adjust-video-light() { content: char-from-code("f12b"); }
@mixin icon-adjust-video-regular() { content: char-from-code("f12c"); }
@mixin icon-admin-bold() { content: char-from-code("f12d"); }
@mixin icon-admin-light() { content: char-from-code("f12e"); }
@mixin icon-admin-regular() { content: char-from-code("f12f"); }
@mixin icon-advanced-noise-removal-bold() { content: char-from-code("f130"); }
@mixin icon-advanced-noise-removal-light() { content: char-from-code("f131"); }
@mixin icon-advanced-noise-removal-regular() { content: char-from-code("f132"); }
@mixin icon-agent-unique-code-bold() { content: char-from-code("f133"); }
@mixin icon-agent-unique-code-light() { content: char-from-code("f134"); }
@mixin icon-agent-unique-code-regular() { content: char-from-code("f135"); }
@mixin icon-alarm-bold() { content: char-from-code("f136"); }
@mixin icon-alarm-filled() { content: char-from-code("f137"); }
@mixin icon-alarm-light() { content: char-from-code("f138"); }
@mixin icon-alarm-regular() { content: char-from-code("f139"); }
@mixin icon-alert-active-bold() { content: char-from-code("f13a"); }
@mixin icon-alert-active-filled() { content: char-from-code("f13b"); }
@mixin icon-alert-active-light() { content: char-from-code("f13c"); }
@mixin icon-alert-active-regular() { content: char-from-code("f13d"); }
@mixin icon-alert-bold() { content: char-from-code("f13e"); }
@mixin icon-alert-filled() { content: char-from-code("f13f"); }
@mixin icon-alert-light() { content: char-from-code("f140"); }
@mixin icon-alert-muted-bold() { content: char-from-code("f141"); }
@mixin icon-alert-muted-filled() { content: char-from-code("f142"); }
@mixin icon-alert-muted-light() { content: char-from-code("f143"); }
@mixin icon-alert-muted-regular() { content: char-from-code("f144"); }
@mixin icon-alert-regular() { content: char-from-code("f145"); }
@mixin icon-align-bottom-bold() { content: char-from-code("f146"); }
@mixin icon-align-bottom-filled() { content: char-from-code("f147"); }
@mixin icon-align-bottom-light() { content: char-from-code("f148"); }
@mixin icon-align-bottom-regular() { content: char-from-code("f149"); }
@mixin icon-align-horizontal-center-bold() { content: char-from-code("f14a"); }
@mixin icon-align-horizontal-center-filled() { content: char-from-code("f14b"); }
@mixin icon-align-horizontal-center-light() { content: char-from-code("f14c"); }
@mixin icon-align-horizontal-center-regular() { content: char-from-code("f14d"); }
@mixin icon-align-left-bold() { content: char-from-code("f14e"); }
@mixin icon-align-left-filled() { content: char-from-code("f14f"); }
@mixin icon-align-left-light() { content: char-from-code("f150"); }
@mixin icon-align-left-regular() { content: char-from-code("f151"); }
@mixin icon-align-right-bold() { content: char-from-code("f152"); }
@mixin icon-align-right-filled() { content: char-from-code("f153"); }
@mixin icon-align-right-light() { content: char-from-code("f154"); }
@mixin icon-align-right-regular() { content: char-from-code("f155"); }
@mixin icon-align-top-bold() { content: char-from-code("f156"); }
@mixin icon-align-top-filled() { content: char-from-code("f157"); }
@mixin icon-align-top-light() { content: char-from-code("f158"); }
@mixin icon-align-top-regular() { content: char-from-code("f159"); }
@mixin icon-align-vertical-center-bold() { content: char-from-code("f15a"); }
@mixin icon-align-vertical-center-filled() { content: char-from-code("f15b"); }
@mixin icon-align-vertical-center-light() { content: char-from-code("f15c"); }
@mixin icon-align-vertical-center-regular() { content: char-from-code("f15d"); }
@mixin icon-allow-to-annotate-bold() { content: char-from-code("f15e"); }
@mixin icon-allow-to-annotate-light() { content: char-from-code("f15f"); }
@mixin icon-allow-to-annotate-regular() { content: char-from-code("f160"); }
@mixin icon-alternate-response-bold() { content: char-from-code("f161"); }
@mixin icon-alternate-response-light() { content: char-from-code("f162"); }
@mixin icon-alternate-response-regular() { content: char-from-code("f163"); }
@mixin icon-analog-headset-bold() { content: char-from-code("f164"); }
@mixin icon-analog-headset-light() { content: char-from-code("f165"); }
@mixin icon-analog-headset-regular() { content: char-from-code("f166"); }
@mixin icon-analysis-bold() { content: char-from-code("f167"); }
@mixin icon-analysis-filled() { content: char-from-code("f168"); }
@mixin icon-analysis-light() { content: char-from-code("f169"); }
@mixin icon-analysis-regular() { content: char-from-code("f16a"); }
@mixin icon-annotate-bold() { content: char-from-code("f16b"); }
@mixin icon-annotate-filled() { content: char-from-code("f16c"); }
@mixin icon-annotate-light() { content: char-from-code("f16d"); }
@mixin icon-annotate-regular() { content: char-from-code("f16e"); }
@mixin icon-announcement-bold() { content: char-from-code("f16f"); }
@mixin icon-announcement-filled() { content: char-from-code("f170"); }
@mixin icon-announcement-light() { content: char-from-code("f171"); }
@mixin icon-announcement-muted-bold() { content: char-from-code("f172"); }
@mixin icon-announcement-muted-filled() { content: char-from-code("f173"); }
@mixin icon-announcement-muted-light() { content: char-from-code("f174"); }
@mixin icon-announcement-muted-regular() { content: char-from-code("f175"); }
@mixin icon-announcement-regular() { content: char-from-code("f176"); }
@mixin icon-appearance-bold() { content: char-from-code("f177"); }
@mixin icon-appearance-light() { content: char-from-code("f178"); }
@mixin icon-appearance-regular() { content: char-from-code("f179"); }
@mixin icon-applause-bold() { content: char-from-code("f17a"); }
@mixin icon-applause-light() { content: char-from-code("f17b"); }
@mixin icon-applause-regular() { content: char-from-code("f17c"); }
@mixin icon-apple-bold() { content: char-from-code("f17d"); }
@mixin icon-apple-filled() { content: char-from-code("f17e"); }
@mixin icon-apple-light() { content: char-from-code("f17f"); }
@mixin icon-apple-regular() { content: char-from-code("f180"); }
@mixin icon-application-bold() { content: char-from-code("f181"); }
@mixin icon-application-light() { content: char-from-code("f182"); }
@mixin icon-application-panel-bold() { content: char-from-code("f183"); }
@mixin icon-application-panel-light() { content: char-from-code("f184"); }
@mixin icon-application-panel-regular() { content: char-from-code("f185"); }
@mixin icon-application-regular() { content: char-from-code("f186"); }
@mixin icon-applications-bold() { content: char-from-code("f187"); }
@mixin icon-applications-light() { content: char-from-code("f188"); }
@mixin icon-applications-regular() { content: char-from-code("f189"); }
@mixin icon-approval-pending-bold() { content: char-from-code("f18a"); }
@mixin icon-approval-pending-light() { content: char-from-code("f18b"); }
@mixin icon-approval-pending-regular() { content: char-from-code("f18c"); }
@mixin icon-approvals-bold() { content: char-from-code("f18d"); }
@mixin icon-approvals-light() { content: char-from-code("f18e"); }
@mixin icon-approvals-regular() { content: char-from-code("f18f"); }
@mixin icon-apps-bold() { content: char-from-code("f190"); }
@mixin icon-apps-filled() { content: char-from-code("f191"); }
@mixin icon-apps-light() { content: char-from-code("f192"); }
@mixin icon-apps-regular() { content: char-from-code("f193"); }
@mixin icon-archive-bold() { content: char-from-code("f194"); }
@mixin icon-archive-light() { content: char-from-code("f195"); }
@mixin icon-archive-regular() { content: char-from-code("f196"); }
@mixin icon-area-chart-bold() { content: char-from-code("f197"); }
@mixin icon-area-chart-filled() { content: char-from-code("f198"); }
@mixin icon-area-chart-light() { content: char-from-code("f199"); }
@mixin icon-area-chart-regular() { content: char-from-code("f19a"); }
@mixin icon-area-selector-bold() { content: char-from-code("f19b"); }
@mixin icon-area-selector-light() { content: char-from-code("f19c"); }
@mixin icon-area-selector-regular() { content: char-from-code("f19d"); }
@mixin icon-arrow-circle-down-bold() { content: char-from-code("f19e"); }
@mixin icon-arrow-circle-down-filled() { content: char-from-code("f19f"); }
@mixin icon-arrow-circle-down-light() { content: char-from-code("f1a0"); }
@mixin icon-arrow-circle-down-regular() { content: char-from-code("f1a1"); }
@mixin icon-arrow-circle-left-bold() { content: char-from-code("f1a2"); }
@mixin icon-arrow-circle-left-filled() { content: char-from-code("f1a3"); }
@mixin icon-arrow-circle-left-light() { content: char-from-code("f1a4"); }
@mixin icon-arrow-circle-left-regular() { content: char-from-code("f1a5"); }
@mixin icon-arrow-circle-right-bold() { content: char-from-code("f1a6"); }
@mixin icon-arrow-circle-right-filled() { content: char-from-code("f1a7"); }
@mixin icon-arrow-circle-right-light() { content: char-from-code("f1a8"); }
@mixin icon-arrow-circle-right-regular() { content: char-from-code("f1a9"); }
@mixin icon-arrow-circle-up-bold() { content: char-from-code("f1aa"); }
@mixin icon-arrow-circle-up-filled() { content: char-from-code("f1ab"); }
@mixin icon-arrow-circle-up-light() { content: char-from-code("f1ac"); }
@mixin icon-arrow-circle-up-regular() { content: char-from-code("f1ad"); }
@mixin icon-arrow-down-bold() { content: char-from-code("f1ae"); }
@mixin icon-arrow-down-filled() { content: char-from-code("f1af"); }
@mixin icon-arrow-down-light() { content: char-from-code("f1b0"); }
@mixin icon-arrow-down-optical-regular() { content: char-from-code("f1b1"); }
@mixin icon-arrow-left-bold() { content: char-from-code("f1b2"); }
@mixin icon-arrow-left-filled() { content: char-from-code("f1b3"); }
@mixin icon-arrow-left-light() { content: char-from-code("f1b4"); }
@mixin icon-arrow-left-regular() { content: char-from-code("f1b5"); }
@mixin icon-arrow-right-bold() { content: char-from-code("f1b6"); }
@mixin icon-arrow-right-filled() { content: char-from-code("f1b7"); }
@mixin icon-arrow-right-light() { content: char-from-code("f1b8"); }
@mixin icon-arrow-right-regular() { content: char-from-code("f1b9"); }
@mixin icon-arrow-tail-down-bold() { content: char-from-code("f1ba"); }
@mixin icon-arrow-tail-down-light() { content: char-from-code("f1bb"); }
@mixin icon-arrow-tail-down-regular() { content: char-from-code("f1bc"); }
@mixin icon-arrow-tail-up-bold() { content: char-from-code("f1bd"); }
@mixin icon-arrow-tail-up-light() { content: char-from-code("f1be"); }
@mixin icon-arrow-tail-up-regular() { content: char-from-code("f1bf"); }
@mixin icon-arrow-up-bold() { content: char-from-code("f1c0"); }
@mixin icon-arrow-up-filled() { content: char-from-code("f1c1"); }
@mixin icon-arrow-up-light() { content: char-from-code("f1c2"); }
@mixin icon-arrow-up-regular() { content: char-from-code("f1c3"); }
@mixin icon-ask-for-help-bold() { content: char-from-code("f1c4"); }
@mixin icon-ask-for-help-filled() { content: char-from-code("f1c5"); }
@mixin icon-ask-for-help-light() { content: char-from-code("f1c6"); }
@mixin icon-ask-for-help-regular() { content: char-from-code("f1c7"); }
@mixin icon-assets-bold() { content: char-from-code("f1c8"); }
@mixin icon-assets-light() { content: char-from-code("f1c9"); }
@mixin icon-assets-regular() { content: char-from-code("f1ca"); }
@mixin icon-assign-host-bold() { content: char-from-code("f1cb"); }
@mixin icon-assign-host-light() { content: char-from-code("f1cc"); }
@mixin icon-assign-host-regular() { content: char-from-code("f1cd"); }
@mixin icon-assign-privilege-bold() { content: char-from-code("f1ce"); }
@mixin icon-assign-privilege-light() { content: char-from-code("f1cf"); }
@mixin icon-assign-privilege-regular() { content: char-from-code("f1d0"); }
@mixin icon-at-symbol-bold() { content: char-from-code("f1d1"); }
@mixin icon-at-symbol-light() { content: char-from-code("f1d2"); }
@mixin icon-at-symbol-regular() { content: char-from-code("f1d3"); }
@mixin icon-attachment-bold() { content: char-from-code("f1d4"); }
@mixin icon-attachment-light() { content: char-from-code("f1d5"); }
@mixin icon-attachment-regular() { content: char-from-code("f1d6"); }
@mixin icon-audio-broadcast-bold() { content: char-from-code("f1d7"); }
@mixin icon-audio-broadcast-light() { content: char-from-code("f1d8"); }
@mixin icon-audio-broadcast-regular() { content: char-from-code("f1d9"); }
@mixin icon-audio-call-bold() { content: char-from-code("f1da"); }
@mixin icon-audio-call-filled() { content: char-from-code("f1db"); }
@mixin icon-audio-call-light() { content: char-from-code("f1dc"); }
@mixin icon-audio-call-regular() { content: char-from-code("f1dd"); }
@mixin icon-audio-microphone-on-bold() { content: char-from-code("f1de"); }
@mixin icon-audio-microphone-on-colored-bold() { content: char-from-code("f1df"); }
@mixin icon-audio-microphone-on-colored-light() { content: char-from-code("f1e0"); }
@mixin icon-audio-microphone-on-colored-regular() { content: char-from-code("f1e1"); }
@mixin icon-audio-microphone-on-green-bold() { content: char-from-code("f1e2"); }
@mixin icon-audio-microphone-on-green-colored-bold() { content: char-from-code("f1e3"); }
@mixin icon-audio-microphone-on-green-colored-light() { content: char-from-code("f1e4"); }
@mixin icon-audio-microphone-on-green-colored-regular() { content: char-from-code("f1e5"); }
@mixin icon-audio-microphone-on-green-light() { content: char-from-code("f1e6"); }
@mixin icon-audio-microphone-on-green-regular() { content: char-from-code("f1e7"); }
@mixin icon-audio-microphone-on-light() { content: char-from-code("f1e8"); }
@mixin icon-audio-microphone-on-regular() { content: char-from-code("f1e9"); }
@mixin icon-audio-only-bold() { content: char-from-code("f1ea"); }
@mixin icon-audio-only-light() { content: char-from-code("f1eb"); }
@mixin icon-audio-only-regular() { content: char-from-code("f1ec"); }
@mixin icon-audio-options-bold() { content: char-from-code("f1ed"); }
@mixin icon-audio-options-filled() { content: char-from-code("f1ee"); }
@mixin icon-audio-options-light() { content: char-from-code("f1ef"); }
@mixin icon-audio-options-regular() { content: char-from-code("f1f0"); }
@mixin icon-auto-detection-bold() { content: char-from-code("f1f1"); }
@mixin icon-auto-detection-light() { content: char-from-code("f1f2"); }
@mixin icon-auto-detection-regular() { content: char-from-code("f1f3"); }
@mixin icon-automation-filled() { content: char-from-code("f1f4"); }
@mixin icon-automation-light() { content: char-from-code("f1f5"); }
@mixin icon-automation-regular() { content: char-from-code("f1f6"); }
@mixin icon-back-bold() { content: char-from-code("f1f7"); }
@mixin icon-back-light() { content: char-from-code("f1f8"); }
@mixin icon-back-regular() { content: char-from-code("f1f9"); }
@mixin icon-back-to-full-screen-bold() { content: char-from-code("f1fa"); }
@mixin icon-back-to-full-screen-light() { content: char-from-code("f1fb"); }
@mixin icon-back-to-full-screen-regular() { content: char-from-code("f1fc"); }
@mixin icon-backlight-bold() { content: char-from-code("f1fd"); }
@mixin icon-backlight-light() { content: char-from-code("f1fe"); }
@mixin icon-backlight-regular() { content: char-from-code("f1ff"); }
@mixin icon-backspace-bold() { content: char-from-code("f200"); }
@mixin icon-backspace-light() { content: char-from-code("f201"); }
@mixin icon-backspace-regular() { content: char-from-code("f202"); }
@mixin icon-backup-data-bold() { content: char-from-code("f203"); }
@mixin icon-backup-data-light() { content: char-from-code("f204"); }
@mixin icon-backup-data-regular() { content: char-from-code("f205"); }
@mixin icon-barcode-bold() { content: char-from-code("f206"); }
@mixin icon-barcode-light() { content: char-from-code("f207"); }
@mixin icon-barcode-regular() { content: char-from-code("f208"); }
@mixin icon-barge-call-bold() { content: char-from-code("f209"); }
@mixin icon-barge-call-light() { content: char-from-code("f20a"); }
@mixin icon-barge-call-regular() { content: char-from-code("f20b"); }
@mixin icon-barge-call-silent-bold() { content: char-from-code("f20c"); }
@mixin icon-barge-call-silent-light() { content: char-from-code("f20d"); }
@mixin icon-barge-call-silent-regular() { content: char-from-code("f20e"); }
@mixin icon-battery-charging-bold() { content: char-from-code("f20f"); }
@mixin icon-battery-charging-light() { content: char-from-code("f210"); }
@mixin icon-battery-charging-regular() { content: char-from-code("f211"); }
@mixin icon-battery-empty-bold() { content: char-from-code("f212"); }
@mixin icon-battery-empty-light() { content: char-from-code("f213"); }
@mixin icon-battery-empty-regular() { content: char-from-code("f214"); }
@mixin icon-battery-high-bold() { content: char-from-code("f215"); }
@mixin icon-battery-high-light() { content: char-from-code("f216"); }
@mixin icon-battery-high-regular() { content: char-from-code("f217"); }
@mixin icon-battery-low-bold() { content: char-from-code("f218"); }
@mixin icon-battery-low-light() { content: char-from-code("f219"); }
@mixin icon-battery-low-regular() { content: char-from-code("f21a"); }
@mixin icon-battery-medium-bold() { content: char-from-code("f21b"); }
@mixin icon-battery-medium-light() { content: char-from-code("f21c"); }
@mixin icon-battery-medium-regular() { content: char-from-code("f21d"); }
@mixin icon-bitmoji-connect-bold() { content: char-from-code("f21e"); }
@mixin icon-bitmoji-connect-light() { content: char-from-code("f21f"); }
@mixin icon-bitmoji-connect-regular() { content: char-from-code("f220"); }
@mixin icon-bitmoji-connected-bold() { content: char-from-code("f221"); }
@mixin icon-bitmoji-connected-filled() { content: char-from-code("f222"); }
@mixin icon-bitmoji-connected-light() { content: char-from-code("f223"); }
@mixin icon-bitmoji-connected-regular() { content: char-from-code("f224"); }
@mixin icon-blind-transfer-bold() { content: char-from-code("f225"); }
@mixin icon-blind-transfer-light() { content: char-from-code("f226"); }
@mixin icon-blind-transfer-regular() { content: char-from-code("f227"); }
@mixin icon-block-quote-bold() { content: char-from-code("f228"); }
@mixin icon-block-quote-light() { content: char-from-code("f229"); }
@mixin icon-block-quote-regular() { content: char-from-code("f22a"); }
@mixin icon-blocked-bold() { content: char-from-code("f22b"); }
@mixin icon-blocked-light() { content: char-from-code("f22c"); }
@mixin icon-blocked-regular() { content: char-from-code("f22d"); }
@mixin icon-bluetooth-bold() { content: char-from-code("f22e"); }
@mixin icon-bluetooth-container-muted-bold() { content: char-from-code("f22f"); }
@mixin icon-bluetooth-container-muted-light() { content: char-from-code("f230"); }
@mixin icon-bluetooth-container-muted-regular() { content: char-from-code("f231"); }
@mixin icon-bluetooth-light() { content: char-from-code("f232"); }
@mixin icon-bluetooth-regular() { content: char-from-code("f233"); }
@mixin icon-bold-bold() { content: char-from-code("f234"); }
@mixin icon-bold-light() { content: char-from-code("f235"); }
@mixin icon-bold-regular() { content: char-from-code("f236"); }
@mixin icon-bookmark-bold() { content: char-from-code("f237"); }
@mixin icon-bookmark-light() { content: char-from-code("f238"); }
@mixin icon-bookmark-regular() { content: char-from-code("f239"); }
@mixin icon-bot-active-bold() { content: char-from-code("f23a"); }
@mixin icon-bot-active-light() { content: char-from-code("f23b"); }
@mixin icon-bot-active-regular() { content: char-from-code("f23c"); }
@mixin icon-bot-customer-assistant-bold() { content: char-from-code("f23d"); }
@mixin icon-bot-customer-assistant-light() { content: char-from-code("f23e"); }
@mixin icon-bot-customer-assistant-regular() { content: char-from-code("f23f"); }
@mixin icon-bot-expert-assistant-bold() { content: char-from-code("f240"); }
@mixin icon-bot-expert-assistant-light() { content: char-from-code("f241"); }
@mixin icon-bot-expert-assistant-regular() { content: char-from-code("f242"); }
@mixin icon-bot-inactive-bold() { content: char-from-code("f243"); }
@mixin icon-bot-inactive-light() { content: char-from-code("f244"); }
@mixin icon-bot-inactive-regular() { content: char-from-code("f245"); }
@mixin icon-box-bold() { content: char-from-code("f246"); }
@mixin icon-box-light() { content: char-from-code("f247"); }
@mixin icon-box-regular() { content: char-from-code("f248"); }
@mixin icon-breakout-session-bold() { content: char-from-code("f249"); }
@mixin icon-breakout-session-filled() { content: char-from-code("f24a"); }
@mixin icon-breakout-session-light() { content: char-from-code("f24b"); }
@mixin icon-breakout-session-regular() { content: char-from-code("f24c"); }
@mixin icon-brightness-bold() { content: char-from-code("f24d"); }
@mixin icon-brightness-high-bold() { content: char-from-code("f24e"); }
@mixin icon-brightness-high-light() { content: char-from-code("f24f"); }
@mixin icon-brightness-high-regular() { content: char-from-code("f250"); }
@mixin icon-brightness-light() { content: char-from-code("f251"); }
@mixin icon-brightness-regular() { content: char-from-code("f252"); }
@mixin icon-broken-file-bold() { content: char-from-code("f253"); }
@mixin icon-broken-file-filled() { content: char-from-code("f254"); }
@mixin icon-broken-file-light() { content: char-from-code("f255"); }
@mixin icon-broken-file-regular() { content: char-from-code("f256"); }
@mixin icon-browser-bold() { content: char-from-code("f257"); }
@mixin icon-browser-light() { content: char-from-code("f258"); }
@mixin icon-browser-regular() { content: char-from-code("f259"); }
@mixin icon-busy-presence-bold() { content: char-from-code("f25a"); }
@mixin icon-busy-presence-light() { content: char-from-code("f25b"); }
@mixin icon-busy-presence-regular() { content: char-from-code("f25c"); }
@mixin icon-button-100-bold() { content: char-from-code("f25d"); }
@mixin icon-button-100-light() { content: char-from-code("f25e"); }
@mixin icon-button-100-regular() { content: char-from-code("f25f"); }
@mixin icon-caledar-today-bold() { content: char-from-code("f260"); }
@mixin icon-caledar-today-light() { content: char-from-code("f261"); }
@mixin icon-caledar-today-regular() { content: char-from-code("f262"); }
@mixin icon-calendar-add-bold() { content: char-from-code("f263"); }
@mixin icon-calendar-add-filled() { content: char-from-code("f264"); }
@mixin icon-calendar-add-light() { content: char-from-code("f265"); }
@mixin icon-calendar-add-regular() { content: char-from-code("f266"); }
@mixin icon-calendar-day-bold() { content: char-from-code("f267"); }
@mixin icon-calendar-day-filled() { content: char-from-code("f268"); }
@mixin icon-calendar-day-light() { content: char-from-code("f269"); }
@mixin icon-calendar-day-regular() { content: char-from-code("f26a"); }
@mixin icon-calendar-empty-bold() { content: char-from-code("f26b"); }
@mixin icon-calendar-empty-filled() { content: char-from-code("f26c"); }
@mixin icon-calendar-empty-light() { content: char-from-code("f26d"); }
@mixin icon-calendar-empty-regular() { content: char-from-code("f26e"); }
@mixin icon-calendar-external-bold() { content: char-from-code("f26f"); }
@mixin icon-calendar-external-light() { content: char-from-code("f270"); }
@mixin icon-calendar-external-regular() { content: char-from-code("f271"); }
@mixin icon-calendar-filter-bold() { content: char-from-code("f272"); }
@mixin icon-calendar-filter-light() { content: char-from-code("f273"); }
@mixin icon-calendar-filter-regular() { content: char-from-code("f274"); }
@mixin icon-calendar-month-bold() { content: char-from-code("f275"); }
@mixin icon-calendar-month-filled() { content: char-from-code("f276"); }
@mixin icon-calendar-month-light() { content: char-from-code("f277"); }
@mixin icon-calendar-month-regular() { content: char-from-code("f278"); }
@mixin icon-calendar-week-bold() { content: char-from-code("f279"); }
@mixin icon-calendar-week-filled() { content: char-from-code("f27a"); }
@mixin icon-calendar-week-light() { content: char-from-code("f27b"); }
@mixin icon-calendar-week-regular() { content: char-from-code("f27c"); }
@mixin icon-calendar-week-view-bold() { content: char-from-code("f27d"); }
@mixin icon-calendar-week-view-filled() { content: char-from-code("f27e"); }
@mixin icon-calendar-week-view-light() { content: char-from-code("f27f"); }
@mixin icon-calendar-week-view-regular() { content: char-from-code("f280"); }
@mixin icon-calendar-work-week-bold() { content: char-from-code("f281"); }
@mixin icon-calendar-work-week-filled() { content: char-from-code("f282"); }
@mixin icon-calendar-work-week-light() { content: char-from-code("f283"); }
@mixin icon-calendar-work-week-regular() { content: char-from-code("f284"); }
@mixin icon-call-blind-transfer-bold() { content: char-from-code("f285"); }
@mixin icon-call-blind-transfer-light() { content: char-from-code("f286"); }
@mixin icon-call-blind-transfer-regular() { content: char-from-code("f287"); }
@mixin icon-call-forward-settings-bold() { content: char-from-code("f288"); }
@mixin icon-call-forward-settings-filled() { content: char-from-code("f289"); }
@mixin icon-call-forward-settings-light() { content: char-from-code("f28a"); }
@mixin icon-call-forward-settings-regular() { content: char-from-code("f28b"); }
@mixin icon-call-handling-bold() { content: char-from-code("f28c"); }
@mixin icon-call-handling-light() { content: char-from-code("f28d"); }
@mixin icon-call-handling-regular() { content: char-from-code("f28e"); }
@mixin icon-call-hold-bold() { content: char-from-code("f28f"); }
@mixin icon-call-hold-filled() { content: char-from-code("f290"); }
@mixin icon-call-hold-light() { content: char-from-code("f291"); }
@mixin icon-call-hold-regular() { content: char-from-code("f292"); }
@mixin icon-call-incoming-bold() { content: char-from-code("f293"); }
@mixin icon-call-incoming-light() { content: char-from-code("f294"); }
@mixin icon-call-incoming-regular() { content: char-from-code("f295"); }
@mixin icon-call-list-bold() { content: char-from-code("f296"); }
@mixin icon-call-list-light() { content: char-from-code("f297"); }
@mixin icon-call-list-regular() { content: char-from-code("f298"); }
@mixin icon-call-merge-bold() { content: char-from-code("f299"); }
@mixin icon-call-merge-light() { content: char-from-code("f29a"); }
@mixin icon-call-merge-regular() { content: char-from-code("f29b"); }
@mixin icon-call-more-bold() { content: char-from-code("f29c"); }
@mixin icon-call-more-light() { content: char-from-code("f29d"); }
@mixin icon-call-more-regular() { content: char-from-code("f29e"); }
@mixin icon-call-outgoing-bold() { content: char-from-code("f29f"); }
@mixin icon-call-outgoing-light() { content: char-from-code("f2a0"); }
@mixin icon-call-outgoing-regular() { content: char-from-code("f2a1"); }
@mixin icon-call-pickup-bold() { content: char-from-code("f2a2"); }
@mixin icon-call-pickup-filled() { content: char-from-code("f2a3"); }
@mixin icon-call-pickup-light() { content: char-from-code("f2a4"); }
@mixin icon-call-pickup-regular() { content: char-from-code("f2a5"); }
@mixin icon-call-private-bold() { content: char-from-code("f2a6"); }
@mixin icon-call-private-light() { content: char-from-code("f2a7"); }
@mixin icon-call-private-regular() { content: char-from-code("f2a8"); }
@mixin icon-call-request-bold() { content: char-from-code("f2a9"); }
@mixin icon-call-request-filled() { content: char-from-code("f2aa"); }
@mixin icon-call-request-light() { content: char-from-code("f2ab"); }
@mixin icon-call-request-regular() { content: char-from-code("f2ac"); }
@mixin icon-call-return-bold() { content: char-from-code("f2ad"); }
@mixin icon-call-return-filled() { content: char-from-code("f2ae"); }
@mixin icon-call-return-light() { content: char-from-code("f2af"); }
@mixin icon-call-return-regular() { content: char-from-code("f2b0"); }
@mixin icon-call-room-bold() { content: char-from-code("f2b1"); }
@mixin icon-call-room-light() { content: char-from-code("f2b2"); }
@mixin icon-call-room-regular() { content: char-from-code("f2b3"); }
@mixin icon-call-settings-bold() { content: char-from-code("f2b4"); }
@mixin icon-call-settings-light() { content: char-from-code("f2b5"); }
@mixin icon-call-settings-regular() { content: char-from-code("f2b6"); }
@mixin icon-call-split-bold() { content: char-from-code("f2b7"); }
@mixin icon-call-split-light() { content: char-from-code("f2b8"); }
@mixin icon-call-split-regular() { content: char-from-code("f2b9"); }
@mixin icon-call-swap-bold() { content: char-from-code("f2ba"); }
@mixin icon-call-swap-light() { content: char-from-code("f2bb"); }
@mixin icon-call-swap-regular() { content: char-from-code("f2bc"); }
@mixin icon-call-voicemail-bold() { content: char-from-code("f2bd"); }
@mixin icon-call-voicemail-light() { content: char-from-code("f2be"); }
@mixin icon-call-voicemail-regular() { content: char-from-code("f2bf"); }
@mixin icon-callrate-bold() { content: char-from-code("f2c0"); }
@mixin icon-callrate-light() { content: char-from-code("f2c1"); }
@mixin icon-callrate-regular() { content: char-from-code("f2c2"); }
@mixin icon-camera-aux-bold() { content: char-from-code("f2c3"); }
@mixin icon-camera-aux-filled() { content: char-from-code("f2c4"); }
@mixin icon-camera-aux-light() { content: char-from-code("f2c5"); }
@mixin icon-camera-aux-regular() { content: char-from-code("f2c6"); }
@mixin icon-camera-bold() { content: char-from-code("f2c7"); }
@mixin icon-camera-filled() { content: char-from-code("f2c8"); }
@mixin icon-camera-light() { content: char-from-code("f2c9"); }
@mixin icon-camera-muted-bold() { content: char-from-code("f2ca"); }
@mixin icon-camera-muted-circle-filled() { content: char-from-code("f2cb"); }
@mixin icon-camera-muted-filled() { content: char-from-code("f2cc"); }
@mixin icon-camera-muted-light() { content: char-from-code("f2cd"); }
@mixin icon-camera-muted-regular() { content: char-from-code("f2ce"); }
@mixin icon-camera-on-bold() { content: char-from-code("f2cf"); }
@mixin icon-camera-on-colored-bold() { content: char-from-code("f2d0"); }
@mixin icon-camera-on-colored-filled() { content: char-from-code("f2d1"); }
@mixin icon-camera-on-colored-light() { content: char-from-code("f2d2"); }
@mixin icon-camera-on-colored-regular() { content: char-from-code("f2d3"); }
@mixin icon-camera-on-filled() { content: char-from-code("f2d4"); }
@mixin icon-camera-on-light() { content: char-from-code("f2d5"); }
@mixin icon-camera-on-regular() { content: char-from-code("f2d6"); }
@mixin icon-camera-photo-bold() { content: char-from-code("f2d7"); }
@mixin icon-camera-photo-filled() { content: char-from-code("f2d8"); }
@mixin icon-camera-photo-light() { content: char-from-code("f2d9"); }
@mixin icon-camera-photo-regular() { content: char-from-code("f2da"); }
@mixin icon-camera-presence-bold() { content: char-from-code("f2db"); }
@mixin icon-camera-presence-filled() { content: char-from-code("f2dc"); }
@mixin icon-camera-presence-light() { content: char-from-code("f2dd"); }
@mixin icon-camera-presence-regular() { content: char-from-code("f2de"); }
@mixin icon-camera-regular() { content: char-from-code("f2df"); }
@mixin icon-camera-swap-bold() { content: char-from-code("f2e0"); }
@mixin icon-camera-swap-light() { content: char-from-code("f2e1"); }
@mixin icon-camera-swap-regular() { content: char-from-code("f2e2"); }
@mixin icon-cancel-bold() { content: char-from-code("f2e3"); }
@mixin icon-cancel-light() { content: char-from-code("f2e4"); }
@mixin icon-cancel-regular() { content: char-from-code("f2e5"); }
@mixin icon-caps-lock-bold() { content: char-from-code("f2e6"); }
@mixin icon-caps-lock-light() { content: char-from-code("f2e7"); }
@mixin icon-caps-lock-regular() { content: char-from-code("f2e8"); }
@mixin icon-capture-rewind-bold() { content: char-from-code("f2e9"); }
@mixin icon-capture-rewind-light() { content: char-from-code("f2ea"); }
@mixin icon-capture-rewind-regular() { content: char-from-code("f2eb"); }
@mixin icon-carousel-bold() { content: char-from-code("f2ec"); }
@mixin icon-carousel-light() { content: char-from-code("f2ed"); }
@mixin icon-carousel-regular() { content: char-from-code("f2ee"); }
@mixin icon-carousel-text-bold() { content: char-from-code("f2ef"); }
@mixin icon-carousel-text-light() { content: char-from-code("f2f0"); }
@mixin icon-carousel-text-regular() { content: char-from-code("f2f1"); }
@mixin icon-cellular-bold() { content: char-from-code("f2f2"); }
@mixin icon-cellular-light() { content: char-from-code("f2f3"); }
@mixin icon-cellular-regular() { content: char-from-code("f2f4"); }
@mixin icon-center-aligned-bold() { content: char-from-code("f2f5"); }
@mixin icon-center-aligned-light() { content: char-from-code("f2f6"); }
@mixin icon-center-aligned-regular() { content: char-from-code("f2f7"); }
@mixin icon-center-bold() { content: char-from-code("f2f8"); }
@mixin icon-center-light() { content: char-from-code("f2f9"); }
@mixin icon-center-regular() { content: char-from-code("f2fa"); }
@mixin icon-certified-bold() { content: char-from-code("f2fb"); }
@mixin icon-certified-light() { content: char-from-code("f2fc"); }
@mixin icon-certified-regular() { content: char-from-code("f2fd"); }
@mixin icon-ch-p-search-bold() { content: char-from-code("f2fe"); }
@mixin icon-ch-p-search-light() { content: char-from-code("f2ff"); }
@mixin icon-ch-p-search-regular() { content: char-from-code("f300"); }
@mixin icon-channel-ussd-bold() { content: char-from-code("f301"); }
@mixin icon-channel-ussd-light() { content: char-from-code("f302"); }
@mixin icon-channel-ussd-regular() { content: char-from-code("f303"); }
@mixin icon-chat-bold() { content: char-from-code("f304"); }
@mixin icon-chat-filled() { content: char-from-code("f305"); }
@mixin icon-chat-group-bold() { content: char-from-code("f306"); }
@mixin icon-chat-group-filled() { content: char-from-code("f307"); }
@mixin icon-chat-group-light() { content: char-from-code("f308"); }
@mixin icon-chat-group-regular() { content: char-from-code("f309"); }
@mixin icon-chat-light() { content: char-from-code("f30a"); }
@mixin icon-chat-mute-bold() { content: char-from-code("f30b"); }
@mixin icon-chat-mute-light() { content: char-from-code("f30c"); }
@mixin icon-chat-mute-regular() { content: char-from-code("f30d"); }
@mixin icon-chat-on-colored-bold() { content: char-from-code("f30e"); }
@mixin icon-chat-on-colored-filled() { content: char-from-code("f30f"); }
@mixin icon-chat-on-colored-light() { content: char-from-code("f310"); }
@mixin icon-chat-on-colored-regular() { content: char-from-code("f311"); }
@mixin icon-chat-regular() { content: char-from-code("f312"); }
@mixin icon-check-bold() { content: char-from-code("f313"); }
@mixin icon-check-circle-badge-filled() { content: char-from-code("f314"); }
@mixin icon-check-circle-bold() { content: char-from-code("f315"); }
@mixin icon-check-circle-filled() { content: char-from-code("f316"); }
@mixin icon-check-circle-light() { content: char-from-code("f317"); }
@mixin icon-check-circle-regular() { content: char-from-code("f318"); }
@mixin icon-check-light() { content: char-from-code("f319"); }
@mixin icon-check-regular() { content: char-from-code("f31a"); }
@mixin icon-checkbox-group-bold() { content: char-from-code("f31b"); }
@mixin icon-checkbox-group-light() { content: char-from-code("f31c"); }
@mixin icon-checkbox-group-regular() { content: char-from-code("f31d"); }
@mixin icon-clear-bold() { content: char-from-code("f31e"); }
@mixin icon-clear-filled() { content: char-from-code("f31f"); }
@mixin icon-clear-light() { content: char-from-code("f320"); }
@mixin icon-clear-regular() { content: char-from-code("f321"); }
@mixin icon-close-space-bold() { content: char-from-code("f322"); }
@mixin icon-close-space-light() { content: char-from-code("f323"); }
@mixin icon-close-space-regular() { content: char-from-code("f324"); }
@mixin icon-closed-caption-badge-bold() { content: char-from-code("f325"); }
@mixin icon-closed-caption-badge-filled() { content: char-from-code("f326"); }
@mixin icon-closed-caption-badge-light() { content: char-from-code("f327"); }
@mixin icon-closed-caption-badge-regular() { content: char-from-code("f328"); }
@mixin icon-closed-captions-bold() { content: char-from-code("f329"); }
@mixin icon-closed-captions-filled() { content: char-from-code("f32a"); }
@mixin icon-closed-captions-light() { content: char-from-code("f32b"); }
@mixin icon-closed-captions-regular() { content: char-from-code("f32c"); }
@mixin icon-cloud-bold() { content: char-from-code("f32d"); }
@mixin icon-cloud-download-bold() { content: char-from-code("f32e"); }
@mixin icon-cloud-download-light() { content: char-from-code("f32f"); }
@mixin icon-cloud-download-regular() { content: char-from-code("f330"); }
@mixin icon-cloud-filled() { content: char-from-code("f331"); }
@mixin icon-cloud-frame-bold() { content: char-from-code("f332"); }
@mixin icon-cloud-frame-filled() { content: char-from-code("f333"); }
@mixin icon-cloud-frame-regular() { content: char-from-code("f334"); }
@mixin icon-cloud-framed-filled() { content: char-from-code("f335"); }
@mixin icon-cloud-framed-light() { content: char-from-code("f336"); }
@mixin icon-cloud-light() { content: char-from-code("f337"); }
@mixin icon-cloud-muted-bold() { content: char-from-code("f338"); }
@mixin icon-cloud-muted-filled() { content: char-from-code("f339"); }
@mixin icon-cloud-muted-light() { content: char-from-code("f33a"); }
@mixin icon-cloud-muted-regular() { content: char-from-code("f33b"); }
@mixin icon-cloud-regular() { content: char-from-code("f33c"); }
@mixin icon-cloud-upload-bold() { content: char-from-code("f33d"); }
@mixin icon-cloud-upload-light() { content: char-from-code("f33e"); }
@mixin icon-cloud-upload-regular() { content: char-from-code("f33f"); }
@mixin icon-code-block-bold() { content: char-from-code("f340"); }
@mixin icon-code-block-light() { content: char-from-code("f341"); }
@mixin icon-code-block-regular() { content: char-from-code("f342"); }
@mixin icon-color-bold() { content: char-from-code("f343"); }
@mixin icon-color-light() { content: char-from-code("f344"); }
@mixin icon-color-regular() { content: char-from-code("f345"); }
@mixin icon-colour-palette-bold() { content: char-from-code("f346"); }
@mixin icon-colour-palette-filled() { content: char-from-code("f347"); }
@mixin icon-colour-palette-light() { content: char-from-code("f348"); }
@mixin icon-colour-palette-regular() { content: char-from-code("f349"); }
@mixin icon-commenting-bold() { content: char-from-code("f34a"); }
@mixin icon-commenting-filled() { content: char-from-code("f34b"); }
@mixin icon-commenting-light() { content: char-from-code("f34c"); }
@mixin icon-commenting-regular() { content: char-from-code("f34d"); }
@mixin icon-company-bold() { content: char-from-code("f34e"); }
@mixin icon-company-light() { content: char-from-code("f34f"); }
@mixin icon-company-regular() { content: char-from-code("f350"); }
@mixin icon-completed-by-time-bold() { content: char-from-code("f351"); }
@mixin icon-completed-by-time-light() { content: char-from-code("f352"); }
@mixin icon-completed-by-time-regular() { content: char-from-code("f353"); }
@mixin icon-computer-bold() { content: char-from-code("f354"); }
@mixin icon-computer-light() { content: char-from-code("f355"); }
@mixin icon-computer-regular() { content: char-from-code("f356"); }
@mixin icon-concierge-bold() { content: char-from-code("f357"); }
@mixin icon-concierge-light() { content: char-from-code("f358"); }
@mixin icon-concierge-regular() { content: char-from-code("f359"); }
@mixin icon-conditional-block-bold() { content: char-from-code("f35a"); }
@mixin icon-conditional-block-light() { content: char-from-code("f35b"); }
@mixin icon-conditional-block-regular() { content: char-from-code("f35c"); }
@mixin icon-contact-card-bold() { content: char-from-code("f35d"); }
@mixin icon-contact-card-filled() { content: char-from-code("f35e"); }
@mixin icon-contact-card-light() { content: char-from-code("f35f"); }
@mixin icon-contact-card-regular() { content: char-from-code("f360"); }
@mixin icon-contact-group-bold() { content: char-from-code("f361"); }
@mixin icon-contact-group-filled() { content: char-from-code("f362"); }
@mixin icon-contact-group-light() { content: char-from-code("f363"); }
@mixin icon-contact-group-regular() { content: char-from-code("f364"); }
@mixin icon-contacts-bold() { content: char-from-code("f365"); }
@mixin icon-contacts-filled() { content: char-from-code("f366"); }
@mixin icon-contacts-light() { content: char-from-code("f367"); }
@mixin icon-contacts-regular() { content: char-from-code("f368"); }
@mixin icon-content-download-bold() { content: char-from-code("f369"); }
@mixin icon-content-download-filled() { content: char-from-code("f36a"); }
@mixin icon-content-download-light() { content: char-from-code("f36b"); }
@mixin icon-content-download-regular() { content: char-from-code("f36c"); }
@mixin icon-content-share-bold() { content: char-from-code("f36d"); }
@mixin icon-content-share-light() { content: char-from-code("f36e"); }
@mixin icon-content-share-regular() { content: char-from-code("f36f"); }
@mixin icon-contrast-bold() { content: char-from-code("f370"); }
@mixin icon-contrast-light() { content: char-from-code("f371"); }
@mixin icon-contrast-regular() { content: char-from-code("f372"); }
@mixin icon-copy-bold() { content: char-from-code("f373"); }
@mixin icon-copy-light() { content: char-from-code("f374"); }
@mixin icon-copy-regular() { content: char-from-code("f375"); }
@mixin icon-cpu-bold() { content: char-from-code("f376"); }
@mixin icon-cpu-light() { content: char-from-code("f377"); }
@mixin icon-cpu-regular() { content: char-from-code("f378"); }
@mixin icon-create-a-group-bold() { content: char-from-code("f379"); }
@mixin icon-create-a-group-light() { content: char-from-code("f37a"); }
@mixin icon-create-a-group-regular() { content: char-from-code("f37b"); }
@mixin icon-crop-bold() { content: char-from-code("f37c"); }
@mixin icon-crop-light() { content: char-from-code("f37d"); }
@mixin icon-crop-regular() { content: char-from-code("f37e"); }
@mixin icon-cucm-connection-bold() { content: char-from-code("f37f"); }
@mixin icon-cucm-connection-light() { content: char-from-code("f380"); }
@mixin icon-cucm-connection-regular() { content: char-from-code("f381"); }
@mixin icon-daily-recurring-schedule-node-bold() { content: char-from-code("f382"); }
@mixin icon-daily-recurring-schedule-node-light() { content: char-from-code("f383"); }
@mixin icon-daily-recurring-schedule-node-regular() { content: char-from-code("f384"); }
@mixin icon-dashboard-bold() { content: char-from-code("f385"); }
@mixin icon-dashboard-filled() { content: char-from-code("f386"); }
@mixin icon-dashboard-light() { content: char-from-code("f387"); }
@mixin icon-dashboard-regular() { content: char-from-code("f388"); }
@mixin icon-data-management-1() { content: char-from-code("f389"); }
@mixin icon-data-management-2() { content: char-from-code("f38a"); }
@mixin icon-data-management() { content: char-from-code("f38b"); }
@mixin icon-delete-bold() { content: char-from-code("f38c"); }
@mixin icon-delete-filled() { content: char-from-code("f38d"); }
@mixin icon-delete-light() { content: char-from-code("f38e"); }
@mixin icon-delete-regular() { content: char-from-code("f38f"); }
@mixin icon-desk-phone-bold() { content: char-from-code("f390"); }
@mixin icon-desk-phone-filled() { content: char-from-code("f391"); }
@mixin icon-desk-phone-light() { content: char-from-code("f392"); }
@mixin icon-desk-phone-regular() { content: char-from-code("f393"); }
@mixin icon-desk-phone-warning-bold() { content: char-from-code("f394"); }
@mixin icon-desk-phone-warning-light() { content: char-from-code("f395"); }
@mixin icon-desk-phone-warning-regular() { content: char-from-code("f396"); }
@mixin icon-device-connection-bold() { content: char-from-code("f397"); }
@mixin icon-device-connection-filled() { content: char-from-code("f398"); }
@mixin icon-device-connection-light() { content: char-from-code("f399"); }
@mixin icon-device-connection-regular() { content: char-from-code("f39a"); }
@mixin icon-device-policy-controller-bold() { content: char-from-code("f39b"); }
@mixin icon-device-policy-controller-light() { content: char-from-code("f39c"); }
@mixin icon-device-policy-controller-regular() { content: char-from-code("f39d"); }
@mixin icon-diagnostics-bold() { content: char-from-code("f39e"); }
@mixin icon-diagnostics-light() { content: char-from-code("f39f"); }
@mixin icon-diagnostics-regular() { content: char-from-code("f3a0"); }
@mixin icon-dialpad-bold() { content: char-from-code("f3a1"); }
@mixin icon-dialpad-light() { content: char-from-code("f3a2"); }
@mixin icon-dialpad-regular() { content: char-from-code("f3a3"); }
@mixin icon-directional-pad-bold() { content: char-from-code("f3a4"); }
@mixin icon-directional-pad-filled() { content: char-from-code("f3a5"); }
@mixin icon-directional-pad-light() { content: char-from-code("f3a6"); }
@mixin icon-directional-pad-regular() { content: char-from-code("f3a7"); }
@mixin icon-directory-bold() { content: char-from-code("f3a8"); }
@mixin icon-directory-light() { content: char-from-code("f3a9"); }
@mixin icon-directory-regular() { content: char-from-code("f3aa"); }
@mixin icon-disc-bold() { content: char-from-code("f3ab"); }
@mixin icon-disc-disconnected-bold() { content: char-from-code("f3ac"); }
@mixin icon-disc-disconnected-light() { content: char-from-code("f3ad"); }
@mixin icon-disc-disconnected-regular() { content: char-from-code("f3ae"); }
@mixin icon-disc-light() { content: char-from-code("f3af"); }
@mixin icon-disc-regular() { content: char-from-code("f3b0"); }
@mixin icon-disconnect-bold() { content: char-from-code("f3b1"); }
@mixin icon-disconnect-filled() { content: char-from-code("f3b2"); }
@mixin icon-disconnect-light() { content: char-from-code("f3b3"); }
@mixin icon-disconnect-regular() { content: char-from-code("f3b4"); }
@mixin icon-dislike-bold() { content: char-from-code("f3b5"); }
@mixin icon-dislike-filled() { content: char-from-code("f3b6"); }
@mixin icon-dislike-light() { content: char-from-code("f3b7"); }
@mixin icon-dislike-regular() { content: char-from-code("f3b8"); }
@mixin icon-display-bold() { content: char-from-code("f3b9"); }
@mixin icon-display-input-bold() { content: char-from-code("f3ba"); }
@mixin icon-display-input-light() { content: char-from-code("f3bb"); }
@mixin icon-display-input-regular() { content: char-from-code("f3bc"); }
@mixin icon-display-light() { content: char-from-code("f3bd"); }
@mixin icon-display-regular() { content: char-from-code("f3be"); }
@mixin icon-display-warning-bold() { content: char-from-code("f3bf"); }
@mixin icon-display-warning-light() { content: char-from-code("f3c0"); }
@mixin icon-display-warning-regular() { content: char-from-code("f3c1"); }
@mixin icon-distribute-horizontal-bold() { content: char-from-code("f3c2"); }
@mixin icon-distribute-horizontal-filled() { content: char-from-code("f3c3"); }
@mixin icon-distribute-horizontal-light() { content: char-from-code("f3c4"); }
@mixin icon-distribute-horizontal-regular() { content: char-from-code("f3c5"); }
@mixin icon-distribute-vertically-bold() { content: char-from-code("f3c6"); }
@mixin icon-distribute-vertically-filled() { content: char-from-code("f3c7"); }
@mixin icon-distribute-vertically-light() { content: char-from-code("f3c8"); }
@mixin icon-distribute-vertically-regular() { content: char-from-code("f3c9"); }
@mixin icon-dnd-presence-bold() { content: char-from-code("f3ca"); }
@mixin icon-dnd-presence-filled() { content: char-from-code("f3cb"); }
@mixin icon-dnd-presence-light() { content: char-from-code("f3cc"); }
@mixin icon-dnd-presence-regular() { content: char-from-code("f3cd"); }
@mixin icon-dnd-presence-small-filled() { content: char-from-code("f3ce"); }
@mixin icon-document-bold() { content: char-from-code("f3cf"); }
@mixin icon-document-camera-bold() { content: char-from-code("f3d0"); }
@mixin icon-document-camera-disconnected-bold() { content: char-from-code("f3d1"); }
@mixin icon-document-camera-disconnected-light() { content: char-from-code("f3d2"); }
@mixin icon-document-camera-disconnected-regular() { content: char-from-code("f3d3"); }
@mixin icon-document-camera-light() { content: char-from-code("f3d4"); }
@mixin icon-document-camera-regular() { content: char-from-code("f3d5"); }
@mixin icon-document-create-bold() { content: char-from-code("f3d6"); }
@mixin icon-document-create-filled() { content: char-from-code("f3d7"); }
@mixin icon-document-create-light() { content: char-from-code("f3d8"); }
@mixin icon-document-create-regular() { content: char-from-code("f3d9"); }
@mixin icon-document-filled() { content: char-from-code("f3da"); }
@mixin icon-document-light() { content: char-from-code("f3db"); }
@mixin icon-document-move-bold() { content: char-from-code("f3dc"); }
@mixin icon-document-move-filled() { content: char-from-code("f3dd"); }
@mixin icon-document-move-light() { content: char-from-code("f3de"); }
@mixin icon-document-move-regular() { content: char-from-code("f3df"); }
@mixin icon-document-regular() { content: char-from-code("f3e0"); }
@mixin icon-document-share-bold() { content: char-from-code("f3e1"); }
@mixin icon-document-share-filled() { content: char-from-code("f3e2"); }
@mixin icon-document-share-light() { content: char-from-code("f3e3"); }
@mixin icon-document-share-regular() { content: char-from-code("f3e4"); }
@mixin icon-done-all-bold() { content: char-from-code("f3e5"); }
@mixin icon-done-all-light() { content: char-from-code("f3e6"); }
@mixin icon-done-all-regular() { content: char-from-code("f3e7"); }
@mixin icon-donut-chart-bold() { content: char-from-code("f3e8"); }
@mixin icon-donut-chart-filled() { content: char-from-code("f3e9"); }
@mixin icon-donut-chart-light() { content: char-from-code("f3ea"); }
@mixin icon-donut-chart-regular() { content: char-from-code("f3eb"); }
@mixin icon-download-bold() { content: char-from-code("f3ec"); }
@mixin icon-download-filled() { content: char-from-code("f3ed"); }
@mixin icon-download-light() { content: char-from-code("f3ee"); }
@mixin icon-download-regular() { content: char-from-code("f3ef"); }
@mixin icon-draft-bold() { content: char-from-code("f3f0"); }
@mixin icon-draft-filled() { content: char-from-code("f3f1"); }
@mixin icon-draft-indicator-bold() { content: char-from-code("f3f2"); }
@mixin icon-draft-indicator-small-filled() { content: char-from-code("f3f3"); }
@mixin icon-draft-light() { content: char-from-code("f3f4"); }
@mixin icon-draft-regular() { content: char-from-code("f3f5"); }
@mixin icon-drag-bold() { content: char-from-code("f3f6"); }
@mixin icon-drag-light() { content: char-from-code("f3f7"); }
@mixin icon-drag-regular() { content: char-from-code("f3f8"); }
@mixin icon-dropdown-bold() { content: char-from-code("f3f9"); }
@mixin icon-dropdown-light() { content: char-from-code("f3fa"); }
@mixin icon-dropdown-regular() { content: char-from-code("f3fb"); }
@mixin icon-dx70-bold() { content: char-from-code("f3fc"); }
@mixin icon-dx70-light() { content: char-from-code("f3fd"); }
@mixin icon-dx70-regular() { content: char-from-code("f3fe"); }
@mixin icon-dx80-bold() { content: char-from-code("f3ff"); }
@mixin icon-dx80-filled() { content: char-from-code("f400"); }
@mixin icon-dx80-light() { content: char-from-code("f401"); }
@mixin icon-dx80-regular() { content: char-from-code("f402"); }
@mixin icon-edit-bold() { content: char-from-code("f403"); }
@mixin icon-edit-light() { content: char-from-code("f404"); }
@mixin icon-edit-regular() { content: char-from-code("f405"); }
@mixin icon-editable-partial-bold() { content: char-from-code("f406"); }
@mixin icon-editable-partial-light() { content: char-from-code("f407"); }
@mixin icon-editable-partial-regular() { content: char-from-code("f408"); }
@mixin icon-education-bold() { content: char-from-code("f409"); }
@mixin icon-education-filled() { content: char-from-code("f40a"); }
@mixin icon-education-light() { content: char-from-code("f40b"); }
@mixin icon-education-regular() { content: char-from-code("f40c"); }
@mixin icon-email-bold() { content: char-from-code("f40d"); }
@mixin icon-email-delivered-bold() { content: char-from-code("f40e"); }
@mixin icon-email-delivered-light() { content: char-from-code("f40f"); }
@mixin icon-email-delivered-regular() { content: char-from-code("f410"); }
@mixin icon-email-failure-bold() { content: char-from-code("f411"); }
@mixin icon-email-failure-light() { content: char-from-code("f412"); }
@mixin icon-email-failure-regular() { content: char-from-code("f413"); }
@mixin icon-email-filled() { content: char-from-code("f414"); }
@mixin icon-email-invite-bold() { content: char-from-code("f415"); }
@mixin icon-email-invite-light() { content: char-from-code("f416"); }
@mixin icon-email-invite-regular() { content: char-from-code("f417"); }
@mixin icon-email-light() { content: char-from-code("f418"); }
@mixin icon-email-read-bold() { content: char-from-code("f419"); }
@mixin icon-email-read-filled() { content: char-from-code("f41a"); }
@mixin icon-email-read-light() { content: char-from-code("f41b"); }
@mixin icon-email-read-regular() { content: char-from-code("f41c"); }
@mixin icon-email-regular() { content: char-from-code("f41d"); }
@mixin icon-emoji-excited-bold() { content: char-from-code("f41e"); }
@mixin icon-emoji-excited-filled() { content: char-from-code("f41f"); }
@mixin icon-emoji-happy-bold() { content: char-from-code("f420"); }
@mixin icon-emoji-happy-filled() { content: char-from-code("f421"); }
@mixin icon-emoji-happy-light() { content: char-from-code("f422"); }
@mixin icon-emoji-happy-regular() { content: char-from-code("f423"); }
@mixin icon-emoji-passive-bold() { content: char-from-code("f424"); }
@mixin icon-emoji-passive-filled() { content: char-from-code("f425"); }
@mixin icon-emoji-passive-light() { content: char-from-code("f426"); }
@mixin icon-emoji-passive-regular() { content: char-from-code("f427"); }
@mixin icon-emoji-sad-bold() { content: char-from-code("f428"); }
@mixin icon-emoji-sad-filled() { content: char-from-code("f429"); }
@mixin icon-emoji-sad-light() { content: char-from-code("f42a"); }
@mixin icon-emoji-sad-regular() { content: char-from-code("f42b"); }
@mixin icon-emoji-unhappy-bold() { content: char-from-code("f42c"); }
@mixin icon-emoji-unhappy-filled() { content: char-from-code("f42d"); }
@mixin icon-encryption-circle-filled() { content: char-from-code("f42e"); }
@mixin icon-encryption-filled() { content: char-from-code("f42f"); }
@mixin icon-end-remote-desktop-control-bold() { content: char-from-code("f430"); }
@mixin icon-end-remote-desktop-control-light() { content: char-from-code("f431"); }
@mixin icon-end-remote-desktop-control-regular() { content: char-from-code("f432"); }
@mixin icon-end-to-end-encryption-circle-filled() { content: char-from-code("f433"); }
@mixin icon-end-to-end-encryption-filled() { content: char-from-code("f434"); }
@mixin icon-endpoint-blocked-bold() { content: char-from-code("f435"); }
@mixin icon-endpoint-blocked-light() { content: char-from-code("f436"); }
@mixin icon-endpoint-blocked-regular() { content: char-from-code("f437"); }
@mixin icon-endpoint-bold() { content: char-from-code("f438"); }
@mixin icon-endpoint-g2-70-bold() { content: char-from-code("f439"); }
@mixin icon-endpoint-g2-70-dual-bold() { content: char-from-code("f43a"); }
@mixin icon-endpoint-g2-70-dual-light() { content: char-from-code("f43b"); }
@mixin icon-endpoint-g2-70-dual-regular() { content: char-from-code("f43c"); }
@mixin icon-endpoint-g2-70-light() { content: char-from-code("f43d"); }
@mixin icon-endpoint-g2-70-regular() { content: char-from-code("f43e"); }
@mixin icon-endpoint-g2-bold() { content: char-from-code("f43f"); }
@mixin icon-endpoint-g2-light() { content: char-from-code("f440"); }
@mixin icon-endpoint-g2-regular() { content: char-from-code("f441"); }
@mixin icon-endpoint-g2-stand-bold() { content: char-from-code("f442"); }
@mixin icon-endpoint-g2-stand-light() { content: char-from-code("f443"); }
@mixin icon-endpoint-g2-stand-regular() { content: char-from-code("f444"); }
@mixin icon-endpoint-light() { content: char-from-code("f445"); }
@mixin icon-endpoint-mx800-bold() { content: char-from-code("f446"); }
@mixin icon-endpoint-mx800-dual-bold() { content: char-from-code("f447"); }
@mixin icon-endpoint-mx800-dual-light() { content: char-from-code("f448"); }
@mixin icon-endpoint-mx800-dual-regular() { content: char-from-code("f449"); }
@mixin icon-endpoint-mx800-light() { content: char-from-code("f44a"); }
@mixin icon-endpoint-mx800-regular() { content: char-from-code("f44b"); }
@mixin icon-endpoint-regular() { content: char-from-code("f44c"); }
@mixin icon-endpoint-stand-bold() { content: char-from-code("f44d"); }
@mixin icon-endpoint-stand-filled() { content: char-from-code("f44e"); }
@mixin icon-endpoint-stand-light() { content: char-from-code("f44f"); }
@mixin icon-endpoint-stand-regular() { content: char-from-code("f450"); }
@mixin icon-endpoint-warning-bold() { content: char-from-code("f451"); }
@mixin icon-endpoint-warning-light() { content: char-from-code("f452"); }
@mixin icon-endpoint-warning-regular() { content: char-from-code("f453"); }
@mixin icon-enter-bold() { content: char-from-code("f454"); }
@mixin icon-enter-light() { content: char-from-code("f455"); }
@mixin icon-enter-regular() { content: char-from-code("f456"); }
@mixin icon-enter-room-bold() { content: char-from-code("f457"); }
@mixin icon-enter-room-filled() { content: char-from-code("f458"); }
@mixin icon-enter-room-light() { content: char-from-code("f459"); }
@mixin icon-enter-room-regular() { content: char-from-code("f45a"); }
@mixin icon-eraser-bold() { content: char-from-code("f45b"); }
@mixin icon-eraser-filled() { content: char-from-code("f45c"); }
@mixin icon-eraser-light() { content: char-from-code("f45d"); }
@mixin icon-eraser-regular() { content: char-from-code("f45e"); }
@mixin icon-error-legacy-badge-filled() { content: char-from-code("f45f"); }
@mixin icon-error-legacy-bold() { content: char-from-code("f460"); }
@mixin icon-error-legacy-filled() { content: char-from-code("f461"); }
@mixin icon-error-legacy-light() { content: char-from-code("f462"); }
@mixin icon-error-legacy-regular() { content: char-from-code("f463"); }
@mixin icon-ethernet-bold() { content: char-from-code("f464"); }
@mixin icon-ethernet-light() { content: char-from-code("f465"); }
@mixin icon-ethernet-regular() { content: char-from-code("f466"); }
@mixin icon-event-bold() { content: char-from-code("f467"); }
@mixin icon-event-light() { content: char-from-code("f468"); }
@mixin icon-event-regular() { content: char-from-code("f469"); }
@mixin icon-exchange-bold() { content: char-from-code("f46a"); }
@mixin icon-exchange-light() { content: char-from-code("f46b"); }
@mixin icon-exchange-regular() { content: char-from-code("f46c"); }
@mixin icon-exit-room-bold() { content: char-from-code("f46d"); }
@mixin icon-exit-room-light() { content: char-from-code("f46e"); }
@mixin icon-exit-room-regular() { content: char-from-code("f46f"); }
@mixin icon-exlude-bold() { content: char-from-code("f470"); }
@mixin icon-exlude-light() { content: char-from-code("f471"); }
@mixin icon-exlude-regular() { content: char-from-code("f472"); }
@mixin icon-explore-bold() { content: char-from-code("f473"); }
@mixin icon-explore-light() { content: char-from-code("f474"); }
@mixin icon-explore-regular() { content: char-from-code("f475"); }
@mixin icon-export-bold() { content: char-from-code("f476"); }
@mixin icon-export-light() { content: char-from-code("f477"); }
@mixin icon-export-regular() { content: char-from-code("f478"); }
@mixin icon-extension-mobility-bold() { content: char-from-code("f479"); }
@mixin icon-extension-mobility-light() { content: char-from-code("f47a"); }
@mixin icon-extension-mobility-regular() { content: char-from-code("f47b"); }
@mixin icon-external-message-bold() { content: char-from-code("f47c"); }
@mixin icon-external-message-light() { content: char-from-code("f47d"); }
@mixin icon-external-message-regular() { content: char-from-code("f47e"); }
@mixin icon-external-user-bold() { content: char-from-code("f47f"); }
@mixin icon-external-user-light() { content: char-from-code("f480"); }
@mixin icon-external-user-regular() { content: char-from-code("f481"); }
@mixin icon-family-font-bold() { content: char-from-code("f482"); }
@mixin icon-family-font-light() { content: char-from-code("f483"); }
@mixin icon-family-font-regular() { content: char-from-code("f484"); }
@mixin icon-fast-forward-bold() { content: char-from-code("f485"); }
@mixin icon-fast-forward-light() { content: char-from-code("f486"); }
@mixin icon-fast-forward-regular() { content: char-from-code("f487"); }
@mixin icon-favorite-bold() { content: char-from-code("f488"); }
@mixin icon-favorite-filled() { content: char-from-code("f489"); }
@mixin icon-favorite-light() { content: char-from-code("f48a"); }
@mixin icon-favorite-regular() { content: char-from-code("f48b"); }
@mixin icon-favorites-bold() { content: char-from-code("f48c"); }
@mixin icon-favorites-filled() { content: char-from-code("f48d"); }
@mixin icon-favorites-light() { content: char-from-code("f48e"); }
@mixin icon-favorites-regular() { content: char-from-code("f48f"); }
@mixin icon-fbw-bold() { content: char-from-code("f490"); }
@mixin icon-fbw-filled() { content: char-from-code("f491"); }
@mixin icon-fbw-light() { content: char-from-code("f492"); }
@mixin icon-fbw-regular() { content: char-from-code("f493"); }
@mixin icon-ffw-bold() { content: char-from-code("f494"); }
@mixin icon-ffw-filled() { content: char-from-code("f495"); }
@mixin icon-ffw-light() { content: char-from-code("f496"); }
@mixin icon-ffw-regular() { content: char-from-code("f497"); }
@mixin icon-file-3D-bold() { content: char-from-code("f498"); }
@mixin icon-file-3D-filled() { content: char-from-code("f499"); }
@mixin icon-file-3D-light() { content: char-from-code("f49a"); }
@mixin icon-file-3D-regular() { content: char-from-code("f49b"); }
@mixin icon-file-analysis-bold() { content: char-from-code("f49c"); }
@mixin icon-file-analysis-filled() { content: char-from-code("f49d"); }
@mixin icon-file-analysis-light() { content: char-from-code("f49e"); }
@mixin icon-file-analysis-regular() { content: char-from-code("f49f"); }
@mixin icon-file-annotation-bold() { content: char-from-code("f4a0"); }
@mixin icon-file-annotation-filled() { content: char-from-code("f4a1"); }
@mixin icon-file-annotation-light() { content: char-from-code("f4a2"); }
@mixin icon-file-annotation-regular() { content: char-from-code("f4a3"); }
@mixin icon-file-audio-bold() { content: char-from-code("f4a4"); }
@mixin icon-file-audio-filled() { content: char-from-code("f4a5"); }
@mixin icon-file-audio-light() { content: char-from-code("f4a6"); }
@mixin icon-file-audio-regular() { content: char-from-code("f4a7"); }
@mixin icon-file-bug-bold() { content: char-from-code("f4a8"); }
@mixin icon-file-bug-filled() { content: char-from-code("f4a9"); }
@mixin icon-file-bug-light() { content: char-from-code("f4aa"); }
@mixin icon-file-bug-regular() { content: char-from-code("f4ab"); }
@mixin icon-file-code-bold() { content: char-from-code("f4ac"); }
@mixin icon-file-code-filled() { content: char-from-code("f4ad"); }
@mixin icon-file-code-light() { content: char-from-code("f4ae"); }
@mixin icon-file-code-regular() { content: char-from-code("f4af"); }
@mixin icon-file-dashboard-bold() { content: char-from-code("f4b0"); }
@mixin icon-file-dashboard-filled() { content: char-from-code("f4b1"); }
@mixin icon-file-dashboard-light() { content: char-from-code("f4b2"); }
@mixin icon-file-dashboard-regular() { content: char-from-code("f4b3"); }
@mixin icon-file-excel-bold() { content: char-from-code("f4b4"); }
@mixin icon-file-excel-filled() { content: char-from-code("f4b5"); }
@mixin icon-file-excel-light() { content: char-from-code("f4b6"); }
@mixin icon-file-excel-regular() { content: char-from-code("f4b7"); }
@mixin icon-file-graph-bold() { content: char-from-code("f4b8"); }
@mixin icon-file-graph-filled() { content: char-from-code("f4b9"); }
@mixin icon-file-graph-light() { content: char-from-code("f4ba"); }
@mixin icon-file-graph-regular() { content: char-from-code("f4bb"); }
@mixin icon-file-image-bold() { content: char-from-code("f4bc"); }
@mixin icon-file-image-filled() { content: char-from-code("f4bd"); }
@mixin icon-file-image-light() { content: char-from-code("f4be"); }
@mixin icon-file-image-none-bold() { content: char-from-code("f4bf"); }
@mixin icon-file-image-none-light() { content: char-from-code("f4c0"); }
@mixin icon-file-image-none-regular() { content: char-from-code("f4c1"); }
@mixin icon-file-image-regular() { content: char-from-code("f4c2"); }
@mixin icon-file-keynote-bold() { content: char-from-code("f4c3"); }
@mixin icon-file-keynote-filled() { content: char-from-code("f4c4"); }
@mixin icon-file-keynote-light() { content: char-from-code("f4c5"); }
@mixin icon-file-keynote-regular() { content: char-from-code("f4c6"); }
@mixin icon-file-locked-bold() { content: char-from-code("f4c7"); }
@mixin icon-file-locked-filled() { content: char-from-code("f4c8"); }
@mixin icon-file-locked-light() { content: char-from-code("f4c9"); }
@mixin icon-file-locked-regular() { content: char-from-code("f4ca"); }
@mixin icon-file-missing-bold() { content: char-from-code("f4cb"); }
@mixin icon-file-missing-filled() { content: char-from-code("f4cc"); }
@mixin icon-file-missing-light() { content: char-from-code("f4cd"); }
@mixin icon-file-missing-regular() { content: char-from-code("f4ce"); }
@mixin icon-file-music-bold() { content: char-from-code("f4cf"); }
@mixin icon-file-music-filled() { content: char-from-code("f4d0"); }
@mixin icon-file-music-light() { content: char-from-code("f4d1"); }
@mixin icon-file-music-regular() { content: char-from-code("f4d2"); }
@mixin icon-file-onenote-bold() { content: char-from-code("f4d3"); }
@mixin icon-file-onenote-filled() { content: char-from-code("f4d4"); }
@mixin icon-file-onenote-light() { content: char-from-code("f4d5"); }
@mixin icon-file-onenote-regular() { content: char-from-code("f4d6"); }
@mixin icon-file-pdf-bold() { content: char-from-code("f4d7"); }
@mixin icon-file-pdf-filled() { content: char-from-code("f4d8"); }
@mixin icon-file-pdf-light() { content: char-from-code("f4d9"); }
@mixin icon-file-pdf-regular() { content: char-from-code("f4da"); }
@mixin icon-file-powerpoint-bold() { content: char-from-code("f4db"); }
@mixin icon-file-powerpoint-filled() { content: char-from-code("f4dc"); }
@mixin icon-file-powerpoint-light() { content: char-from-code("f4dd"); }
@mixin icon-file-powerpoint-regular() { content: char-from-code("f4de"); }
@mixin icon-file-spreadsheet-bold() { content: char-from-code("f4df"); }
@mixin icon-file-spreadsheet-filled() { content: char-from-code("f4e0"); }
@mixin icon-file-spreadsheet-light() { content: char-from-code("f4e1"); }
@mixin icon-file-spreadsheet-regular() { content: char-from-code("f4e2"); }
@mixin icon-file-text-bold() { content: char-from-code("f4e3"); }
@mixin icon-file-text-filled() { content: char-from-code("f4e4"); }
@mixin icon-file-text-light() { content: char-from-code("f4e5"); }
@mixin icon-file-text-regular() { content: char-from-code("f4e6"); }
@mixin icon-file-vector-bold() { content: char-from-code("f4e7"); }
@mixin icon-file-vector-filled() { content: char-from-code("f4e8"); }
@mixin icon-file-vector-light() { content: char-from-code("f4e9"); }
@mixin icon-file-vector-regular() { content: char-from-code("f4ea"); }
@mixin icon-file-video-bold() { content: char-from-code("f4eb"); }
@mixin icon-file-video-filled() { content: char-from-code("f4ec"); }
@mixin icon-file-video-light() { content: char-from-code("f4ed"); }
@mixin icon-file-video-regular() { content: char-from-code("f4ee"); }
@mixin icon-file-word-bold() { content: char-from-code("f4ef"); }
@mixin icon-file-word-filled() { content: char-from-code("f4f0"); }
@mixin icon-file-word-light() { content: char-from-code("f4f1"); }
@mixin icon-file-word-regular() { content: char-from-code("f4f2"); }
@mixin icon-file-zip-bold() { content: char-from-code("f4f3"); }
@mixin icon-file-zip-filled() { content: char-from-code("f4f4"); }
@mixin icon-file-zip-light() { content: char-from-code("f4f5"); }
@mixin icon-file-zip-regular() { content: char-from-code("f4f6"); }
@mixin icon-files-bold() { content: char-from-code("f4f7"); }
@mixin icon-files-filled() { content: char-from-code("f4f8"); }
@mixin icon-files-light() { content: char-from-code("f4f9"); }
@mixin icon-files-regular() { content: char-from-code("f4fa"); }
@mixin icon-fill-colour-bold() { content: char-from-code("f4fb"); }
@mixin icon-fill-colour-filled() { content: char-from-code("f4fc"); }
@mixin icon-fill-colour-light() { content: char-from-code("f4fd"); }
@mixin icon-fill-colour-regular() { content: char-from-code("f4fe"); }
@mixin icon-filter-bold() { content: char-from-code("f4ff"); }
@mixin icon-filter-circle-bold() { content: char-from-code("f500"); }
@mixin icon-filter-circle-filled() { content: char-from-code("f501"); }
@mixin icon-filter-circle-light() { content: char-from-code("f502"); }
@mixin icon-filter-circle-regular() { content: char-from-code("f503"); }
@mixin icon-filter-light() { content: char-from-code("f504"); }
@mixin icon-filter-regular() { content: char-from-code("f505"); }
@mixin icon-fit-to-width-bold() { content: char-from-code("f506"); }
@mixin icon-fit-to-width-light() { content: char-from-code("f507"); }
@mixin icon-fit-to-width-regular() { content: char-from-code("f508"); }
@mixin icon-fit-to-window-bold() { content: char-from-code("f509"); }
@mixin icon-fit-to-window-exit-bold() { content: char-from-code("f50a"); }
@mixin icon-fit-to-window-exit-light() { content: char-from-code("f50b"); }
@mixin icon-fit-to-window-exit-regular() { content: char-from-code("f50c"); }
@mixin icon-fit-to-window-light() { content: char-from-code("f50d"); }
@mixin icon-fit-to-window-regular() { content: char-from-code("f50e"); }
@mixin icon-flag-bold() { content: char-from-code("f50f"); }
@mixin icon-flag-circle-bold() { content: char-from-code("f510"); }
@mixin icon-flag-circle-filled() { content: char-from-code("f511"); }
@mixin icon-flag-circle-light() { content: char-from-code("f512"); }
@mixin icon-flag-circle-regular() { content: char-from-code("f513"); }
@mixin icon-flag-filled() { content: char-from-code("f514"); }
@mixin icon-flag-light() { content: char-from-code("f515"); }
@mixin icon-flag-regular() { content: char-from-code("f516"); }
@mixin icon-folder-bold() { content: char-from-code("f517"); }
@mixin icon-folder-edit-bold() { content: char-from-code("f518"); }
@mixin icon-folder-edit-light() { content: char-from-code("f519"); }
@mixin icon-folder-edit-regular() { content: char-from-code("f51a"); }
@mixin icon-folder-light() { content: char-from-code("f51b"); }
@mixin icon-folder-lock-bold() { content: char-from-code("f51c"); }
@mixin icon-folder-lock-light() { content: char-from-code("f51d"); }
@mixin icon-folder-lock-regular() { content: char-from-code("f51e"); }
@mixin icon-folder-regular() { content: char-from-code("f51f"); }
@mixin icon-folder-view-bold() { content: char-from-code("f520"); }
@mixin icon-folder-view-light() { content: char-from-code("f521"); }
@mixin icon-folder-view-regular() { content: char-from-code("f522"); }
@mixin icon-follow-up-bold() { content: char-from-code("f523"); }
@mixin icon-follow-up-light() { content: char-from-code("f524"); }
@mixin icon-follow-up-regular() { content: char-from-code("f525"); }
@mixin icon-food-bold() { content: char-from-code("f526"); }
@mixin icon-food-light() { content: char-from-code("f527"); }
@mixin icon-food-regular() { content: char-from-code("f528"); }
@mixin icon-format-bold() { content: char-from-code("f529"); }
@mixin icon-format-control-panel-dragger-bold() { content: char-from-code("f52a"); }
@mixin icon-format-control-panel-dragger-horizontal-bold() { content: char-from-code("f52b"); }
@mixin icon-format-control-panel-dragger-horizontal-light() { content: char-from-code("f52c"); }
@mixin icon-format-control-panel-dragger-horizontal-regular() { content: char-from-code("f52d"); }
@mixin icon-format-control-panel-dragger-light() { content: char-from-code("f52e"); }
@mixin icon-format-control-panel-dragger-regular() { content: char-from-code("f52f"); }
@mixin icon-format-default-app-bold() { content: char-from-code("f530"); }
@mixin icon-format-default-app-light() { content: char-from-code("f531"); }
@mixin icon-format-default-app-regular() { content: char-from-code("f532"); }
@mixin icon-format-light() { content: char-from-code("f533"); }
@mixin icon-format-panel-control-bar-bold() { content: char-from-code("f534"); }
@mixin icon-format-panel-control-bar-light() { content: char-from-code("f535"); }
@mixin icon-format-panel-control-bar-regular() { content: char-from-code("f536"); }
@mixin icon-format-panel-control-down-bold() { content: char-from-code("f537"); }
@mixin icon-format-panel-control-down-light() { content: char-from-code("f538"); }
@mixin icon-format-panel-control-down-regular() { content: char-from-code("f539"); }
@mixin icon-format-panel-control-left-bold() { content: char-from-code("f53a"); }
@mixin icon-format-panel-control-left-light() { content: char-from-code("f53b"); }
@mixin icon-format-panel-control-left-regular() { content: char-from-code("f53c"); }
@mixin icon-format-panel-control-right-bold() { content: char-from-code("f53d"); }
@mixin icon-format-panel-control-right-light() { content: char-from-code("f53e"); }
@mixin icon-format-panel-control-right-regular() { content: char-from-code("f53f"); }
@mixin icon-format-panel-control-up-bold() { content: char-from-code("f540"); }
@mixin icon-format-panel-control-up-down-bold() { content: char-from-code("f541"); }
@mixin icon-format-panel-control-up-down-light() { content: char-from-code("f542"); }
@mixin icon-format-panel-control-up-down-regular() { content: char-from-code("f543"); }
@mixin icon-format-panel-control-up-light() { content: char-from-code("f544"); }
@mixin icon-format-panel-control-up-regular() { content: char-from-code("f545"); }
@mixin icon-format-regular() { content: char-from-code("f546"); }
@mixin icon-format-view-mixed-bold() { content: char-from-code("f547"); }
@mixin icon-format-view-mixed-light() { content: char-from-code("f548"); }
@mixin icon-format-view-mixed-regular() { content: char-from-code("f549"); }
@mixin icon-forward-message-bold() { content: char-from-code("f54a"); }
@mixin icon-forward-message-filled() { content: char-from-code("f54b"); }
@mixin icon-forward-message-light() { content: char-from-code("f54c"); }
@mixin icon-forward-message-regular() { content: char-from-code("f54d"); }
@mixin icon-four-column-bold() { content: char-from-code("f54e"); }
@mixin icon-four-column-light() { content: char-from-code("f54f"); }
@mixin icon-four-column-regular() { content: char-from-code("f550"); }
@mixin icon-four-way-navigation-bold() { content: char-from-code("f551"); }
@mixin icon-four-way-navigation-light() { content: char-from-code("f552"); }
@mixin icon-four-way-navigation-regular() { content: char-from-code("f553"); }
@mixin icon-frequency-capping-bold() { content: char-from-code("f554"); }
@mixin icon-frequency-capping-light() { content: char-from-code("f555"); }
@mixin icon-frequency-capping-regular() { content: char-from-code("f556"); }
@mixin icon-fufillment-bold() { content: char-from-code("f557"); }
@mixin icon-fufillment-light() { content: char-from-code("f558"); }
@mixin icon-fufillment-regular() { content: char-from-code("f559"); }
@mixin icon-fullscreen-bold() { content: char-from-code("f55a"); }
@mixin icon-fullscreen-exit-bold() { content: char-from-code("f55b"); }
@mixin icon-fullscreen-exit-light() { content: char-from-code("f55c"); }
@mixin icon-fullscreen-exit-regular() { content: char-from-code("f55d"); }
@mixin icon-fullscreen-light() { content: char-from-code("f55e"); }
@mixin icon-fullscreen-regular() { content: char-from-code("f55f"); }
@mixin icon-generic-device-video-bold() { content: char-from-code("f560"); }
@mixin icon-generic-device-video-filled() { content: char-from-code("f561"); }
@mixin icon-generic-device-video-light() { content: char-from-code("f562"); }
@mixin icon-generic-device-video-regular() { content: char-from-code("f563"); }
@mixin icon-generic-device-video-small-filled() { content: char-from-code("f564"); }
@mixin icon-gif-bold() { content: char-from-code("f565"); }
@mixin icon-gif-filled() { content: char-from-code("f566"); }
@mixin icon-gif-horizontal-filled() { content: char-from-code("f567"); }
@mixin icon-gif-light() { content: char-from-code("f568"); }
@mixin icon-gif-regular() { content: char-from-code("f569"); }
@mixin icon-google-meet() { content: char-from-code("f56a"); }
@mixin icon-green-room-bold() { content: char-from-code("f56b"); }
@mixin icon-green-room-filled() { content: char-from-code("f56c"); }
@mixin icon-green-room-light() { content: char-from-code("f56d"); }
@mixin icon-green-room-regular() { content: char-from-code("f56e"); }
@mixin icon-group-bold() { content: char-from-code("f56f"); }
@mixin icon-group-light() { content: char-from-code("f570"); }
@mixin icon-group-pickup-bold() { content: char-from-code("f571"); }
@mixin icon-group-pickup-filled() { content: char-from-code("f572"); }
@mixin icon-group-pickup-light() { content: char-from-code("f573"); }
@mixin icon-group-pickup-regular() { content: char-from-code("f574"); }
@mixin icon-group-regular() { content: char-from-code("f575"); }
@mixin icon-guest-issuer-bold() { content: char-from-code("f576"); }
@mixin icon-guest-issuer-light() { content: char-from-code("f577"); }
@mixin icon-guest-issuer-regular() { content: char-from-code("f578"); }
@mixin icon-guide-bold() { content: char-from-code("f579"); }
@mixin icon-guide-light() { content: char-from-code("f57a"); }
@mixin icon-guide-regular() { content: char-from-code("f57b"); }
@mixin icon-handler-bold() { content: char-from-code("f57c"); }
@mixin icon-handler-light() { content: char-from-code("f57d"); }
@mixin icon-handler-regular() { content: char-from-code("f57e"); }
@mixin icon-handset-alert-bold() { content: char-from-code("f57f"); }
@mixin icon-handset-alert-filled() { content: char-from-code("f580"); }
@mixin icon-handset-alert-light() { content: char-from-code("f581"); }
@mixin icon-handset-alert-regular() { content: char-from-code("f582"); }
@mixin icon-handset-bold() { content: char-from-code("f583"); }
@mixin icon-handset-filled() { content: char-from-code("f584"); }
@mixin icon-handset-light() { content: char-from-code("f585"); }
@mixin icon-handset-muted-bold() { content: char-from-code("f586"); }
@mixin icon-handset-muted-filled() { content: char-from-code("f587"); }
@mixin icon-handset-muted-light() { content: char-from-code("f588"); }
@mixin icon-handset-muted-regular() { content: char-from-code("f589"); }
@mixin icon-handset-regular() { content: char-from-code("f58a"); }
@mixin icon-handshake-bold() { content: char-from-code("f58b"); }
@mixin icon-handshake-light() { content: char-from-code("f58c"); }
@mixin icon-handshake-regular() { content: char-from-code("f58d"); }
@mixin icon-heading-one-bold() { content: char-from-code("f58e"); }
@mixin icon-heading-one-light() { content: char-from-code("f58f"); }
@mixin icon-heading-one-regular() { content: char-from-code("f590"); }
@mixin icon-heading-three-bold() { content: char-from-code("f591"); }
@mixin icon-heading-three-light() { content: char-from-code("f592"); }
@mixin icon-heading-three-regular() { content: char-from-code("f593"); }
@mixin icon-heading-two-bold() { content: char-from-code("f594"); }
@mixin icon-heading-two-light() { content: char-from-code("f595"); }
@mixin icon-heading-two-regular() { content: char-from-code("f596"); }
@mixin icon-headphones-bold() { content: char-from-code("f597"); }
@mixin icon-headphones-filled() { content: char-from-code("f598"); }
@mixin icon-headphones-light() { content: char-from-code("f599"); }
@mixin icon-headphones-muted-bold() { content: char-from-code("f59a"); }
@mixin icon-headphones-muted-filled() { content: char-from-code("f59b"); }
@mixin icon-headphones-muted-light() { content: char-from-code("f59c"); }
@mixin icon-headphones-muted-regular() { content: char-from-code("f59d"); }
@mixin icon-headphones-regular() { content: char-from-code("f59e"); }
@mixin icon-headset-alert-bold() { content: char-from-code("f59f"); }
@mixin icon-headset-alert-light() { content: char-from-code("f5a0"); }
@mixin icon-headset-alert-regular() { content: char-from-code("f5a1"); }
@mixin icon-headset-bold() { content: char-from-code("f5a2"); }
@mixin icon-headset-filled() { content: char-from-code("f5a3"); }
@mixin icon-headset-light() { content: char-from-code("f5a4"); }
@mixin icon-headset-muted-bold() { content: char-from-code("f5a5"); }
@mixin icon-headset-muted-light() { content: char-from-code("f5a6"); }
@mixin icon-headset-muted-regular() { content: char-from-code("f5a7"); }
@mixin icon-headset-private-bold() { content: char-from-code("f5a8"); }
@mixin icon-headset-private-light() { content: char-from-code("f5a9"); }
@mixin icon-headset-private-regular() { content: char-from-code("f5aa"); }
@mixin icon-headset-regular() { content: char-from-code("f5ab"); }
@mixin icon-help-bold() { content: char-from-code("f5ac"); }
@mixin icon-help-circle-active-filled() { content: char-from-code("f5ad"); }
@mixin icon-help-circle-bold() { content: char-from-code("f5ae"); }
@mixin icon-help-circle-light() { content: char-from-code("f5af"); }
@mixin icon-help-circle-regular() { content: char-from-code("f5b0"); }
@mixin icon-help-light() { content: char-from-code("f5b1"); }
@mixin icon-help-regular() { content: char-from-code("f5b2"); }
@mixin icon-helpdesk-bold() { content: char-from-code("f5b3"); }
@mixin icon-helpdesk-light() { content: char-from-code("f5b4"); }
@mixin icon-helpdesk-regular() { content: char-from-code("f5b5"); }
@mixin icon-hide-bold() { content: char-from-code("f5b6"); }
@mixin icon-hide-filled() { content: char-from-code("f5b7"); }
@mixin icon-hide-light() { content: char-from-code("f5b8"); }
@mixin icon-hide-regular() { content: char-from-code("f5b9"); }
@mixin icon-home-bold() { content: char-from-code("f5ba"); }
@mixin icon-home-filled() { content: char-from-code("f5bb"); }
@mixin icon-home-light() { content: char-from-code("f5bc"); }
@mixin icon-home-regular() { content: char-from-code("f5bd"); }
@mixin icon-horizontal-line-bold() { content: char-from-code("f5be"); }
@mixin icon-horizontal-line-light() { content: char-from-code("f5bf"); }
@mixin icon-horizontal-line-regular() { content: char-from-code("f5c0"); }
@mixin icon-hoteling-bold() { content: char-from-code("f5c1"); }
@mixin icon-hoteling-filled() { content: char-from-code("f5c2"); }
@mixin icon-hoteling-light() { content: char-from-code("f5c3"); }
@mixin icon-hoteling-regular() { content: char-from-code("f5c4"); }
@mixin icon-humidity-bold() { content: char-from-code("f5c5"); }
@mixin icon-humidity-light() { content: char-from-code("f5c6"); }
@mixin icon-humidity-regular() { content: char-from-code("f5c7"); }
@mixin icon-hunt-group-bold() { content: char-from-code("f5c8"); }
@mixin icon-hunt-group-filled() { content: char-from-code("f5c9"); }
@mixin icon-hunt-group-light() { content: char-from-code("f5ca"); }
@mixin icon-hunt-group-regular() { content: char-from-code("f5cb"); }
@mixin icon-import-bold() { content: char-from-code("f5cc"); }
@mixin icon-import-light() { content: char-from-code("f5cd"); }
@mixin icon-import-regular() { content: char-from-code("f5ce"); }
@mixin icon-in-common-bold() { content: char-from-code("f5cf"); }
@mixin icon-in-common-light() { content: char-from-code("f5d0"); }
@mixin icon-in-common-regular() { content: char-from-code("f5d1"); }
@mixin icon-include-bold() { content: char-from-code("f5d2"); }
@mixin icon-include-light() { content: char-from-code("f5d3"); }
@mixin icon-include-regular() { content: char-from-code("f5d4"); }
@mixin icon-incoming-call-legacy-bold() { content: char-from-code("f5d5"); }
@mixin icon-incoming-call-legacy-filled() { content: char-from-code("f5d6"); }
@mixin icon-incoming-call-legacy-light() { content: char-from-code("f5d7"); }
@mixin icon-incoming-call-legacy-regular() { content: char-from-code("f5d8"); }
@mixin icon-info-badge-filled() { content: char-from-code("f5d9"); }
@mixin icon-info-circle-bold() { content: char-from-code("f5da"); }
@mixin icon-info-circle-filled() { content: char-from-code("f5db"); }
@mixin icon-info-circle-light() { content: char-from-code("f5dc"); }
@mixin icon-info-circle-regular() { content: char-from-code("f5dd"); }
@mixin icon-info-circle-two-bold() { content: char-from-code("f5de"); }
@mixin icon-info-circle-two-filled() { content: char-from-code("f5df"); }
@mixin icon-info-circle-two-light() { content: char-from-code("f5e0"); }
@mixin icon-info-circle-two-regular() { content: char-from-code("f5e1"); }
@mixin icon-input-bold() { content: char-from-code("f5e2"); }
@mixin icon-input-disconnected-bold() { content: char-from-code("f5e3"); }
@mixin icon-input-disconnected-light() { content: char-from-code("f5e4"); }
@mixin icon-input-disconnected-regular() { content: char-from-code("f5e5"); }
@mixin icon-input-light() { content: char-from-code("f5e6"); }
@mixin icon-input-regular() { content: char-from-code("f5e7"); }
@mixin icon-insights-bold() { content: char-from-code("f5e8"); }
@mixin icon-insights-light() { content: char-from-code("f5e9"); }
@mixin icon-insights-regular() { content: char-from-code("f5ea"); }
@mixin icon-instant-schedule-bold() { content: char-from-code("f5eb"); }
@mixin icon-instant-schedule-filled() { content: char-from-code("f5ec"); }
@mixin icon-instant-schedule-light() { content: char-from-code("f5ed"); }
@mixin icon-instant-schedule-regular() { content: char-from-code("f5ee"); }
@mixin icon-integrations-bold() { content: char-from-code("f5ef"); }
@mixin icon-integrations-light() { content: char-from-code("f5f0"); }
@mixin icon-integrations-regular() { content: char-from-code("f5f1"); }
@mixin icon-intelligent-routing-bold() { content: char-from-code("f5f2"); }
@mixin icon-intelligent-routing-light() { content: char-from-code("f5f3"); }
@mixin icon-intelligent-routing-regular() { content: char-from-code("f5f4"); }
@mixin icon-invited-user-bold() { content: char-from-code("f5f5"); }
@mixin icon-invited-user-light() { content: char-from-code("f5f6"); }
@mixin icon-invited-user-regular() { content: char-from-code("f5f7"); }
@mixin icon-italic-bold() { content: char-from-code("f5f8"); }
@mixin icon-italic-light() { content: char-from-code("f5f9"); }
@mixin icon-italic-regular() { content: char-from-code("f5fa"); }
@mixin icon-join-audio-bold() { content: char-from-code("f5fb"); }
@mixin icon-join-audio-filled() { content: char-from-code("f5fc"); }
@mixin icon-join-audio-light() { content: char-from-code("f5fd"); }
@mixin icon-join-audio-regular() { content: char-from-code("f5fe"); }
@mixin icon-keep-in-touch-bold() { content: char-from-code("f5ff"); }
@mixin icon-keep-in-touch-filled() { content: char-from-code("f600"); }
@mixin icon-keep-in-touch-light() { content: char-from-code("f601"); }
@mixin icon-keep-in-touch-regular() { content: char-from-code("f602"); }
@mixin icon-keyboard-bold() { content: char-from-code("f603"); }
@mixin icon-keyboard-close-bold() { content: char-from-code("f604"); }
@mixin icon-keyboard-close-light() { content: char-from-code("f605"); }
@mixin icon-keyboard-close-regular() { content: char-from-code("f606"); }
@mixin icon-keyboard-light() { content: char-from-code("f607"); }
@mixin icon-keyboard-regular() { content: char-from-code("f608"); }
@mixin icon-language-bold() { content: char-from-code("f609"); }
@mixin icon-language-light() { content: char-from-code("f60a"); }
@mixin icon-language-regular() { content: char-from-code("f60b"); }
@mixin icon-laptop-bold() { content: char-from-code("f60c"); }
@mixin icon-laptop-disconnected-bold() { content: char-from-code("f60d"); }
@mixin icon-laptop-disconnected-light() { content: char-from-code("f60e"); }
@mixin icon-laptop-disconnected-regular() { content: char-from-code("f60f"); }
@mixin icon-laptop-filled() { content: char-from-code("f610"); }
@mixin icon-laptop-light() { content: char-from-code("f611"); }
@mixin icon-laptop-regular() { content: char-from-code("f612"); }
@mixin icon-laser-pointer-bold() { content: char-from-code("f613"); }
@mixin icon-laser-pointer-light() { content: char-from-code("f614"); }
@mixin icon-laser-pointer-regular() { content: char-from-code("f615"); }
@mixin icon-launch-bold() { content: char-from-code("f616"); }
@mixin icon-launch-light() { content: char-from-code("f617"); }
@mixin icon-launch-regular() { content: char-from-code("f618"); }
@mixin icon-layout-side-by-side-vertical-bold() { content: char-from-code("f619"); }
@mixin icon-layout-side-by-side-vertical-filled() { content: char-from-code("f61a"); }
@mixin icon-layout-side-by-side-vertical-light() { content: char-from-code("f61b"); }
@mixin icon-layout-side-by-side-vertical-regular() { content: char-from-code("f61c"); }
@mixin icon-leave-breakout-session-bold() { content: char-from-code("f61d"); }
@mixin icon-leave-breakout-session-light() { content: char-from-code("f61e"); }
@mixin icon-leave-breakout-session-regular() { content: char-from-code("f61f"); }
@mixin icon-leave-device-bold() { content: char-from-code("f620"); }
@mixin icon-leave-device-light() { content: char-from-code("f621"); }
@mixin icon-leave-device-regular() { content: char-from-code("f622"); }
@mixin icon-lightning-bold() { content: char-from-code("f623"); }
@mixin icon-lightning-filled() { content: char-from-code("f624"); }
@mixin icon-lightning-light() { content: char-from-code("f625"); }
@mixin icon-lightning-regular() { content: char-from-code("f626"); }
@mixin icon-like-bold() { content: char-from-code("f627"); }
@mixin icon-like-filled() { content: char-from-code("f628"); }
@mixin icon-like-light() { content: char-from-code("f629"); }
@mixin icon-like-regular() { content: char-from-code("f62a"); }
@mixin icon-link-bold() { content: char-from-code("f62b"); }
@mixin icon-link-light() { content: char-from-code("f62c"); }
@mixin icon-link-regular() { content: char-from-code("f62d"); }
@mixin icon-list-bulleted-bold() { content: char-from-code("f62e"); }
@mixin icon-list-bulleted-light() { content: char-from-code("f62f"); }
@mixin icon-list-bulleted-regular() { content: char-from-code("f630"); }
@mixin icon-list-menu-bold() { content: char-from-code("f631"); }
@mixin icon-list-menu-light() { content: char-from-code("f632"); }
@mixin icon-list-menu-regular() { content: char-from-code("f633"); }
@mixin icon-list-numbered-bold() { content: char-from-code("f634"); }
@mixin icon-list-numbered-light() { content: char-from-code("f635"); }
@mixin icon-list-numbered-regular() { content: char-from-code("f636"); }
@mixin icon-location-bold() { content: char-from-code("f637"); }
@mixin icon-location-filled() { content: char-from-code("f638"); }
@mixin icon-location-light() { content: char-from-code("f639"); }
@mixin icon-location-regular() { content: char-from-code("f63a"); }
@mixin icon-long-text-box-bold() { content: char-from-code("f63b"); }
@mixin icon-long-text-box-light() { content: char-from-code("f63c"); }
@mixin icon-long-text-box-regular() { content: char-from-code("f63d"); }
@mixin icon-lower-hand-bold() { content: char-from-code("f63e"); }
@mixin icon-lower-hand-light() { content: char-from-code("f63f"); }
@mixin icon-lower-hand-regular() { content: char-from-code("f640"); }
@mixin icon-magic-pen-bold() { content: char-from-code("f641"); }
@mixin icon-magic-pen-filled() { content: char-from-code("f642"); }
@mixin icon-magic-pen-light() { content: char-from-code("f643"); }
@mixin icon-magic-pen-regular() { content: char-from-code("f644"); }
@mixin icon-mark-as-unread-bold() { content: char-from-code("f645"); }
@mixin icon-mark-as-unread-light() { content: char-from-code("f646"); }
@mixin icon-mark-as-unread-regular() { content: char-from-code("f647"); }
@mixin icon-markdown-bold() { content: char-from-code("f648"); }
@mixin icon-markdown-light() { content: char-from-code("f649"); }
@mixin icon-markdown-regular() { content: char-from-code("f64a"); }
@mixin icon-marker-bold() { content: char-from-code("f64b"); }
@mixin icon-marker-filled() { content: char-from-code("f64c"); }
@mixin icon-marker-light() { content: char-from-code("f64d"); }
@mixin icon-marker-regular() { content: char-from-code("f64e"); }
@mixin icon-maximize-bold() { content: char-from-code("f64f"); }
@mixin icon-maximize-light() { content: char-from-code("f650"); }
@mixin icon-maximize-regular() { content: char-from-code("f651"); }
@mixin icon-media-player-bold() { content: char-from-code("f652"); }
@mixin icon-media-player-light() { content: char-from-code("f653"); }
@mixin icon-media-player-regular() { content: char-from-code("f654"); }
@mixin icon-media-quality-good-bold() { content: char-from-code("f655"); }
@mixin icon-media-quality-good-filled() { content: char-from-code("f656"); }
@mixin icon-media-quality-good-light() { content: char-from-code("f657"); }
@mixin icon-media-quality-good-regular() { content: char-from-code("f658"); }
@mixin icon-media-quality-poor-bold() { content: char-from-code("f659"); }
@mixin icon-media-quality-poor-filled() { content: char-from-code("f65a"); }
@mixin icon-media-quality-poor-light() { content: char-from-code("f65b"); }
@mixin icon-media-quality-poor-regular() { content: char-from-code("f65c"); }
@mixin icon-media-quality-unstable-bold() { content: char-from-code("f65d"); }
@mixin icon-media-quality-unstable-filled() { content: char-from-code("f65e"); }
@mixin icon-media-quality-unstable-light() { content: char-from-code("f65f"); }
@mixin icon-media-quality-unstable-regular() { content: char-from-code("f660"); }
@mixin icon-medium-quality-good-filled() { content: char-from-code("f661"); }
@mixin icon-medium-quality-poor-filled() { content: char-from-code("f662"); }
@mixin icon-medium-quality-unstable-filled() { content: char-from-code("f663"); }
@mixin icon-meet-bold() { content: char-from-code("f664"); }
@mixin icon-meet-end-bold() { content: char-from-code("f665"); }
@mixin icon-meet-end-light() { content: char-from-code("f666"); }
@mixin icon-meet-end-regular() { content: char-from-code("f667"); }
@mixin icon-meet-filled() { content: char-from-code("f668"); }
@mixin icon-meet-light() { content: char-from-code("f669"); }
@mixin icon-meet-regular() { content: char-from-code("f66a"); }
@mixin icon-meetings-bold() { content: char-from-code("f66b"); }
@mixin icon-meetings-filled() { content: char-from-code("f66c"); }
@mixin icon-meetings-focus-month-bold() { content: char-from-code("f66d"); }
@mixin icon-meetings-focus-month-light() { content: char-from-code("f66e"); }
@mixin icon-meetings-focus-month-regular() { content: char-from-code("f66f"); }
@mixin icon-meetings-focus-one-day-bold() { content: char-from-code("f670"); }
@mixin icon-meetings-focus-one-day-light() { content: char-from-code("f671"); }
@mixin icon-meetings-focus-one-day-regular() { content: char-from-code("f672"); }
@mixin icon-meetings-focus-three-day-bold() { content: char-from-code("f673"); }
@mixin icon-meetings-focus-three-day-light() { content: char-from-code("f674"); }
@mixin icon-meetings-focus-three-day-regular() { content: char-from-code("f675"); }
@mixin icon-meetings-focus-upcoming-bold() { content: char-from-code("f676"); }
@mixin icon-meetings-focus-upcoming-light() { content: char-from-code("f677"); }
@mixin icon-meetings-focus-upcoming-regular() { content: char-from-code("f678"); }
@mixin icon-meetings-focus-week-bold() { content: char-from-code("f679"); }
@mixin icon-meetings-focus-week-light() { content: char-from-code("f67a"); }
@mixin icon-meetings-focus-week-regular() { content: char-from-code("f67b"); }
@mixin icon-meetings-light() { content: char-from-code("f67c"); }
@mixin icon-meetings-presence-bold() { content: char-from-code("f67d"); }
@mixin icon-meetings-presence-filled() { content: char-from-code("f67e"); }
@mixin icon-meetings-presence-light() { content: char-from-code("f67f"); }
@mixin icon-meetings-presence-regular() { content: char-from-code("f680"); }
@mixin icon-meetings-presence-small-filled() { content: char-from-code("f681"); }
@mixin icon-meetings-regular() { content: char-from-code("f682"); }
@mixin icon-meetings-team-active-bold() { content: char-from-code("f683"); }
@mixin icon-meetings-team-active-light() { content: char-from-code("f684"); }
@mixin icon-meetings-team-active-regular() { content: char-from-code("f685"); }
@mixin icon-meetings-team-bold() { content: char-from-code("f686"); }
@mixin icon-meetings-team-light() { content: char-from-code("f687"); }
@mixin icon-meetings-team-new-bold() { content: char-from-code("f688"); }
@mixin icon-meetings-team-new-light() { content: char-from-code("f689"); }
@mixin icon-meetings-team-new-regular() { content: char-from-code("f68a"); }
@mixin icon-meetings-team-regular() { content: char-from-code("f68b"); }
@mixin icon-mention-bold() { content: char-from-code("f68c"); }
@mixin icon-mention-light() { content: char-from-code("f68d"); }
@mixin icon-mention-regular() { content: char-from-code("f68e"); }
@mixin icon-message-queing-bold() { content: char-from-code("f68f"); }
@mixin icon-message-queing-light() { content: char-from-code("f690"); }
@mixin icon-message-queing-regular() { content: char-from-code("f691"); }
@mixin icon-microphone-bold() { content: char-from-code("f692"); }
@mixin icon-microphone-filled() { content: char-from-code("f693"); }
@mixin icon-microphone-hard-muted-bold() { content: char-from-code("f694"); }
@mixin icon-microphone-hard-muted-circle-filled() { content: char-from-code("f695"); }
@mixin icon-microphone-hard-muted-colored-bold() { content: char-from-code("f696"); }
@mixin icon-microphone-hard-muted-colored-light() { content: char-from-code("f697"); }
@mixin icon-microphone-hard-muted-colored-regular() { content: char-from-code("f698"); }
@mixin icon-microphone-hard-muted-light() { content: char-from-code("f699"); }
@mixin icon-microphone-hard-muted-regular() { content: char-from-code("f69a"); }
@mixin icon-microphone-light() { content: char-from-code("f69b"); }
@mixin icon-microphone-music-mode-colored-bold() { content: char-from-code("f69c"); }
@mixin icon-microphone-music-mode-colored-light() { content: char-from-code("f69d"); }
@mixin icon-microphone-music-mode-colored-regular() { content: char-from-code("f69e"); }
@mixin icon-microphone-muted-bold() { content: char-from-code("f69f"); }
@mixin icon-microphone-muted-filled() { content: char-from-code("f6a0"); }
@mixin icon-microphone-muted-indicator-filled() { content: char-from-code("f6a1"); }
@mixin icon-microphone-muted-light() { content: char-from-code("f6a2"); }
@mixin icon-microphone-muted-red-bold() { content: char-from-code("f6a3"); }
@mixin icon-microphone-muted-red-filled() { content: char-from-code("f6a4"); }
@mixin icon-microphone-muted-red-light() { content: char-from-code("f6a5"); }
@mixin icon-microphone-muted-red-regular() { content: char-from-code("f6a6"); }
@mixin icon-microphone-muted-regular() { content: char-from-code("f6a7"); }
@mixin icon-microphone-regular() { content: char-from-code("f6a8"); }
@mixin icon-minimize-bold() { content: char-from-code("f6a9"); }
@mixin icon-minimize-light() { content: char-from-code("f6aa"); }
@mixin icon-minimize-regular() { content: char-from-code("f6ab"); }
@mixin icon-minus-bold() { content: char-from-code("f6ac"); }
@mixin icon-minus-light() { content: char-from-code("f6ad"); }
@mixin icon-minus-regular() { content: char-from-code("f6ae"); }
@mixin icon-mirror-bold() { content: char-from-code("f6af"); }
@mixin icon-mirror-filled() { content: char-from-code("f6b0"); }
@mixin icon-mirror-light() { content: char-from-code("f6b1"); }
@mixin icon-mirror-regular() { content: char-from-code("f6b2"); }
@mixin icon-moderator-bold() { content: char-from-code("f6b3"); }
@mixin icon-moderator-light() { content: char-from-code("f6b4"); }
@mixin icon-moderator-regular() { content: char-from-code("f6b5"); }
@mixin icon-monitoring-bold() { content: char-from-code("f6b6"); }
@mixin icon-monitoring-light() { content: char-from-code("f6b7"); }
@mixin icon-monitoring-regular() { content: char-from-code("f6b8"); }
@mixin icon-monthly-recurring-schedule-node-bold() { content: char-from-code("f6b9"); }
@mixin icon-monthly-recurring-schedule-node-light() { content: char-from-code("f6ba"); }
@mixin icon-monthly-recurring-schedule-node-regular() { content: char-from-code("f6bb"); }
@mixin icon-more-adr-bold() { content: char-from-code("f6bc"); }
@mixin icon-more-adr-light() { content: char-from-code("f6bd"); }
@mixin icon-more-adr-regular() { content: char-from-code("f6be"); }
@mixin icon-more-bold() { content: char-from-code("f6bf"); }
@mixin icon-more-circle-bold() { content: char-from-code("f6c0"); }
@mixin icon-more-circle-filled() { content: char-from-code("f6c1"); }
@mixin icon-more-circle-light() { content: char-from-code("f6c2"); }
@mixin icon-more-circle-regular() { content: char-from-code("f6c3"); }
@mixin icon-more-cirecle-filled() { content: char-from-code("f6c4"); }
@mixin icon-more-light() { content: char-from-code("f6c5"); }
@mixin icon-more-regular() { content: char-from-code("f6c6"); }
@mixin icon-mouse-cursor-bold() { content: char-from-code("f6c7"); }
@mixin icon-mouse-cursor-light() { content: char-from-code("f6c8"); }
@mixin icon-mouse-cursor-regular() { content: char-from-code("f6c9"); }
@mixin icon-move-call-in-adr-bold() { content: char-from-code("f6ca"); }
@mixin icon-move-call-in-adr-light() { content: char-from-code("f6cb"); }
@mixin icon-move-call-in-adr-regular() { content: char-from-code("f6cc"); }
@mixin icon-move-call-in-iph-bold() { content: char-from-code("f6cd"); }
@mixin icon-move-call-in-iph-light() { content: char-from-code("f6ce"); }
@mixin icon-move-call-in-iph-regular() { content: char-from-code("f6cf"); }
@mixin icon-move-call-in-laptop-bold() { content: char-from-code("f6d0"); }
@mixin icon-move-call-in-laptop-light() { content: char-from-code("f6d1"); }
@mixin icon-move-call-in-laptop-regular() { content: char-from-code("f6d2"); }
@mixin icon-move-call-in-out-adr-bold() { content: char-from-code("f6d3"); }
@mixin icon-move-call-in-out-adr-light() { content: char-from-code("f6d4"); }
@mixin icon-move-call-in-out-adr-regular() { content: char-from-code("f6d5"); }
@mixin icon-move-call-in-out-iph-bold() { content: char-from-code("f6d6"); }
@mixin icon-move-call-in-out-iph-light() { content: char-from-code("f6d7"); }
@mixin icon-move-call-in-out-iph-regular() { content: char-from-code("f6d8"); }
@mixin icon-move-call-in-tablet-bold() { content: char-from-code("f6d9"); }
@mixin icon-move-call-in-tablet-light() { content: char-from-code("f6da"); }
@mixin icon-move-call-in-tablet-regular() { content: char-from-code("f6db"); }
@mixin icon-move-call-out-adr-bold() { content: char-from-code("f6dc"); }
@mixin icon-move-call-out-adr-light() { content: char-from-code("f6dd"); }
@mixin icon-move-call-out-adr-regular() { content: char-from-code("f6de"); }
@mixin icon-move-call-out-iph-bold() { content: char-from-code("f6df"); }
@mixin icon-move-call-out-iph-light() { content: char-from-code("f6e0"); }
@mixin icon-move-call-out-iph-regular() { content: char-from-code("f6e1"); }
@mixin icon-move-call-out-laptop-bold() { content: char-from-code("f6e2"); }
@mixin icon-move-call-out-laptop-light() { content: char-from-code("f6e3"); }
@mixin icon-move-call-out-laptop-regular() { content: char-from-code("f6e4"); }
@mixin icon-move-call-out-tablet-bold() { content: char-from-code("f6e5"); }
@mixin icon-move-call-out-tablet-light() { content: char-from-code("f6e6"); }
@mixin icon-move-call-out-tablet-regular() { content: char-from-code("f6e7"); }
@mixin icon-ms-teams() { content: char-from-code("f6e8"); }
@mixin icon-multiline-chart-bold() { content: char-from-code("f6e9"); }
@mixin icon-multiline-chart-filled() { content: char-from-code("f6ea"); }
@mixin icon-multiline-chart-light() { content: char-from-code("f6eb"); }
@mixin icon-multiline-chart-regular() { content: char-from-code("f6ec"); }
@mixin icon-multimedia-bold() { content: char-from-code("f6ed"); }
@mixin icon-multimedia-filled() { content: char-from-code("f6ee"); }
@mixin icon-multimedia-light() { content: char-from-code("f6ef"); }
@mixin icon-multimedia-regular() { content: char-from-code("f6f0"); }
@mixin icon-multipled-devices-bold() { content: char-from-code("f6f1"); }
@mixin icon-multipled-devices-light() { content: char-from-code("f6f2"); }
@mixin icon-multipled-devices-regular() { content: char-from-code("f6f3"); }
@mixin icon-music-mode-bold() { content: char-from-code("f6f4"); }
@mixin icon-music-mode-circle-bold() { content: char-from-code("f6f5"); }
@mixin icon-music-mode-circle-filled() { content: char-from-code("f6f6"); }
@mixin icon-music-mode-circle-light() { content: char-from-code("f6f7"); }
@mixin icon-music-mode-circle-regular() { content: char-from-code("f6f8"); }
@mixin icon-music-mode-filled() { content: char-from-code("f6f9"); }
@mixin icon-music-mode-light() { content: char-from-code("f6fa"); }
@mixin icon-music-mode-regular() { content: char-from-code("f6fb"); }
@mixin icon-mute-on-entry-bold() { content: char-from-code("f6fc"); }
@mixin icon-mute-on-entry-filled() { content: char-from-code("f6fd"); }
@mixin icon-mute-on-entry-light() { content: char-from-code("f6fe"); }
@mixin icon-mute-on-entry-regular() { content: char-from-code("f6ff"); }
@mixin icon-new-manager-bold() { content: char-from-code("f700"); }
@mixin icon-new-manager-light() { content: char-from-code("f701"); }
@mixin icon-new-manager-regular() { content: char-from-code("f702"); }
@mixin icon-new-title-bold() { content: char-from-code("f703"); }
@mixin icon-new-title-light() { content: char-from-code("f704"); }
@mixin icon-new-title-regular() { content: char-from-code("f705"); }
@mixin icon-new-voicemail-bold() { content: char-from-code("f706"); }
@mixin icon-new-voicemail-light() { content: char-from-code("f707"); }
@mixin icon-new-voicemail-regular() { content: char-from-code("f708"); }
@mixin icon-new-whiteboard-bold() { content: char-from-code("f709"); }
@mixin icon-new-whiteboard-light() { content: char-from-code("f70a"); }
@mixin icon-new-whiteboard-regular() { content: char-from-code("f70b"); }
@mixin icon-next-bold() { content: char-from-code("f70c"); }
@mixin icon-next-light() { content: char-from-code("f70d"); }
@mixin icon-next-regular() { content: char-from-code("f70e"); }
@mixin icon-no-devices-bold() { content: char-from-code("f70f"); }
@mixin icon-no-devices-light() { content: char-from-code("f710"); }
@mixin icon-no-devices-regular() { content: char-from-code("f711"); }
@mixin icon-noise-detected-canceled-filled() { content: char-from-code("f712"); }
@mixin icon-noise-detected-filled() { content: char-from-code("f713"); }
@mixin icon-noise-none-canceled-filled() { content: char-from-code("f714"); }
@mixin icon-noise-none-filled() { content: char-from-code("f715"); }
@mixin icon-noise-removal-bold() { content: char-from-code("f716"); }
@mixin icon-noise-removal-light() { content: char-from-code("f717"); }
@mixin icon-noise-removal-regular() { content: char-from-code("f718"); }
@mixin icon-note-bold() { content: char-from-code("f719"); }
@mixin icon-note-light() { content: char-from-code("f71a"); }
@mixin icon-note-ppt-bold() { content: char-from-code("f71b"); }
@mixin icon-note-ppt-light() { content: char-from-code("f71c"); }
@mixin icon-note-ppt-regular() { content: char-from-code("f71d"); }
@mixin icon-note-regular() { content: char-from-code("f71e"); }
@mixin icon-notes-bold() { content: char-from-code("f71f"); }
@mixin icon-notes-light() { content: char-from-code("f720"); }
@mixin icon-notes-regular() { content: char-from-code("f721"); }
@mixin icon-number-bold() { content: char-from-code("f722"); }
@mixin icon-number-light() { content: char-from-code("f723"); }
@mixin icon-number-regular() { content: char-from-code("f724"); }
@mixin icon-old-remote-bold() { content: char-from-code("f725"); }
@mixin icon-old-remote-light() { content: char-from-code("f726"); }
@mixin icon-old-remote-regular() { content: char-from-code("f727"); }
@mixin icon-old-touch-bold() { content: char-from-code("f728"); }
@mixin icon-old-touch-light() { content: char-from-code("f729"); }
@mixin icon-old-touch-regular() { content: char-from-code("f72a"); }
@mixin icon-one-column-bold() { content: char-from-code("f72b"); }
@mixin icon-one-column-light() { content: char-from-code("f72c"); }
@mixin icon-one-column-regular() { content: char-from-code("f72d"); }
@mixin icon-open-in-folder-bold() { content: char-from-code("f72e"); }
@mixin icon-open-in-folder-light() { content: char-from-code("f72f"); }
@mixin icon-open-in-folder-regular() { content: char-from-code("f730"); }
@mixin icon-open-pages-bold() { content: char-from-code("f731"); }
@mixin icon-open-pages-light() { content: char-from-code("f732"); }
@mixin icon-open-pages-regular() { content: char-from-code("f733"); }
@mixin icon-other-number-bold() { content: char-from-code("f734"); }
@mixin icon-other-number-light() { content: char-from-code("f735"); }
@mixin icon-other-number-regular() { content: char-from-code("f736"); }
@mixin icon-other-number-warning-bold() { content: char-from-code("f737"); }
@mixin icon-other-number-warning-light() { content: char-from-code("f738"); }
@mixin icon-other-number-warning-regular() { content: char-from-code("f739"); }
@mixin icon-outgoing-call-legacy-bold() { content: char-from-code("f73a"); }
@mixin icon-outgoing-call-legacy-light() { content: char-from-code("f73b"); }
@mixin icon-outgoing-call-legacy-regular() { content: char-from-code("f73c"); }
@mixin icon-overflow-left-bold() { content: char-from-code("f73d"); }
@mixin icon-overflow-left-light() { content: char-from-code("f73e"); }
@mixin icon-overflow-left-regular() { content: char-from-code("f73f"); }
@mixin icon-overflow-right-bold() { content: char-from-code("f740"); }
@mixin icon-overflow-right-light() { content: char-from-code("f741"); }
@mixin icon-overflow-right-regular() { content: char-from-code("f742"); }
@mixin icon-paired-camera-bold() { content: char-from-code("f743"); }
@mixin icon-paired-camera-light() { content: char-from-code("f744"); }
@mixin icon-paired-camera-regular() { content: char-from-code("f745"); }
@mixin icon-paired-device-bold() { content: char-from-code("f746"); }
@mixin icon-paired-device-light() { content: char-from-code("f747"); }
@mixin icon-paired-device-regular() { content: char-from-code("f748"); }
@mixin icon-paired-handset-bold() { content: char-from-code("f749"); }
@mixin icon-paired-handset-light() { content: char-from-code("f74a"); }
@mixin icon-paired-handset-regular() { content: char-from-code("f74b"); }
@mixin icon-pairing-bold() { content: char-from-code("f74c"); }
@mixin icon-pairing-light() { content: char-from-code("f74d"); }
@mixin icon-pairing-regular() { content: char-from-code("f74e"); }
@mixin icon-parked-bold() { content: char-from-code("f74f"); }
@mixin icon-parked-filled() { content: char-from-code("f750"); }
@mixin icon-parked-light() { content: char-from-code("f751"); }
@mixin icon-parked-regular() { content: char-from-code("f752"); }
@mixin icon-parse-bold() { content: char-from-code("f753"); }
@mixin icon-parse-light() { content: char-from-code("f754"); }
@mixin icon-parse-regular() { content: char-from-code("f755"); }
@mixin icon-partial-bold() { content: char-from-code("f756"); }
@mixin icon-partial-light() { content: char-from-code("f757"); }
@mixin icon-partial-regular() { content: char-from-code("f758"); }
@mixin icon-participant-add-bold() { content: char-from-code("f759"); }
@mixin icon-participant-add-light() { content: char-from-code("f75a"); }
@mixin icon-participant-add-regular() { content: char-from-code("f75b"); }
@mixin icon-participant-blocked-bold() { content: char-from-code("f75c"); }
@mixin icon-participant-blocked-light() { content: char-from-code("f75d"); }
@mixin icon-participant-blocked-regular() { content: char-from-code("f75e"); }
@mixin icon-participant-bold() { content: char-from-code("f75f"); }
@mixin icon-participant-filled() { content: char-from-code("f760"); }
@mixin icon-participant-light() { content: char-from-code("f761"); }
@mixin icon-participant-list-bold() { content: char-from-code("f762"); }
@mixin icon-participant-list-filled() { content: char-from-code("f763"); }
@mixin icon-participant-list-light() { content: char-from-code("f764"); }
@mixin icon-participant-list-regular() { content: char-from-code("f765"); }
@mixin icon-participant-regular() { content: char-from-code("f766"); }
@mixin icon-participant-remove-bold() { content: char-from-code("f767"); }
@mixin icon-participant-remove-light() { content: char-from-code("f768"); }
@mixin icon-participant-remove-regular() { content: char-from-code("f769"); }
@mixin icon-participant-unknown-bold() { content: char-from-code("f76a"); }
@mixin icon-participant-unknown-light() { content: char-from-code("f76b"); }
@mixin icon-participant-unknown-regular() { content: char-from-code("f76c"); }
@mixin icon-pass-mouse-bold() { content: char-from-code("f76d"); }
@mixin icon-pass-mouse-light() { content: char-from-code("f76e"); }
@mixin icon-pass-mouse-regular() { content: char-from-code("f76f"); }
@mixin icon-pause-bold() { content: char-from-code("f770"); }
@mixin icon-pause-filled() { content: char-from-code("f771"); }
@mixin icon-pause-light() { content: char-from-code("f772"); }
@mixin icon-pause-regular() { content: char-from-code("f773"); }
@mixin icon-pen-bold() { content: char-from-code("f774"); }
@mixin icon-pen-filled() { content: char-from-code("f775"); }
@mixin icon-pen-light() { content: char-from-code("f776"); }
@mixin icon-pen-regular() { content: char-from-code("f777"); }
@mixin icon-people-bold() { content: char-from-code("f778"); }
@mixin icon-people-circle-bold() { content: char-from-code("f779"); }
@mixin icon-people-circle-filled() { content: char-from-code("f77a"); }
@mixin icon-people-circle-light() { content: char-from-code("f77b"); }
@mixin icon-people-circle-regular() { content: char-from-code("f77c"); }
@mixin icon-people-filled() { content: char-from-code("f77d"); }
@mixin icon-people-insights-filled() { content: char-from-code("f77e"); }
@mixin icon-people-light() { content: char-from-code("f77f"); }
@mixin icon-people-regular() { content: char-from-code("f780"); }
@mixin icon-phone-alert-bold() { content: char-from-code("f781"); }
@mixin icon-phone-alert-light() { content: char-from-code("f782"); }
@mixin icon-phone-alert-regular() { content: char-from-code("f783"); }
@mixin icon-phone-bold() { content: char-from-code("f784"); }
@mixin icon-phone-filled() { content: char-from-code("f785"); }
@mixin icon-phone-light() { content: char-from-code("f786"); }
@mixin icon-phone-muted-bold() { content: char-from-code("f787"); }
@mixin icon-phone-muted-light() { content: char-from-code("f788"); }
@mixin icon-phone-muted-regular() { content: char-from-code("f789"); }
@mixin icon-phone-private-bold() { content: char-from-code("f78a"); }
@mixin icon-phone-private-light() { content: char-from-code("f78b"); }
@mixin icon-phone-private-regular() { content: char-from-code("f78c"); }
@mixin icon-phone-regular() { content: char-from-code("f78d"); }
@mixin icon-phone-reply-all-bold() { content: char-from-code("f78e"); }
@mixin icon-phone-reply-all-light() { content: char-from-code("f78f"); }
@mixin icon-phone-reply-all-regular() { content: char-from-code("f790"); }
@mixin icon-phone-reply-bold() { content: char-from-code("f791"); }
@mixin icon-phone-reply-light() { content: char-from-code("f792"); }
@mixin icon-phone-reply-regular() { content: char-from-code("f793"); }
@mixin icon-phone-small-filled() { content: char-from-code("f794"); }
@mixin icon-picker-bold() { content: char-from-code("f795"); }
@mixin icon-picker-light() { content: char-from-code("f796"); }
@mixin icon-picker-regular() { content: char-from-code("f797"); }
@mixin icon-picture-in-picture-bold() { content: char-from-code("f798"); }
@mixin icon-picture-in-picture-filled() { content: char-from-code("f799"); }
@mixin icon-picture-in-picture-light() { content: char-from-code("f79a"); }
@mixin icon-picture-in-picture-regular() { content: char-from-code("f79b"); }
@mixin icon-pie-chart-bold() { content: char-from-code("f79c"); }
@mixin icon-pie-chart-filled() { content: char-from-code("f79d"); }
@mixin icon-pie-chart-light() { content: char-from-code("f79e"); }
@mixin icon-pie-chart-regular() { content: char-from-code("f79f"); }
@mixin icon-pin-bold() { content: char-from-code("f7a0"); }
@mixin icon-pin-filled() { content: char-from-code("f7a1"); }
@mixin icon-pin-light() { content: char-from-code("f7a2"); }
@mixin icon-pin-list-activity-bold() { content: char-from-code("f7a3"); }
@mixin icon-pin-list-activity-colored-bold() { content: char-from-code("f7a4"); }
@mixin icon-pin-list-activity-colored-light() { content: char-from-code("f7a5"); }
@mixin icon-pin-list-activity-colored-regular() { content: char-from-code("f7a6"); }
@mixin icon-pin-list-activity-light() { content: char-from-code("f7a7"); }
@mixin icon-pin-list-activity-regular() { content: char-from-code("f7a8"); }
@mixin icon-pin-list-bold() { content: char-from-code("f7a9"); }
@mixin icon-pin-list-light() { content: char-from-code("f7aa"); }
@mixin icon-pin-list-regular() { content: char-from-code("f7ab"); }
@mixin icon-pin-muted-bold() { content: char-from-code("f7ac"); }
@mixin icon-pin-muted-filled() { content: char-from-code("f7ad"); }
@mixin icon-pin-muted-light() { content: char-from-code("f7ae"); }
@mixin icon-pin-muted-regular() { content: char-from-code("f7af"); }
@mixin icon-pin-regular() { content: char-from-code("f7b0"); }
@mixin icon-placeholder-bold() { content: char-from-code("f7b1"); }
@mixin icon-placeholder-light() { content: char-from-code("f7b2"); }
@mixin icon-placeholder-regular() { content: char-from-code("f7b3"); }
@mixin icon-play-bold() { content: char-from-code("f7b4"); }
@mixin icon-play-circle-bold() { content: char-from-code("f7b5"); }
@mixin icon-play-circle-filled() { content: char-from-code("f7b6"); }
@mixin icon-play-circle-light() { content: char-from-code("f7b7"); }
@mixin icon-play-circle-regular() { content: char-from-code("f7b8"); }
@mixin icon-play-filled() { content: char-from-code("f7b9"); }
@mixin icon-play-light() { content: char-from-code("f7ba"); }
@mixin icon-play-regular() { content: char-from-code("f7bb"); }
@mixin icon-plug-ac-bold() { content: char-from-code("f7bc"); }
@mixin icon-plug-ac-light() { content: char-from-code("f7bd"); }
@mixin icon-plug-ac-regular() { content: char-from-code("f7be"); }
@mixin icon-plus-bold() { content: char-from-code("f7bf"); }
@mixin icon-plus-circle-bold() { content: char-from-code("f7c0"); }
@mixin icon-plus-circle-filled() { content: char-from-code("f7c1"); }
@mixin icon-plus-circle-light() { content: char-from-code("f7c2"); }
@mixin icon-plus-circle-regular() { content: char-from-code("f7c3"); }
@mixin icon-plus-light() { content: char-from-code("f7c4"); }
@mixin icon-plus-regular() { content: char-from-code("f7c5"); }
@mixin icon-pmr-bold() { content: char-from-code("f7c6"); }
@mixin icon-pmr-filled() { content: char-from-code("f7c7"); }
@mixin icon-pmr-light() { content: char-from-code("f7c8"); }
@mixin icon-pmr-regular() { content: char-from-code("f7c9"); }
@mixin icon-poll-bold() { content: char-from-code("f7ca"); }
@mixin icon-poll-light() { content: char-from-code("f7cb"); }
@mixin icon-poll-regular() { content: char-from-code("f7cc"); }
@mixin icon-pop-in-bold() { content: char-from-code("f7cd"); }
@mixin icon-pop-in-light() { content: char-from-code("f7ce"); }
@mixin icon-pop-in-regular() { content: char-from-code("f7cf"); }
@mixin icon-pop-out-bold() { content: char-from-code("f7d0"); }
@mixin icon-pop-out-light() { content: char-from-code("f7d1"); }
@mixin icon-pop-out-regular() { content: char-from-code("f7d2"); }
@mixin icon-pop-up-bold() { content: char-from-code("f7d3"); }
@mixin icon-pop-up-light() { content: char-from-code("f7d4"); }
@mixin icon-pop-up-regular() { content: char-from-code("f7d5"); }
@mixin icon-portrait-landscape-bold() { content: char-from-code("f7d6"); }
@mixin icon-portrait-landscape-light() { content: char-from-code("f7d7"); }
@mixin icon-portrait-landscape-regular() { content: char-from-code("f7d8"); }
@mixin icon-power-ac-bold() { content: char-from-code("f7d9"); }
@mixin icon-power-ac-light() { content: char-from-code("f7da"); }
@mixin icon-power-ac-regular() { content: char-from-code("f7db"); }
@mixin icon-power-bold() { content: char-from-code("f7dc"); }
@mixin icon-power-light() { content: char-from-code("f7dd"); }
@mixin icon-power-regular() { content: char-from-code("f7de"); }
@mixin icon-pre-header-bold() { content: char-from-code("f7df"); }
@mixin icon-pre-header-light() { content: char-from-code("f7e0"); }
@mixin icon-pre-header-regular() { content: char-from-code("f7e1"); }
@mixin icon-presentation-bold() { content: char-from-code("f7e2"); }
@mixin icon-presentation-light() { content: char-from-code("f7e3"); }
@mixin icon-presentation-regular() { content: char-from-code("f7e4"); }
@mixin icon-primary-participant-bold() { content: char-from-code("f7e5"); }
@mixin icon-primary-participant-light() { content: char-from-code("f7e6"); }
@mixin icon-primary-participant-regular() { content: char-from-code("f7e7"); }
@mixin icon-print-bold() { content: char-from-code("f7e8"); }
@mixin icon-print-light() { content: char-from-code("f7e9"); }
@mixin icon-print-regular() { content: char-from-code("f7ea"); }
@mixin icon-priority-badge-filled() { content: char-from-code("f7eb"); }
@mixin icon-priority-circle-bold() { content: char-from-code("f7ec"); }
@mixin icon-priority-circle-filled() { content: char-from-code("f7ed"); }
@mixin icon-priority-circle-light() { content: char-from-code("f7ee"); }
@mixin icon-priority-circle-regular() { content: char-from-code("f7ef"); }
@mixin icon-priority-circle-two-bold() { content: char-from-code("f7f0"); }
@mixin icon-priority-circle-two-filled() { content: char-from-code("f7f1"); }
@mixin icon-priority-circle-two-light() { content: char-from-code("f7f2"); }
@mixin icon-priority-circle-two-regular() { content: char-from-code("f7f3"); }
@mixin icon-privacy-circle-bold() { content: char-from-code("f7f4"); }
@mixin icon-privacy-circle-filled() { content: char-from-code("f7f5"); }
@mixin icon-privacy-circle-light() { content: char-from-code("f7f6"); }
@mixin icon-privacy-circle-regular() { content: char-from-code("f7f7"); }
@mixin icon-private-bold() { content: char-from-code("f7f8"); }
@mixin icon-private-circle-bold() { content: char-from-code("f7f9"); }
@mixin icon-private-circle-filled() { content: char-from-code("f7fa"); }
@mixin icon-private-circle-light() { content: char-from-code("f7fb"); }
@mixin icon-private-circle-regular() { content: char-from-code("f7fc"); }
@mixin icon-private-light() { content: char-from-code("f7fd"); }
@mixin icon-private-meeting-bold() { content: char-from-code("f7fe"); }
@mixin icon-private-meeting-light() { content: char-from-code("f7ff"); }
@mixin icon-private-meeting-regular() { content: char-from-code("f800"); }
@mixin icon-private-regular() { content: char-from-code("f801"); }
@mixin icon-product-demo-bold() { content: char-from-code("f802"); }
@mixin icon-product-demo-light() { content: char-from-code("f803"); }
@mixin icon-product-demo-regular() { content: char-from-code("f804"); }
@mixin icon-proximity-bold() { content: char-from-code("f805"); }
@mixin icon-proximity-light() { content: char-from-code("f806"); }
@mixin icon-proximity-muted-bold() { content: char-from-code("f807"); }
@mixin icon-proximity-muted-light() { content: char-from-code("f808"); }
@mixin icon-proximity-muted-regular() { content: char-from-code("f809"); }
@mixin icon-proximity-regular() { content: char-from-code("f80a"); }
@mixin icon-proximity-video-bold() { content: char-from-code("f80b"); }
@mixin icon-proximity-video-light() { content: char-from-code("f80c"); }
@mixin icon-proximity-video-regular() { content: char-from-code("f80d"); }
@mixin icon-pto-presence-bold() { content: char-from-code("f80e"); }
@mixin icon-pto-presence-filled() { content: char-from-code("f80f"); }
@mixin icon-pto-presence-light() { content: char-from-code("f810"); }
@mixin icon-pto-presence-regular() { content: char-from-code("f811"); }
@mixin icon-pull-call-bold() { content: char-from-code("f812"); }
@mixin icon-pull-call-light() { content: char-from-code("f813"); }
@mixin icon-pull-call-regular() { content: char-from-code("f814"); }
@mixin icon-q-a-bold() { content: char-from-code("f815"); }
@mixin icon-q-a-light() { content: char-from-code("f816"); }
@mixin icon-q-a-regular() { content: char-from-code("f817"); }
@mixin icon-quality-bold() { content: char-from-code("f818"); }
@mixin icon-quality-light() { content: char-from-code("f819"); }
@mixin icon-quality-regular() { content: char-from-code("f81a"); }
@mixin icon-queue-contact-bold() { content: char-from-code("f81b"); }
@mixin icon-queue-contact-light() { content: char-from-code("f81c"); }
@mixin icon-queue-contact-regular() { content: char-from-code("f81d"); }
@mixin icon-quiet-bold() { content: char-from-code("f81e"); }
@mixin icon-quiet-hours-presence-bold() { content: char-from-code("f81f"); }
@mixin icon-quiet-hours-presence-filled() { content: char-from-code("f820"); }
@mixin icon-quiet-hours-presence-light() { content: char-from-code("f821"); }
@mixin icon-quiet-hours-presence-regular() { content: char-from-code("f822"); }
@mixin icon-quiet-light() { content: char-from-code("f823"); }
@mixin icon-quiet-regular() { content: char-from-code("f824"); }
@mixin icon-radio-button-group-bold() { content: char-from-code("f825"); }
@mixin icon-radio-button-group-light() { content: char-from-code("f826"); }
@mixin icon-radio-button-group-regular() { content: char-from-code("f827"); }
@mixin icon-raise-hand-bold() { content: char-from-code("f828"); }
@mixin icon-raise-hand-circle-filled() { content: char-from-code("f829"); }
@mixin icon-raise-hand-filled() { content: char-from-code("f82a"); }
@mixin icon-raise-hand-light() { content: char-from-code("f82b"); }
@mixin icon-raise-hand-regular() { content: char-from-code("f82c"); }
@mixin icon-ram-bold() { content: char-from-code("f82d"); }
@mixin icon-ram-light() { content: char-from-code("f82e"); }
@mixin icon-ram-regular() { content: char-from-code("f82f"); }
@mixin icon-reactions-bold() { content: char-from-code("f830"); }
@mixin icon-reactions-filled() { content: char-from-code("f831"); }
@mixin icon-reactions-light() { content: char-from-code("f832"); }
@mixin icon-reactions-regular() { content: char-from-code("f833"); }
@mixin icon-reactivate-bold() { content: char-from-code("f834"); }
@mixin icon-reactivate-light() { content: char-from-code("f835"); }
@mixin icon-reactivate-regular() { content: char-from-code("f836"); }
@mixin icon-recents-bold() { content: char-from-code("f837"); }
@mixin icon-recents-filled() { content: char-from-code("f838"); }
@mixin icon-recents-light() { content: char-from-code("f839"); }
@mixin icon-recents-presence-bold() { content: char-from-code("f83a"); }
@mixin icon-recents-presence-filled() { content: char-from-code("f83b"); }
@mixin icon-recents-presence-light() { content: char-from-code("f83c"); }
@mixin icon-recents-presence-regular() { content: char-from-code("f83d"); }
@mixin icon-recents-presence-small-filled() { content: char-from-code("f83e"); }
@mixin icon-recents-regular() { content: char-from-code("f83f"); }
@mixin icon-record-active-bold() { content: char-from-code("f840"); }
@mixin icon-record-active-filled() { content: char-from-code("f841"); }
@mixin icon-record-active-light() { content: char-from-code("f842"); }
@mixin icon-record-active-regular() { content: char-from-code("f843"); }
@mixin icon-record-bold() { content: char-from-code("f844"); }
@mixin icon-record-filled() { content: char-from-code("f845"); }
@mixin icon-record-light() { content: char-from-code("f846"); }
@mixin icon-record-paused-bold() { content: char-from-code("f847"); }
@mixin icon-record-paused-filled() { content: char-from-code("f848"); }
@mixin icon-record-paused-light() { content: char-from-code("f849"); }
@mixin icon-record-paused-regular() { content: char-from-code("f84a"); }
@mixin icon-record-regular() { content: char-from-code("f84b"); }
@mixin icon-recurring-bold() { content: char-from-code("f84c"); }
@mixin icon-recurring-light() { content: char-from-code("f84d"); }
@mixin icon-recurring-off-bold() { content: char-from-code("f84e"); }
@mixin icon-recurring-off-light() { content: char-from-code("f84f"); }
@mixin icon-recurring-off-regular() { content: char-from-code("f850"); }
@mixin icon-recurring-regular() { content: char-from-code("f851"); }
@mixin icon-redial-bold() { content: char-from-code("f852"); }
@mixin icon-redial-light() { content: char-from-code("f853"); }
@mixin icon-redial-regular() { content: char-from-code("f854"); }
@mixin icon-redo-bold() { content: char-from-code("f855"); }
@mixin icon-redo-light() { content: char-from-code("f856"); }
@mixin icon-redo-regular() { content: char-from-code("f857"); }
@mixin icon-refresh-bold() { content: char-from-code("f858"); }
@mixin icon-refresh-light() { content: char-from-code("f859"); }
@mixin icon-refresh-regular() { content: char-from-code("f85a"); }
@mixin icon-remote-call-bold() { content: char-from-code("f85b"); }
@mixin icon-remote-call-filled() { content: char-from-code("f85c"); }
@mixin icon-remote-call-light() { content: char-from-code("f85d"); }
@mixin icon-remote-call-regular() { content: char-from-code("f85e"); }
@mixin icon-remote-desktop-control-bold() { content: char-from-code("f85f"); }
@mixin icon-remote-desktop-control-filled() { content: char-from-code("f860"); }
@mixin icon-remote-desktop-control-light() { content: char-from-code("f861"); }
@mixin icon-remote-desktop-control-regular() { content: char-from-code("f862"); }
@mixin icon-remove-bold() { content: char-from-code("f863"); }
@mixin icon-remove-filled() { content: char-from-code("f864"); }
@mixin icon-remove-light() { content: char-from-code("f865"); }
@mixin icon-remove-regular() { content: char-from-code("f866"); }
@mixin icon-reply-bold() { content: char-from-code("f867"); }
@mixin icon-reply-filled() { content: char-from-code("f868"); }
@mixin icon-reply-light() { content: char-from-code("f869"); }
@mixin icon-reply-list-bold() { content: char-from-code("f86a"); }
@mixin icon-reply-list-light() { content: char-from-code("f86b"); }
@mixin icon-reply-list-regular() { content: char-from-code("f86c"); }
@mixin icon-reply-privately-bold() { content: char-from-code("f86d"); }
@mixin icon-reply-privately-light() { content: char-from-code("f86e"); }
@mixin icon-reply-privately-regular() { content: char-from-code("f86f"); }
@mixin icon-reply-regular() { content: char-from-code("f870"); }
@mixin icon-reset-bold() { content: char-from-code("f871"); }
@mixin icon-reset-light() { content: char-from-code("f872"); }
@mixin icon-reset-regular() { content: char-from-code("f873"); }
@mixin icon-responsive-mobile-bold() { content: char-from-code("f874"); }
@mixin icon-responsive-mobile-light() { content: char-from-code("f875"); }
@mixin icon-responsive-mobile-regular() { content: char-from-code("f876"); }
@mixin icon-restart-bold() { content: char-from-code("f877"); }
@mixin icon-restart-light() { content: char-from-code("f878"); }
@mixin icon-restart-regular() { content: char-from-code("f879"); }
@mixin icon-retrieve-call-bold() { content: char-from-code("f87a"); }
@mixin icon-retrieve-call-light() { content: char-from-code("f87b"); }
@mixin icon-retrieve-call-regular() { content: char-from-code("f87c"); }
@mixin icon-return-bold() { content: char-from-code("f87d"); }
@mixin icon-return-light() { content: char-from-code("f87e"); }
@mixin icon-return-regular() { content: char-from-code("f87f"); }
@mixin icon-ringtone-bold() { content: char-from-code("f880"); }
@mixin icon-ringtone-light() { content: char-from-code("f881"); }
@mixin icon-ringtone-regular() { content: char-from-code("f882"); }
@mixin icon-room-calendar-bold() { content: char-from-code("f883"); }
@mixin icon-room-calendar-light() { content: char-from-code("f884"); }
@mixin icon-room-calendar-regular() { content: char-from-code("f885"); }
@mixin icon-room-lights-bold() { content: char-from-code("f886"); }
@mixin icon-room-lights-filled() { content: char-from-code("f887"); }
@mixin icon-room-lights-light() { content: char-from-code("f888"); }
@mixin icon-room-lights-regular() { content: char-from-code("f889"); }
@mixin icon-rotate-content-bold() { content: char-from-code("f88a"); }
@mixin icon-rotate-content-filled() { content: char-from-code("f88b"); }
@mixin icon-rotate-content-light() { content: char-from-code("f88c"); }
@mixin icon-rotate-content-regular() { content: char-from-code("f88d"); }
@mixin icon-rule-based-bold() { content: char-from-code("f88e"); }
@mixin icon-rule-based-light() { content: char-from-code("f88f"); }
@mixin icon-rule-based-regular() { content: char-from-code("f890"); }
@mixin icon-running-application-bold() { content: char-from-code("f891"); }
@mixin icon-running-application-filled() { content: char-from-code("f892"); }
@mixin icon-running-application-light() { content: char-from-code("f893"); }
@mixin icon-running-application-regular() { content: char-from-code("f894"); }
@mixin icon-save-bold() { content: char-from-code("f895"); }
@mixin icon-save-light() { content: char-from-code("f896"); }
@mixin icon-save-regular() { content: char-from-code("f897"); }
@mixin icon-scan-bold() { content: char-from-code("f898"); }
@mixin icon-scan-light() { content: char-from-code("f899"); }
@mixin icon-scan-regular() { content: char-from-code("f89a"); }
@mixin icon-scheduler-available-bold() { content: char-from-code("f89b"); }
@mixin icon-scheduler-available-light() { content: char-from-code("f89c"); }
@mixin icon-scheduler-available-regular() { content: char-from-code("f89d"); }
@mixin icon-scheduler-not-working-hours-bold() { content: char-from-code("f89e"); }
@mixin icon-scheduler-not-working-hours-light() { content: char-from-code("f89f"); }
@mixin icon-scheduler-not-working-hours-regular() { content: char-from-code("f8a0"); }
@mixin icon-scheduler-unavailable-bold() { content: char-from-code("f8a1"); }
@mixin icon-scheduler-unavailable-light() { content: char-from-code("f8a2"); }
@mixin icon-scheduler-unavailable-regular() { content: char-from-code("f8a3"); }
@mixin icon-scheduler-unknown-bold() { content: char-from-code("f8a4"); }
@mixin icon-scheduler-unknown-light() { content: char-from-code("f8a5"); }
@mixin icon-scheduler-unknown-regular() { content: char-from-code("f8a6"); }
@mixin icon-screenshot-bold() { content: char-from-code("f8a7"); }
@mixin icon-screenshot-doc-bold() { content: char-from-code("f8a8"); }
@mixin icon-screenshot-doc-filled() { content: char-from-code("f8a9"); }
@mixin icon-screenshot-doc-light() { content: char-from-code("f8aa"); }
@mixin icon-screenshot-doc-regular() { content: char-from-code("f8ab"); }
@mixin icon-screenshot-light() { content: char-from-code("f8ac"); }
@mixin icon-screenshot-regular() { content: char-from-code("f8ad"); }
@mixin icon-search-bold() { content: char-from-code("f8ae"); }
@mixin icon-search-filled() { content: char-from-code("f8af"); }
@mixin icon-search-light() { content: char-from-code("f8b0"); }
@mixin icon-search-regular() { content: char-from-code("f8b1"); }
@mixin icon-secondary-arrow-bold() { content: char-from-code("f8b2"); }
@mixin icon-secondary-arrow-light() { content: char-from-code("f8b3"); }
@mixin icon-secondary-arrow-regular() { content: char-from-code("f8b4"); }
@mixin icon-secure-call-lock-bold() { content: char-from-code("f8b5"); }
@mixin icon-secure-call-lock-filled() { content: char-from-code("f8b6"); }
@mixin icon-secure-call-lock-light() { content: char-from-code("f8b7"); }
@mixin icon-secure-call-lock-regular() { content: char-from-code("f8b8"); }
@mixin icon-secure-call-shield-bold() { content: char-from-code("f8b9"); }
@mixin icon-secure-call-shield-filled() { content: char-from-code("f8ba"); }
@mixin icon-secure-call-shield-light() { content: char-from-code("f8bb"); }
@mixin icon-secure-call-shield-regular() { content: char-from-code("f8bc"); }
@mixin icon-secure-circle-bold() { content: char-from-code("f8bd"); }
@mixin icon-secure-circle-filled() { content: char-from-code("f8be"); }
@mixin icon-secure-circle-light() { content: char-from-code("f8bf"); }
@mixin icon-secure-circle-regular() { content: char-from-code("f8c0"); }
@mixin icon-secure-lock-bold() { content: char-from-code("f8c1"); }
@mixin icon-secure-lock-filled() { content: char-from-code("f8c2"); }
@mixin icon-secure-lock-light() { content: char-from-code("f8c3"); }
@mixin icon-secure-lock-regular() { content: char-from-code("f8c4"); }
@mixin icon-segment-exclude-filled() { content: char-from-code("f8c5"); }
@mixin icon-segment-filter-filled() { content: char-from-code("f8c6"); }
@mixin icon-segment-include-filled() { content: char-from-code("f8c7"); }
@mixin icon-select-all-bold() { content: char-from-code("f8c8"); }
@mixin icon-select-all-filled() { content: char-from-code("f8c9"); }
@mixin icon-select-all-light() { content: char-from-code("f8ca"); }
@mixin icon-select-all-regular() { content: char-from-code("f8cb"); }
@mixin icon-selection-bold() { content: char-from-code("f8cc"); }
@mixin icon-selection-light() { content: char-from-code("f8cd"); }
@mixin icon-selection-regular() { content: char-from-code("f8ce"); }
@mixin icon-send-bold() { content: char-from-code("f8cf"); }
@mixin icon-send-filled() { content: char-from-code("f8d0"); }
@mixin icon-send-light() { content: char-from-code("f8d1"); }
@mixin icon-send-regular() { content: char-from-code("f8d2"); }
@mixin icon-server-bold() { content: char-from-code("f8d3"); }
@mixin icon-server-error-bold() { content: char-from-code("f8d4"); }
@mixin icon-server-error-light() { content: char-from-code("f8d5"); }
@mixin icon-server-error-regular() { content: char-from-code("f8d6"); }
@mixin icon-server-light() { content: char-from-code("f8d7"); }
@mixin icon-server-regular() { content: char-from-code("f8d8"); }
@mixin icon-services-bold() { content: char-from-code("f8d9"); }
@mixin icon-services-light() { content: char-from-code("f8da"); }
@mixin icon-services-regular() { content: char-from-code("f8db"); }
@mixin icon-set-variable-bold() { content: char-from-code("f8dc"); }
@mixin icon-set-variable-light() { content: char-from-code("f8dd"); }
@mixin icon-set-variable-regular() { content: char-from-code("f8de"); }
@mixin icon-settings-bold() { content: char-from-code("f8df"); }
@mixin icon-settings-filled() { content: char-from-code("f8e0"); }
@mixin icon-settings-light() { content: char-from-code("f8e1"); }
@mixin icon-settings-regular() { content: char-from-code("f8e2"); }
@mixin icon-setup-assistant-bold() { content: char-from-code("f8e3"); }
@mixin icon-setup-assistant-light() { content: char-from-code("f8e4"); }
@mixin icon-setup-assistant-regular() { content: char-from-code("f8e5"); }
@mixin icon-sftp-bold() { content: char-from-code("f8e6"); }
@mixin icon-sftp-light() { content: char-from-code("f8e7"); }
@mixin icon-sftp-regular() { content: char-from-code("f8e8"); }
@mixin icon-shape-circle-bold() { content: char-from-code("f8e9"); }
@mixin icon-shape-circle-filled() { content: char-from-code("f8ea"); }
@mixin icon-shape-circle-light() { content: char-from-code("f8eb"); }
@mixin icon-shape-circle-regular() { content: char-from-code("f8ec"); }
@mixin icon-shape-diagonal-line-bold() { content: char-from-code("f8ed"); }
@mixin icon-shape-diagonal-line-light() { content: char-from-code("f8ee"); }
@mixin icon-shape-diagonal-line-regular() { content: char-from-code("f8ef"); }
@mixin icon-shape-diamond-bold() { content: char-from-code("f8f0"); }
@mixin icon-shape-diamond-filled() { content: char-from-code("f8f1"); }
@mixin icon-shape-diamond-light() { content: char-from-code("f8f2"); }
@mixin icon-shape-diamond-regular() { content: char-from-code("f8f3"); }
@mixin icon-shape-oval-bold() { content: char-from-code("f8f4"); }
@mixin icon-shape-oval-light() { content: char-from-code("f8f5"); }
@mixin icon-shape-oval-regular() { content: char-from-code("f8f6"); }
@mixin icon-shape-square-bold() { content: char-from-code("f8f7"); }
@mixin icon-shape-square-filled() { content: char-from-code("f8f8"); }
@mixin icon-shape-square-light() { content: char-from-code("f8f9"); }
@mixin icon-shape-square-regular() { content: char-from-code("f8fa"); }
@mixin icon-shape-triangle-bold() { content: char-from-code("f8fb"); }
@mixin icon-shape-triangle-filled() { content: char-from-code("f8fc"); }
@mixin icon-shape-triangle-light() { content: char-from-code("f8fd"); }
@mixin icon-shape-triangle-regular() { content: char-from-code("f8fe"); }
@mixin icon-shapes-bold() { content: char-from-code("f8ff"); }
@mixin icon-shapes-light() { content: char-from-code("f900"); }
@mixin icon-shapes-regular() { content: char-from-code("f901"); }
@mixin icon-share-c-native-adr-bold() { content: char-from-code("f902"); }
@mixin icon-share-c-native-adr-light() { content: char-from-code("f903"); }
@mixin icon-share-c-native-adr-regular() { content: char-from-code("f904"); }
@mixin icon-share-c-native-iph-bold() { content: char-from-code("f905"); }
@mixin icon-share-c-native-iph-light() { content: char-from-code("f906"); }
@mixin icon-share-c-native-iph-regular() { content: char-from-code("f907"); }
@mixin icon-share-screen-bold() { content: char-from-code("f908"); }
@mixin icon-share-screen-filled() { content: char-from-code("f909"); }
@mixin icon-share-screen-light() { content: char-from-code("f90a"); }
@mixin icon-share-screen-regular() { content: char-from-code("f90b"); }
@mixin icon-share-screen-small-filled() { content: char-from-code("f90c"); }
@mixin icon-share-space-bold() { content: char-from-code("f90d"); }
@mixin icon-share-space-light() { content: char-from-code("f90e"); }
@mixin icon-share-space-regular() { content: char-from-code("f90f"); }
@mixin icon-shield-bold() { content: char-from-code("f910"); }
@mixin icon-shield-light() { content: char-from-code("f911"); }
@mixin icon-shield-regular() { content: char-from-code("f912"); }
@mixin icon-shopping-cart-bold() { content: char-from-code("f913"); }
@mixin icon-shopping-cart-filled() { content: char-from-code("f914"); }
@mixin icon-shopping-cart-light() { content: char-from-code("f915"); }
@mixin icon-shopping-cart-regular() { content: char-from-code("f916"); }
@mixin icon-short-text-box-bold() { content: char-from-code("f917"); }
@mixin icon-short-text-box-light() { content: char-from-code("f918"); }
@mixin icon-short-text-box-regular() { content: char-from-code("f919"); }
@mixin icon-show-bold() { content: char-from-code("f91a"); }
@mixin icon-show-filled() { content: char-from-code("f91b"); }
@mixin icon-show-light() { content: char-from-code("f91c"); }
@mixin icon-show-regular() { content: char-from-code("f91d"); }
@mixin icon-sign-in-bold() { content: char-from-code("f91e"); }
@mixin icon-sign-in-filled() { content: char-from-code("f91f"); }
@mixin icon-sign-in-forced-bold() { content: char-from-code("f920"); }
@mixin icon-sign-in-forced-light() { content: char-from-code("f921"); }
@mixin icon-sign-in-forced-regular() { content: char-from-code("f922"); }
@mixin icon-sign-in-light() { content: char-from-code("f923"); }
@mixin icon-sign-in-regular() { content: char-from-code("f924"); }
@mixin icon-sign-out-bold() { content: char-from-code("f925"); }
@mixin icon-sign-out-light() { content: char-from-code("f926"); }
@mixin icon-sign-out-regular() { content: char-from-code("f927"); }
@mixin icon-signal-0-bold() { content: char-from-code("f928"); }
@mixin icon-signal-0-light() { content: char-from-code("f929"); }
@mixin icon-signal-0-regular() { content: char-from-code("f92a"); }
@mixin icon-signal-100-bold() { content: char-from-code("f92b"); }
@mixin icon-signal-100-light() { content: char-from-code("f92c"); }
@mixin icon-signal-100-regular() { content: char-from-code("f92d"); }
@mixin icon-signal-25-bold() { content: char-from-code("f92e"); }
@mixin icon-signal-25-light() { content: char-from-code("f92f"); }
@mixin icon-signal-25-regular() { content: char-from-code("f930"); }
@mixin icon-signal-50-bold() { content: char-from-code("f931"); }
@mixin icon-signal-50-light() { content: char-from-code("f932"); }
@mixin icon-signal-50-regular() { content: char-from-code("f933"); }
@mixin icon-signal-75-bold() { content: char-from-code("f934"); }
@mixin icon-signal-75-light() { content: char-from-code("f935"); }
@mixin icon-signal-75-regular() { content: char-from-code("f936"); }
@mixin icon-simple-promotion-bold() { content: char-from-code("f937"); }
@mixin icon-simple-promotion-light() { content: char-from-code("f938"); }
@mixin icon-simple-promotion-regular() { content: char-from-code("f939"); }
@mixin icon-single-number-reach-bold() { content: char-from-code("f93a"); }
@mixin icon-single-number-reach-light() { content: char-from-code("f93b"); }
@mixin icon-single-number-reach-regular() { content: char-from-code("f93c"); }
@mixin icon-sip-registration-in-progress-bold() { content: char-from-code("f93d"); }
@mixin icon-sip-registration-in-progress-filled() { content: char-from-code("f93e"); }
@mixin icon-sip-registration-in-progress-light() { content: char-from-code("f93f"); }
@mixin icon-sip-registration-in-progress-regular() { content: char-from-code("f940"); }
@mixin icon-skip-bold() { content: char-from-code("f941"); }
@mixin icon-skip-bw-bold() { content: char-from-code("f942"); }
@mixin icon-skip-bw-filled() { content: char-from-code("f943"); }
@mixin icon-skip-bw-light() { content: char-from-code("f944"); }
@mixin icon-skip-bw-regular() { content: char-from-code("f945"); }
@mixin icon-skip-fw-bold() { content: char-from-code("f946"); }
@mixin icon-skip-fw-filled() { content: char-from-code("f947"); }
@mixin icon-skip-fw-light() { content: char-from-code("f948"); }
@mixin icon-skip-fw-regular() { content: char-from-code("f949"); }
@mixin icon-skip-light() { content: char-from-code("f94a"); }
@mixin icon-skip-regular() { content: char-from-code("f94b"); }
@mixin icon-sms-inbound-bold() { content: char-from-code("f94c"); }
@mixin icon-sms-inbound-light() { content: char-from-code("f94d"); }
@mixin icon-sms-inbound-regular() { content: char-from-code("f94e"); }
@mixin icon-sms-message-bold() { content: char-from-code("f94f"); }
@mixin icon-sms-message-filled() { content: char-from-code("f950"); }
@mixin icon-sms-message-light() { content: char-from-code("f951"); }
@mixin icon-sms-message-regular() { content: char-from-code("f952"); }
@mixin icon-social-alexa-filled() { content: char-from-code("f953"); }
@mixin icon-social-facebook-colored-filled() { content: char-from-code("f954"); }
@mixin icon-social-facebook-filled() { content: char-from-code("f955"); }
@mixin icon-social-fbmessenger-colored-filled() { content: char-from-code("f956"); }
@mixin icon-social-fbmessenger-filled() { content: char-from-code("f957"); }
@mixin icon-social-instagram-bold() { content: char-from-code("f958"); }
@mixin icon-social-microsoft-colored-filled() { content: char-from-code("f959"); }
@mixin icon-social-microsoft-filled() { content: char-from-code("f95a"); }
@mixin icon-social-mms-filled() { content: char-from-code("f95b"); }
@mixin icon-social-mms-gold-filled() { content: char-from-code("f95c"); }
@mixin icon-social-sms-filled() { content: char-from-code("f95d"); }
@mixin icon-social-sms-mint-filled() { content: char-from-code("f95e"); }
@mixin icon-social-twitter-colored-filled() { content: char-from-code("f95f"); }
@mixin icon-social-twitter-filled() { content: char-from-code("f960"); }
@mixin icon-social-viber-bold() { content: char-from-code("f961"); }
@mixin icon-social-viber-colored-bold() { content: char-from-code("f962"); }
@mixin icon-social-whatsapp-bold() { content: char-from-code("f963"); }
@mixin icon-social-whatsapp-colored-filled() { content: char-from-code("f964"); }
@mixin icon-sort-ascending-bold() { content: char-from-code("f965"); }
@mixin icon-sort-ascending-light() { content: char-from-code("f966"); }
@mixin icon-sort-ascending-regular() { content: char-from-code("f967"); }
@mixin icon-sort-descending-bold() { content: char-from-code("f968"); }
@mixin icon-sort-descending-light() { content: char-from-code("f969"); }
@mixin icon-sort-descending-regular() { content: char-from-code("f96a"); }
@mixin icon-sound-default-bold() { content: char-from-code("f96b"); }
@mixin icon-sound-default-light() { content: char-from-code("f96c"); }
@mixin icon-sound-default-regular() { content: char-from-code("f96d"); }
@mixin icon-speaker-bold() { content: char-from-code("f96e"); }
@mixin icon-speaker-disconnected-bold() { content: char-from-code("f96f"); }
@mixin icon-speaker-disconnected-filled() { content: char-from-code("f970"); }
@mixin icon-speaker-disconnected-light() { content: char-from-code("f971"); }
@mixin icon-speaker-disconnected-regular() { content: char-from-code("f972"); }
@mixin icon-speaker-filled() { content: char-from-code("f973"); }
@mixin icon-speaker-light() { content: char-from-code("f974"); }
@mixin icon-speaker-muted-bold() { content: char-from-code("f975"); }
@mixin icon-speaker-muted-filled() { content: char-from-code("f976"); }
@mixin icon-speaker-muted-light() { content: char-from-code("f977"); }
@mixin icon-speaker-muted-regular() { content: char-from-code("f978"); }
@mixin icon-speaker-off-bold() { content: char-from-code("f979"); }
@mixin icon-speaker-off-filled() { content: char-from-code("f97a"); }
@mixin icon-speaker-off-light() { content: char-from-code("f97b"); }
@mixin icon-speaker-off-regular() { content: char-from-code("f97c"); }
@mixin icon-speaker-on-colored-bold() { content: char-from-code("f97d"); }
@mixin icon-speaker-on-colored-light() { content: char-from-code("f97e"); }
@mixin icon-speaker-on-colored-regular() { content: char-from-code("f97f"); }
@mixin icon-speaker-regular() { content: char-from-code("f980"); }
@mixin icon-speaker-turn-down-bold() { content: char-from-code("f981"); }
@mixin icon-speaker-turn-down-filled() { content: char-from-code("f982"); }
@mixin icon-speaker-turn-down-light() { content: char-from-code("f983"); }
@mixin icon-speaker-turn-down-regular() { content: char-from-code("f984"); }
@mixin icon-speaker-turn-up-bold() { content: char-from-code("f985"); }
@mixin icon-speaker-turn-up-filled() { content: char-from-code("f986"); }
@mixin icon-speaker-turn-up-light() { content: char-from-code("f987"); }
@mixin icon-speaker-turn-up-regular() { content: char-from-code("f988"); }
@mixin icon-spell-checker-bold() { content: char-from-code("f989"); }
@mixin icon-spell-checker-light() { content: char-from-code("f98a"); }
@mixin icon-spell-checker-regular() { content: char-from-code("f98b"); }
@mixin icon-spinner-bold() { content: char-from-code("f98c"); }
@mixin icon-spinner-filled-bold() { content: char-from-code("f98d"); }
@mixin icon-spinner-filled-light() { content: char-from-code("f98e"); }
@mixin icon-spinner-filled-regular() { content: char-from-code("f98f"); }
@mixin icon-spinner-light() { content: char-from-code("f990"); }
@mixin icon-spinner-partial-bold() { content: char-from-code("f991"); }
@mixin icon-spinner-partial-light() { content: char-from-code("f992"); }
@mixin icon-spinner-partial-regular() { content: char-from-code("f993"); }
@mixin icon-spinner-regular() { content: char-from-code("f994"); }
@mixin icon-stacked-area-100-chart-bold() { content: char-from-code("f995"); }
@mixin icon-stacked-area-100-chart-filled() { content: char-from-code("f996"); }
@mixin icon-stacked-area-100-chart-light() { content: char-from-code("f997"); }
@mixin icon-stacked-area-100-chart-regular() { content: char-from-code("f998"); }
@mixin icon-stacked-area-chart-bold() { content: char-from-code("f999"); }
@mixin icon-stacked-area-chart-filled() { content: char-from-code("f99a"); }
@mixin icon-stacked-area-chart-light() { content: char-from-code("f99b"); }
@mixin icon-stacked-area-chart-regular() { content: char-from-code("f99c"); }
@mixin icon-stacked-bar-100-chart-bold() { content: char-from-code("f99d"); }
@mixin icon-stacked-bar-100-chart-filled() { content: char-from-code("f99e"); }
@mixin icon-stacked-bar-100-chart-light() { content: char-from-code("f99f"); }
@mixin icon-stacked-bar-100-chart-regular() { content: char-from-code("f9a0"); }
@mixin icon-stacked-bar-chart-bold() { content: char-from-code("f9a1"); }
@mixin icon-stacked-bar-chart-filled() { content: char-from-code("f9a2"); }
@mixin icon-stacked-bar-chart-light() { content: char-from-code("f9a3"); }
@mixin icon-stacked-bar-chart-regular() { content: char-from-code("f9a4"); }
@mixin icon-start-chat-bold() { content: char-from-code("f9a5"); }
@mixin icon-start-chat-light() { content: char-from-code("f9a6"); }
@mixin icon-start-chat-regular() { content: char-from-code("f9a7"); }
@mixin icon-stethoscope-bold() { content: char-from-code("f9a8"); }
@mixin icon-stethoscope-light() { content: char-from-code("f9a9"); }
@mixin icon-stethoscope-regular() { content: char-from-code("f9aa"); }
@mixin icon-stickers-bold() { content: char-from-code("f9ab"); }
@mixin icon-stickers-light() { content: char-from-code("f9ac"); }
@mixin icon-stickers-regular() { content: char-from-code("f9ad"); }
@mixin icon-stickies-bold() { content: char-from-code("f9ae"); }
@mixin icon-stickies-light() { content: char-from-code("f9af"); }
@mixin icon-stickies-regular() { content: char-from-code("f9b0"); }
@mixin icon-stop-bold() { content: char-from-code("f9b1"); }
@mixin icon-stop-circle-bold() { content: char-from-code("f9b2"); }
@mixin icon-stop-circle-filled() { content: char-from-code("f9b3"); }
@mixin icon-stop-circle-light() { content: char-from-code("f9b4"); }
@mixin icon-stop-circle-regular() { content: char-from-code("f9b5"); }
@mixin icon-stop-content-share-bold() { content: char-from-code("f9b6"); }
@mixin icon-stop-content-share-light() { content: char-from-code("f9b7"); }
@mixin icon-stop-content-share-regular() { content: char-from-code("f9b8"); }
@mixin icon-stop-filled() { content: char-from-code("f9b9"); }
@mixin icon-stop-light() { content: char-from-code("f9ba"); }
@mixin icon-stop-regular() { content: char-from-code("f9bb"); }
@mixin icon-stored-info-bold() { content: char-from-code("f9bc"); }
@mixin icon-stored-info-filled() { content: char-from-code("f9bd"); }
@mixin icon-stored-info-light() { content: char-from-code("f9be"); }
@mixin icon-stored-info-regular() { content: char-from-code("f9bf"); }
@mixin icon-streaming-bold() { content: char-from-code("f9c0"); }
@mixin icon-streaming-light() { content: char-from-code("f9c1"); }
@mixin icon-streaming-regular() { content: char-from-code("f9c2"); }
@mixin icon-strikethrough-bold() { content: char-from-code("f9c3"); }
@mixin icon-strikethrough-light() { content: char-from-code("f9c4"); }
@mixin icon-strikethrough-regular() { content: char-from-code("f9c5"); }
@mixin icon-subscript-bold() { content: char-from-code("f9c6"); }
@mixin icon-subscript-light() { content: char-from-code("f9c7"); }
@mixin icon-subscript-regular() { content: char-from-code("f9c8"); }
@mixin icon-superscript-bold() { content: char-from-code("f9c9"); }
@mixin icon-superscript-light() { content: char-from-code("f9ca"); }
@mixin icon-superscript-regular() { content: char-from-code("f9cb"); }
@mixin icon-survey-bold() { content: char-from-code("f9cc"); }
@mixin icon-survey-filled() { content: char-from-code("f9cd"); }
@mixin icon-survey-light() { content: char-from-code("f9ce"); }
@mixin icon-survey-regular() { content: char-from-code("f9cf"); }
@mixin icon-sx10-bold() { content: char-from-code("f9d0"); }
@mixin icon-sx10-light() { content: char-from-code("f9d1"); }
@mixin icon-sx10-regular() { content: char-from-code("f9d2"); }
@mixin icon-sx20-bold() { content: char-from-code("f9d3"); }
@mixin icon-sx20-light() { content: char-from-code("f9d4"); }
@mixin icon-sx20-regular() { content: char-from-code("f9d5"); }
@mixin icon-sx80-codec-bold() { content: char-from-code("f9d6"); }
@mixin icon-sx80-codec-light() { content: char-from-code("f9d7"); }
@mixin icon-sx80-codec-regular() { content: char-from-code("f9d8"); }
@mixin icon-table-bold() { content: char-from-code("f9d9"); }
@mixin icon-table-light() { content: char-from-code("f9da"); }
@mixin icon-table-regular() { content: char-from-code("f9db"); }
@mixin icon-tablet-bold() { content: char-from-code("f9dc"); }
@mixin icon-tablet-light() { content: char-from-code("f9dd"); }
@mixin icon-tablet-regular() { content: char-from-code("f9de"); }
@mixin icon-tabs-bold() { content: char-from-code("f9df"); }
@mixin icon-tabs-light() { content: char-from-code("f9e0"); }
@mixin icon-tabs-regular() { content: char-from-code("f9e1"); }
@mixin icon-tag-bold() { content: char-from-code("f9e2"); }
@mixin icon-tag-light() { content: char-from-code("f9e3"); }
@mixin icon-tag-regular() { content: char-from-code("f9e4"); }
@mixin icon-tap-bold() { content: char-from-code("f9e5"); }
@mixin icon-tap-filled() { content: char-from-code("f9e6"); }
@mixin icon-tap-light() { content: char-from-code("f9e7"); }
@mixin icon-tap-regular() { content: char-from-code("f9e8"); }
@mixin icon-telepresence-alert-bold() { content: char-from-code("f9e9"); }
@mixin icon-telepresence-alert-light() { content: char-from-code("f9ea"); }
@mixin icon-telepresence-alert-muted-bold() { content: char-from-code("f9eb"); }
@mixin icon-telepresence-alert-muted-light() { content: char-from-code("f9ec"); }
@mixin icon-telepresence-alert-muted-regular() { content: char-from-code("f9ed"); }
@mixin icon-telepresence-alert-regular() { content: char-from-code("f9ee"); }
@mixin icon-telepresence-bold() { content: char-from-code("f9ef"); }
@mixin icon-telepresence-ix5000-bold() { content: char-from-code("f9f0"); }
@mixin icon-telepresence-ix5000-light() { content: char-from-code("f9f1"); }
@mixin icon-telepresence-ix5000-regular() { content: char-from-code("f9f2"); }
@mixin icon-telepresence-light() { content: char-from-code("f9f3"); }
@mixin icon-telepresence-private-bold() { content: char-from-code("f9f4"); }
@mixin icon-telepresence-private-light() { content: char-from-code("f9f5"); }
@mixin icon-telepresence-private-regular() { content: char-from-code("f9f6"); }
@mixin icon-telepresence-regular() { content: char-from-code("f9f7"); }
@mixin icon-temperature-bold() { content: char-from-code("f9f8"); }
@mixin icon-temperature-light() { content: char-from-code("f9f9"); }
@mixin icon-temperature-regular() { content: char-from-code("f9fa"); }
@mixin icon-text-align-center-bold() { content: char-from-code("f9fb"); }
@mixin icon-text-align-center-filled() { content: char-from-code("f9fc"); }
@mixin icon-text-align-center-light() { content: char-from-code("f9fd"); }
@mixin icon-text-align-center-regular() { content: char-from-code("f9fe"); }
@mixin icon-text-align-left-bold() { content: char-from-code("f9ff"); }
@mixin icon-text-align-left-filled() { content: char-from-code("fa00"); }
@mixin icon-text-align-left-light() { content: char-from-code("fa01"); }
@mixin icon-text-align-left-regular() { content: char-from-code("fa02"); }
@mixin icon-text-align-right-bold() { content: char-from-code("fa03"); }
@mixin icon-text-align-right-filled() { content: char-from-code("fa04"); }
@mixin icon-text-align-right-light() { content: char-from-code("fa05"); }
@mixin icon-text-align-right-regular() { content: char-from-code("fa06"); }
@mixin icon-text-bold() { content: char-from-code("fa07"); }
@mixin icon-text-code-block-bold() { content: char-from-code("fa08"); }
@mixin icon-text-code-block-light() { content: char-from-code("fa09"); }
@mixin icon-text-code-block-regular() { content: char-from-code("fa0a"); }
@mixin icon-text-highlight-bold() { content: char-from-code("fa0b"); }
@mixin icon-text-highlight-light() { content: char-from-code("fa0c"); }
@mixin icon-text-highlight-regular() { content: char-from-code("fa0d"); }
@mixin icon-text-light() { content: char-from-code("fa0e"); }
@mixin icon-text-regular() { content: char-from-code("fa0f"); }
@mixin icon-three-column-bold() { content: char-from-code("fa10"); }
@mixin icon-three-column-light() { content: char-from-code("fa11"); }
@mixin icon-three-column-regular() { content: char-from-code("fa12"); }
@mixin icon-three-d-object-bold() { content: char-from-code("fa13"); }
@mixin icon-three-d-object-light() { content: char-from-code("fa14"); }
@mixin icon-three-d-object-regular() { content: char-from-code("fa15"); }
@mixin icon-too-fast-bold() { content: char-from-code("fa16"); }
@mixin icon-too-fast-light() { content: char-from-code("fa17"); }
@mixin icon-too-fast-regular() { content: char-from-code("fa18"); }
@mixin icon-too-slow-bold() { content: char-from-code("fa19"); }
@mixin icon-too-slow-light() { content: char-from-code("fa1a"); }
@mixin icon-too-slow-regular() { content: char-from-code("fa1b"); }
@mixin icon-tools-bold() { content: char-from-code("fa1c"); }
@mixin icon-tools-light() { content: char-from-code("fa1d"); }
@mixin icon-tools-regular() { content: char-from-code("fa1e"); }
@mixin icon-touch10-bold() { content: char-from-code("fa1f"); }
@mixin icon-touch10-light() { content: char-from-code("fa20"); }
@mixin icon-touch10-regular() { content: char-from-code("fa21"); }
@mixin icon-transcript-bold() { content: char-from-code("fa22"); }
@mixin icon-transcript-filled() { content: char-from-code("fa23"); }
@mixin icon-transcript-light() { content: char-from-code("fa24"); }
@mixin icon-transcript-regular() { content: char-from-code("fa25"); }
@mixin icon-translate-bold() { content: char-from-code("fa26"); }
@mixin icon-translate-light() { content: char-from-code("fa27"); }
@mixin icon-translate-regular() { content: char-from-code("fa28"); }
@mixin icon-trim-bold() { content: char-from-code("fa29"); }
@mixin icon-trim-light() { content: char-from-code("fa2a"); }
@mixin icon-trim-regular() { content: char-from-code("fa2b"); }
@mixin icon-two-column-bold() { content: char-from-code("fa2c"); }
@mixin icon-two-column-light() { content: char-from-code("fa2d"); }
@mixin icon-two-column-regular() { content: char-from-code("fa2e"); }
@mixin icon-ucm-cloud-bold() { content: char-from-code("fa2f"); }
@mixin icon-ucm-cloud-light() { content: char-from-code("fa30"); }
@mixin icon-ucm-cloud-regular() { content: char-from-code("fa31"); }
@mixin icon-underline-bold() { content: char-from-code("fa32"); }
@mixin icon-underline-light() { content: char-from-code("fa33"); }
@mixin icon-underline-regular() { content: char-from-code("fa34"); }
@mixin icon-undo-bold() { content: char-from-code("fa35"); }
@mixin icon-undo-light() { content: char-from-code("fa36"); }
@mixin icon-undo-regular() { content: char-from-code("fa37"); }
@mixin icon-unlink-bold() { content: char-from-code("fa38"); }
@mixin icon-unlink-light() { content: char-from-code("fa39"); }
@mixin icon-unlink-regular() { content: char-from-code("fa3a"); }
@mixin icon-unread-bold() { content: char-from-code("fa3b"); }
@mixin icon-unread-filled() { content: char-from-code("fa3c"); }
@mixin icon-unread-light() { content: char-from-code("fa3d"); }
@mixin icon-unread-regular() { content: char-from-code("fa3e"); }
@mixin icon-unsecure-unlocked-bold() { content: char-from-code("fa3f"); }
@mixin icon-unsecure-unlocked-filled() { content: char-from-code("fa40"); }
@mixin icon-unsecure-unlocked-light() { content: char-from-code("fa41"); }
@mixin icon-unsecure-unlocked-regular() { content: char-from-code("fa42"); }
@mixin icon-unsorted-bold() { content: char-from-code("fa43"); }
@mixin icon-unsorted-light() { content: char-from-code("fa44"); }
@mixin icon-unsorted-regular() { content: char-from-code("fa45"); }
@mixin icon-update-file-share-bold() { content: char-from-code("fa46"); }
@mixin icon-update-file-share-light() { content: char-from-code("fa47"); }
@mixin icon-update-file-share-regular() { content: char-from-code("fa48"); }
@mixin icon-upgrade-bold() { content: char-from-code("fa49"); }
@mixin icon-upgrade-filled() { content: char-from-code("fa4a"); }
@mixin icon-upgrade-light() { content: char-from-code("fa4b"); }
@mixin icon-upgrade-regular() { content: char-from-code("fa4c"); }
@mixin icon-upload-bold() { content: char-from-code("fa4d"); }
@mixin icon-upload-image-bold() { content: char-from-code("fa4e"); }
@mixin icon-upload-image-light() { content: char-from-code("fa4f"); }
@mixin icon-upload-image-regular() { content: char-from-code("fa50"); }
@mixin icon-upload-light() { content: char-from-code("fa51"); }
@mixin icon-upload-regular() { content: char-from-code("fa52"); }
@mixin icon-urgent-voicemail-bold() { content: char-from-code("fa53"); }
@mixin icon-urgent-voicemail-filled() { content: char-from-code("fa54"); }
@mixin icon-usb-bold() { content: char-from-code("fa55"); }
@mixin icon-usb-headset-bold() { content: char-from-code("fa56"); }
@mixin icon-usb-headset-light() { content: char-from-code("fa57"); }
@mixin icon-usb-headset-muted-bold() { content: char-from-code("fa58"); }
@mixin icon-usb-headset-muted-light() { content: char-from-code("fa59"); }
@mixin icon-usb-headset-muted-regular() { content: char-from-code("fa5a"); }
@mixin icon-usb-headset-regular() { content: char-from-code("fa5b"); }
@mixin icon-usb-light() { content: char-from-code("fa5c"); }
@mixin icon-usb-regular() { content: char-from-code("fa5d"); }
@mixin icon-user-bold() { content: char-from-code("fa5e"); }
@mixin icon-user-deactivate-bold() { content: char-from-code("fa5f"); }
@mixin icon-user-deactivate-light() { content: char-from-code("fa60"); }
@mixin icon-user-deactivate-regular() { content: char-from-code("fa61"); }
@mixin icon-user-light() { content: char-from-code("fa62"); }
@mixin icon-user-regular() { content: char-from-code("fa63"); }
@mixin icon-vcs-bold() { content: char-from-code("fa64"); }
@mixin icon-vcs-light() { content: char-from-code("fa65"); }
@mixin icon-vcs-regular() { content: char-from-code("fa66"); }
@mixin icon-video-blur-bold() { content: char-from-code("fa67"); }
@mixin icon-video-blur-filled() { content: char-from-code("fa68"); }
@mixin icon-video-blur-light() { content: char-from-code("fa69"); }
@mixin icon-video-blur-regular() { content: char-from-code("fa6a"); }
@mixin icon-video-bold() { content: char-from-code("fa6b"); }
@mixin icon-video-effect-bold() { content: char-from-code("fa6c"); }
@mixin icon-video-effect-filled() { content: char-from-code("fa6d"); }
@mixin icon-video-effect-light() { content: char-from-code("fa6e"); }
@mixin icon-video-effect-regular() { content: char-from-code("fa6f"); }
@mixin icon-video-filled() { content: char-from-code("fa70"); }
@mixin icon-video-layout-bold() { content: char-from-code("fa71"); }
@mixin icon-video-layout-equal-bold() { content: char-from-code("fa72"); }
@mixin icon-video-layout-equal-dual-bold() { content: char-from-code("fa73"); }
@mixin icon-video-layout-equal-dual-light() { content: char-from-code("fa74"); }
@mixin icon-video-layout-equal-dual-regular() { content: char-from-code("fa75"); }
@mixin icon-video-layout-equal-filled() { content: char-from-code("fa76"); }
@mixin icon-video-layout-equal-light() { content: char-from-code("fa77"); }
@mixin icon-video-layout-equal-regular() { content: char-from-code("fa78"); }
@mixin icon-video-layout-filled() { content: char-from-code("fa79"); }
@mixin icon-video-layout-light() { content: char-from-code("fa7a"); }
@mixin icon-video-layout-overlay-bold() { content: char-from-code("fa7b"); }
@mixin icon-video-layout-overlay-light() { content: char-from-code("fa7c"); }
@mixin icon-video-layout-overlay-regular() { content: char-from-code("fa7d"); }
@mixin icon-video-layout-presenter-dominant-bold() { content: char-from-code("fa7e"); }
@mixin icon-video-layout-presenter-dominant-light() { content: char-from-code("fa7f"); }
@mixin icon-video-layout-presenter-dominant-regular() { content: char-from-code("fa80"); }
@mixin icon-video-layout-prominent-bold() { content: char-from-code("fa81"); }
@mixin icon-video-layout-prominent-filled() { content: char-from-code("fa82"); }
@mixin icon-video-layout-prominent-light() { content: char-from-code("fa83"); }
@mixin icon-video-layout-prominent-regular() { content: char-from-code("fa84"); }
@mixin icon-video-layout-regular() { content: char-from-code("fa85"); }
@mixin icon-video-layout-share-dominant-bold() { content: char-from-code("fa86"); }
@mixin icon-video-layout-share-dominant-light() { content: char-from-code("fa87"); }
@mixin icon-video-layout-share-dominant-regular() { content: char-from-code("fa88"); }
@mixin icon-video-layout-single-bold() { content: char-from-code("fa89"); }
@mixin icon-video-layout-single-filled() { content: char-from-code("fa8a"); }
@mixin icon-video-layout-single-light() { content: char-from-code("fa8b"); }
@mixin icon-video-layout-single-regular() { content: char-from-code("fa8c"); }
@mixin icon-video-layout-stack-bold() { content: char-from-code("fa8d"); }
@mixin icon-video-layout-stack-filled() { content: char-from-code("fa8e"); }
@mixin icon-video-layout-stack-light() { content: char-from-code("fa8f"); }
@mixin icon-video-layout-stack-regular() { content: char-from-code("fa90"); }
@mixin icon-video-layout-video-dominant-bold() { content: char-from-code("fa91"); }
@mixin icon-video-layout-video-dominant-light() { content: char-from-code("fa92"); }
@mixin icon-video-layout-video-dominant-regular() { content: char-from-code("fa93"); }
@mixin icon-video-light() { content: char-from-code("fa94"); }
@mixin icon-video-plus-bold() { content: char-from-code("fa95"); }
@mixin icon-video-plus-filled() { content: char-from-code("fa96"); }
@mixin icon-video-plus-light() { content: char-from-code("fa97"); }
@mixin icon-video-plus-regular() { content: char-from-code("fa98"); }
@mixin icon-video-regular() { content: char-from-code("fa99"); }
@mixin icon-video-speaker-track-bold() { content: char-from-code("fa9a"); }
@mixin icon-video-speaker-track-filled() { content: char-from-code("fa9b"); }
@mixin icon-video-speaker-track-light() { content: char-from-code("fa9c"); }
@mixin icon-video-speaker-track-regular() { content: char-from-code("fa9d"); }
@mixin icon-view-all-bold() { content: char-from-code("fa9e"); }
@mixin icon-view-all-light() { content: char-from-code("fa9f"); }
@mixin icon-view-all-regular() { content: char-from-code("faa0"); }
@mixin icon-view-list-bold() { content: char-from-code("faa1"); }
@mixin icon-view-list-light() { content: char-from-code("faa2"); }
@mixin icon-view-list-regular() { content: char-from-code("faa3"); }
@mixin icon-view-stacked-bold() { content: char-from-code("faa4"); }
@mixin icon-view-stacked-filled() { content: char-from-code("faa5"); }
@mixin icon-view-stacked-light() { content: char-from-code("faa6"); }
@mixin icon-view-stacked-regular() { content: char-from-code("faa7"); }
@mixin icon-view-thumbnail-bold() { content: char-from-code("faa8"); }
@mixin icon-view-thumbnail-filled() { content: char-from-code("faa9"); }
@mixin icon-view-thumbnail-light() { content: char-from-code("faaa"); }
@mixin icon-view-thumbnail-regular() { content: char-from-code("faab"); }
@mixin icon-voicemail-bold() { content: char-from-code("faac"); }
@mixin icon-voicemail-filled() { content: char-from-code("faad"); }
@mixin icon-voicemail-light() { content: char-from-code("faae"); }
@mixin icon-voicemail-regular() { content: char-from-code("faaf"); }
@mixin icon-waffle-menu-bold() { content: char-from-code("fab0"); }
@mixin icon-waffle-menu-light() { content: char-from-code("fab1"); }
@mixin icon-waffle-menu-regular() { content: char-from-code("fab2"); }
@mixin icon-waitingroom-active-bold() { content: char-from-code("fab3"); }
@mixin icon-waitingroom-active-light() { content: char-from-code("fab4"); }
@mixin icon-waitingroom-active-regular() { content: char-from-code("fab5"); }
@mixin icon-wallpaper-bold() { content: char-from-code("fab6"); }
@mixin icon-wallpaper-light() { content: char-from-code("fab7"); }
@mixin icon-wallpaper-regular() { content: char-from-code("fab8"); }
@mixin icon-warning-badge-filled() { content: char-from-code("fab9"); }
@mixin icon-warning-bold() { content: char-from-code("faba"); }
@mixin icon-warning-filled() { content: char-from-code("fabb"); }
@mixin icon-warning-light() { content: char-from-code("fabc"); }
@mixin icon-warning-regular() { content: char-from-code("fabd"); }
@mixin icon-webex-assistant-active-colored() { content: char-from-code("fabe"); }
@mixin icon-webex-assistant-inactive-colored() { content: char-from-code("fabf"); }
@mixin icon-webex-board-bold() { content: char-from-code("fac0"); }
@mixin icon-webex-board-light() { content: char-from-code("fac1"); }
@mixin icon-webex-board-regular() { content: char-from-code("fac2"); }
@mixin icon-webex-codec-plus-bold() { content: char-from-code("fac3"); }
@mixin icon-webex-codec-plus-light() { content: char-from-code("fac4"); }
@mixin icon-webex-codec-plus-regular() { content: char-from-code("fac5"); }
@mixin icon-webex-desk-camera-bold() { content: char-from-code("fac6"); }
@mixin icon-webex-desk-camera-light() { content: char-from-code("fac7"); }
@mixin icon-webex-desk-camera-regular() { content: char-from-code("fac8"); }
@mixin icon-webex-helix-filled() { content: char-from-code("fac9"); }
@mixin icon-webex-meetings-bold() { content: char-from-code("faca"); }
@mixin icon-webex-meetings-filled() { content: char-from-code("facb"); }
@mixin icon-webex-meetings-light() { content: char-from-code("facc"); }
@mixin icon-webex-meetings-regular() { content: char-from-code("facd"); }
@mixin icon-webex-quad-camera-bold() { content: char-from-code("face"); }
@mixin icon-webex-quad-camera-light() { content: char-from-code("facf"); }
@mixin icon-webex-quad-camera-regular() { content: char-from-code("fad0"); }
@mixin icon-webex-room-kit-bold() { content: char-from-code("fad1"); }
@mixin icon-webex-room-kit-light() { content: char-from-code("fad2"); }
@mixin icon-webex-room-kit-plus-bold() { content: char-from-code("fad3"); }
@mixin icon-webex-room-kit-plus-light() { content: char-from-code("fad4"); }
@mixin icon-webex-room-kit-plus-regular() { content: char-from-code("fad5"); }
@mixin icon-webex-room-kit-regular() { content: char-from-code("fad6"); }
@mixin icon-webex-share-bold() { content: char-from-code("fad7"); }
@mixin icon-webex-share-light() { content: char-from-code("fad8"); }
@mixin icon-webex-share-regular() { content: char-from-code("fad9"); }
@mixin icon-webex-teams-bold() { content: char-from-code("fada"); }
@mixin icon-webex-teams-filled() { content: char-from-code("fadb"); }
@mixin icon-webex-teams-light() { content: char-from-code("fadc"); }
@mixin icon-webex-teams-new-bold() { content: char-from-code("fadd"); }
@mixin icon-webex-teams-new-filled() { content: char-from-code("fade"); }
@mixin icon-webex-teams-new-light() { content: char-from-code("fadf"); }
@mixin icon-webex-teams-new-regular() { content: char-from-code("fae0"); }
@mixin icon-webex-teams-regular() { content: char-from-code("fae1"); }
@mixin icon-webinar-bold() { content: char-from-code("fae2"); }
@mixin icon-webinar-filled() { content: char-from-code("fae3"); }
@mixin icon-webinar-light() { content: char-from-code("fae4"); }
@mixin icon-webinar-regular() { content: char-from-code("fae5"); }
@mixin icon-weekly-recurring-schedule-node-bold() { content: char-from-code("fae6"); }
@mixin icon-weekly-recurring-schedule-node-light() { content: char-from-code("fae7"); }
@mixin icon-weekly-recurring-schedule-node-regular() { content: char-from-code("fae8"); }
@mixin icon-whiteboard-bold() { content: char-from-code("fae9"); }
@mixin icon-whiteboard-content-bold() { content: char-from-code("faea"); }
@mixin icon-whiteboard-content-light() { content: char-from-code("faeb"); }
@mixin icon-whiteboard-content-regular() { content: char-from-code("faec"); }
@mixin icon-whiteboard-filled() { content: char-from-code("faed"); }
@mixin icon-whiteboard-light() { content: char-from-code("faee"); }
@mixin icon-whiteboard-regular() { content: char-from-code("faef"); }
@mixin icon-widget-bold() { content: char-from-code("faf0"); }
@mixin icon-widget-filled() { content: char-from-code("faf1"); }
@mixin icon-widget-light() { content: char-from-code("faf2"); }
@mixin icon-widget-regular() { content: char-from-code("faf3"); }
@mixin icon-wifi-bold() { content: char-from-code("faf4"); }
@mixin icon-wifi-error-bold() { content: char-from-code("faf5"); }
@mixin icon-wifi-error-light() { content: char-from-code("faf6"); }
@mixin icon-wifi-error-regular() { content: char-from-code("faf7"); }
@mixin icon-wifi-light() { content: char-from-code("faf8"); }
@mixin icon-wifi-regular() { content: char-from-code("faf9"); }
@mixin icon-wifi-signal-good-colored-bold() { content: char-from-code("fafa"); }
@mixin icon-wifi-signal-good-colored-light() { content: char-from-code("fafb"); }
@mixin icon-wifi-signal-good-colored-regular() { content: char-from-code("fafc"); }
@mixin icon-wifi-signal-poor-colored-bold() { content: char-from-code("fafd"); }
@mixin icon-wifi-signal-poor-colored-light() { content: char-from-code("fafe"); }
@mixin icon-wifi-signal-poor-colored-regular() { content: char-from-code("faff"); }
@mixin icon-wifi-signal-unstable-colored-bold() { content: char-from-code("fb00"); }
@mixin icon-wifi-signal-unstable-colored-light() { content: char-from-code("fb01"); }
@mixin icon-wifi-signal-unstable-colored-regular() { content: char-from-code("fb02"); }
@mixin icon-window-corner-scrub-bold() { content: char-from-code("fb03"); }
@mixin icon-window-corner-scrub-light() { content: char-from-code("fb04"); }
@mixin icon-window-corner-scrub-regular() { content: char-from-code("fb05"); }
@mixin icon-window-right-corner-scrub-bold() { content: char-from-code("fb06"); }
@mixin icon-window-right-corner-scrub-light() { content: char-from-code("fb07"); }
@mixin icon-window-right-corner-scrub-regular() { content: char-from-code("fb08"); }
@mixin icon-window-vertical-scrub-bold() { content: char-from-code("fb09"); }
@mixin icon-window-vertical-scrub-light() { content: char-from-code("fb0a"); }
@mixin icon-window-vertical-scrub-regular() { content: char-from-code("fb0b"); }
@mixin icon-workflow-deployments-bold() { content: char-from-code("fb0c"); }
@mixin icon-workflow-deployments-filled() { content: char-from-code("fb0d"); }
@mixin icon-workflow-deployments-light() { content: char-from-code("fb0e"); }
@mixin icon-workflow-deployments-regular() { content: char-from-code("fb0f"); }
@mixin icon-workphone-bold() { content: char-from-code("fb10"); }
@mixin icon-workphone-light() { content: char-from-code("fb11"); }
@mixin icon-workphone-regular() { content: char-from-code("fb12"); }
@mixin icon-zoom-in-bold() { content: char-from-code("fb13"); }
@mixin icon-zoom-in-light() { content: char-from-code("fb14"); }
@mixin icon-zoom-in-regular() { content: char-from-code("fb15"); }
@mixin icon-zoom-out-bold() { content: char-from-code("fb16"); }
@mixin icon-zoom-out-light() { content: char-from-code("fb17"); }
@mixin icon-zoom-out-regular() { content: char-from-code("fb18"); }
@mixin icon-zoom() { content: char-from-code("fb19"); }

