/* line 9, ../../sass/components/tablesort-indicator.component.scss */
.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}

/* line 15, ../../sass/components/tablesort-indicator.component.scss */
.tablesort--asc {
  background-image: url(../../../../misc/icons/ffffff/twistie-down.svg);
}

/* line 18, ../../sass/components/tablesort-indicator.component.scss */
.tablesort--desc {
  background-image: url(../../../../misc/icons/ffffff/twistie-up.svg);
}
