/* Icons CSS */
.icon-file-import::before {
  content: "▲";
}

.icon-play::before {
  content: "▶";
}

.icon-stop::before {
  content: "■";
}

.icon-chevron-down::before {
  content: "▼";
}

.icon {
  display: inline-block;
  margin-right: 0.25rem;
  font-family: monospace;
}