 /*
   Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license
 */
 /*
   Your use of the content in the files referenced here are subject to the terms of the license at http://aka.ms/fabric-font-license
 */
 @font-face {
   font-family: 'Office365Icons';
   src: url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.eot?');
   src: url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.eot?#iefix') format('embedded-opentype'), url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.woff?') format('woff'), url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.ttf?') format('truetype'), url('https://appsforoffice.microsoft.com/fabric/fonts/icons/office365icons.svg?#office365icons') format('svg');
   font-weight: normal;
   font-style: normal;
 }
 
 .ms-Icon {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   font-family: 'Office365Icons';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   speak: none;
 }
 
 .ms-Icon--chevronUp:before {
   content: '\e087';
 }
 
 .ms-Icon--chevronDown:before {
   content: '\e088';
 }
 
 .ms-Icon--chevronLeft:before {
   content: '\e089';
 }
 
 .ms-Icon--chevronRight:before {
   content: '\e08a';
 }
 
 .ms-Icon--chevronsUp:before {
   content: '\e090';
 }
 
 .ms-Icon--chevronsDown:before {
   content: '\e091';
 }
 
 .ms-Icon--chevronsLeft:before {
   content: '\e092';
 }
 
 .ms-Icon--chevronsRight:before {
   content: '\e093';
 }
 