.sv-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.sv-icon-16 {
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.sv-icon-test {
  background-image: url(./files/test.svg);
}

.sv-icon-test2 {
  background-image: url(./files/test2.svg);
}
