[class^="vui-icon-"], 
[class*="vui-icon-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  width: 2.4em;
  height: 2.4em;
  background-color: currentColor;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.vui-icon-filled-folder {
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4h5.75l1.875 1.5H21a1 1 0 011 1V19a1 1 0 01-1 1H3a1 1 0 01-1-1V5a1 1 0 011-1zm.5 5v1.5h17V9h-17z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4h5.75l1.875 1.5H21a1 1 0 011 1V19a1 1 0 01-1 1H3a1 1 0 01-1-1V5a1 1 0 011-1zm.5 5v1.5h17V9h-17z' fill-rule='evenodd' fill-opacity='.9'/%3E%3C/svg%3E");
}
