Module Icons

module Icons: sig .. end
Icons for additional tags, and search.

val attention_base64 : string
Data for the 'attention' icon, in base64 encoding.
val bug_base64 : string
Data for the 'bug' icon, in base64 encoding.
val error_base64 : string
Data for the 'error' icon, in base64 encoding.
val info_base64 : string
Data for the 'info' icon, in base64 encoding.
val new_base64 : string
Data for the 'new' icon, in base64 encoding.
val note_base64 : string
Data for the 'note' icon, in base64 encoding.
val remark_base64 : string
Data for the 'remark' icon, in base64 encoding.
val search_base64 : string
Data for the 'search' icon, in base64 encoding.
val stateful_base64 : string
Data for the 'stateful' icon, in base64 encoding.
val threadsafe_base64 : string
Data for the 'threadsafe' icon, in base64 encoding.
val threadunsafe_base64 : string
Data for the 'threadunsafe' icon, in base64 encoding.
val todo_base64 : string
Data for the 'todo' icon, in base64 encoding.
val todoc_base64 : string
Data for the 'todoc' icon, in base64 encoding.
val tofix_base64 : string
Data for the 'tofix' icon, in base64 encoding.
val transparent_base64 : string
Data for the 'transparent' icon, in base64 encoding.
val warning_base64 : string
Data for the 'warning' icon, in base64 encoding.
val all : (string * string) list
Association list from icon names to their related image data (encoded in base64).
val css : string list
The piece of CSS used for icons.