% Generated by roxygen2: do not edit by hand % Please edit documentation in R/utils.R \name{fa_icon} \alias{fa_icon} \title{Font Awesome Icon} \usage{ fa_icon(name, as_html = FALSE, solid = TRUE) } \arguments{ \item{name}{Name of the Font Awesome icon} \item{as_html}{If \code{FALSE} (default), only the icon class is returned.} \item{solid}{Should the solid or the regular icon be used?} } \description{ Create the correct Font Awesome class. } \examples{ fa_icon("github") fa_icon("star") fa_icon("star", FALSE) } \references{ \url{https://fontawesome.com/icons} }