.ui-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: currentColor;
  flex-shrink: 0;
}

.nav-icon-svg {
  width: 24px;
  height: 24px;
}

.category-icon-svg {
  width: 28px;
  height: 28px;
  color: #1a1a1a;
}

.category-item .ui-icon,
.category-item .category-icon-img {
  width: 48px;
  height: 48px;
  padding: 10px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fafafa, #f0f0f0);
  box-sizing: border-box;
}

.search-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #999;
  margin-right: 8px;
}

.search-icon-wrap .ui-icon {
  width: 18px;
  height: 18px;
}

.empty-state-icon .ui-icon {
  width: 48px;
  height: 48px;
  color: #bbb;
}

.profile-avatar-icon {
  width: 32px;
  height: 32px;
  color: #666;
}

.fav-icon {
  width: 22px;
  height: 22px;
}

.fav-icon.active {
  color: #e63946;
  fill: #e63946;
  stroke: #e63946;
}
