.icon :is(path, rect, circle, line, polyline) {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--star :is(path, circle, rect),
.icon--tooth path {
  fill: currentColor;
  stroke: none;
}
