.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(sprite.svg);
}
.icon-tb-goal {
  width: 16px;
  height: 16px;
  background-position: 0 0;
}
.icon-tb-kpi {
  width: 17px;
  height: 16px;
  background-position: -48px 0;
}
.icon-tb-map {
  width: 23px;
  height: 16px;
  background-position: -96px 0;
}
.icon-tb-dashboard {
  width: 19px;
  height: 16px;
  background-position: -144px 0;
}
.icon-tb-analysis {
  width: 20px;
  height: 16px;
  background-position: -192px 0;
}
.icon-tb-alert {
  width: 18px;
  height: 16px;
  background-position: -240px 0;
}
.icon-tb-data-series {
  width: 17px;
  height: 16px;
  background-position: -288px 0;
}

