/*
Component represents a icon.
Use:
  <svg class="top-icon">
    ...
  </svg>
*/

.top-icon {
  width: 24px;
  height: 24px;

  //TODO: add sizes for icons
}