@include export-module('ribbon-fabric-icons') {
  .e-ribbon {
    & .e-drop-icon {
      &::before {
        content: '\e36a';
      }
    }
  }
}
