R/utils_shiny.R
icon_text.Rd
Creates an HTML div containing the icon and text.
icon_text(icon, text)
fontawesome icon
text
HTML div
icon_text("table", "Table") #> <div> #> <i class="fas fa-table" role="presentation" aria-label="table icon"></i> #> Table #> </div>