Creates an HTML div containing the icon and text.

icon_text(icon, text)

Arguments

icon

fontawesome icon

text

text

Value

HTML div

Examples

icon_text("table", "Table")
#> <div> #> <i class="fa fa-table"></i> #> Table #> </div>