.icon-sparkles::before { content: '✨'; }
.icon-layout-dashboard::before { content: '⌂'; }
.icon-stars::before { content: '⭐'; }
.icon-workflow::before { content: '⇢'; }
.icon-help-circle::before { content: '❓'; }
.icon-play::before { content: '▶'; }
.icon-layers::before { content: '🧩'; }
.icon-brain::before { content: '🧠'; }
.icon-quote::before { content: '❝'; }
.icon-check::before { content: '✔'; }
.icon-film::before { content: '🎬'; }
.icon-shield::before { content: '🛡'; }
.icon-loader-2::before { content: '⟳'; }
.icon-plus::before { content: '+'; }
.icon-users::before { content: '👥'; }
.icon-book-open::before { content: '📖'; }
.icon-heart::before { content: '❤'; }
.icon-shuffle::before { content: '🔁'; }
.icon-zap::before { content: '⚡'; }
.icon-message-circle::before { content: '💬'; }
.icon-check-circle::before { content: '✔'; }
.icon-dot::before { content: '•'; }
.icon-x::before { content: '✕'; }
.icon-image::before { content: '🖼️'; }
.icon-calendar::before { content: '📅'; }
.icon-globe::before { content: '🌐'; }
.icon-user::before { content: '👤'; }
.icon-log-out::before { content: '⇦'; }
.icon-alert-circle::before { content: '⚠'; }
.icon-log-in::before { content: '⇨'; }
.icon-menu::before { content: '☰'; }
.icon-refresh-cw::before { content: '⟳'; }
.icon-sparkles, .icon-layout-dashboard, .icon-stars, .icon-workflow,
.icon-help-circle, .icon-play, .icon-layers, .icon-brain, .icon-quote,
.icon-check, .icon-film, .icon-shield, .icon-loader-2, .icon-plus, .icon-users,
.icon-book-open, .icon-heart, .icon-shuffle, .icon-zap, .icon-message-circle,
.icon-check-circle, .icon-dot, .icon-x, .icon-image, .icon-calendar, .icon-globe,
.icon-user, .icon-log-out, .icon-alert-circle, .icon-log-in, .icon-menu,
.icon-refresh-cw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
