Make Awesome Icon
makeAwesomeIcon(icon = "home", library = "glyphicon",
markerColor = "blue", iconColor = "white", spin = FALSE,
extraClasses = NULL, squareMarker = FALSE, iconRotate = 0,
fontFamily = "monospace", text = NULL)
Name of the icon
Which icon library. Default 'glyphicon'
, other possible
values are 'fa'
(fontawesome) or 'ion'
(ionicons).
Possible values are 'red'
, 'darkred'
, 'lightred'
, 'orange'
,
'beige'
, 'green'
, 'darkgreen'
, 'lightgreen'
, 'blue'
,
'darkblue'
, 'lightblue'
, 'purple'
, 'darkpurple'
, 'pink'
,
'cadetblue'
, 'white'
, 'gray'
, 'lightgray'
, 'black'
The color to use for the icon itself. Use any CSS-valid color (hex, rgba, etc.) or a named web color.
If TRUE
, make the icon spin (only works when library
= 'fa'
)
Additional css classes to include on the icon.
Whether to use a sqare marker.
Rotate the icon by a given angle.
Used when text
option is specified.
Use this text string instead of an icon.
argument of addAwesomeMarkers()
.