Examples for 'fontawesome::fa_png'


Create a PNG version of a Font Awesome icon

Aliases: fa_png

Keywords:

### ** Examples

if (interactive()) {

# Create a Font Awesome SVG icon as a
# PNG file on disk
fa_png(name = "r-project")

}
Error: Use of the `fa_png()` function requires the rsvg package:
 * It can be installed with `install.packages("rsvg")`.

[Package fontawesome version 0.5.3 Index]