rstudio / shiny

Easy interactive web applications with R
https://shiny.posit.co/
Other
5.37k stars 1.87k forks source link

Implement Flaticon 'uicons' alongside fontawesome and glyphicon #3405

Closed joannawolthuis closed 3 years ago

joannawolthuis commented 3 years ago

Hi Shiny crew, thanks for your hard work on this wonderful package! I am an avid user of icons, and also a great fan of Flaticon. Recently I noticed that they have added a new feature, namely icons that seem to function similarly to fontawesome icons in terms of syntax, called 'uicons' and was wondering if it is possible to implement these icons as an additional icon source alongside fontawesome and glyphicon.

Kind regards and thank you for your time, Joanna

cpsievert commented 3 years ago

Thanks, we've decided that Shiny won't be bundling anymore icon libraries, but that doesn't mean you can't use them via another package (or your own htmltools::htmlDependency()s). See, for example, https://github.com/mitchelloharawild/icons