/* SVG icons — 24px, currentColor */
.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}
.icon use { fill: currentColor; }
.nav-btn .icon,
.nav-icon-wrap { width: 22px; height: 22px; }
.top-bar .btn-icon .icon { width: 22px; height: 22px; }
.chat-composer .btn-icon .icon { width: 22px; height: 22px; }
