[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-error {
  -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='m13%2C20.5l-2%2C0l0%2C-2l2%2C0l0%2C2zm-2%2C-4l2%2C0l0%2C-13l-2%2C0l0%2C2l0%2C11z' fill-rule='evenodd' fill-opacity='0.9' id='svg_1' /%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='m13%2C20.5l-2%2C0l0%2C-2l2%2C0l0%2C2zm-2%2C-4l2%2C0l0%2C-13l-2%2C0l0%2C2l0%2C11z' fill-rule='evenodd' fill-opacity='0.9' id='svg_1' /%3E%3C/svg%3E");
}
