/*!
 * Copyright (c) 2016-present, Skillsoft, Inc - All Rights Reserved.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 * Proprietary and confidential.
 */
.Icon---root---R_sAw {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  /* IE FIX */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none
}

.Icon---root---R_sAw [class='filled'] {
  fill: currentcolor;
}

.Icon---image---rlPNI {
  width: 1em;
  height: 1em;
}

