@font-face {
  font-family: "SAP-icons";
  src: url("./fonts/SAP-icons.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;

}
.sap-icon {
  font-family: "SAP-icons";
  font-style: normal;
  font-weight: normal; 

}


.sap-icon--home:before {
  content: "\e070"; /* Home icon */
}

.sap-icon--massage:before {
  content: "\e175"; /* Home icon */
}

.sap-icon--session:before {
  content: "\e1d2"; /* Home icon */
}
.sap-icon--user:before {
  content: "\e036"; /* Home icon */
}

.sap-icon--tool:before {
  content: "\e207"; /* Home icon */
}

.sap-icon--setting:before {
  content: "\e00c"; /* Home icon */
}

.sap-icon--link:before {
  content: "\e088"; /* Home icon */
}

.sap-icon--dashboard:before {
  content: "\e0d9"; /* Home icon */
}

.sap-icon--task:before {
  content: "\e1a9"; /* Home icon */
}