Using Icons from SVG Factory #20
-
|
So I am trying to include SVG Factory icons in my which is later referenced in the How can I |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @kyle-power! Thanks for the question, I'll take a look next week 🙂 |
Beta Was this translation helpful? Give feedback.
-
|
Hi @kyle-power! The With that said, we might be able to add this icon library to shiny.fluent - I'll take it as a feature request 🙂 |
Beta Was this translation helpful? Give feedback.
Hi @kyle-power! The
@fluentui/react-icons-mdl2is a separate JavaScript library and it is not included inshiny.fluent. There is no simple way to add it using just R - you'd need to use NPM and some bundler (e.g. webpack) to create a JS file ready for inclusion in your app. Alternatively, you could find the library on some CDN (however, my quick search didn't yield any results).With that said, we might be able to add this icon library to shiny.fluent - I'll take it as a feature request 🙂