You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Situation: I wanted to integrate a teddy bear (it doesn't have to be this one). This shouldn't be relevant because I'm not knitting yet, but just in case it is, know that I'm working in Xaringan (testing this with RMarkdown chunks).
Apologies for not getting back to you sooner, for anyone who may be having a similar issue the teddy-bear icon is part of font awesome pro, which is currently not directly supported by the package. If you do have a pro license, you can download the svgs you wish to use, and then create a custom icon set using the icons::icon_set() function.
Situation: I wanted to integrate a teddy bear (it doesn't have to be this one). This shouldn't be relevant because I'm not knitting yet, but just in case it is, know that I'm working in Xaringan (testing this with RMarkdown chunks).
fontawesome("teddy-bear", style = "regular")
produces:and when I change it to just bear and style regular I get:
the traceback for bear
While
icons::icon_find('bear')
produces:icons::icon_find('bear')
outputsTLDR: Does the bear exist and how can I access it/versions of it?
The text was updated successfully, but these errors were encountered: