.dash-dashboard-menu-link::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  background: url('../icons/dashboard.svg') no-repeat center center;
  background-size: contain;
}
