#10893`icon` parameters should accept Emoji shortcodes

Issue Details

6 months ago
No assignee
type:enhancementfeature:multipage-appsfeature:st.download_buttonfeature:st.set_page_configfeature:st.infofeature:st.buttonfeature:st.chat_messagefeature:st.link_buttonfeature:st.form_submit_buttonfeature:st.successfeature:st.warningfeature:st.errorfeature:st.badge
jriekejrieke
opened 6 months ago
Author

Checklist

  • I have searched the existing issues for similar feature requests.
  • I added a descriptive title and summary to this issue.

Summary

We have a lot of icon parameters throughout our codebase. They accept emojis and Material icons, but not emoji shortcodes such as :warning:. We should enable that.

Why?

In some cases it can be more convenient to pass the shortcode instead of putting the actual emoji into your code.

How?

No response

Additional Context

No response