CoreComponents 4.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches

Root namespace of all CoreComponents libraries More...

Namespaces

namespace  build
 Namespace of the CoreComponents build system
namespace  syntax
 Namespace of the CoreComponent syntax description framework.
namespace  color
 Namespace for application styling color palettes.

Classes

class  AppendListIterator
 Value iterator type for the AppendList. More...
class  AppendListTransaction
 Optionally rollback one or many append operations in one go. More...
class  AppendList
 Single-linked list data container. More...
class  Arguments
 Command line arguments parser More...
class  Xor
 XOR write over policy. More...
class  Array
 An array of items within a contiguous chunk of memory. More...
class  ArrayIteratorItemAccess
 Policy for selecting the item access type. More...
class  ArrayIterator
 Array iterator More...
class  Base64
 Base64 codec. More...
class  Binary
 Read and write binary data structures. More...
class  BitArray
 Array of bits More...
class  Bit
 Select the bits i to j from a word of type T. More...
class  BitSink
 Bit-wise write to a ByteSink. More...
class  BitSource
 Read from a ByteSource bit-vise. More...
class  Bundle
 Lookup files in installation directories. More...
class  ByteSink
 Byte encoding sink. More...
class  ByteSource
 Byte decoding sink. More...
class  CaptureSink
 Capture output in memory. More...
class  Casefree
 Case-insensitive string comparism. More...
class  Channel
 Thread communication channel More...
class  CircularBuffer
 Fixed-size circular data buffer More...
class  ClientSocket
 TCP client socket. More...
class  Color
 ARGB color tuple (32 bit). More...
class  Command
 Parameters for process creation. More...
class  Composite
 Composite aggregate More...
class  Crc32Sink
 CRC-32 checksum generator. More...
class  HostUnreachable
 An earlier datagram could not be delivered. More...
class  DatagramSocket
 Datagram socket. More...
class  Date
 Calendar date and time. More...
class  Dim
 Provide dimensions for container initialization. More...
class  Dir
 File system directories More...
class  DirWalk
 Recursive directory tree traversal. More...
class  Entity
 Objects that materialize on-demand. More...
class  Exception
 Abstract base class for exceptions More...
class  IoExhaustion
 Input or Output exhaustion. More...
class  OutputExhaustion
 Output exhaustion. More...
class  InputExhaustion
 Input exhaustion. More...
class  Timeout
 Operation timed out. More...
class  UsageError
 User input ambiguous, report back to user and provide guidance More...
class  HelpRequest
 User requested help More...
class  VersionRequest
 User requested the application version More...
class  EncodingError
 Some encoded data is malformed. More...
class  UnicodeError
 Encoding/decoding of an Unicode string failed. More...
class  PropertyBindingError
 General error binding properties. More...
class  PropertyBindingLoop
 Property binding loop detected More...
class  CommandNotFound
 Command not found More...
class  DebugError
 Debugging hint on internal system malfunction. More...
class  Error
 Generic application error. More...
class  FFT
 A simple, yet fast, DFT (Discrete Fourier Transform). More...
class  File
 File I/O streams More...
class  FileInfo
 File status information More...
class  FindAny
 Find a matching item. More...
class  FindFirst
 Find first item which equals pattern. More...
class  FindLast
 Find last item which equals pattern. More...
class  Format
 Generate formatted text. More...
class  Guard
 Mutex guard More...
class  HashSink
 Generic hashsum computing sink. More...
class  Heap
 Fixed-size heap More...
class  HexDump
 Generate a human readable hexadecimal dump. More...
class  IndexTracking
 Index tracking support. More...
class  InOut
 Call by reference function arguments. More...
class  IoChannel
 Inter-process communication channel. More...
class  IoActivity
 Entry on the I/O watch list of an I/O monitor. More...
class  IoMonitor
 Wait for I/O events. More...
class  IoStream
 Base class for all system I/O streams. More...
class  Iterator
 Value iterator. More...
class  ReverseIterator
 Reverse value iterator. More...
class  JsonWriter
 Generate JSON representations of variant values. More...
class  KeyValue
 Key-value pair. More...
class  LineBuffer
 Line output buffer. More...
class  LineSource
 Line input buffer. More...
class  List
 List data container More...
class  LocalChannel
 Local socket communication channel. More...
class  Locator
 Locate items inside containers. More...
class  Map
 Map data container More...
class  MemoryStream
 Read from and write to an underlying memory buffer. More...
class  MetaError
 Error thrown during object realization More...
class  MetaObject
 Duck-typed objects. More...
class  MetaProtocol
 Duck-typed protocol. More...
class  MetaPrototype
 Member definitions, default values and child protocol More...
class  Monitor
 Object with a single void property definition More...
class  MultiMap
 Multi-map data container. More...
class  MultiSet
 Multi-set data container. More...
class  Mutex
 Unconditional thread suspension and resumption. More...
class  NonCopyable
 Base class for all non-copyable types. More...
class  None
 Type of an unused return value. More...
class  NullFormat
 Discarding formatted output sink. More...
class  NullStream
 Read zeros and discard writes. More...
class  New
 Helper type to select non-null contruction. More...
class  Object
 Object with value semantics More...
struct  DefaultOrder
 Default sort order based on ordering operator<=>. More...
struct  ReverseOrder
 Reverse sort order based on ordering operator<=>. More...
class  Prefix
 String prefix More...
class  PriorityChannel
 Prioritized thread communication channel. More...
class  PriorityQueue
 Priority queue data container. More...
class  Process
 Process creation and current process state More...
class  Property
 Property bindings More...
class  Queue
 Double-ended queue data container. More...
class  Random
 Pseudo-random number generator. More...
class  Range
 Index range. More...
class  ReadGuard
 For-reading lock guard. More...
class  ReadWriteLock
 Read-write lock. More...
class  ReplaySource
 Feed data from an in-memory buffer. More...
class  ResourceContext
 Cascaded resource context for error reporting More...
class  ResourceGuard
 Resource context guard More...
class  ResourceManager
 Keep track of application resource directories. More...
class  ResourcePath
 Automatically map resource paths to real file system paths. More...
class  ScopeGuard
 Call cleanup function on scope exit. More...
class  Semaphore
 Waiting for a limited resource. More...
class  ServerSocket
 TCP server socket. More...
class  Set
 Set data container More...
class  Signaled
 Process execution interrupted by system signal More...
class  SignalMaster
 Signal handling master thread in a multi-threaded application More...
class  SignalSet
 A set of system signals. More...
class  Singleton
 Process-wide singletons More...
class  SocketError
 Networking related system error. More...
class  Socket
 Abstract base class for all networking sockets. More...
class  HostNameResolutionError
 Failed to resolve a host name. More...
class  ServiceNameLookupError
 Failed to resolve a service name. More...
class  InvalidAddressSyntax
 Failed to parse textual representation of a socket address. More...
class  SocketAddress
 Socket address More...
class  SourceIterator
 Data source iterator. More...
class  SpinLock
 Spinning lock mutex. More...
class  Stream
 Abstract data stream. More...
class  StreamMultiplexer
 Parallel output to several data sinks. More...
class  StreamSocket
 Byte-sequential connection oriented network communication. More...
class  StreamTap
 Bi-directional traffic redirection and duplication. More...
class  String
 String of characters More...
class  System
 System information More...
class  SystemError
 System call failed More...
class  SystemResourceError
 System call failed to perform an action on a named resource (e.g. More...
class  SystemDebugError
 Debugging hint on system call failure. More...
class  TapBuffer
 Line buffer with human readable output logging. More...
class  TempFile
 Temporary files. More...
class  TextError
 Text error More...
class  Thread
 Single thread of execution. More...
class  ThreadLocalSingleton
 Thread-local singletons More...
class  TransferLimiter
 Limit the maximum number of bytes transferred. More...
class  TransferMeter
 Transfer measuring stream More...
class  Trigger
 Callback mechanism: get notified on state changes. More...
class  TypeInfo
 Variant type information More...
class  Uart
 Serial I/O stream. More...
class  Utf16
 Iterate Unicode code points of an UTF-16 encoded string. More...
class  Utf16Iterator
 Iterate code points of an UTF-16 encoded string. More...
class  Utf16Sink
 UTF-16 encoding data sink. More...
class  Utf16Source
 UTF-16 decoding data source. More...
class  Utf8
 Iterate Unicode code points of an UTF-8 encoded string. More...
class  Utf8Iterator
 Iterate code points of an UTF-8 encoded string. More...
class  Utf8Sink
 UTF-8 encoding data sink. More...
class  Utf8Source
 UTF-8 decoding data source. More...
class  Variant
 Duck-typed value. More...
class  Vector
 Algebraic vector. More...
class  Version
 Software version tuple. More...
class  WaitCondition
 Conditional thread suspension and resumption. More...
class  WriteGuard
 For-writing lock guard. More...
class  YasonWriter
 Generate YASON representations of variant values. More...
class  AesBlockCipher
 Rijndael Block Cipher according to the American Encryption Standard (AES / FIPS-197). More...
class  AesEntropySource
 An AES based entropy source. More...
class  BlockCipher
 Cryptographic block cipher. More...
class  BlockCipherSink
 Block cipher output stream More...
class  BlockCipherSource
 Block cipher input stream More...
class  CbcBlockCipher
 Run any block cipher in Cipher Block Chaining mode (CBC). More...
class  CryptoHash
 Cryptographic hash sum. More...
class  CryptoHashSink
 Compute a cryptographic hashsum from written data More...
struct  KeccakPadding
 Default padding policy for Keccak. More...
struct  Sha3Padding
 Padding policy for NIST SHA3 More...
struct  ShakePadding
 Padding policy for NIST SHAKE128 and SHAKE256 More...
class  KeccakSource
 Default policy for reading input bytes. More...
class  KeccakSink
 Default policy for writing output bytes. More...
class  Keccak
 Keccak sponge function More...
class  MacHashSink
 HMAC message authentication hash sink. More...
class  Md5HashSink
 Message Digest 5 (MD5) one-way hash function. More...
class  ModuloPadding
 PKCS#7 style paddding (RFC 2315). More...
class  PseudoPad
 Pseudo random byte source More...
class  Sha1HashSink
 Secure Hash 1 (SHA-1) one-way hash function. More...
class  Sha256HashSink
 Secure Hash 256 (SHA-256) one-way hash function. More...
class  Sha3HashSink
 Secure Hash 3 (SHA-3) one-way hash function. More...
class  Sha512HashSink
 Secure Hash 512 (SHA-512) one-way hash function. More...
class  DispatchLoggingInstance
 An instance of the DispatchLoggingService More...
class  DispatchLoggingService
 Write log messages to several other logging facilities simultanously. More...
class  FileLoggingInstance
 An instance of the FileLoggingService. More...
class  FileLoggingService
 Write log messages to a log file. More...
class  ForegroundLoggingInstance
 An instance of the ForegroundLoggingService. More...
class  ForegroundLoggingService
 Write log messages to standard output. More...
class  SyslogLoggingInstance
 An instance of the SyslogLoggingService. More...
class  SyslogLoggingService
 Write log message to the system log. More...
class  HttpChunkedSink
 HTTP chunked transfer sink. More...
class  HttpClient
 HTTP client. More...
class  HttpError
 HTTP request could not be successfully processed. More...
class  HttpBadRequest
 The request was syntactically maleformed. More...
class  HttpForbidden
 Insufficient permissions to execute the request. More...
class  HttpNotFound
 Requested resource could not be found. More...
class  HttpRequestTimeout
 Connection has timed out. More...
class  HttpPayloadTooLarge
 Message payload exceeded allowed upper limit. More...
class  HttpInternalServerError
 Internal server malefunction. More...
class  HttpUnsupportedVersion
 Request protocol version is not supported. More...
class  HttpNotImplemented
 HTTP protocol feature not implemented. More...
class  HttpLoggingService
 Logging service. More...
class  HttpLoggingServiceConfigPrototype
 HTTP logging service configuration prototype More...
class  HttpLoggingServiceInstance
 Logging service instance More...
class  HttpLoggingServiceRegistry
 Keep track of available logging services More...
class  HttpMediaTypeDatabase
 Media type database More...
class  HttpMessage
 HTTP message. More...
class  HttpMessageGenerator
 HTTP message generator. More...
class  HttpMessageParser
 HTTP message parser. More...
class  HttpRequest
 HTTP request message. More...
class  HttpRequestGenerator
 HTTP request generator. More...
class  HttpRequestParser
 HTTP server-side message parser. More...
class  HttpResponse
 HTTP response message. More...
class  HttpResponseGenerator
 HTTP response generator. More...
class  HttpResponseParser
 HTTP client-side message parser. More...
class  HttpServer
 HTTP(s) web server. More...
class  HttpServerConfig
 Configuration for the HTTP server. More...
class  HttpServerConfigProtocol
 Configuration protocol for the HTTP server. More...
class  HttpService
 Web service More...
class  HttpServiceConfigPrototype
 HTTP service configuration prototype More...
class  HttpServiceDelegate
 Delegate used by the worker threads to process HTTP requests More...
class  HttpServiceInstance
 Configured instance of a delivery service. More...
class  HttpServiceRegistry
 Delivery service registry More...
class  HttpCloseRequest
 A request to close the HTTP pipeline has been received. More...
class  HttpStream
 HTTP message stream (pipelining and chunked I/O). More...
class  TlsCertificateError
 Verification of the TLS server's certificate failed for some reason More...
class  TlsClientOptions
 TLS client credentials and connection parameters. More...
class  TlsClientStream
 Client-side TLS stream More...
class  TlsError
 TLS related error. More...
class  TlsServerOptions
 TLS server credentials and connection parameters. More...
class  TlsServerStream
 Server-side TLS stream. More...
class  TlsStream
 TLS stream. More...
class  WebSocketClose
 WebSocket control frame to perform connection closure. More...
class  WebSocketDelegate
 WebSocket protocol worker delegate. More...
class  WebSocketFrame
 WebSocket frame. More...
class  WebSocketMessage
 WebSocket message. More...
class  WebSocketPing
 WebSocket control frame to request a life-signal from the peer. More...
class  WebSocketPong
 WebSocket control frame to send out a life-signal. More...
class  WebSocketStream
 WebSocket message stream. More...
class  PulseContext
 Pulse Audio client context More...
class  PulseError
 Something went wrong with PulseAudio. More...
class  PulseInputStream
 Pulse Audio recording stream More...
class  PulseMainLoop
 The Pulse Audio event loop More...
class  PulseServerInfo
 Pulse Audio server information More...
class  Raspin
 Raspberry Pi GPIO register access. More...
class  CsvFormat
 CSV output formatter. More...
class  CsvSource
 Read records from a CSV formatted input text. More...
class  CsvSyntax
 CSV syntax definition. More...
class  FloatSyntax
 C-style floating point literals. More...
class  Glob
 Collect file names matching a pattern. More...
class  InetAddressSyntax
 Syntax of an internet address. More...
class  IntegerSyntax
 C-style integer literals. More...
class  Pattern
 Regular expression pattern. More...
class  SyntaxDefinition
 Computer language syntax definition. More...
class  SyntaxRule
 Syntactic rule within a syntax definition. More...
class  Token
 Syntax production. More...
class  TokenScreen
 Projection target for a token tree. More...
class  Uri
 Uniform Resource Indentifier (URI). More...
class  UriSyntax
 Syntax of an Uniform Resource Identifier. More...
class  YasonSyntax
 Yet another simple object notation More...
class  FileLock
 Advisory file lock. More...
class  ReadLock
 Advisory file lock for shared access. More...
class  WriteLock
 Advisory file lock for exclusive access. More...
class  GroupInfo
 Query information about system groups. More...
class  JitterSource
 Generate random bytes from scheduling noise. More...
class  KernelInfo
 Query information about the operating system kernel. More...
class  MountPoint
 Mount table entry. More...
class  MountTable
 Filesystem mount table (fstab format). More...
class  NetworkLabel
 Network interface address information More...
class  NetworkInterface
 Query network interface configuration: assigned addresses, flags, etc. More...
class  NetworkRoute
 Network routing table access More...
class  NetworkState
 Simplified network configuration state. More...
class  Plugin
 Plugin library More...
class  PluginError
 Something went wrong when loading a plugin library. More...
class  PluginDir
 Plugin directory More...
class  PluginLoader
 Plugin loading during library initialization More...
class  PseudoTerminal
 Pseudo-terminal device. More...
class  TimeInfo
 Timezone information record More...
class  Timezone
 Timezone information More...
class  UserInfo
 Query information about system users. More...
class  TestCase
 Defines a test case. More...
class  TestSuite
 Defines a test suite. More...
class  TokiCppDiscoverySyntax
 Discovery syntax for C preprocessor headers. More...
class  TokiCxxSyntax
 C++ highlighting syntax. More...
class  TokiHighlightingSyntax
 Generic syntax highlighting syntax. More...
class  TokiHtmlScreen
 HTML generator screen. More...
class  TokiLanguage
 Source code language definition. More...
class  TokiPalette
 Syntax highlighting palette. More...
class  TokiPalettePrototype
 Meta-prototype for TokiPalette. More...
class  TokiRegistry
 Toki language registry. More...
class  TokiShDiscoverySyntax
 Discovery syntax for shell scripts. More...
class  TokiShSyntax
 Bash shell highlighting syntax. More...
class  TokiStyle
 Syntax highlighting style. More...
class  TokiStylePrototype
 Meta-prototype definition for TokiStyle. More...
class  TokiTheme
 Syntax highlighting theme. More...
class  Action
 Explorable function within an application. More...
class  AlertDialog
 Make the user confirm an immediate action to be taken. More...
class  AppBar
 Application title and navigation bar More...
class  Application
 Global application state. More...
class  Blind
 Semi-transparent screen overlay (blocks the screen behind a modal dialog). More...
class  Bmp
 Read and write bitmap image files (BMP file format in local endian ARGB pixel format). More...
class  BmpError
 Failed to load an image file because of unexpected or unsupported file format. More...
class  Box
 Filled rectangle with rounded corners. More...
class  Checkbox
 CheckboxControl with associated label More...
class  CheckboxControl
 Checkbox control More...
class  ClockFace
 Interactive clock face. More...
class  Column
 A view that arranges its children in a column. More...
class  ColumnLayout
 Layout children views in a column More...
class  Content
 Window content view. More...
class  ContentLayout
 Size the view by the size of its first child. More...
class  Control
 User interaction control More...
class  CubicBezier
 Cubic berzier curves. More...
class  Cursor
 Cursor of the pointing device More...
class  CustomDialog
 Convenience class to create custom dialogs. More...
class  Dialog
 Generic dialog. More...
class  Display
 Display geometry information More...
class  DisplayMode
 Display mode More...
class  Divider
 Horizontal dividing line. More...
class  DragArea
 Area with dragable child views. More...
class  Easing
 Easing curves More...
class  ElevatedButton
 Elevated button. More...
class  FilledButton
 Filled button. More...
class  FingerEvent
 Touch input event. More...
class  Flickable
 Control with variable sized movable contents More...
class  FlickableIndicator
 Positional indicator for a flickable pane. More...
class  FloatingButton
 Floating button. More...
class  Font
 Font selector More...
class  FontError
 Failed to load a font file. More...
class  FontFace
 Individual font face within a font family. More...
class  FontFamily
 Font family More...
class  FontManager
 Keep track of application fonts. More...
class  FontMetrics
 Font metrics More...
class  GlyphRun
 Typeset sequence. More...
class  GlyphVisual
 Visual representation of a single glyph More...
class  Grid
 A view that arranges its children in a grid. More...
class  GridLayout
 Layout children views in a grid More...
class  HtmlText
 Descriptive text displays More...
class  Image
 2-dimensional color matrix More...
class  ImageIoPlugin
 Description of an image file format. More...
class  ImageIoPluginManager
 Keep information about available image file formats. More...
class  ImageView
 Show a raster image More...
class  InputControl
 Keyboard navigable input control. More...
class  KeyEvent
 Keyboard input event. More...
class  Label
 Single line text view for name tags and value displays More...
class  LineEdit
 Text input field More...
class  ListItem
 Item in a list menu More...
class  ListMenu
 List menu A ListMenu shows a vertically scrollable list of items which are all of the same size. More...
class  ListView
 List view. More...
class  LogView
 Text log view More...
class  MaterialDark
 Material Design nighttime theme More...
class  MaterialLight
 Material Design daylight theme More...
class  MouseEvent
 Mouse event. More...
class  NumberCell
 Fixed point number display and input cell. More...
class  NumberEdit
 Number input field More...
class  NumberInput
 Specialized input control for entering fixed point decimal number literals. More...
class  OutlineButton
 Outlined button More...
class  Padding
 Padding to be applied to a view within a Layout More...
class  Painter
 Drawing 2D vector graphics. More...
class  PainterError
 Something went wrong during painting. More...
class  Pane
 A view contained in another view, e.g. More...
class  PasswordEdit
 Password input field More...
class  PasswordEditor
 Password editor More...
class  PasswordInput
 Password input control More...
class  Path
 A painter path. More...
class  Pen
 Source color and line style More...
class  PenEvent
 Pressure-senstive pen input event. More...
class  Picture
 Glyph visual or other user-defined image optionally toned to specifc foreground color. More...
class  PlatformError
 Failed to load a platform plugin. More...
class  Plot
 2D plot More...
class  PointerEvent
 Input event from a pointing device (e.g. More...
class  PushButton
 Push button (a button that is pressed down). More...
class  RadioButton
 RadioButtonControl with associated label More...
class  RadioButtonControl
 Radio button control More...
class  RadioButtonGroup
 Radio button group More...
class  Rect
 Rectangle. More...
class  RenderView
 Show dynamically rendered images. More...
class  Row
 A view that arranges its children in a row. More...
class  RowLayout
 Layout children views in a row More...
class  ScaledFont
 Scaled font needed for painting text. More...
class  ScrollBar
 Scroll bar. More...
class  ScrollView
 Scrollable view. More...
class  Shadow
 Shadow decoration More...
class  Shortcut
 Keyboard shortcut. More...
class  Slider
 Slider with leading and trailing decoration More...
class  SliderControl
 Slider control More...
class  StackView
 View stack More...
class  StylePlugin
 Default fonts, metrics and colors. More...
class  Surface
 Painting surface. More...
class  Switch
 On-off switch with associated label. More...
class  SwitchControl
 On/off switch. More...
class  Text
 Descriptive text displays More...
class  TextButton
 Text button More...
class  TextCursor
 Cursor position within a text run More...
class  TextEditor
 Abstract text editor More...
class  TextEditorWithHistory
 Abstract text editor with history. More...
class  TextInput
 Single-line text input control More...
class  TextLineEditor
 Simple text line editor. More...
class  TextRun
 Richtext typeset sequence. More...
class  TextView
 Text view More...
class  Theme
 User interface styling theme. More...
class  TimePicker
 Dialog to select a time of the day More...
class  Timer
 Inverval timer. More...
class  TinyFloatingButton
 Convenience class to construct a tiny floating button. More...
class  TonalButton
 Filed tonal button. More...
class  TouchButton
 Touch button (a button that changes color when touched) More...
class  View
 User interface building block More...
class  Visual
 Visual representation of something More...
class  WebP
 Read and write WebP image files. More...
class  WheelEvent
 Mouse wheel event. More...
class  Window
 Display window More...
class  ZipFile
 Read the contents of a ZIP archive. More...
class  ZipStream
 Read a file within a ZIP archive. More...
class  ZipError
 Something went wrong processing a ZIP archive. More...
class  Material
 The Material Design color palette. More...

Typedefs

using StructStat = struct stat
using Bytes = Array<uint8_t>
 Convenience alias.
using uint8_t = std::uint8_t
 8 bit unsigned word
using uint16_t = std::uint16_t
 16 bit unsigned word
using uint32_t = std::uint32_t
 32 bit unsigned word
using uint64_t = std::uint64_t
 64 bit unsigned word
using int8_t = std::int8_t
 8 bit signed word
using int16_t = std::int16_t
 16 bit signed word
using int32_t = std::int32_t
 32 bit signed word
using int64_t = std::int64_t
 64 bit signed word
using Complex = std::complex<double>
using StdException = std::exception
template<class T>
using Function = std::function<T>
 Convenience type alias for std::function.
template<class T>
using MinHeap = Heap<T, ReverseOrder>
template<class T>
using MaxHeap = Heap<T, DefaultOrder>
template<class T>
using Out = InOut<T>
 Convenience alias for InOut<T>.
template<class T>
using In = InOut<T>
 Convenience alias for InOut<T>.
template<class T>
using Definition = Function<T()>
 Property definition function
using Unicode = Utf8
 Convenience alias.
using PendingConnections = PriorityChannel<HttpClientConnection>
using ClosedConnections = Channel<HttpClientConnection>
using TlsServiceSelector = Function<TlsServerOptions(const String &serverName, const SocketAddress &peerAddress)>
 Function used to select service after TLS client hello
template<class T>
using Filter = Function<bool(const T &)>
 Event filter
using Point = Vector<double, 2>
 Raster point
using Size = Vector<double, 2>
 Raster dimensions
using Step = Vector<double, 2>
 Point delta type
using Scale = Vector<double, 2>
 Scaling type.
using EasingCurve = Function<double(double)>
using PenId = uint32_t
using TextWrapBehind = Function<bool(const String &, long , long )>
 Check if a text can be wrapped behind a certain text fragment.
using TouchDeviceId = std::int64_t
 Touch device ID.
using TouchFingerId = std::int64_t
 Touch finger ID.
using Frame = Queue<UpdateRequest>

Enumerations

enum class  ByteOrder { LittleEndian = 1 , BigEndian = 0 }
 Byte order. More...
enum  Weekday {
  Sun = 0 , Mon = 1 , Tue = 2 , Wed = 3 ,
  Thu = 4 , Fri = 5 , Sat = 6
}
 Day of week. More...
enum class  FileAccess : int {
  None = 0 , Read = R_OK , Write = W_OK , Execute = X_OK ,
  Exists = F_OK
}
 File access testing flags More...
enum class  FileOpen : int {
  None = 0 , ReadOnly = O_RDONLY , WriteOnly = O_WRONLY , ReadWrite = O_RDWR ,
  Append = O_APPEND , Create = O_CREAT , Truncate = O_TRUNC , Virgin = O_EXCL ,
  Sync = O_SYNC , Temporary = 1 << (sizeof(int) * 8 - 2) , Overwrite = FileOpen::Create|FileOpen::WriteOnly|FileOpen::Truncate
}
 File open flags More...
enum class  FileMode : mode_t {
  None = 0 , SetUserId = S_ISUID , SetGroupId = S_ISGID , StickyBit = S_ISVTX ,
  UserRead = S_IRUSR , UserWrite = S_IWUSR , UserExec = S_IXUSR , GroupRead = S_IRGRP ,
  GroupWrite = S_IWGRP , GroupExec = S_IXGRP , OtherRead = S_IROTH , OtherWrite = S_IWOTH ,
  OtherExec = S_IXOTH , AnyExec = UserExec|GroupExec|OtherExec , Default = UserRead|UserWrite|GroupRead|OtherRead , DirDefault = UserExec|UserRead|UserWrite|GroupExec|GroupRead|OtherExec|OtherRead
}
 File permission flags More...
enum class  Seek : int { Begin = SEEK_SET , Current = SEEK_CUR , End = SEEK_END }
 Seek method. More...
enum class  FileType : int {
  Undefined = 0 , Regular = S_IFREG , Directory = S_IFDIR , CharDevice = S_IFCHR ,
  BlockDevice = S_IFBLK , Fifo = S_IFIFO , Symlink = S_IFLNK , Socket = S_IFSOCK
}
 File type More...
enum class  FileContention : int { Shared = F_RDLCK , Exclusive = F_WRLCK }
 File access type. More...
enum class  IoShutdown : int { Read = 1 , Write = 2 , Full = 4 }
 Shutdown mode for full-duplex communication channels. More...
enum class  Signal : int {
  Abort = SIGABRT , Alarm = SIGALRM , Bus = SIGBUS , Child = SIGCHLD ,
  FPE = SIGFPE , HangUp = SIGHUP , Interrupt = SIGINT , Kill = SIGKILL ,
  Pipe = SIGPIPE , Quit = SIGQUIT , SegV = SIGSEGV , Stop = SIGSTOP ,
  Continue = SIGCONT , Terminate = SIGTERM , User1 = SIGUSR1 , User2 = SIGUSR2 ,
  WindowSize = SIGWINCH , Undefined = 0
}
 System signal numbers. More...
enum class  ProtocolFamily : int { Unspec = PF_UNSPEC , InternetV4 = PF_INET , InternetV6 = PF_INET6 , Local = PF_LOCAL }
 Protocol family. More...
enum class  SocketType : int { Unspec = 0 , Stream = SOCK_STREAM , Datagram = SOCK_DGRAM }
 Socket type. More...
enum class  InternetProtocol : int { Unspec = 0 , Tcp = IPPROTO_TCP , Udp = IPPROTO_UDP }
 Internet protocol type. More...
enum class  IoEvent : short {
  None = 0 , ReadyRead = 1 , ReadyWrite = 2 , ReadyAccept = ReadyRead ,
  ReadyReadOrWrite = ReadyRead|ReadyWrite , Established = ReadyRead|ReadyWrite
}
 I/O event type. More...
enum class  SchedulingPolicy : int { Other = SCHED_OTHER , Fifo = SCHED_FIFO , RoundRobin = SCHED_RR }
 Thread scheduling policy. More...
enum class  LoggingLevel {
  Silent = 0 , Error = 1 , Warning = 2 , Notice = 3 ,
  Info = 4 , Debug = 5 , Default = Debug
}
 HTTP server log level. More...
enum class  HttpStatus : int {
  Continue = 100 , SwitchingProtocols = 101 , OK = 200 , Created = 201 ,
  Accepted = 202 , NonAuthoritativeInformation = 203 , NoContent = 204 , ResetContent = 205 ,
  PartialContent = 206 , MultipleChoices = 300 , MovedPermanently = 301 , MovedTemporarily = 302 ,
  SeeOther = 303 , NotModified = 304 , UseProxy = 305 , TemporaryRedirect = 307 ,
  BadRequest = 400 , Unauthorized = 401 , PaymentRequired = 402 , Forbidden = 403 ,
  NotFound = 404 , MethodNotAllowed = 405 , NotAcceptable = 406 , ProxyAuthenticationRequired = 407 ,
  RequestTimeout = 408 , Conflict = 409 , Gone = 410 , LengthRequired = 411 ,
  PreconditionFailed = 412 , PayloadTooLarge = 413 , RequestUriTooLong = 414 , UnsupportedMediaType = 415 ,
  InternalServerError = 500 , NotImplemented = 501 , BadGateway = 502 , ServiceUnavailable = 503 ,
  GatewayTimeout = 504 , UnsupportedVersion = 505
}
 HTTP status code. More...
enum class  WebSocketStatus : uint16_t {
  Ok = 0 , NormalClosure = 1000 , GoingAway = 1001 , ProtocolError = 1002 ,
  UnsupportedDataType = 1003 , NotPresent = 1005 , PrematureClosure = 1006 , InvalidData = 1007 ,
  PolicyViolation = 1008 , MessageToBig = 1009 , ExtensionsMissing = 1010 , UnexpectedError = 1011 ,
  TlsHandshakeFailed = 1015
}
 WebSocket status code. More...
enum class  NetworkInterfaceFlags : unsigned {
  Up = IFF_UP , Running = 0 , LowerUp = 0 , Dormant = 0 ,
  Broadcast = IFF_BROADCAST , Multicast = IFF_MULTICAST , Loopback = IFF_LOOPBACK , PointToPoint = IFF_POINTOPOINT
}
 Network interface flags. More...
enum class  Icon : uint32_t {
  AbTesting = 0xF01C9 , Abacus = 0xF16E0 , AbjadArabic = 0xF1328 , AbjadHebrew = 0xF1329 ,
  AbugidaDevanagari = 0xF132A , AbugidaThai = 0xF132B , AccessPoint = 0xF0003 , AccessPointCheck = 0xF1538 ,
  AccessPointMinus = 0xF1539 , AccessPointNetwork = 0xF0002 , AccessPointNetworkOff = 0xF0BE1 , AccessPointOff = 0xF1511 ,
  AccessPointPlus = 0xF153A , AccessPointRemove = 0xF153B , Account = 0xF0004 , AccountAlert = 0xF0005 ,
  AccountAlertOutline = 0xF0B50 , AccountArrowDown = 0xF1868 , AccountArrowDownOutline = 0xF1869 , AccountArrowLeft = 0xF0B51 ,
  AccountArrowLeftOutline = 0xF0B52 , AccountArrowRight = 0xF0B53 , AccountArrowRightOutline = 0xF0B54 , AccountArrowUp = 0xF1867 ,
  AccountArrowUpOutline = 0xF186A , AccountBadge = 0xF1B0A , AccountBadgeOutline = 0xF1B0B , AccountBox = 0xF0006 ,
  AccountBoxEditOutline = 0xF1CC8 , AccountBoxMinusOutline = 0xF1CC9 , AccountBoxMultiple = 0xF0934 , AccountBoxMultipleOutline = 0xF100A ,
  AccountBoxOutline = 0xF0007 , AccountBoxPlusOutline = 0xF1CCA , AccountCancel = 0xF12DF , AccountCancelOutline = 0xF12E0 ,
  AccountCard = 0xF1BA4 , AccountCardOutline = 0xF1BA5 , AccountCash = 0xF1097 , AccountCashOutline = 0xF1098 ,
  AccountCheck = 0xF0008 , AccountCheckOutline = 0xF0BE2 , AccountChild = 0xF0A89 , AccountChildCircle = 0xF0A8A ,
  AccountChildOutline = 0xF10C8 , AccountCircle = 0xF0009 , AccountCircleOutline = 0xF0B55 , AccountClock = 0xF0B56 ,
  AccountClockOutline = 0xF0B57 , AccountCog = 0xF1370 , AccountCogOutline = 0xF1371 , AccountConvert = 0xF000A ,
  AccountConvertOutline = 0xF1301 , AccountCowboyHat = 0xF0E9B , AccountCowboyHatOutline = 0xF17F3 , AccountCreditCard = 0xF1BA6 ,
  AccountCreditCardOutline = 0xF1BA7 , AccountDetails = 0xF0631 , AccountDetailsOutline = 0xF1372 , AccountEdit = 0xF06BC ,
  AccountEditOutline = 0xF0FFB , AccountEye = 0xF0420 , AccountEyeOutline = 0xF127B , AccountFile = 0xF1CA7 ,
  AccountFileOutline = 0xF1CA8 , AccountFileText = 0xF1CA9 , AccountFileTextOutline = 0xF1CAA , AccountFilter = 0xF0936 ,
  AccountFilterOutline = 0xF0F9D , AccountGroup = 0xF0849 , AccountGroupOutline = 0xF0B58 , AccountHardHat = 0xF05B5 ,
  AccountHardHatOutline = 0xF1A1F , AccountHeart = 0xF0899 , AccountHeartOutline = 0xF0BE3 , AccountInjury = 0xF1815 ,
  AccountInjuryOutline = 0xF1816 , AccountKey = 0xF000B , AccountKeyOutline = 0xF0BE4 , AccountLock = 0xF115E ,
  AccountLockOpen = 0xF1960 , AccountLockOpenOutline = 0xF1961 , AccountLockOutline = 0xF115F , AccountMinus = 0xF000D ,
  AccountMinusOutline = 0xF0AEC , AccountMultiple = 0xF000E , AccountMultipleCheck = 0xF08C5 , AccountMultipleCheckOutline = 0xF11FE ,
  AccountMultipleMinus = 0xF05D3 , AccountMultipleMinusOutline = 0xF0BE5 , AccountMultipleOutline = 0xF000F , AccountMultiplePlus = 0xF0010 ,
  AccountMultiplePlusOutline = 0xF0800 , AccountMultipleRemove = 0xF120A , AccountMultipleRemoveOutline = 0xF120B , AccountMusic = 0xF0803 ,
  AccountMusicOutline = 0xF0CE9 , AccountNetwork = 0xF0011 , AccountNetworkOff = 0xF1AF1 , AccountNetworkOffOutline = 0xF1AF2 ,
  AccountNetworkOutline = 0xF0BE6 , AccountOff = 0xF0012 , AccountOffOutline = 0xF0BE7 , AccountOutline = 0xF0013 ,
  AccountPlus = 0xF0014 , AccountPlusOutline = 0xF0801 , AccountQuestion = 0xF0B59 , AccountQuestionOutline = 0xF0B5A ,
  AccountReactivate = 0xF152B , AccountReactivateOutline = 0xF152C , AccountRemove = 0xF0015 , AccountRemoveOutline = 0xF0AED ,
  AccountSchool = 0xF1A20 , AccountSchoolOutline = 0xF1A21 , AccountSearch = 0xF0016 , AccountSearchOutline = 0xF0935 ,
  AccountSettings = 0xF0630 , AccountSettingsOutline = 0xF10C9 , AccountStar = 0xF0017 , AccountStarOutline = 0xF0BE8 ,
  AccountSupervisor = 0xF0A8B , AccountSupervisorCircle = 0xF0A8C , AccountSupervisorCircleOutline = 0xF14EC , AccountSupervisorOutline = 0xF112D ,
  AccountSwitch = 0xF0019 , AccountSwitchOutline = 0xF04CB , AccountSync = 0xF191B , AccountSyncOutline = 0xF191C ,
  AccountTag = 0xF1C1B , AccountTagOutline = 0xF1C1C , AccountTie = 0xF0CE3 , AccountTieHat = 0xF1898 ,
  AccountTieHatOutline = 0xF1899 , AccountTieOutline = 0xF10CA , AccountTieVoice = 0xF1308 , AccountTieVoiceOff = 0xF130A ,
  AccountTieVoiceOffOutline = 0xF130B , AccountTieVoiceOutline = 0xF1309 , AccountTieWoman = 0xF1A8C , AccountVoice = 0xF05CB ,
  AccountVoiceOff = 0xF0ED4 , AccountWrench = 0xF189A , AccountWrenchOutline = 0xF189B , Adjust = 0xF001A ,
  Advertisements = 0xF192A , AdvertisementsOff = 0xF192B , AirConditioner = 0xF001B , AirFilter = 0xF0D43 ,
  AirHorn = 0xF0DAC , AirHumidifier = 0xF1099 , AirHumidifierOff = 0xF1466 , AirPurifier = 0xF0D44 ,
  AirPurifierOff = 0xF1B57 , Airbag = 0xF0BE9 , Airballoon = 0xF001C , AirballoonOutline = 0xF100B ,
  Airplane = 0xF001D , AirplaneAlert = 0xF187A , AirplaneCheck = 0xF187B , AirplaneClock = 0xF187C ,
  AirplaneCog = 0xF187D , AirplaneEdit = 0xF187E , AirplaneLanding = 0xF05D4 , AirplaneMarker = 0xF187F ,
  AirplaneMinus = 0xF1880 , AirplaneOff = 0xF001E , AirplanePlus = 0xF1881 , AirplaneRemove = 0xF1882 ,
  AirplaneSearch = 0xF1883 , AirplaneSettings = 0xF1884 , AirplaneTakeoff = 0xF05D5 , Airport = 0xF084B ,
  Alarm = 0xF0020 , AlarmBell = 0xF078E , AlarmCheck = 0xF0021 , AlarmLight = 0xF078F ,
  AlarmLightOff = 0xF171E , AlarmLightOffOutline = 0xF171F , AlarmLightOutline = 0xF0BEA , AlarmMultiple = 0xF0022 ,
  AlarmNote = 0xF0E71 , AlarmNoteOff = 0xF0E72 , AlarmOff = 0xF0023 , AlarmPanel = 0xF15C4 ,
  AlarmPanelOutline = 0xF15C5 , AlarmPlus = 0xF0024 , AlarmSnooze = 0xF068E , Album = 0xF0025 ,
  Alert = 0xF0026 , AlertBox = 0xF0027 , AlertBoxOutline = 0xF0CE4 , AlertCircle = 0xF0028 ,
  AlertCircleCheck = 0xF11ED , AlertCircleCheckOutline = 0xF11EE , AlertCircleOutline = 0xF05D6 , AlertDecagram = 0xF06BD ,
  AlertDecagramOutline = 0xF0CE5 , AlertMinus = 0xF14BB , AlertMinusOutline = 0xF14BE , AlertOctagon = 0xF0029 ,
  AlertOctagonOutline = 0xF0CE6 , AlertOctagram = 0xF0767 , AlertOctagramOutline = 0xF0CE7 , AlertOutline = 0xF002A ,
  AlertPlus = 0xF14BA , AlertPlusOutline = 0xF14BD , AlertRemove = 0xF14BC , AlertRemoveOutline = 0xF14BF ,
  AlertRhombus = 0xF11CE , AlertRhombusOutline = 0xF11CF , Alien = 0xF089A , AlienOutline = 0xF10CB ,
  AlignHorizontalCenter = 0xF11C3 , AlignHorizontalDistribute = 0xF1962 , AlignHorizontalLeft = 0xF11C2 , AlignHorizontalRight = 0xF11C4 ,
  AlignVerticalBottom = 0xF11C5 , AlignVerticalCenter = 0xF11C6 , AlignVerticalDistribute = 0xF1963 , AlignVerticalTop = 0xF11C7 ,
  AllInclusive = 0xF06BE , AllInclusiveBox = 0xF188D , AllInclusiveBoxOutline = 0xF188E , Allergy = 0xF1258 ,
  Alpha = 0xF002B , AlphaA = 0xF0AEE , AlphaABox = 0xF0B08 , AlphaABoxOutline = 0xF0BEB ,
  AlphaACircle = 0xF0BEC , AlphaACircleOutline = 0xF0BED , AlphaB = 0xF0AEF , AlphaBBox = 0xF0B09 ,
  AlphaBBoxOutline = 0xF0BEE , AlphaBCircle = 0xF0BEF , AlphaBCircleOutline = 0xF0BF0 , AlphaC = 0xF0AF0 ,
  AlphaCBox = 0xF0B0A , AlphaCBoxOutline = 0xF0BF1 , AlphaCCircle = 0xF0BF2 , AlphaCCircleOutline = 0xF0BF3 ,
  AlphaD = 0xF0AF1 , AlphaDBox = 0xF0B0B , AlphaDBoxOutline = 0xF0BF4 , AlphaDCircle = 0xF0BF5 ,
  AlphaDCircleOutline = 0xF0BF6 , AlphaE = 0xF0AF2 , AlphaEBox = 0xF0B0C , AlphaEBoxOutline = 0xF0BF7 ,
  AlphaECircle = 0xF0BF8 , AlphaECircleOutline = 0xF0BF9 , AlphaF = 0xF0AF3 , AlphaFBox = 0xF0B0D ,
  AlphaFBoxOutline = 0xF0BFA , AlphaFCircle = 0xF0BFB , AlphaFCircleOutline = 0xF0BFC , AlphaG = 0xF0AF4 ,
  AlphaGBox = 0xF0B0E , AlphaGBoxOutline = 0xF0BFD , AlphaGCircle = 0xF0BFE , AlphaGCircleOutline = 0xF0BFF ,
  AlphaH = 0xF0AF5 , AlphaHBox = 0xF0B0F , AlphaHBoxOutline = 0xF0C00 , AlphaHCircle = 0xF0C01 ,
  AlphaHCircleOutline = 0xF0C02 , AlphaI = 0xF0AF6 , AlphaIBox = 0xF0B10 , AlphaIBoxOutline = 0xF0C03 ,
  AlphaICircle = 0xF0C04 , AlphaICircleOutline = 0xF0C05 , AlphaJ = 0xF0AF7 , AlphaJBox = 0xF0B11 ,
  AlphaJBoxOutline = 0xF0C06 , AlphaJCircle = 0xF0C07 , AlphaJCircleOutline = 0xF0C08 , AlphaK = 0xF0AF8 ,
  AlphaKBox = 0xF0B12 , AlphaKBoxOutline = 0xF0C09 , AlphaKCircle = 0xF0C0A , AlphaKCircleOutline = 0xF0C0B ,
  AlphaL = 0xF0AF9 , AlphaLBox = 0xF0B13 , AlphaLBoxOutline = 0xF0C0C , AlphaLCircle = 0xF0C0D ,
  AlphaLCircleOutline = 0xF0C0E , AlphaM = 0xF0AFA , AlphaMBox = 0xF0B14 , AlphaMBoxOutline = 0xF0C0F ,
  AlphaMCircle = 0xF0C10 , AlphaMCircleOutline = 0xF0C11 , AlphaN = 0xF0AFB , AlphaNBox = 0xF0B15 ,
  AlphaNBoxOutline = 0xF0C12 , AlphaNCircle = 0xF0C13 , AlphaNCircleOutline = 0xF0C14 , AlphaO = 0xF0AFC ,
  AlphaOBox = 0xF0B16 , AlphaOBoxOutline = 0xF0C15 , AlphaOCircle = 0xF0C16 , AlphaOCircleOutline = 0xF0C17 ,
  AlphaP = 0xF0AFD , AlphaPBox = 0xF0B17 , AlphaPBoxOutline = 0xF0C18 , AlphaPCircle = 0xF0C19 ,
  AlphaPCircleOutline = 0xF0C1A , AlphaQ = 0xF0AFE , AlphaQBox = 0xF0B18 , AlphaQBoxOutline = 0xF0C1B ,
  AlphaQCircle = 0xF0C1C , AlphaQCircleOutline = 0xF0C1D , AlphaR = 0xF0AFF , AlphaRBox = 0xF0B19 ,
  AlphaRBoxOutline = 0xF0C1E , AlphaRCircle = 0xF0C1F , AlphaRCircleOutline = 0xF0C20 , AlphaS = 0xF0B00 ,
  AlphaSBox = 0xF0B1A , AlphaSBoxOutline = 0xF0C21 , AlphaSCircle = 0xF0C22 , AlphaSCircleOutline = 0xF0C23 ,
  AlphaT = 0xF0B01 , AlphaTBox = 0xF0B1B , AlphaTBoxOutline = 0xF0C24 , AlphaTCircle = 0xF0C25 ,
  AlphaTCircleOutline = 0xF0C26 , AlphaU = 0xF0B02 , AlphaUBox = 0xF0B1C , AlphaUBoxOutline = 0xF0C27 ,
  AlphaUCircle = 0xF0C28 , AlphaUCircleOutline = 0xF0C29 , AlphaV = 0xF0B03 , AlphaVBox = 0xF0B1D ,
  AlphaVBoxOutline = 0xF0C2A , AlphaVCircle = 0xF0C2B , AlphaVCircleOutline = 0xF0C2C , AlphaW = 0xF0B04 ,
  AlphaWBox = 0xF0B1E , AlphaWBoxOutline = 0xF0C2D , AlphaWCircle = 0xF0C2E , AlphaWCircleOutline = 0xF0C2F ,
  AlphaX = 0xF0B05 , AlphaXBox = 0xF0B1F , AlphaXBoxOutline = 0xF0C30 , AlphaXCircle = 0xF0C31 ,
  AlphaXCircleOutline = 0xF0C32 , AlphaY = 0xF0B06 , AlphaYBox = 0xF0B20 , AlphaYBoxOutline = 0xF0C33 ,
  AlphaYCircle = 0xF0C34 , AlphaYCircleOutline = 0xF0C35 , AlphaZ = 0xF0B07 , AlphaZBox = 0xF0B21 ,
  AlphaZBoxOutline = 0xF0C36 , AlphaZCircle = 0xF0C37 , AlphaZCircleOutline = 0xF0C38 , AlphabetAurebesh = 0xF132C ,
  AlphabetCyrillic = 0xF132D , AlphabetGreek = 0xF132E , AlphabetLatin = 0xF132F , AlphabetPiqad = 0xF1330 ,
  AlphabetTengwar = 0xF1337 , Alphabetical = 0xF002C , AlphabeticalOff = 0xF100C , AlphabeticalVariant = 0xF100D ,
  AlphabeticalVariantOff = 0xF100E , Altimeter = 0xF05D7 , Ambulance = 0xF002F , Ammunition = 0xF0CE8 ,
  Ampersand = 0xF0A8D , Amplifier = 0xF0030 , AmplifierOff = 0xF11B5 , Anchor = 0xF0031 ,
  Android = 0xF0032 , AndroidStudio = 0xF0034 , AngleAcute = 0xF0937 , AngleObtuse = 0xF0938 ,
  AngleRight = 0xF0939 , Angular = 0xF06B2 , Angularjs = 0xF06BF , Animation = 0xF05D8 ,
  AnimationOutline = 0xF0A8F , AnimationPlay = 0xF093A , AnimationPlayOutline = 0xF0A90 , Ansible = 0xF109A ,
  Antenna = 0xF1119 , Anvil = 0xF089B , ApacheKafka = 0xF100F , Api = 0xF109B ,
  ApiOff = 0xF1257 , Apple = 0xF0035 , AppleFinder = 0xF0036 , AppleIcloud = 0xF0038 ,
  AppleIos = 0xF0037 , AppleKeyboardCaps = 0xF0632 , AppleKeyboardCommand = 0xF0633 , AppleKeyboardControl = 0xF0634 ,
  AppleKeyboardOption = 0xF0635 , AppleKeyboardShift = 0xF0636 , AppleSafari = 0xF0039 , Application = 0xF08C6 ,
  ApplicationArray = 0xF10F5 , ApplicationArrayOutline = 0xF10F6 , ApplicationBraces = 0xF10F7 , ApplicationBracesOutline = 0xF10F8 ,
  ApplicationBrackets = 0xF0C8B , ApplicationBracketsOutline = 0xF0C8C , ApplicationCog = 0xF0675 , ApplicationCogOutline = 0xF1577 ,
  ApplicationEdit = 0xF00AE , ApplicationEditOutline = 0xF0619 , ApplicationExport = 0xF0DAD , ApplicationImport = 0xF0DAE ,
  ApplicationOutline = 0xF0614 , ApplicationParentheses = 0xF10F9 , ApplicationParenthesesOutline = 0xF10FA , ApplicationSettings = 0xF0B60 ,
  ApplicationSettingsOutline = 0xF1555 , ApplicationVariable = 0xF10FB , ApplicationVariableOutline = 0xF10FC , ApproximatelyEqual = 0xF0F9E ,
  ApproximatelyEqualBox = 0xF0F9F , Apps = 0xF003B , AppsBox = 0xF0D46 , Arch = 0xF08C7 ,
  Archive = 0xF003C , ArchiveAlert = 0xF14FD , ArchiveAlertOutline = 0xF14FE , ArchiveArrowDown = 0xF1259 ,
  ArchiveArrowDownOutline = 0xF125A , ArchiveArrowUp = 0xF125B , ArchiveArrowUpOutline = 0xF125C , ArchiveCancel = 0xF174B ,
  ArchiveCancelOutline = 0xF174C , ArchiveCheck = 0xF174D , ArchiveCheckOutline = 0xF174E , ArchiveClock = 0xF174F ,
  ArchiveClockOutline = 0xF1750 , ArchiveCog = 0xF1751 , ArchiveCogOutline = 0xF1752 , ArchiveEdit = 0xF1753 ,
  ArchiveEditOutline = 0xF1754 , ArchiveEye = 0xF1755 , ArchiveEyeOutline = 0xF1756 , ArchiveLock = 0xF1757 ,
  ArchiveLockOpen = 0xF1758 , ArchiveLockOpenOutline = 0xF1759 , ArchiveLockOutline = 0xF175A , ArchiveMarker = 0xF175B ,
  ArchiveMarkerOutline = 0xF175C , ArchiveMinus = 0xF175D , ArchiveMinusOutline = 0xF175E , ArchiveMusic = 0xF175F ,
  ArchiveMusicOutline = 0xF1760 , ArchiveOff = 0xF1761 , ArchiveOffOutline = 0xF1762 , ArchiveOutline = 0xF120E ,
  ArchivePlus = 0xF1763 , ArchivePlusOutline = 0xF1764 , ArchiveRefresh = 0xF1765 , ArchiveRefreshOutline = 0xF1766 ,
  ArchiveRemove = 0xF1767 , ArchiveRemoveOutline = 0xF1768 , ArchiveSearch = 0xF1769 , ArchiveSearchOutline = 0xF176A ,
  ArchiveSettings = 0xF176B , ArchiveSettingsOutline = 0xF176C , ArchiveStar = 0xF176D , ArchiveStarOutline = 0xF176E ,
  ArchiveSync = 0xF176F , ArchiveSyncOutline = 0xF1770 , ArmFlex = 0xF0FD7 , ArmFlexOutline = 0xF0FD6 ,
  ArrangeBringForward = 0xF003D , ArrangeBringToFront = 0xF003E , ArrangeSendBackward = 0xF003F , ArrangeSendToBack = 0xF0040 ,
  ArrowAll = 0xF0041 , ArrowBottomLeft = 0xF0042 , ArrowBottomLeftBoldBox = 0xF1964 , ArrowBottomLeftBoldBoxOutline = 0xF1965 ,
  ArrowBottomLeftBoldOutline = 0xF09B7 , ArrowBottomLeftThick = 0xF09B8 , ArrowBottomLeftThin = 0xF19B6 , ArrowBottomLeftThinCircleOutline = 0xF1596 ,
  ArrowBottomRight = 0xF0043 , ArrowBottomRightBoldBox = 0xF1966 , ArrowBottomRightBoldBoxOutline = 0xF1967 , ArrowBottomRightBoldOutline = 0xF09B9 ,
  ArrowBottomRightThick = 0xF09BA , ArrowBottomRightThin = 0xF19B7 , ArrowBottomRightThinCircleOutline = 0xF1595 , ArrowCollapse = 0xF0615 ,
  ArrowCollapseAll = 0xF0044 , ArrowCollapseDown = 0xF0792 , ArrowCollapseHorizontal = 0xF084C , ArrowCollapseLeft = 0xF0793 ,
  ArrowCollapseRight = 0xF0794 , ArrowCollapseUp = 0xF0795 , ArrowCollapseVertical = 0xF084D , ArrowDecision = 0xF09BB ,
  ArrowDecisionAuto = 0xF09BC , ArrowDecisionAutoOutline = 0xF09BD , ArrowDecisionOutline = 0xF09BE , ArrowDown = 0xF0045 ,
  ArrowDownBold = 0xF072E , ArrowDownBoldBox = 0xF072F , ArrowDownBoldBoxOutline = 0xF0730 , ArrowDownBoldCircle = 0xF0047 ,
  ArrowDownBoldCircleOutline = 0xF0048 , ArrowDownBoldHexagonOutline = 0xF0049 , ArrowDownBoldOutline = 0xF09BF , ArrowDownBox = 0xF06C0 ,
  ArrowDownCircle = 0xF0CDB , ArrowDownCircleOutline = 0xF0CDC , ArrowDownDropCircle = 0xF004A , ArrowDownDropCircleOutline = 0xF004B ,
  ArrowDownLeft = 0xF17A1 , ArrowDownLeftBold = 0xF17A2 , ArrowDownRight = 0xF17A3 , ArrowDownRightBold = 0xF17A4 ,
  ArrowDownThick = 0xF0046 , ArrowDownThin = 0xF19B3 , ArrowDownThinCircleOutline = 0xF1599 , ArrowExpand = 0xF0616 ,
  ArrowExpandAll = 0xF004C , ArrowExpandDown = 0xF0796 , ArrowExpandHorizontal = 0xF084E , ArrowExpandLeft = 0xF0797 ,
  ArrowExpandRight = 0xF0798 , ArrowExpandUp = 0xF0799 , ArrowExpandVertical = 0xF084F , ArrowHorizontalLock = 0xF115B ,
  ArrowLeft = 0xF004D , ArrowLeftBold = 0xF0731 , ArrowLeftBoldBox = 0xF0732 , ArrowLeftBoldBoxOutline = 0xF0733 ,
  ArrowLeftBoldCircle = 0xF004F , ArrowLeftBoldCircleOutline = 0xF0050 , ArrowLeftBoldHexagonOutline = 0xF0051 , ArrowLeftBoldOutline = 0xF09C0 ,
  ArrowLeftBottom = 0xF17A5 , ArrowLeftBottomBold = 0xF17A6 , ArrowLeftBox = 0xF06C1 , ArrowLeftCircle = 0xF0CDD ,
  ArrowLeftCircleOutline = 0xF0CDE , ArrowLeftDropCircle = 0xF0052 , ArrowLeftDropCircleOutline = 0xF0053 , ArrowLeftRight = 0xF0E73 ,
  ArrowLeftRightBold = 0xF0E74 , ArrowLeftRightBoldOutline = 0xF09C1 , ArrowLeftThick = 0xF004E , ArrowLeftThin = 0xF19B1 ,
  ArrowLeftThinCircleOutline = 0xF159A , ArrowLeftTop = 0xF17A7 , ArrowLeftTopBold = 0xF17A8 , ArrowOscillating = 0xF1C91 ,
  ArrowOscillatingOff = 0xF1C92 , ArrowProjectile = 0xF1840 , ArrowProjectileMultiple = 0xF183F , ArrowRight = 0xF0054 ,
  ArrowRightBold = 0xF0734 , ArrowRightBoldBox = 0xF0735 , ArrowRightBoldBoxOutline = 0xF0736 , ArrowRightBoldCircle = 0xF0056 ,
  ArrowRightBoldCircleOutline = 0xF0057 , ArrowRightBoldHexagonOutline = 0xF0058 , ArrowRightBoldOutline = 0xF09C2 , ArrowRightBottom = 0xF17A9 ,
  ArrowRightBottomBold = 0xF17AA , ArrowRightBox = 0xF06C2 , ArrowRightCircle = 0xF0CDF , ArrowRightCircleOutline = 0xF0CE0 ,
  ArrowRightDropCircle = 0xF0059 , ArrowRightDropCircleOutline = 0xF005A , ArrowRightThick = 0xF0055 , ArrowRightThin = 0xF19B0 ,
  ArrowRightThinCircleOutline = 0xF1598 , ArrowRightTop = 0xF17AB , ArrowRightTopBold = 0xF17AC , ArrowSplitHorizontal = 0xF093B ,
  ArrowSplitVertical = 0xF093C , ArrowTopLeft = 0xF005B , ArrowTopLeftBoldBox = 0xF1968 , ArrowTopLeftBoldBoxOutline = 0xF1969 ,
  ArrowTopLeftBoldOutline = 0xF09C3 , ArrowTopLeftBottomRight = 0xF0E75 , ArrowTopLeftBottomRightBold = 0xF0E76 , ArrowTopLeftThick = 0xF09C4 ,
  ArrowTopLeftThin = 0xF19B5 , ArrowTopLeftThinCircleOutline = 0xF1593 , ArrowTopRight = 0xF005C , ArrowTopRightBoldBox = 0xF196A ,
  ArrowTopRightBoldBoxOutline = 0xF196B , ArrowTopRightBoldOutline = 0xF09C5 , ArrowTopRightBottomLeft = 0xF0E77 , ArrowTopRightBottomLeftBold = 0xF0E78 ,
  ArrowTopRightThick = 0xF09C6 , ArrowTopRightThin = 0xF19B4 , ArrowTopRightThinCircleOutline = 0xF1594 , ArrowUDownLeft = 0xF17AD ,
  ArrowUDownLeftBold = 0xF17AE , ArrowUDownRight = 0xF17AF , ArrowUDownRightBold = 0xF17B0 , ArrowULeftBottom = 0xF17B1 ,
  ArrowULeftBottomBold = 0xF17B2 , ArrowULeftTop = 0xF17B3 , ArrowULeftTopBold = 0xF17B4 , ArrowURightBottom = 0xF17B5 ,
  ArrowURightBottomBold = 0xF17B6 , ArrowURightTop = 0xF17B7 , ArrowURightTopBold = 0xF17B8 , ArrowUUpLeft = 0xF17B9 ,
  ArrowUUpLeftBold = 0xF17BA , ArrowUUpRight = 0xF17BB , ArrowUUpRightBold = 0xF17BC , ArrowUp = 0xF005D ,
  ArrowUpBold = 0xF0737 , ArrowUpBoldBox = 0xF0738 , ArrowUpBoldBoxOutline = 0xF0739 , ArrowUpBoldCircle = 0xF005F ,
  ArrowUpBoldCircleOutline = 0xF0060 , ArrowUpBoldHexagonOutline = 0xF0061 , ArrowUpBoldOutline = 0xF09C7 , ArrowUpBox = 0xF06C3 ,
  ArrowUpCircle = 0xF0CE1 , ArrowUpCircleOutline = 0xF0CE2 , ArrowUpDown = 0xF0E79 , ArrowUpDownBold = 0xF0E7A ,
  ArrowUpDownBoldOutline = 0xF09C8 , ArrowUpDropCircle = 0xF0062 , ArrowUpDropCircleOutline = 0xF0063 , ArrowUpLeft = 0xF17BD ,
  ArrowUpLeftBold = 0xF17BE , ArrowUpRight = 0xF17BF , ArrowUpRightBold = 0xF17C0 , ArrowUpThick = 0xF005E ,
  ArrowUpThin = 0xF19B2 , ArrowUpThinCircleOutline = 0xF1597 , ArrowVerticalLock = 0xF115C , Artboard = 0xF1B9A ,
  Artstation = 0xF0B5B , AspectRatio = 0xF0A24 , Assistant = 0xF0064 , Asterisk = 0xF06C4 ,
  AsteriskCircleOutline = 0xF1A27 , At = 0xF0065 , Atlassian = 0xF0804 , Atm = 0xF0D47 ,
  Atom = 0xF0768 , AtomVariant = 0xF0E7B , Attachment = 0xF0066 , AttachmentCheck = 0xF1AC1 ,
  AttachmentLock = 0xF19C4 , AttachmentMinus = 0xF1AC2 , AttachmentOff = 0xF1AC3 , AttachmentPlus = 0xF1AC4 ,
  AttachmentRemove = 0xF1AC5 , Atv = 0xF1B70 , AudioInputRca = 0xF186B , AudioInputStereoMinijack = 0xF186C ,
  AudioInputXlr = 0xF186D , AudioVideo = 0xF093D , AudioVideoOff = 0xF11B6 , AugmentedReality = 0xF0850 ,
  Aurora = 0xF1BB9 , AutoDownload = 0xF137E , AutoFix = 0xF0068 , AutoMode = 0xF1C20 ,
  AutoUpload = 0xF0069 , Autorenew = 0xF006A , AutorenewOff = 0xF19E7 , AvTimer = 0xF006B ,
  Awning = 0xF1B87 , AwningOutline = 0xF1B88 , Aws = 0xF0E0F , Axe = 0xF08C8 ,
  AxeBattle = 0xF1842 , Axis = 0xF0D48 , AxisArrow = 0xF0D49 , AxisArrowInfo = 0xF140E ,
  AxisArrowLock = 0xF0D4A , AxisLock = 0xF0D4B , AxisXArrow = 0xF0D4C , AxisXArrowLock = 0xF0D4D ,
  AxisXRotateClockwise = 0xF0D4E , AxisXRotateCounterclockwise = 0xF0D4F , AxisXYArrowLock = 0xF0D50 , AxisYArrow = 0xF0D51 ,
  AxisYArrowLock = 0xF0D52 , AxisYRotateClockwise = 0xF0D53 , AxisYRotateCounterclockwise = 0xF0D54 , AxisZArrow = 0xF0D55 ,
  AxisZArrowLock = 0xF0D56 , AxisZRotateClockwise = 0xF0D57 , AxisZRotateCounterclockwise = 0xF0D58 , Babel = 0xF0A25 ,
  Baby = 0xF006C , BabyBottle = 0xF0F39 , BabyBottleOutline = 0xF0F3A , BabyBuggy = 0xF13E0 ,
  BabyBuggyOff = 0xF1AF3 , BabyCarriage = 0xF068F , BabyCarriageOff = 0xF0FA0 , BabyFace = 0xF0E7C ,
  BabyFaceOutline = 0xF0E7D , Backburger = 0xF006D , Backspace = 0xF006E , BackspaceOutline = 0xF0B5C ,
  BackspaceReverse = 0xF0E7E , BackspaceReverseOutline = 0xF0E7F , BackupRestore = 0xF006F , Bacteria = 0xF0ED5 ,
  BacteriaOutline = 0xF0ED6 , BadgeAccount = 0xF0DA7 , BadgeAccountAlert = 0xF0DA8 , BadgeAccountAlertOutline = 0xF0DA9 ,
  BadgeAccountHorizontal = 0xF0E0D , BadgeAccountHorizontalOutline = 0xF0E0E , BadgeAccountOutline = 0xF0DAA , Badminton = 0xF0851 ,
  BagCarryOn = 0xF0F3B , BagCarryOnCheck = 0xF0D65 , BagCarryOnOff = 0xF0F3C , BagChecked = 0xF0F3D ,
  BagPersonal = 0xF0E10 , BagPersonalOff = 0xF0E11 , BagPersonalOffOutline = 0xF0E12 , BagPersonalOutline = 0xF0E13 ,
  BagPersonalPlus = 0xF1CA4 , BagPersonalPlusOutline = 0xF1CA5 , BagPersonalTag = 0xF1B0C , BagPersonalTagOutline = 0xF1B0D ,
  BagSuitcase = 0xF158B , BagSuitcaseOff = 0xF158D , BagSuitcaseOffOutline = 0xF158E , BagSuitcaseOutline = 0xF158C ,
  Baguette = 0xF0F3E , Balcony = 0xF1817 , Balloon = 0xF0A26 , Ballot = 0xF09C9 ,
  BallotOutline = 0xF09CA , BallotRecount = 0xF0C39 , BallotRecountOutline = 0xF0C3A , Bandage = 0xF0DAF ,
  Bank = 0xF0070 , BankCheck = 0xF1655 , BankCircle = 0xF1C03 , BankCircleOutline = 0xF1C04 ,
  BankMinus = 0xF0DB0 , BankOff = 0xF1656 , BankOffOutline = 0xF1657 , BankOutline = 0xF0E80 ,
  BankPlus = 0xF0DB1 , BankRemove = 0xF0DB2 , BankTransfer = 0xF0A27 , BankTransferIn = 0xF0A28 ,
  BankTransferOut = 0xF0A29 , Barcode = 0xF0071 , BarcodeOff = 0xF1236 , BarcodeScan = 0xF0072 ,
  Barley = 0xF0073 , BarleyOff = 0xF0B5D , Barn = 0xF0B5E , Barrel = 0xF0074 ,
  BarrelOutline = 0xF1A28 , Baseball = 0xF0852 , BaseballBat = 0xF0853 , BaseballDiamond = 0xF15EC ,
  BaseballDiamondOutline = 0xF15ED , BaseballOutline = 0xF1C5A , Bash = 0xF1183 , Basket = 0xF0076 ,
  BasketCheck = 0xF18E5 , BasketCheckOutline = 0xF18E6 , BasketFill = 0xF0077 , BasketMinus = 0xF1523 ,
  BasketMinusOutline = 0xF1524 , BasketOff = 0xF1525 , BasketOffOutline = 0xF1526 , BasketOutline = 0xF1181 ,
  BasketPlus = 0xF1527 , BasketPlusOutline = 0xF1528 , BasketRemove = 0xF1529 , BasketRemoveOutline = 0xF152A ,
  BasketUnfill = 0xF0078 , Basketball = 0xF0806 , BasketballHoop = 0xF0C3B , BasketballHoopOutline = 0xF0C3C ,
  Bat = 0xF0B5F , Bathtub = 0xF1818 , BathtubOutline = 0xF1819 , Battery = 0xF0079 ,
  Battery10 = 0xF007A , Battery10Bluetooth = 0xF093E , Battery20 = 0xF007B , Battery20Bluetooth = 0xF093F ,
  Battery30 = 0xF007C , Battery30Bluetooth = 0xF0940 , Battery40 = 0xF007D , Battery40Bluetooth = 0xF0941 ,
  Battery50 = 0xF007E , Battery50Bluetooth = 0xF0942 , Battery60 = 0xF007F , Battery60Bluetooth = 0xF0943 ,
  Battery70 = 0xF0080 , Battery70Bluetooth = 0xF0944 , Battery80 = 0xF0081 , Battery80Bluetooth = 0xF0945 ,
  Battery90 = 0xF0082 , Battery90Bluetooth = 0xF0946 , BatteryAlert = 0xF0083 , BatteryAlertBluetooth = 0xF0947 ,
  BatteryAlertVariant = 0xF10CC , BatteryAlertVariantOutline = 0xF10CD , BatteryArrowDown = 0xF17DE , BatteryArrowDownOutline = 0xF17DF ,
  BatteryArrowUp = 0xF17E0 , BatteryArrowUpOutline = 0xF17E1 , BatteryBluetooth = 0xF0948 , BatteryBluetoothVariant = 0xF0949 ,
  BatteryCharging = 0xF0084 , BatteryCharging10 = 0xF089C , BatteryCharging100 = 0xF0085 , BatteryCharging20 = 0xF0086 ,
  BatteryCharging30 = 0xF0087 , BatteryCharging40 = 0xF0088 , BatteryCharging50 = 0xF089D , BatteryCharging60 = 0xF0089 ,
  BatteryCharging70 = 0xF089E , BatteryCharging80 = 0xF008A , BatteryCharging90 = 0xF008B , BatteryChargingHigh = 0xF12A6 ,
  BatteryChargingLow = 0xF12A4 , BatteryChargingMedium = 0xF12A5 , BatteryChargingOutline = 0xF089F , BatteryChargingWireless = 0xF0807 ,
  BatteryChargingWireless10 = 0xF0808 , BatteryChargingWireless20 = 0xF0809 , BatteryChargingWireless30 = 0xF080A , BatteryChargingWireless40 = 0xF080B ,
  BatteryChargingWireless50 = 0xF080C , BatteryChargingWireless60 = 0xF080D , BatteryChargingWireless70 = 0xF080E , BatteryChargingWireless80 = 0xF080F ,
  BatteryChargingWireless90 = 0xF0810 , BatteryChargingWirelessAlert = 0xF0811 , BatteryChargingWirelessOutline = 0xF0812 , BatteryCheck = 0xF17E2 ,
  BatteryCheckOutline = 0xF17E3 , BatteryClock = 0xF19E5 , BatteryClockOutline = 0xF19E6 , BatteryHeart = 0xF120F ,
  BatteryHeartOutline = 0xF1210 , BatteryHeartVariant = 0xF1211 , BatteryHigh = 0xF12A3 , BatteryLock = 0xF179C ,
  BatteryLockOpen = 0xF179D , BatteryLow = 0xF12A1 , BatteryMedium = 0xF12A2 , BatteryMinus = 0xF17E4 ,
  BatteryMinusOutline = 0xF17E5 , BatteryMinusVariant = 0xF008C , BatteryNegative = 0xF008D , BatteryOff = 0xF125D ,
  BatteryOffOutline = 0xF125E , BatteryOutline = 0xF008E , BatteryPlus = 0xF17E6 , BatteryPlusOutline = 0xF17E7 ,
  BatteryPlusVariant = 0xF008F , BatteryPositive = 0xF0090 , BatteryRemove = 0xF17E8 , BatteryRemoveOutline = 0xF17E9 ,
  BatterySync = 0xF1834 , BatterySyncOutline = 0xF1835 , BatteryUnknown = 0xF0091 , BatteryUnknownBluetooth = 0xF094A ,
  Beach = 0xF0092 , Beaker = 0xF0CEA , BeakerAlert = 0xF1229 , BeakerAlertOutline = 0xF122A ,
  BeakerCheck = 0xF122B , BeakerCheckOutline = 0xF122C , BeakerMinus = 0xF122D , BeakerMinusOutline = 0xF122E ,
  BeakerOutline = 0xF0690 , BeakerPlus = 0xF122F , BeakerPlusOutline = 0xF1230 , BeakerQuestion = 0xF1231 ,
  BeakerQuestionOutline = 0xF1232 , BeakerRemove = 0xF1233 , BeakerRemoveOutline = 0xF1234 , Bed = 0xF02E3 ,
  BedClock = 0xF1B94 , BedDouble = 0xF0FD4 , BedDoubleOutline = 0xF0FD3 , BedEmpty = 0xF08A0 ,
  BedKing = 0xF0FD2 , BedKingOutline = 0xF0FD1 , BedOutline = 0xF0099 , BedQueen = 0xF0FD0 ,
  BedQueenOutline = 0xF0FDB , BedSingle = 0xF106D , BedSingleOutline = 0xF106E , Bee = 0xF0FA1 ,
  BeeFlower = 0xF0FA2 , BeehiveOffOutline = 0xF13ED , BeehiveOutline = 0xF10CE , Beekeeper = 0xF14E2 ,
  Beer = 0xF0098 , BeerOutline = 0xF130C , Bell = 0xF009A , BellAlert = 0xF0D59 ,
  BellAlertOutline = 0xF0E81 , BellBadge = 0xF116B , BellBadgeOutline = 0xF0178 , BellCancel = 0xF13E7 ,
  BellCancelOutline = 0xF13E8 , BellCheck = 0xF11E5 , BellCheckOutline = 0xF11E6 , BellCircle = 0xF0D5A ,
  BellCircleOutline = 0xF0D5B , BellCog = 0xF1A29 , BellCogOutline = 0xF1A2A , BellMinus = 0xF13E9 ,
  BellMinusOutline = 0xF13EA , BellOff = 0xF009B , BellOffOutline = 0xF0A91 , BellOutline = 0xF009C ,
  BellPlus = 0xF009D , BellPlusOutline = 0xF0A92 , BellRemove = 0xF13EB , BellRemoveOutline = 0xF13EC ,
  BellRing = 0xF009E , BellRingOutline = 0xF009F , BellSleep = 0xF00A0 , BellSleepOutline = 0xF0A93 ,
  Bench = 0xF1C21 , BenchBack = 0xF1C22 , Beta = 0xF00A1 , Betamax = 0xF09CB ,
  Biathlon = 0xF0E14 , Bicycle = 0xF109C , BicycleBasket = 0xF1235 , BicycleCargo = 0xF189C ,
  BicycleElectric = 0xF15B4 , BicyclePennyFarthing = 0xF15E9 , Bike = 0xF00A3 , BikeFast = 0xF111F ,
  BikePedal = 0xF1C23 , BikePedalClipless = 0xF1C24 , BikePedalMountain = 0xF1C25 , Billboard = 0xF1010 ,
  Billiards = 0xF0B61 , BilliardsRack = 0xF0B62 , Binoculars = 0xF00A5 , Bio = 0xF00A6 ,
  Biohazard = 0xF00A7 , Bird = 0xF15C6 , Bitbucket = 0xF00A8 , Bitcoin = 0xF0813 ,
  BlackMesa = 0xF00A9 , Blender = 0xF0CEB , BlenderOutline = 0xF181A , BlenderSoftware = 0xF00AB ,
  Blinds = 0xF00AC , BlindsHorizontal = 0xF1A2B , BlindsHorizontalClosed = 0xF1A2C , BlindsOpen = 0xF1011 ,
  BlindsVertical = 0xF1A2D , BlindsVerticalClosed = 0xF1A2E , BlockHelper = 0xF00AD , BloodBag = 0xF0CEC ,
  Bluetooth = 0xF00AF , BluetoothAudio = 0xF00B0 , BluetoothConnect = 0xF00B1 , BluetoothOff = 0xF00B2 ,
  BluetoothSettings = 0xF00B3 , BluetoothTransfer = 0xF00B4 , Blur = 0xF00B5 , BlurLinear = 0xF00B6 ,
  BlurOff = 0xF00B7 , BlurRadial = 0xF00B8 , Bolt = 0xF0DB3 , Bomb = 0xF0691 ,
  BombOff = 0xF06C5 , Bone = 0xF00B9 , BoneOff = 0xF19E0 , Book = 0xF00BA ,
  BookAccount = 0xF13AD , BookAccountOutline = 0xF13AE , BookAlert = 0xF167C , BookAlertOutline = 0xF167D ,
  BookAlphabet = 0xF061D , BookArrowDown = 0xF167E , BookArrowDownOutline = 0xF167F , BookArrowLeft = 0xF1680 ,
  BookArrowLeftOutline = 0xF1681 , BookArrowRight = 0xF1682 , BookArrowRightOutline = 0xF1683 , BookArrowUp = 0xF1684 ,
  BookArrowUpOutline = 0xF1685 , BookCancel = 0xF1686 , BookCancelOutline = 0xF1687 , BookCheck = 0xF14F3 ,
  BookCheckOutline = 0xF14F4 , BookClock = 0xF1688 , BookClockOutline = 0xF1689 , BookCog = 0xF168A ,
  BookCogOutline = 0xF168B , BookCross = 0xF00A2 , BookEdit = 0xF168C , BookEditOutline = 0xF168D ,
  BookEducation = 0xF16C9 , BookEducationOutline = 0xF16CA , BookHeart = 0xF1A1D , BookHeartOutline = 0xF1A1E ,
  BookInformationVariant = 0xF106F , BookLock = 0xF079A , BookLockOpen = 0xF079B , BookLockOpenOutline = 0xF168E ,
  BookLockOutline = 0xF168F , BookMarker = 0xF1690 , BookMarkerOutline = 0xF1691 , BookMinus = 0xF05D9 ,
  BookMinusMultiple = 0xF0A94 , BookMinusMultipleOutline = 0xF090B , BookMinusOutline = 0xF1692 , BookMultiple = 0xF00BB ,
  BookMultipleOutline = 0xF0436 , BookMusic = 0xF0067 , BookMusicOutline = 0xF1693 , BookOff = 0xF1694 ,
  BookOffOutline = 0xF1695 , BookOpen = 0xF00BD , BookOpenBlankVariant = 0xF00BE , BookOpenBlankVariantOutline = 0xF1CCB ,
  BookOpenOutline = 0xF0B63 , BookOpenPageVariant = 0xF05DA , BookOpenPageVariantOutline = 0xF15D6 , BookOpenVariant = 0xF14F7 ,
  BookOpenVariantOutline = 0xF1CCC , BookOutline = 0xF0B64 , BookPlay = 0xF0E82 , BookPlayOutline = 0xF0E83 ,
  BookPlus = 0xF05DB , BookPlusMultiple = 0xF0A95 , BookPlusMultipleOutline = 0xF0ADE , BookPlusOutline = 0xF1696 ,
  BookRefresh = 0xF1697 , BookRefreshOutline = 0xF1698 , BookRemove = 0xF0A97 , BookRemoveMultiple = 0xF0A96 ,
  BookRemoveMultipleOutline = 0xF04CA , BookRemoveOutline = 0xF1699 , BookSearch = 0xF0E84 , BookSearchOutline = 0xF0E85 ,
  BookSettings = 0xF169A , BookSettingsOutline = 0xF169B , BookSync = 0xF169C , BookSyncOutline = 0xF16C8 ,
  BookVariant = 0xF00BF , Bookmark = 0xF00C0 , BookmarkBox = 0xF1B75 , BookmarkBoxMultiple = 0xF196C ,
  BookmarkBoxMultipleOutline = 0xF196D , BookmarkBoxOutline = 0xF1B76 , BookmarkCheck = 0xF00C1 , BookmarkCheckOutline = 0xF137B ,
  BookmarkMinus = 0xF09CC , BookmarkMinusOutline = 0xF09CD , BookmarkMultiple = 0xF0E15 , BookmarkMultipleOutline = 0xF0E16 ,
  BookmarkMusic = 0xF00C2 , BookmarkMusicOutline = 0xF1379 , BookmarkOff = 0xF09CE , BookmarkOffOutline = 0xF09CF ,
  BookmarkOutline = 0xF00C3 , BookmarkPlus = 0xF00C5 , BookmarkPlusOutline = 0xF00C4 , BookmarkRemove = 0xF00C6 ,
  BookmarkRemoveOutline = 0xF137A , Bookshelf = 0xF125F , BoomGate = 0xF0E86 , BoomGateAlert = 0xF0E87 ,
  BoomGateAlertOutline = 0xF0E88 , BoomGateArrowDown = 0xF0E89 , BoomGateArrowDownOutline = 0xF0E8A , BoomGateArrowUp = 0xF0E8C ,
  BoomGateArrowUpOutline = 0xF0E8D , BoomGateOutline = 0xF0E8B , BoomGateUp = 0xF17F9 , BoomGateUpOutline = 0xF17FA ,
  Boombox = 0xF05DC , Boomerang = 0xF10CF , Bootstrap = 0xF06C6 , BorderAll = 0xF00C7 ,
  BorderAllVariant = 0xF08A1 , BorderBottom = 0xF00C8 , BorderBottomVariant = 0xF08A2 , BorderColor = 0xF00C9 ,
  BorderHorizontal = 0xF00CA , BorderInside = 0xF00CB , BorderLeft = 0xF00CC , BorderLeftVariant = 0xF08A3 ,
  BorderNone = 0xF00CD , BorderNoneVariant = 0xF08A4 , BorderOutside = 0xF00CE , BorderRadius = 0xF1AF4 ,
  BorderRight = 0xF00CF , BorderRightVariant = 0xF08A5 , BorderStyle = 0xF00D0 , BorderTop = 0xF00D1 ,
  BorderTopVariant = 0xF08A6 , BorderVertical = 0xF00D2 , BottleSoda = 0xF1070 , BottleSodaClassic = 0xF1071 ,
  BottleSodaClassicOutline = 0xF1363 , BottleSodaOutline = 0xF1072 , BottleTonic = 0xF112E , BottleTonicOutline = 0xF112F ,
  BottleTonicPlus = 0xF1130 , BottleTonicPlusOutline = 0xF1131 , BottleTonicSkull = 0xF1132 , BottleTonicSkullOutline = 0xF1133 ,
  BottleWine = 0xF0854 , BottleWineOutline = 0xF1310 , BowArrow = 0xF1841 , BowTie = 0xF0678 ,
  Bowl = 0xF028E , BowlMix = 0xF0617 , BowlMixOutline = 0xF02E4 , BowlOutline = 0xF02A9 ,
  Bowling = 0xF00D3 , Box = 0xF00D4 , BoxCutter = 0xF00D5 , BoxCutterOff = 0xF0B4A ,
  BoxShadow = 0xF0637 , BoxingGlove = 0xF0B65 , Braille = 0xF09D0 , Brain = 0xF09D1 ,
  BreadSlice = 0xF0CEE , BreadSliceOutline = 0xF0CEF , Bridge = 0xF0618 , Briefcase = 0xF00D6 ,
  BriefcaseAccount = 0xF0CF0 , BriefcaseAccountOutline = 0xF0CF1 , BriefcaseArrowLeftRight = 0xF1A8D , BriefcaseArrowLeftRightOutline = 0xF1A8E ,
  BriefcaseArrowUpDown = 0xF1A8F , BriefcaseArrowUpDownOutline = 0xF1A90 , BriefcaseCheck = 0xF00D7 , BriefcaseCheckOutline = 0xF131E ,
  BriefcaseClock = 0xF10D0 , BriefcaseClockOutline = 0xF10D1 , BriefcaseDownload = 0xF00D8 , BriefcaseDownloadOutline = 0xF0C3D ,
  BriefcaseEdit = 0xF0A98 , BriefcaseEditOutline = 0xF0C3E , BriefcaseEye = 0xF17D9 , BriefcaseEyeOutline = 0xF17DA ,
  BriefcaseMinus = 0xF0A2A , BriefcaseMinusOutline = 0xF0C3F , BriefcaseOff = 0xF1658 , BriefcaseOffOutline = 0xF1659 ,
  BriefcaseOutline = 0xF0814 , BriefcasePlus = 0xF0A2B , BriefcasePlusOutline = 0xF0C40 , BriefcaseRemove = 0xF0A2C ,
  BriefcaseRemoveOutline = 0xF0C41 , BriefcaseSearch = 0xF0A2D , BriefcaseSearchOutline = 0xF0C42 , BriefcaseUpload = 0xF00D9 ,
  BriefcaseUploadOutline = 0xF0C43 , BriefcaseVariant = 0xF1494 , BriefcaseVariantOff = 0xF165A , BriefcaseVariantOffOutline = 0xF165B ,
  BriefcaseVariantOutline = 0xF1495 , Brightness1 = 0xF00DA , Brightness2 = 0xF00DB , Brightness3 = 0xF00DC ,
  Brightness4 = 0xF00DD , Brightness5 = 0xF00DE , Brightness6 = 0xF00DF , Brightness7 = 0xF00E0 ,
  BrightnessAuto = 0xF00E1 , BrightnessPercent = 0xF0CF2 , Broadcast = 0xF1720 , BroadcastOff = 0xF1721 ,
  Broom = 0xF00E2 , Brush = 0xF00E3 , BrushOff = 0xF1771 , BrushOutline = 0xF1A0D ,
  BrushVariant = 0xF1813 , Bucket = 0xF1415 , BucketOutline = 0xF1416 , Buffet = 0xF0578 ,
  Bug = 0xF00E4 , BugCheck = 0xF0A2E , BugCheckOutline = 0xF0A2F , BugOutline = 0xF0A30 ,
  BugPause = 0xF1AF5 , BugPauseOutline = 0xF1AF6 , BugPlay = 0xF1AF7 , BugPlayOutline = 0xF1AF8 ,
  BugStop = 0xF1AF9 , BugStopOutline = 0xF1AFA , Bugle = 0xF0DB4 , BulkheadLight = 0xF1A2F ,
  Bulldozer = 0xF0B22 , Bullet = 0xF0CF3 , BulletinBoard = 0xF00E5 , Bullhorn = 0xF00E6 ,
  BullhornOutline = 0xF0B23 , BullhornVariant = 0xF196E , BullhornVariantOutline = 0xF196F , Bullseye = 0xF05DD ,
  BullseyeArrow = 0xF08C9 , Bulma = 0xF12E7 , BunkBed = 0xF1302 , BunkBedOutline = 0xF0097 ,
  Bus = 0xF00E7 , BusAlert = 0xF0A99 , BusArticulatedEnd = 0xF079C , BusArticulatedFront = 0xF079D ,
  BusClock = 0xF08CA , BusDoubleDecker = 0xF079E , BusElectric = 0xF191D , BusMarker = 0xF1212 ,
  BusMultiple = 0xF0F3F , BusSchool = 0xF079F , BusSide = 0xF07A0 , BusSign = 0xF1CC1 ,
  BusStop = 0xF1012 , BusStopCovered = 0xF1013 , BusStopUncovered = 0xF1014 , BusWrench = 0xF1CC2 ,
  Butterfly = 0xF1589 , ButterflyOutline = 0xF158A , ButtonCursor = 0xF1B4F , ButtonPointer = 0xF1B50 ,
  CabinAFrame = 0xF188C , CableData = 0xF1394 , Cached = 0xF00E8 , Cactus = 0xF0DB5 ,
  Cake = 0xF00E9 , CakeLayered = 0xF00EA , CakeVariant = 0xF00EB , CakeVariantOutline = 0xF17F0 ,
  Calculator = 0xF00EC , CalculatorVariant = 0xF0A9A , CalculatorVariantOutline = 0xF15A6 , Calendar = 0xF00ED ,
  CalendarAccount = 0xF0ED7 , CalendarAccountOutline = 0xF0ED8 , CalendarAlert = 0xF0A31 , CalendarAlertOutline = 0xF1B62 ,
  CalendarArrowLeft = 0xF1134 , CalendarArrowRight = 0xF1135 , CalendarBadge = 0xF1B9D , CalendarBadgeOutline = 0xF1B9E ,
  CalendarBlank = 0xF00EE , CalendarBlankMultiple = 0xF1073 , CalendarBlankOutline = 0xF0B66 , CalendarCheck = 0xF00EF ,
  CalendarCheckOutline = 0xF0C44 , CalendarClock = 0xF00F0 , CalendarClockOutline = 0xF16E1 , CalendarCollapseHorizontal = 0xF189D ,
  CalendarCollapseHorizontalOutline = 0xF1B63 , CalendarCursor = 0xF157B , CalendarCursorOutline = 0xF1B64 , CalendarEdit = 0xF08A7 ,
  CalendarEditOutline = 0xF1B65 , CalendarEnd = 0xF166C , CalendarEndOutline = 0xF1B66 , CalendarExpandHorizontal = 0xF189E ,
  CalendarExpandHorizontalOutline = 0xF1B67 , CalendarExport = 0xF0B24 , CalendarExportOutline = 0xF1B68 , CalendarFilter = 0xF1A32 ,
  CalendarFilterOutline = 0xF1A33 , CalendarHeart = 0xF09D2 , CalendarHeartOutline = 0xF1B69 , CalendarImport = 0xF0B25 ,
  CalendarImportOutline = 0xF1B6A , CalendarLock = 0xF1641 , CalendarLockOpen = 0xF1B5B , CalendarLockOpenOutline = 0xF1B5C ,
  CalendarLockOutline = 0xF1642 , CalendarMinus = 0xF0D5C , CalendarMinusOutline = 0xF1B6B , CalendarMonth = 0xF0E17 ,
  CalendarMonthOutline = 0xF0E18 , CalendarMultiple = 0xF00F1 , CalendarMultipleCheck = 0xF00F2 , CalendarMultiselect = 0xF0A32 ,
  CalendarMultiselectOutline = 0xF1B55 , CalendarOutline = 0xF0B67 , CalendarPlus = 0xF00F3 , CalendarPlusOutline = 0xF1B6C ,
  CalendarQuestion = 0xF0692 , CalendarQuestionOutline = 0xF1B6D , CalendarRange = 0xF0679 , CalendarRangeOutline = 0xF0B68 ,
  CalendarRefresh = 0xF01E1 , CalendarRefreshOutline = 0xF0203 , CalendarRemove = 0xF00F4 , CalendarRemoveOutline = 0xF0C45 ,
  CalendarSearch = 0xF094C , CalendarSearchOutline = 0xF1B6E , CalendarStar = 0xF09D3 , CalendarStarFourPoints = 0xF1C1F ,
  CalendarStarOutline = 0xF1B53 , CalendarStart = 0xF166D , CalendarStartOutline = 0xF1B6F , CalendarSync = 0xF0E8E ,
  CalendarSyncOutline = 0xF0E8F , CalendarText = 0xF00F5 , CalendarTextOutline = 0xF0C46 , CalendarToday = 0xF00F6 ,
  CalendarTodayOutline = 0xF1A30 , CalendarWeek = 0xF0A33 , CalendarWeekBegin = 0xF0A34 , CalendarWeekBeginOutline = 0xF1A31 ,
  CalendarWeekOutline = 0xF1A34 , CalendarWeekend = 0xF0ED9 , CalendarWeekendOutline = 0xF0EDA , CallMade = 0xF00F7 ,
  CallMerge = 0xF00F8 , CallMissed = 0xF00F9 , CallReceived = 0xF00FA , CallSplit = 0xF00FB ,
  Camcorder = 0xF00FC , CamcorderOff = 0xF00FF , Camera = 0xF0100 , CameraAccount = 0xF08CB ,
  CameraBurst = 0xF0693 , CameraControl = 0xF0B69 , CameraDocument = 0xF1871 , CameraDocumentOff = 0xF1872 ,
  CameraEnhance = 0xF0101 , CameraEnhanceOutline = 0xF0B6A , CameraFlip = 0xF15D9 , CameraFlipOutline = 0xF15DA ,
  CameraFront = 0xF0102 , CameraFrontVariant = 0xF0103 , CameraGopro = 0xF07A1 , CameraImage = 0xF08CC ,
  CameraIris = 0xF0104 , CameraLock = 0xF1A14 , CameraLockOpen = 0xF1C0D , CameraLockOpenOutline = 0xF1C0E ,
  CameraLockOutline = 0xF1A15 , CameraMarker = 0xF19A7 , CameraMarkerOutline = 0xF19A8 , CameraMeteringCenter = 0xF07A2 ,
  CameraMeteringMatrix = 0xF07A3 , CameraMeteringPartial = 0xF07A4 , CameraMeteringSpot = 0xF07A5 , CameraOff = 0xF05DF ,
  CameraOffOutline = 0xF19BF , CameraOutline = 0xF0D5D , CameraPartyMode = 0xF0105 , CameraPlus = 0xF0EDB ,
  CameraPlusOutline = 0xF0EDC , CameraRear = 0xF0106 , CameraRearVariant = 0xF0107 , CameraRetake = 0xF0E19 ,
  CameraRetakeOutline = 0xF0E1A , CameraSwitch = 0xF0108 , CameraSwitchOutline = 0xF084A , CameraTimer = 0xF0109 ,
  CameraWireless = 0xF0DB6 , CameraWirelessOutline = 0xF0DB7 , Campfire = 0xF0EDD , Cancel = 0xF073A ,
  Candelabra = 0xF17D2 , CandelabraFire = 0xF17D3 , Candle = 0xF05E2 , Candy = 0xF1970 ,
  CandyOff = 0xF1971 , CandyOffOutline = 0xF1972 , CandyOutline = 0xF1973 , Candycane = 0xF010A ,
  Cannabis = 0xF07A6 , CannabisOff = 0xF166E , CapsLock = 0xF0A9B , Car = 0xF010B ,
  Car2Plus = 0xF1015 , Car3Plus = 0xF1016 , CarArrowLeft = 0xF13B2 , CarArrowRight = 0xF13B3 ,
  CarBack = 0xF0E1B , CarBattery = 0xF010C , CarBrakeAbs = 0xF0C47 , CarBrakeAlert = 0xF0C48 ,
  CarBrakeFluidLevel = 0xF1909 , CarBrakeHold = 0xF0D5E , CarBrakeLowPressure = 0xF190A , CarBrakeParking = 0xF0D5F ,
  CarBrakeRetarder = 0xF1017 , CarBrakeTemperature = 0xF190B , CarBrakeWornLinings = 0xF190C , CarChildSeat = 0xF0FA3 ,
  CarClock = 0xF1974 , CarClutch = 0xF1018 , CarCog = 0xF13CC , CarConnected = 0xF010D ,
  CarConvertible = 0xF07A7 , CarCoolantLevel = 0xF1019 , CarCruiseControl = 0xF0D60 , CarDefrostFront = 0xF0D61 ,
  CarDefrostRear = 0xF0D62 , CarDoor = 0xF0B6B , CarDoorLock = 0xF109D , CarDoorLockOpen = 0xF1C81 ,
  CarElectric = 0xF0B6C , CarElectricOutline = 0xF15B5 , CarEmergency = 0xF160F , CarEsp = 0xF0C49 ,
  CarEstate = 0xF07A8 , CarHatchback = 0xF07A9 , CarInfo = 0xF11BE , CarKey = 0xF0B6D ,
  CarLiftedPickup = 0xF152D , CarLightAlert = 0xF190D , CarLightDimmed = 0xF0C4A , CarLightFog = 0xF0C4B ,
  CarLightHigh = 0xF0C4C , CarLimousine = 0xF08CD , CarMultiple = 0xF0B6E , CarOff = 0xF0E1C ,
  CarOutline = 0xF14ED , CarParkingLights = 0xF0D63 , CarPickup = 0xF07AA , CarSearch = 0xF1B8D ,
  CarSearchOutline = 0xF1B8E , CarSeat = 0xF0FA4 , CarSeatCooler = 0xF0FA5 , CarSeatHeater = 0xF0FA6 ,
  CarSelect = 0xF1879 , CarSettings = 0xF13CD , CarShiftPattern = 0xF0F40 , CarSide = 0xF07AB ,
  CarSpeedLimiter = 0xF190E , CarSports = 0xF07AC , CarTireAlert = 0xF0C4D , CarTractionControl = 0xF0D64 ,
  CarTurbocharger = 0xF101A , CarWash = 0xF010E , CarWindshield = 0xF101B , CarWindshieldOutline = 0xF101C ,
  CarWireless = 0xF1878 , CarWrench = 0xF1814 , Carabiner = 0xF14C0 , Caravan = 0xF07AD ,
  Card = 0xF0B6F , CardAccountDetails = 0xF05D2 , CardAccountDetailsOutline = 0xF0DAB , CardAccountDetailsStar = 0xF02A3 ,
  CardAccountDetailsStarOutline = 0xF06DB , CardAccountMail = 0xF018E , CardAccountMailOutline = 0xF0E98 , CardAccountPhone = 0xF0E99 ,
  CardAccountPhoneOutline = 0xF0E9A , CardBulleted = 0xF0B70 , CardBulletedOff = 0xF0B71 , CardBulletedOffOutline = 0xF0B72 ,
  CardBulletedOutline = 0xF0B73 , CardBulletedSettings = 0xF0B74 , CardBulletedSettingsOutline = 0xF0B75 , CardMinus = 0xF1600 ,
  CardMinusOutline = 0xF1601 , CardMultiple = 0xF17F1 , CardMultipleOutline = 0xF17F2 , CardOff = 0xF1602 ,
  CardOffOutline = 0xF1603 , CardOutline = 0xF0B76 , CardPlus = 0xF11FF , CardPlusOutline = 0xF1200 ,
  CardRemove = 0xF1604 , CardRemoveOutline = 0xF1605 , CardSearch = 0xF1074 , CardSearchOutline = 0xF1075 ,
  CardText = 0xF0B77 , CardTextOutline = 0xF0B78 , Cards = 0xF0638 , CardsClub = 0xF08CE ,
  CardsClubOutline = 0xF189F , CardsDiamond = 0xF08CF , CardsDiamondOutline = 0xF101D , CardsHeart = 0xF08D0 ,
  CardsHeartOutline = 0xF18A0 , CardsOutline = 0xF0639 , CardsPlaying = 0xF18A1 , CardsPlayingClub = 0xF18A2 ,
  CardsPlayingClubMultiple = 0xF18A3 , CardsPlayingClubMultipleOutline = 0xF18A4 , CardsPlayingClubOutline = 0xF18A5 , CardsPlayingDiamond = 0xF18A6 ,
  CardsPlayingDiamondMultiple = 0xF18A7 , CardsPlayingDiamondMultipleOutline = 0xF18A8 , CardsPlayingDiamondOutline = 0xF18A9 , CardsPlayingHeart = 0xF18AA ,
  CardsPlayingHeartMultiple = 0xF18AB , CardsPlayingHeartMultipleOutline = 0xF18AC , CardsPlayingHeartOutline = 0xF18AD , CardsPlayingOutline = 0xF063A ,
  CardsPlayingSpade = 0xF18AE , CardsPlayingSpadeMultiple = 0xF18AF , CardsPlayingSpadeMultipleOutline = 0xF18B0 , CardsPlayingSpadeOutline = 0xF18B1 ,
  CardsSpade = 0xF08D1 , CardsSpadeOutline = 0xF18B2 , CardsVariant = 0xF06C7 , Carrot = 0xF010F ,
  Cart = 0xF0110 , CartArrowDown = 0xF0D66 , CartArrowRight = 0xF0C4E , CartArrowUp = 0xF0D67 ,
  CartCheck = 0xF15EA , CartHeart = 0xF18E0 , CartMinus = 0xF0D68 , CartOff = 0xF066B ,
  CartOutline = 0xF0111 , CartPercent = 0xF1BAE , CartPlus = 0xF0112 , CartRemove = 0xF0D69 ,
  CartVariant = 0xF15EB , CaseSensitiveAlt = 0xF0113 , Cash = 0xF0114 , Cash100 = 0xF0115 ,
  CashCheck = 0xF14EE , CashClock = 0xF1A91 , CashEdit = 0xF1CAB , CashFast = 0xF185C ,
  CashLock = 0xF14EA , CashLockOpen = 0xF14EB , CashMarker = 0xF0DB8 , CashMinus = 0xF1260 ,
  CashMultiple = 0xF0116 , CashOff = 0xF1C79 , CashPlus = 0xF1261 , CashRefund = 0xF0A9C ,
  CashRegister = 0xF0CF4 , CashRemove = 0xF1262 , CashSync = 0xF1A92 , Cassette = 0xF09D4 ,
  Cast = 0xF0118 , CastAudio = 0xF101E , CastAudioVariant = 0xF1749 , CastConnected = 0xF0119 ,
  CastEducation = 0xF0E1D , CastOff = 0xF078A , CastVariant = 0xF001F , Castle = 0xF011A ,
  Cat = 0xF011B , Cctv = 0xF07AE , CctvOff = 0xF185F , CeilingFan = 0xF1797 ,
  CeilingFanLight = 0xF1798 , CeilingLight = 0xF0769 , CeilingLightMultiple = 0xF18DD , CeilingLightMultipleOutline = 0xF18DE ,
  CeilingLightOutline = 0xF17C7 , Cellphone = 0xF011C , CellphoneArrowDown = 0xF09D5 , CellphoneArrowDownVariant = 0xF19C5 ,
  CellphoneBasic = 0xF011E , CellphoneCharging = 0xF1397 , CellphoneCheck = 0xF17FD , CellphoneCog = 0xF0951 ,
  CellphoneDock = 0xF011F , CellphoneInformation = 0xF0F41 , CellphoneKey = 0xF094E , CellphoneLink = 0xF0121 ,
  CellphoneLinkOff = 0xF0122 , CellphoneLock = 0xF094F , CellphoneMarker = 0xF183A , CellphoneMessage = 0xF08D3 ,
  CellphoneMessageOff = 0xF10D2 , CellphoneNfc = 0xF0E90 , CellphoneNfcOff = 0xF12D8 , CellphoneOff = 0xF0950 ,
  CellphonePlay = 0xF101F , CellphoneRemove = 0xF094D , CellphoneScreenshot = 0xF0A35 , CellphoneSettings = 0xF0123 ,
  CellphoneSound = 0xF0952 , CellphoneText = 0xF08D2 , CellphoneWireless = 0xF0815 , Centos = 0xF111A ,
  Certificate = 0xF0124 , CertificateOutline = 0xF1188 , ChairRolling = 0xF0F48 , ChairSchool = 0xF0125 ,
  Chandelier = 0xF1793 , Charity = 0xF0C4F , CharitySearch = 0xF1C82 , ChartArc = 0xF0126 ,
  ChartAreaspline = 0xF0127 , ChartAreasplineVariant = 0xF0E91 , ChartBar = 0xF0128 , ChartBarStacked = 0xF076A ,
  ChartBellCurve = 0xF0C50 , ChartBellCurveCumulative = 0xF0FA7 , ChartBox = 0xF154D , ChartBoxMultiple = 0xF1CCD ,
  ChartBoxMultipleOutline = 0xF1CCE , ChartBoxOutline = 0xF154E , ChartBoxPlusOutline = 0xF154F , ChartBubble = 0xF05E3 ,
  ChartDonut = 0xF07AF , ChartDonutVariant = 0xF07B0 , ChartGantt = 0xF066C , ChartHistogram = 0xF0129 ,
  ChartLine = 0xF012A , ChartLineStacked = 0xF076B , ChartLineVariant = 0xF07B1 , ChartMultiline = 0xF08D4 ,
  ChartMultiple = 0xF1213 , ChartPie = 0xF012B , ChartPieOutline = 0xF1BDF , ChartPpf = 0xF1380 ,
  ChartSankey = 0xF11DF , ChartSankeyVariant = 0xF11E0 , ChartScatterPlot = 0xF0E92 , ChartScatterPlotHexbin = 0xF066D ,
  ChartTimeline = 0xF066E , ChartTimelineVariant = 0xF0E93 , ChartTimelineVariantShimmer = 0xF15B6 , ChartTree = 0xF0E94 ,
  ChartWaterfall = 0xF1918 , Chat = 0xF0B79 , ChatAlert = 0xF0B7A , ChatAlertOutline = 0xF12C9 ,
  ChatMinus = 0xF1410 , ChatMinusOutline = 0xF1413 , ChatOutline = 0xF0EDE , ChatPlus = 0xF140F ,
  ChatPlusOutline = 0xF1412 , ChatProcessing = 0xF0B7B , ChatProcessingOutline = 0xF12CA , ChatQuestion = 0xF1738 ,
  ChatQuestionOutline = 0xF1739 , ChatRemove = 0xF1411 , ChatRemoveOutline = 0xF1414 , ChatSleep = 0xF12D1 ,
  ChatSleepOutline = 0xF12D2 , Check = 0xF012C , CheckAll = 0xF012D , CheckBold = 0xF0E1E ,
  CheckCircle = 0xF05E0 , CheckCircleOutline = 0xF05E1 , CheckDecagram = 0xF0791 , CheckDecagramOutline = 0xF1740 ,
  CheckNetwork = 0xF0C53 , CheckNetworkOutline = 0xF0C54 , CheckOutline = 0xF0855 , CheckUnderline = 0xF0E1F ,
  CheckUnderlineCircle = 0xF0E20 , CheckUnderlineCircleOutline = 0xF0E21 , Checkbook = 0xF0A9D , CheckbookArrowLeft = 0xF1C1D ,
  CheckbookArrowRight = 0xF1C1E , CheckboxBlank = 0xF012E , CheckboxBlankBadge = 0xF1176 , CheckboxBlankBadgeOutline = 0xF0117 ,
  CheckboxBlankCircle = 0xF012F , CheckboxBlankCircleOutline = 0xF0130 , CheckboxBlankOff = 0xF12EC , CheckboxBlankOffOutline = 0xF12ED ,
  CheckboxBlankOutline = 0xF0131 , CheckboxIntermediate = 0xF0856 , CheckboxIntermediateVariant = 0xF1B54 , CheckboxMarked = 0xF0132 ,
  CheckboxMarkedCircle = 0xF0133 , CheckboxMarkedCircleAutoOutline = 0xF1C26 , CheckboxMarkedCircleMinusOutline = 0xF1C27 , CheckboxMarkedCircleOutline = 0xF0134 ,
  CheckboxMarkedCirclePlusOutline = 0xF1927 , CheckboxMarkedOutline = 0xF0135 , CheckboxMultipleBlank = 0xF0136 , CheckboxMultipleBlankCircle = 0xF063B ,
  CheckboxMultipleBlankCircleOutline = 0xF063C , CheckboxMultipleBlankOutline = 0xF0137 , CheckboxMultipleMarked = 0xF0138 , CheckboxMultipleMarkedCircle = 0xF063D ,
  CheckboxMultipleMarkedCircleOutline = 0xF063E , CheckboxMultipleMarkedOutline = 0xF0139 , CheckboxMultipleOutline = 0xF0C51 , CheckboxOutline = 0xF0C52 ,
  Checkerboard = 0xF013A , CheckerboardMinus = 0xF1202 , CheckerboardPlus = 0xF1201 , CheckerboardRemove = 0xF1203 ,
  Cheese = 0xF12B9 , CheeseOff = 0xF13EE , ChefHat = 0xF0B7C , ChemicalWeapon = 0xF013B ,
  ChessBishop = 0xF085C , ChessKing = 0xF0857 , ChessKnight = 0xF0858 , ChessPawn = 0xF0859 ,
  ChessQueen = 0xF085A , ChessRook = 0xF085B , ChevronDoubleDown = 0xF013C , ChevronDoubleLeft = 0xF013D ,
  ChevronDoubleRight = 0xF013E , ChevronDoubleUp = 0xF013F , ChevronDown = 0xF0140 , ChevronDownBox = 0xF09D6 ,
  ChevronDownBoxOutline = 0xF09D7 , ChevronDownCircle = 0xF0B26 , ChevronDownCircleOutline = 0xF0B27 , ChevronLeft = 0xF0141 ,
  ChevronLeftBox = 0xF09D8 , ChevronLeftBoxOutline = 0xF09D9 , ChevronLeftCircle = 0xF0B28 , ChevronLeftCircleOutline = 0xF0B29 ,
  ChevronRight = 0xF0142 , ChevronRightBox = 0xF09DA , ChevronRightBoxOutline = 0xF09DB , ChevronRightCircle = 0xF0B2A ,
  ChevronRightCircleOutline = 0xF0B2B , ChevronTripleDown = 0xF0DB9 , ChevronTripleLeft = 0xF0DBA , ChevronTripleRight = 0xF0DBB ,
  ChevronTripleUp = 0xF0DBC , ChevronUp = 0xF0143 , ChevronUpBox = 0xF09DC , ChevronUpBoxOutline = 0xF09DD ,
  ChevronUpCircle = 0xF0B2C , ChevronUpCircleOutline = 0xF0B2D , ChiliAlert = 0xF17EA , ChiliAlertOutline = 0xF17EB ,
  ChiliHot = 0xF07B2 , ChiliHotOutline = 0xF17EC , ChiliMedium = 0xF07B3 , ChiliMediumOutline = 0xF17ED ,
  ChiliMild = 0xF07B4 , ChiliMildOutline = 0xF17EE , ChiliOff = 0xF1467 , ChiliOffOutline = 0xF17EF ,
  Chip = 0xF061A , Church = 0xF0144 , ChurchOutline = 0xF1B02 , Cigar = 0xF1189 ,
  CigarOff = 0xF141B , Circle = 0xF0765 , CircleBox = 0xF15DC , CircleBoxOutline = 0xF15DD ,
  CircleDouble = 0xF0E95 , CircleEditOutline = 0xF08D5 , CircleExpand = 0xF0E96 , CircleHalf = 0xF1395 ,
  CircleHalfFull = 0xF1396 , CircleMedium = 0xF09DE , CircleMultiple = 0xF0B38 , CircleMultipleOutline = 0xF0695 ,
  CircleOffOutline = 0xF10D3 , CircleOpacity = 0xF1853 , CircleOutline = 0xF0766 , CircleSlice1 = 0xF0A9E ,
  CircleSlice2 = 0xF0A9F , CircleSlice3 = 0xF0AA0 , CircleSlice4 = 0xF0AA1 , CircleSlice5 = 0xF0AA2 ,
  CircleSlice6 = 0xF0AA3 , CircleSlice7 = 0xF0AA4 , CircleSlice8 = 0xF0AA5 , CircleSmall = 0xF09DF ,
  CircularSaw = 0xF0E22 , City = 0xF0146 , CitySwitch = 0xF1C28 , CityVariant = 0xF0A36 ,
  CityVariantOutline = 0xF0A37 , Clipboard = 0xF0147 , ClipboardAccount = 0xF0148 , ClipboardAccountOutline = 0xF0C55 ,
  ClipboardAlert = 0xF0149 , ClipboardAlertOutline = 0xF0CF7 , ClipboardArrowDown = 0xF014A , ClipboardArrowDownOutline = 0xF0C56 ,
  ClipboardArrowLeft = 0xF014B , ClipboardArrowLeftOutline = 0xF0CF8 , ClipboardArrowRight = 0xF0CF9 , ClipboardArrowRightOutline = 0xF0CFA ,
  ClipboardArrowUp = 0xF0C57 , ClipboardArrowUpOutline = 0xF0C58 , ClipboardCheck = 0xF014E , ClipboardCheckMultiple = 0xF1263 ,
  ClipboardCheckMultipleOutline = 0xF1264 , ClipboardCheckOutline = 0xF08A8 , ClipboardClock = 0xF16E2 , ClipboardClockOutline = 0xF16E3 ,
  ClipboardEdit = 0xF14E5 , ClipboardEditOutline = 0xF14E6 , ClipboardFile = 0xF1265 , ClipboardFileOutline = 0xF1266 ,
  ClipboardFlow = 0xF06C8 , ClipboardFlowOutline = 0xF1117 , ClipboardList = 0xF10D4 , ClipboardListOutline = 0xF10D5 ,
  ClipboardMinus = 0xF1618 , ClipboardMinusOutline = 0xF1619 , ClipboardMultiple = 0xF1267 , ClipboardMultipleOutline = 0xF1268 ,
  ClipboardOff = 0xF161A , ClipboardOffOutline = 0xF161B , ClipboardOutline = 0xF014C , ClipboardPlay = 0xF0C59 ,
  ClipboardPlayMultiple = 0xF1269 , ClipboardPlayMultipleOutline = 0xF126A , ClipboardPlayOutline = 0xF0C5A , ClipboardPlus = 0xF0751 ,
  ClipboardPlusOutline = 0xF131F , ClipboardPulse = 0xF085D , ClipboardPulseOutline = 0xF085E , ClipboardRemove = 0xF161C ,
  ClipboardRemoveOutline = 0xF161D , ClipboardSearch = 0xF161E , ClipboardSearchOutline = 0xF161F , ClipboardText = 0xF014D ,
  ClipboardTextClock = 0xF18F9 , ClipboardTextClockOutline = 0xF18FA , ClipboardTextMultiple = 0xF126B , ClipboardTextMultipleOutline = 0xF126C ,
  ClipboardTextOff = 0xF1620 , ClipboardTextOffOutline = 0xF1621 , ClipboardTextOutline = 0xF0A38 , ClipboardTextPlay = 0xF0C5B ,
  ClipboardTextPlayOutline = 0xF0C5C , ClipboardTextSearch = 0xF1622 , ClipboardTextSearchOutline = 0xF1623 , Clippy = 0xF014F ,
  Clock = 0xF0954 , ClockAlert = 0xF0955 , ClockAlertOutline = 0xF05CE , ClockCheck = 0xF0FA8 ,
  ClockCheckOutline = 0xF0FA9 , ClockDigital = 0xF0E97 , ClockEdit = 0xF19BA , ClockEditOutline = 0xF19BB ,
  ClockEnd = 0xF0151 , ClockFast = 0xF0152 , ClockIn = 0xF0153 , ClockMinus = 0xF1863 ,
  ClockMinusOutline = 0xF1864 , ClockOut = 0xF0154 , ClockOutline = 0xF0150 , ClockPlus = 0xF1861 ,
  ClockPlusOutline = 0xF1862 , ClockRemove = 0xF1865 , ClockRemoveOutline = 0xF1866 , ClockStarFourPoints = 0xF1C29 ,
  ClockStarFourPointsOutline = 0xF1C2A , ClockStart = 0xF0155 , ClockTimeEight = 0xF1446 , ClockTimeEightOutline = 0xF1452 ,
  ClockTimeEleven = 0xF1449 , ClockTimeElevenOutline = 0xF1455 , ClockTimeFive = 0xF1443 , ClockTimeFiveOutline = 0xF144F ,
  ClockTimeFour = 0xF1442 , ClockTimeFourOutline = 0xF144E , ClockTimeNine = 0xF1447 , ClockTimeNineOutline = 0xF1453 ,
  ClockTimeOne = 0xF143F , ClockTimeOneOutline = 0xF144B , ClockTimeSeven = 0xF1445 , ClockTimeSevenOutline = 0xF1451 ,
  ClockTimeSix = 0xF1444 , ClockTimeSixOutline = 0xF1450 , ClockTimeTen = 0xF1448 , ClockTimeTenOutline = 0xF1454 ,
  ClockTimeThree = 0xF1441 , ClockTimeThreeOutline = 0xF144D , ClockTimeTwelve = 0xF144A , ClockTimeTwelveOutline = 0xF1456 ,
  ClockTimeTwo = 0xF1440 , ClockTimeTwoOutline = 0xF144C , Close = 0xF0156 , CloseBox = 0xF0157 ,
  CloseBoxMultiple = 0xF0C5D , CloseBoxMultipleOutline = 0xF0C5E , CloseBoxOutline = 0xF0158 , CloseCircle = 0xF0159 ,
  CloseCircleMultiple = 0xF062A , CloseCircleMultipleOutline = 0xF0883 , CloseCircleOutline = 0xF015A , CloseNetwork = 0xF015B ,
  CloseNetworkOutline = 0xF0C5F , CloseOctagon = 0xF015C , CloseOctagonOutline = 0xF015D , CloseOutline = 0xF06C9 ,
  CloseThick = 0xF1398 , ClosedCaption = 0xF015E , ClosedCaptionOutline = 0xF0DBD , Cloud = 0xF015F ,
  CloudAlert = 0xF09E0 , CloudAlertOutline = 0xF1BE0 , CloudArrowDown = 0xF1BE1 , CloudArrowDownOutline = 0xF1BE2 ,
  CloudArrowLeft = 0xF1BE3 , CloudArrowLeftOutline = 0xF1BE4 , CloudArrowRight = 0xF1BE5 , CloudArrowRightOutline = 0xF1BE6 ,
  CloudArrowUp = 0xF1BE7 , CloudArrowUpOutline = 0xF1BE8 , CloudBraces = 0xF07B5 , CloudCancel = 0xF1BE9 ,
  CloudCancelOutline = 0xF1BEA , CloudCheck = 0xF1BEB , CloudCheckOutline = 0xF1BEC , CloudCheckVariant = 0xF0160 ,
  CloudCheckVariantOutline = 0xF12CC , CloudCircle = 0xF0161 , CloudCircleOutline = 0xF1BED , CloudClock = 0xF1BEE ,
  CloudClockOutline = 0xF1BEF , CloudCog = 0xF1BF0 , CloudCogOutline = 0xF1BF1 , CloudDownload = 0xF0162 ,
  CloudDownloadOutline = 0xF0B7D , CloudKey = 0xF1CA1 , CloudKeyOutline = 0xF1CA2 , CloudLock = 0xF11F1 ,
  CloudLockOpen = 0xF1BF2 , CloudLockOpenOutline = 0xF1BF3 , CloudLockOutline = 0xF11F2 , CloudMinus = 0xF1BF4 ,
  CloudMinusOutline = 0xF1BF5 , CloudOff = 0xF1BF6 , CloudOffOutline = 0xF0164 , CloudOutline = 0xF0163 ,
  CloudPercent = 0xF1A35 , CloudPercentOutline = 0xF1A36 , CloudPlus = 0xF1BF7 , CloudPlusOutline = 0xF1BF8 ,
  CloudPrint = 0xF0165 , CloudPrintOutline = 0xF0166 , CloudQuestion = 0xF0A39 , CloudQuestionOutline = 0xF1BF9 ,
  CloudRefresh = 0xF1BFA , CloudRefreshOutline = 0xF1BFB , CloudRefreshVariant = 0xF052A , CloudRefreshVariantOutline = 0xF1BFC ,
  CloudRemove = 0xF1BFD , CloudRemoveOutline = 0xF1BFE , CloudSearch = 0xF0956 , CloudSearchOutline = 0xF0957 ,
  CloudSync = 0xF063F , CloudSyncOutline = 0xF12D6 , CloudTags = 0xF07B6 , CloudUpload = 0xF0167 ,
  CloudUploadOutline = 0xF0B7E , Clouds = 0xF1B95 , Clover = 0xF0816 , CloverOutline = 0xF1C62 ,
  CoachLamp = 0xF1020 , CoachLampVariant = 0xF1A37 , CoatRack = 0xF109E , CodeArray = 0xF0168 ,
  CodeBlockBraces = 0xF1C83 , CodeBlockBrackets = 0xF1C84 , CodeBlockParentheses = 0xF1C85 , CodeBlockTags = 0xF1C86 ,
  CodeBraces = 0xF0169 , CodeBracesBox = 0xF10D6 , CodeBrackets = 0xF016A , CodeEqual = 0xF016B ,
  CodeGreaterThan = 0xF016C , CodeGreaterThanOrEqual = 0xF016D , CodeJson = 0xF0626 , CodeLessThan = 0xF016E ,
  CodeLessThanOrEqual = 0xF016F , CodeNotEqual = 0xF0170 , CodeNotEqualVariant = 0xF0171 , CodeParentheses = 0xF0172 ,
  CodeParenthesesBox = 0xF10D7 , CodeString = 0xF0173 , CodeTags = 0xF0174 , CodeTagsCheck = 0xF0694 ,
  Codepen = 0xF0175 , Coffee = 0xF0176 , CoffeeMaker = 0xF109F , CoffeeMakerCheck = 0xF1931 ,
  CoffeeMakerCheckOutline = 0xF1932 , CoffeeMakerOutline = 0xF181B , CoffeeOff = 0xF0FAA , CoffeeOffOutline = 0xF0FAB ,
  CoffeeOutline = 0xF06CA , CoffeeToGo = 0xF0177 , CoffeeToGoOutline = 0xF130E , Coffin = 0xF0B7F ,
  Cog = 0xF0493 , CogBox = 0xF0494 , CogClockwise = 0xF11DD , CogCounterclockwise = 0xF11DE ,
  CogOff = 0xF13CE , CogOffOutline = 0xF13CF , CogOutline = 0xF08BB , CogPause = 0xF1933 ,
  CogPauseOutline = 0xF1934 , CogPlay = 0xF1935 , CogPlayOutline = 0xF1936 , CogRefresh = 0xF145E ,
  CogRefreshOutline = 0xF145F , CogStop = 0xF1937 , CogStopOutline = 0xF1938 , CogSync = 0xF1460 ,
  CogSyncOutline = 0xF1461 , CogTransfer = 0xF105B , CogTransferOutline = 0xF105C , Cogs = 0xF08D6 ,
  Collage = 0xF0640 , CollapseAll = 0xF0AA6 , CollapseAllOutline = 0xF0AA7 , ColorHelper = 0xF0179 ,
  Comma = 0xF0E23 , CommaBox = 0xF0E2B , CommaBoxOutline = 0xF0E24 , CommaCircle = 0xF0E25 ,
  CommaCircleOutline = 0xF0E26 , Comment = 0xF017A , CommentAccount = 0xF017B , CommentAccountOutline = 0xF017C ,
  CommentAlert = 0xF017D , CommentAlertOutline = 0xF017E , CommentArrowLeft = 0xF09E1 , CommentArrowLeftOutline = 0xF09E2 ,
  CommentArrowRight = 0xF09E3 , CommentArrowRightOutline = 0xF09E4 , CommentBookmark = 0xF15AE , CommentBookmarkOutline = 0xF15AF ,
  CommentCheck = 0xF017F , CommentCheckOutline = 0xF0180 , CommentEdit = 0xF11BF , CommentEditOutline = 0xF12C4 ,
  CommentEye = 0xF0A3A , CommentEyeOutline = 0xF0A3B , CommentFlash = 0xF15B0 , CommentFlashOutline = 0xF15B1 ,
  CommentMinus = 0xF15DF , CommentMinusOutline = 0xF15E0 , CommentMultiple = 0xF085F , CommentMultipleOutline = 0xF0181 ,
  CommentOff = 0xF15E1 , CommentOffOutline = 0xF15E2 , CommentOutline = 0xF0182 , CommentPlus = 0xF09E5 ,
  CommentPlusOutline = 0xF0183 , CommentProcessing = 0xF0184 , CommentProcessingOutline = 0xF0185 , CommentQuestion = 0xF0817 ,
  CommentQuestionOutline = 0xF0186 , CommentQuote = 0xF1021 , CommentQuoteOutline = 0xF1022 , CommentRemove = 0xF05DE ,
  CommentRemoveOutline = 0xF0187 , CommentSearch = 0xF0A3C , CommentSearchOutline = 0xF0A3D , CommentText = 0xF0188 ,
  CommentTextMultiple = 0xF0860 , CommentTextMultipleOutline = 0xF0861 , CommentTextOutline = 0xF0189 , Compare = 0xF018A ,
  CompareHorizontal = 0xF1492 , CompareRemove = 0xF18B3 , CompareVertical = 0xF1493 , Compass = 0xF018B ,
  CompassOff = 0xF0B80 , CompassOffOutline = 0xF0B81 , CompassOutline = 0xF018C , CompassRose = 0xF1382 ,
  Compost = 0xF1A38 , Cone = 0xF194C , ConeOff = 0xF194D , Connection = 0xF1616 ,
  Console = 0xF018D , ConsoleLine = 0xF07B7 , ConsoleNetwork = 0xF08A9 , ConsoleNetworkOutline = 0xF0C60 ,
  Consolidate = 0xF10D8 , ContactlessPayment = 0xF0D6A , ContactlessPaymentCircle = 0xF0321 , ContactlessPaymentCircleOutline = 0xF0408 ,
  Contacts = 0xF06CB , ContactsOutline = 0xF05B8 , Contain = 0xF0A3E , ContainEnd = 0xF0A3F ,
  ContainStart = 0xF0A40 , ContentCopy = 0xF018F , ContentCut = 0xF0190 , ContentDuplicate = 0xF0191 ,
  ContentPaste = 0xF0192 , ContentSave = 0xF0193 , ContentSaveAlert = 0xF0F42 , ContentSaveAlertOutline = 0xF0F43 ,
  ContentSaveAll = 0xF0194 , ContentSaveAllOutline = 0xF0F44 , ContentSaveCheck = 0xF18EA , ContentSaveCheckOutline = 0xF18EB ,
  ContentSaveCog = 0xF145B , ContentSaveCogOutline = 0xF145C , ContentSaveEdit = 0xF0CFB , ContentSaveEditOutline = 0xF0CFC ,
  ContentSaveMinus = 0xF1B43 , ContentSaveMinusOutline = 0xF1B44 , ContentSaveMove = 0xF0E27 , ContentSaveMoveOutline = 0xF0E28 ,
  ContentSaveOff = 0xF1643 , ContentSaveOffOutline = 0xF1644 , ContentSaveOutline = 0xF0818 , ContentSavePlus = 0xF1B41 ,
  ContentSavePlusOutline = 0xF1B42 , ContentSaveSettings = 0xF061B , ContentSaveSettingsOutline = 0xF0B2E , Contrast = 0xF0195 ,
  ContrastBox = 0xF0196 , ContrastCircle = 0xF0197 , Controller = 0xF02B4 , ControllerClassic = 0xF0B82 ,
  ControllerClassicOutline = 0xF0B83 , ControllerOff = 0xF02B5 , Cookie = 0xF0198 , CookieAlert = 0xF16D0 ,
  CookieAlertOutline = 0xF16D1 , CookieCheck = 0xF16D2 , CookieCheckOutline = 0xF16D3 , CookieClock = 0xF16E4 ,
  CookieClockOutline = 0xF16E5 , CookieCog = 0xF16D4 , CookieCogOutline = 0xF16D5 , CookieEdit = 0xF16E6 ,
  CookieEditOutline = 0xF16E7 , CookieLock = 0xF16E8 , CookieLockOutline = 0xF16E9 , CookieMinus = 0xF16DA ,
  CookieMinusOutline = 0xF16DB , CookieOff = 0xF16EA , CookieOffOutline = 0xF16EB , CookieOutline = 0xF16DE ,
  CookiePlus = 0xF16D6 , CookiePlusOutline = 0xF16D7 , CookieRefresh = 0xF16EC , CookieRefreshOutline = 0xF16ED ,
  CookieRemove = 0xF16D8 , CookieRemoveOutline = 0xF16D9 , CookieSettings = 0xF16DC , CookieSettingsOutline = 0xF16DD ,
  CoolantTemperature = 0xF03C8 , Copyleft = 0xF1939 , Copyright = 0xF05E6 , Cordova = 0xF0958 ,
  Corn = 0xF07B8 , CornOff = 0xF13EF , CosineWave = 0xF1479 , Counter = 0xF0199 ,
  Countertop = 0xF181C , CountertopOutline = 0xF181D , Cow = 0xF019A , CowOff = 0xF18FC ,
  Cpu32Bit = 0xF0EDF , Cpu64Bit = 0xF0EE0 , Cradle = 0xF198B , CradleOutline = 0xF1991 ,
  Crane = 0xF0862 , Creation = 0xF0674 , CreationOutline = 0xF1C2B , CreativeCommons = 0xF0D6B ,
  CreditCard = 0xF0FEF , CreditCardCheck = 0xF13D0 , CreditCardCheckOutline = 0xF13D1 , CreditCardChip = 0xF190F ,
  CreditCardChipOutline = 0xF1910 , CreditCardClock = 0xF0EE1 , CreditCardClockOutline = 0xF0EE2 , CreditCardEdit = 0xF17D7 ,
  CreditCardEditOutline = 0xF17D8 , CreditCardFast = 0xF1911 , CreditCardFastOutline = 0xF1912 , CreditCardLock = 0xF18E7 ,
  CreditCardLockOutline = 0xF18E8 , CreditCardMarker = 0xF06A8 , CreditCardMarkerOutline = 0xF0DBE , CreditCardMinus = 0xF0FAC ,
  CreditCardMinusOutline = 0xF0FAD , CreditCardMultiple = 0xF0FF0 , CreditCardMultipleOutline = 0xF019C , CreditCardOff = 0xF0FF1 ,
  CreditCardOffOutline = 0xF05E4 , CreditCardOutline = 0xF019B , CreditCardPlus = 0xF0FF2 , CreditCardPlusOutline = 0xF0676 ,
  CreditCardRefresh = 0xF1645 , CreditCardRefreshOutline = 0xF1646 , CreditCardRefund = 0xF0FF3 , CreditCardRefundOutline = 0xF0AA8 ,
  CreditCardRemove = 0xF0FAE , CreditCardRemoveOutline = 0xF0FAF , CreditCardScan = 0xF0FF4 , CreditCardScanOutline = 0xF019D ,
  CreditCardSearch = 0xF1647 , CreditCardSearchOutline = 0xF1648 , CreditCardSettings = 0xF0FF5 , CreditCardSettingsOutline = 0xF08D7 ,
  CreditCardSync = 0xF1649 , CreditCardSyncOutline = 0xF164A , CreditCardWireless = 0xF0802 , CreditCardWirelessOff = 0xF057A ,
  CreditCardWirelessOffOutline = 0xF057B , CreditCardWirelessOutline = 0xF0D6C , Cricket = 0xF0D6D , Crop = 0xF019E ,
  CropFree = 0xF019F , CropLandscape = 0xF01A0 , CropPortrait = 0xF01A1 , CropRotate = 0xF0696 ,
  CropSquare = 0xF01A2 , Cross = 0xF0953 , CrossBolnisi = 0xF0CED , CrossCeltic = 0xF0CF5 ,
  CrossOutline = 0xF0CF6 , Crosshairs = 0xF01A3 , CrosshairsGps = 0xF01A4 , CrosshairsOff = 0xF0F45 ,
  CrosshairsQuestion = 0xF1136 , Crowd = 0xF1975 , Crown = 0xF01A5 , CrownCircle = 0xF17DC ,
  CrownCircleOutline = 0xF17DD , CrownOutline = 0xF11D0 , Cryengine = 0xF0959 , CrystalBall = 0xF0B2F ,
  Cube = 0xF01A6 , CubeOff = 0xF141C , CubeOffOutline = 0xF141D , CubeOutline = 0xF01A7 ,
  CubeScan = 0xF0B84 , CubeSend = 0xF01A8 , CubeUnfolded = 0xF01A9 , Cup = 0xF01AA ,
  CupOff = 0xF05E5 , CupOffOutline = 0xF137D , CupOutline = 0xF130F , CupWater = 0xF01AB ,
  Cupboard = 0xF0F46 , CupboardOutline = 0xF0F47 , Cupcake = 0xF095A , Curling = 0xF0863 ,
  CurrencyBdt = 0xF0864 , CurrencyBrl = 0xF0B85 , CurrencyBtc = 0xF01AC , CurrencyCny = 0xF07BA ,
  CurrencyEth = 0xF07BB , CurrencyEur = 0xF01AD , CurrencyEurOff = 0xF1315 , CurrencyFra = 0xF1A39 ,
  CurrencyGbp = 0xF01AE , CurrencyIls = 0xF0C61 , CurrencyInr = 0xF01AF , CurrencyJpy = 0xF07BC ,
  CurrencyKrw = 0xF07BD , CurrencyKzt = 0xF0865 , CurrencyMnt = 0xF1512 , CurrencyNgn = 0xF01B0 ,
  CurrencyPhp = 0xF09E6 , CurrencyRial = 0xF0E9C , CurrencyRub = 0xF01B1 , CurrencyRupee = 0xF1976 ,
  CurrencySign = 0xF07BE , CurrencyThb = 0xF1C05 , CurrencyTry = 0xF01B2 , CurrencyTwd = 0xF07BF ,
  CurrencyUah = 0xF1B9B , CurrencyUsd = 0xF01C1 , CurrencyUsdOff = 0xF067A , CurrentAc = 0xF1480 ,
  CurrentDc = 0xF095C , CursorDefault = 0xF01C0 , CursorDefaultClick = 0xF0CFD , CursorDefaultClickOutline = 0xF0CFE ,
  CursorDefaultGesture = 0xF1127 , CursorDefaultGestureOutline = 0xF1128 , CursorDefaultOutline = 0xF01BF , CursorMove = 0xF01BE ,
  CursorPointer = 0xF01BD , CursorText = 0xF05E7 , Curtains = 0xF1846 , CurtainsClosed = 0xF1847 ,
  Cylinder = 0xF194E , CylinderOff = 0xF194F , DanceBallroom = 0xF15FB , DancePole = 0xF1578 ,
  DataMatrix = 0xF153C , DataMatrixEdit = 0xF153D , DataMatrixMinus = 0xF153E , DataMatrixPlus = 0xF153F ,
  DataMatrixRemove = 0xF1540 , DataMatrixScan = 0xF1541 , Database = 0xF01BC , DatabaseAlert = 0xF163A ,
  DatabaseAlertOutline = 0xF1624 , DatabaseArrowDown = 0xF163B , DatabaseArrowDownOutline = 0xF1625 , DatabaseArrowLeft = 0xF163C ,
  DatabaseArrowLeftOutline = 0xF1626 , DatabaseArrowRight = 0xF163D , DatabaseArrowRightOutline = 0xF1627 , DatabaseArrowUp = 0xF163E ,
  DatabaseArrowUpOutline = 0xF1628 , DatabaseCheck = 0xF0AA9 , DatabaseCheckOutline = 0xF1629 , DatabaseClock = 0xF163F ,
  DatabaseClockOutline = 0xF162A , DatabaseCog = 0xF164B , DatabaseCogOutline = 0xF164C , DatabaseEdit = 0xF0B86 ,
  DatabaseEditOutline = 0xF162B , DatabaseExport = 0xF095E , DatabaseExportOutline = 0xF162C , DatabaseEye = 0xF191F ,
  DatabaseEyeOff = 0xF1920 , DatabaseEyeOffOutline = 0xF1921 , DatabaseEyeOutline = 0xF1922 , DatabaseImport = 0xF095D ,
  DatabaseImportOutline = 0xF162D , DatabaseLock = 0xF0AAA , DatabaseLockOutline = 0xF162E , DatabaseMarker = 0xF12F6 ,
  DatabaseMarkerOutline = 0xF162F , DatabaseMinus = 0xF01BB , DatabaseMinusOutline = 0xF1630 , DatabaseOff = 0xF1640 ,
  DatabaseOffOutline = 0xF1631 , DatabaseOutline = 0xF1632 , DatabasePlus = 0xF01BA , DatabasePlusOutline = 0xF1633 ,
  DatabaseRefresh = 0xF05C2 , DatabaseRefreshOutline = 0xF1634 , DatabaseRemove = 0xF0D00 , DatabaseRemoveOutline = 0xF1635 ,
  DatabaseSearch = 0xF0866 , DatabaseSearchOutline = 0xF1636 , DatabaseSettings = 0xF0D01 , DatabaseSettingsOutline = 0xF1637 ,
  DatabaseSync = 0xF0CFF , DatabaseSyncOutline = 0xF1638 , DeathStar = 0xF08D8 , DeathStarVariant = 0xF08D9 ,
  DeathlyHallows = 0xF0B87 , Debian = 0xF08DA , DebugStepInto = 0xF01B9 , DebugStepOut = 0xF01B8 ,
  DebugStepOver = 0xF01B7 , Decagram = 0xF076C , DecagramOutline = 0xF076D , Decimal = 0xF10A1 ,
  DecimalComma = 0xF10A2 , DecimalCommaDecrease = 0xF10A3 , DecimalCommaIncrease = 0xF10A4 , DecimalDecrease = 0xF01B6 ,
  DecimalIncrease = 0xF01B5 , Delete = 0xF01B4 , DeleteAlert = 0xF10A5 , DeleteAlertOutline = 0xF10A6 ,
  DeleteCircle = 0xF0683 , DeleteCircleOutline = 0xF0B88 , DeleteClock = 0xF1556 , DeleteClockOutline = 0xF1557 ,
  DeleteEmpty = 0xF06CC , DeleteEmptyOutline = 0xF0E9D , DeleteForever = 0xF05E8 , DeleteForeverOutline = 0xF0B89 ,
  DeleteOff = 0xF10A7 , DeleteOffOutline = 0xF10A8 , DeleteOutline = 0xF09E7 , DeleteRestore = 0xF0819 ,
  DeleteSweep = 0xF05E9 , DeleteSweepOutline = 0xF0C62 , DeleteVariant = 0xF01B3 , Delta = 0xF01C2 ,
  Desk = 0xF1239 , DeskLamp = 0xF095F , DeskLampOff = 0xF1B1F , DeskLampOn = 0xF1B20 ,
  Deskphone = 0xF01C3 , DesktopClassic = 0xF07C0 , DesktopTower = 0xF01C5 , DesktopTowerMonitor = 0xF0AAB ,
  Details = 0xF01C6 , DevTo = 0xF0D6E , DeveloperBoard = 0xF0697 , Deviantart = 0xF01C7 ,
  Devices = 0xF0FB0 , Dharmachakra = 0xF094B , Diabetes = 0xF1126 , Dialpad = 0xF061C ,
  Diameter = 0xF0C63 , DiameterOutline = 0xF0C64 , DiameterVariant = 0xF0C65 , Diamond = 0xF0B8A ,
  DiamondOutline = 0xF0B8B , DiamondStone = 0xF01C8 , DiaperOutline = 0xF1CCF , Dice1 = 0xF01CA ,
  Dice1Outline = 0xF114A , Dice2 = 0xF01CB , Dice2Outline = 0xF114B , Dice3 = 0xF01CC ,
  Dice3Outline = 0xF114C , Dice4 = 0xF01CD , Dice4Outline = 0xF114D , Dice5 = 0xF01CE ,
  Dice5Outline = 0xF114E , Dice6 = 0xF01CF , Dice6Outline = 0xF114F , DiceD10 = 0xF1153 ,
  DiceD10Outline = 0xF076F , DiceD12 = 0xF1154 , DiceD12Outline = 0xF0867 , DiceD20 = 0xF1155 ,
  DiceD20Outline = 0xF05EA , DiceD4 = 0xF1150 , DiceD4Outline = 0xF05EB , DiceD6 = 0xF1151 ,
  DiceD6Outline = 0xF05ED , DiceD8 = 0xF1152 , DiceD8Outline = 0xF05EC , DiceMultiple = 0xF076E ,
  DiceMultipleOutline = 0xF1156 , DigitalOcean = 0xF1237 , DipSwitch = 0xF07C1 , Directions = 0xF01D0 ,
  DirectionsFork = 0xF0641 , Disc = 0xF05EE , DiscAlert = 0xF01D1 , DiscPlayer = 0xF0960 ,
  Dishwasher = 0xF0AAC , DishwasherAlert = 0xF11B8 , DishwasherOff = 0xF11B9 , Disqus = 0xF01D2 ,
  DistributeHorizontalCenter = 0xF11C9 , DistributeHorizontalLeft = 0xF11C8 , DistributeHorizontalRight = 0xF11CA , DistributeVerticalBottom = 0xF11CB ,
  DistributeVerticalCenter = 0xF11CC , DistributeVerticalTop = 0xF11CD , Diversify = 0xF1877 , Diving = 0xF1977 ,
  DivingFlippers = 0xF0DBF , DivingHelmet = 0xF0DC0 , DivingScuba = 0xF1B77 , DivingScubaFlag = 0xF0DC2 ,
  DivingScubaMask = 0xF0DC1 , DivingScubaTank = 0xF0DC3 , DivingScubaTankMultiple = 0xF0DC4 , DivingSnorkel = 0xF0DC5 ,
  Division = 0xF01D4 , DivisionBox = 0xF01D5 , Dlna = 0xF0A41 , Dna = 0xF0684 ,
  Dns = 0xF01D6 , DnsOutline = 0xF0B8C , DockBottom = 0xF10A9 , DockLeft = 0xF10AA ,
  DockRight = 0xF10AB , DockTop = 0xF1513 , DockWindow = 0xF10AC , Docker = 0xF0868 ,
  Doctor = 0xF0A42 , Dog = 0xF0A43 , DogService = 0xF0AAD , DogSide = 0xF0A44 ,
  DogSideOff = 0xF16EE , Dolby = 0xF06B3 , Dolly = 0xF0E9E , Dolphin = 0xF18B4 ,
  Domain = 0xF01D7 , DomainOff = 0xF0D6F , DomainPlus = 0xF10AD , DomainRemove = 0xF10AE ,
  DomainSwitch = 0xF1C2C , DomeLight = 0xF141E , DominoMask = 0xF1023 , Donkey = 0xF07C2 ,
  Door = 0xF081A , DoorClosed = 0xF081B , DoorClosedCancel = 0xF1C93 , DoorClosedLock = 0xF10AF ,
  DoorOpen = 0xF081C , DoorSliding = 0xF181E , DoorSlidingLock = 0xF181F , DoorSlidingOpen = 0xF1820 ,
  Doorbell = 0xF12E6 , DoorbellVideo = 0xF0869 , DotNet = 0xF0AAE , DotsCircle = 0xF1978 ,
  DotsGrid = 0xF15FC , DotsHexagon = 0xF15FF , DotsHorizontal = 0xF01D8 , DotsHorizontalCircle = 0xF07C3 ,
  DotsHorizontalCircleOutline = 0xF0B8D , DotsSquare = 0xF15FD , DotsTriangle = 0xF15FE , DotsVertical = 0xF01D9 ,
  DotsVerticalCircle = 0xF07C4 , DotsVerticalCircleOutline = 0xF0B8E , Download = 0xF01DA , DownloadBox = 0xF1462 ,
  DownloadBoxOutline = 0xF1463 , DownloadCircle = 0xF1464 , DownloadCircleOutline = 0xF1465 , DownloadLock = 0xF1320 ,
  DownloadLockOutline = 0xF1321 , DownloadMultiple = 0xF09E9 , DownloadMultipleOutline = 0xF1CD0 , DownloadNetwork = 0xF06F4 ,
  DownloadNetworkOutline = 0xF0C66 , DownloadOff = 0xF10B0 , DownloadOffOutline = 0xF10B1 , DownloadOutline = 0xF0B8F ,
  Drag = 0xF01DB , DragHorizontal = 0xF01DC , DragHorizontalVariant = 0xF12F0 , DragVariant = 0xF0B90 ,
  DragVertical = 0xF01DD , DragVerticalVariant = 0xF12F1 , DramaMasks = 0xF0D02 , Draw = 0xF0F49 ,
  DrawPen = 0xF19B9 , Drawing = 0xF01DE , DrawingBox = 0xF01DF , Dresser = 0xF0F4A ,
  DresserOutline = 0xF0F4B , Drone = 0xF01E2 , Dropbox = 0xF01E3 , Drupal = 0xF01E4 ,
  Duck = 0xF01E5 , Dumbbell = 0xF01E6 , DumpTruck = 0xF0C67 , EarHearing = 0xF07C5 ,
  EarHearingLoop = 0xF1AEE , EarHearingOff = 0xF0A45 , Earbuds = 0xF184F , EarbudsOff = 0xF1850 ,
  EarbudsOffOutline = 0xF1851 , EarbudsOutline = 0xF1852 , Earth = 0xF01E7 , EarthArrowDown = 0xF1C87 ,
  EarthArrowLeft = 0xF1C88 , EarthArrowRight = 0xF1311 , EarthArrowUp = 0xF1C89 , EarthBox = 0xF06CD ,
  EarthBoxMinus = 0xF1407 , EarthBoxOff = 0xF06CE , EarthBoxPlus = 0xF1406 , EarthBoxRemove = 0xF1408 ,
  EarthMinus = 0xF1404 , EarthOff = 0xF01E8 , EarthPlus = 0xF1403 , EarthRemove = 0xF1405 ,
  Egg = 0xF0AAF , EggEaster = 0xF0AB0 , EggFried = 0xF184A , EggOff = 0xF13F0 ,
  EggOffOutline = 0xF13F1 , EggOutline = 0xF13F2 , EiffelTower = 0xF156B , EightTrack = 0xF09EA ,
  Eject = 0xF01EA , EjectCircle = 0xF1B23 , EjectCircleOutline = 0xF1B24 , EjectOutline = 0xF0B91 ,
  ElectricSwitch = 0xF0E9F , ElectricSwitchClosed = 0xF10D9 , ElectronFramework = 0xF1024 , Elephant = 0xF07C6 ,
  ElevationDecline = 0xF01EB , ElevationRise = 0xF01EC , Elevator = 0xF01ED , ElevatorDown = 0xF12C2 ,
  ElevatorPassenger = 0xF1381 , ElevatorPassengerOff = 0xF1979 , ElevatorPassengerOffOutline = 0xF197A , ElevatorPassengerOutline = 0xF197B ,
  ElevatorUp = 0xF12C1 , Ellipse = 0xF0EA0 , EllipseOutline = 0xF0EA1 , Email = 0xF01EE ,
  EmailAlert = 0xF06CF , EmailAlertOutline = 0xF0D42 , EmailArrowLeft = 0xF10DA , EmailArrowLeftOutline = 0xF10DB ,
  EmailArrowRight = 0xF10DC , EmailArrowRightOutline = 0xF10DD , EmailBox = 0xF0D03 , EmailCheck = 0xF0AB1 ,
  EmailCheckOutline = 0xF0AB2 , EmailEdit = 0xF0EE3 , EmailEditOutline = 0xF0EE4 , EmailFast = 0xF186F ,
  EmailFastOutline = 0xF1870 , EmailHeartOutline = 0xF1C5B , EmailLock = 0xF01F1 , EmailLockOutline = 0xF1B61 ,
  EmailMarkAsUnread = 0xF0B92 , EmailMinus = 0xF0EE5 , EmailMinusOutline = 0xF0EE6 , EmailMultiple = 0xF0EE7 ,
  EmailMultipleOutline = 0xF0EE8 , EmailNewsletter = 0xF0FB1 , EmailOff = 0xF13E3 , EmailOffOutline = 0xF13E4 ,
  EmailOpen = 0xF01EF , EmailOpenHeartOutline = 0xF1C5C , EmailOpenMultiple = 0xF0EE9 , EmailOpenMultipleOutline = 0xF0EEA ,
  EmailOpenOutline = 0xF05EF , EmailOutline = 0xF01F0 , EmailPlus = 0xF09EB , EmailPlusOutline = 0xF09EC ,
  EmailRemove = 0xF1661 , EmailRemoveOutline = 0xF1662 , EmailSeal = 0xF195B , EmailSealOutline = 0xF195C ,
  EmailSearch = 0xF0961 , EmailSearchOutline = 0xF0962 , EmailSync = 0xF12C7 , EmailSyncOutline = 0xF12C8 ,
  EmailVariant = 0xF05F0 , Ember = 0xF0B30 , Emby = 0xF06B4 , Emoticon = 0xF0C68 ,
  EmoticonAngry = 0xF0C69 , EmoticonAngryOutline = 0xF0C6A , EmoticonConfused = 0xF10DE , EmoticonConfusedOutline = 0xF10DF ,
  EmoticonCool = 0xF0C6B , EmoticonCoolOutline = 0xF01F3 , EmoticonCry = 0xF0C6C , EmoticonCryOutline = 0xF0C6D ,
  EmoticonDead = 0xF0C6E , EmoticonDeadOutline = 0xF069B , EmoticonDevil = 0xF0C6F , EmoticonDevilOutline = 0xF01F4 ,
  EmoticonExcited = 0xF0C70 , EmoticonExcitedOutline = 0xF069C , EmoticonFrown = 0xF0F4C , EmoticonFrownOutline = 0xF0F4D ,
  EmoticonHappy = 0xF0C71 , EmoticonHappyOutline = 0xF01F5 , EmoticonKiss = 0xF0C72 , EmoticonKissOutline = 0xF0C73 ,
  EmoticonLol = 0xF1214 , EmoticonLolOutline = 0xF1215 , EmoticonMinus = 0xF1CB2 , EmoticonMinusOutline = 0xF1CB3 ,
  EmoticonNeutral = 0xF0C74 , EmoticonNeutralOutline = 0xF01F6 , EmoticonOutline = 0xF01F2 , EmoticonPlus = 0xF1CB4 ,
  EmoticonPlusOutline = 0xF1CB5 , EmoticonPoop = 0xF01F7 , EmoticonPoopOutline = 0xF0C75 , EmoticonRemove = 0xF1CB6 ,
  EmoticonRemoveOutline = 0xF1CB7 , EmoticonSad = 0xF0C76 , EmoticonSadOutline = 0xF01F8 , EmoticonSick = 0xF157C ,
  EmoticonSickOutline = 0xF157D , EmoticonTongue = 0xF01F9 , EmoticonTongueOutline = 0xF0C77 , EmoticonWink = 0xF0C78 ,
  EmoticonWinkOutline = 0xF0C79 , Engine = 0xF01FA , EngineOff = 0xF0A46 , EngineOffOutline = 0xF0A47 ,
  EngineOutline = 0xF01FB , Epsilon = 0xF10E0 , Equal = 0xF01FC , EqualBox = 0xF01FD ,
  Equalizer = 0xF0EA2 , EqualizerOutline = 0xF0EA3 , Eraser = 0xF01FE , EraserVariant = 0xF0642 ,
  Escalator = 0xF01FF , EscalatorBox = 0xF1399 , EscalatorDown = 0xF12C0 , EscalatorUp = 0xF12BF ,
  Eslint = 0xF0C7A , Et = 0xF0AB3 , Ethereum = 0xF086A , Ethernet = 0xF0200 ,
  EthernetCable = 0xF0201 , EthernetCableOff = 0xF0202 , EthernetOff = 0xF1CD1 , EvPlugCcs1 = 0xF1519 ,
  EvPlugCcs2 = 0xF151A , EvPlugChademo = 0xF151B , EvPlugTesla = 0xF151C , EvPlugType1 = 0xF151D ,
  EvPlugType2 = 0xF151E , EvStation = 0xF05F1 , Evernote = 0xF0204 , Excavator = 0xF1025 ,
  Exclamation = 0xF0205 , ExclamationThick = 0xF1238 , ExitRun = 0xF0A48 , ExitToApp = 0xF0206 ,
  ExpandAll = 0xF0AB4 , ExpandAllOutline = 0xF0AB5 , ExpansionCard = 0xF08AE , ExpansionCardVariant = 0xF0FB2 ,
  Exponent = 0xF0963 , ExponentBox = 0xF0964 , Export = 0xF0207 , ExportVariant = 0xF0B93 ,
  Eye = 0xF0208 , EyeArrowLeft = 0xF18FD , EyeArrowLeftOutline = 0xF18FE , EyeArrowRight = 0xF18FF ,
  EyeArrowRightOutline = 0xF1900 , EyeCheck = 0xF0D04 , EyeCheckOutline = 0xF0D05 , EyeCircle = 0xF0B94 ,
  EyeCircleOutline = 0xF0B95 , EyeClosed = 0xF1CA3 , EyeLock = 0xF1C06 , EyeLockOpen = 0xF1C07 ,
  EyeLockOpenOutline = 0xF1C08 , EyeLockOutline = 0xF1C09 , EyeMinus = 0xF1026 , EyeMinusOutline = 0xF1027 ,
  EyeOff = 0xF0209 , EyeOffOutline = 0xF06D1 , EyeOutline = 0xF06D0 , EyePlus = 0xF086B ,
  EyePlusOutline = 0xF086C , EyeRefresh = 0xF197C , EyeRefreshOutline = 0xF197D , EyeRemove = 0xF15E3 ,
  EyeRemoveOutline = 0xF15E4 , EyeSettings = 0xF086D , EyeSettingsOutline = 0xF086E , Eyedropper = 0xF020A ,
  EyedropperMinus = 0xF13DD , EyedropperOff = 0xF13DF , EyedropperPlus = 0xF13DC , EyedropperRemove = 0xF13DE ,
  EyedropperVariant = 0xF020B , FaceAgent = 0xF0D70 , FaceMan = 0xF0643 , FaceManOutline = 0xF0B96 ,
  FaceManProfile = 0xF0644 , FaceManShimmer = 0xF15CC , FaceManShimmerOutline = 0xF15CD , FaceMask = 0xF1586 ,
  FaceMaskOutline = 0xF1587 , FaceRecognition = 0xF0C7B , FaceWoman = 0xF1077 , FaceWomanOutline = 0xF1078 ,
  FaceWomanProfile = 0xF1076 , FaceWomanShimmer = 0xF15CE , FaceWomanShimmerOutline = 0xF15CF , Facebook = 0xF020C ,
  FacebookGaming = 0xF07DD , FacebookMessenger = 0xF020E , FacebookWorkplace = 0xF0B31 , Factory = 0xF020F ,
  FamilyTree = 0xF160E , Fan = 0xF0210 , FanAlert = 0xF146C , FanAuto = 0xF171D ,
  FanChevronDown = 0xF146D , FanChevronUp = 0xF146E , FanClock = 0xF1A3A , FanMinus = 0xF1470 ,
  FanOff = 0xF081D , FanPlus = 0xF146F , FanRemove = 0xF1471 , FanSpeed1 = 0xF1472 ,
  FanSpeed2 = 0xF1473 , FanSpeed3 = 0xF1474 , FastForward = 0xF0211 , FastForward10 = 0xF0D71 ,
  FastForward15 = 0xF193A , FastForward30 = 0xF0D06 , FastForward45 = 0xF1B12 , FastForward5 = 0xF11F8 ,
  FastForward60 = 0xF160B , FastForwardOutline = 0xF06D2 , Faucet = 0xF1B29 , FaucetVariant = 0xF1B2A ,
  Fax = 0xF0212 , Feather = 0xF06D3 , FeatureSearch = 0xF0A49 , FeatureSearchOutline = 0xF0A4A ,
  Fedora = 0xF08DB , Fence = 0xF179A , FenceElectric = 0xF17F6 , Fencing = 0xF14C1 ,
  FerrisWheel = 0xF0EA4 , Ferry = 0xF0213 , File = 0xF0214 , FileAccount = 0xF073B ,
  FileAccountOutline = 0xF1028 , FileAlert = 0xF0A4B , FileAlertOutline = 0xF0A4C , FileArrowLeftRight = 0xF1A93 ,
  FileArrowLeftRightOutline = 0xF1A94 , FileArrowUpDown = 0xF1A95 , FileArrowUpDownOutline = 0xF1A96 , FileCabinet = 0xF0AB6 ,
  FileCad = 0xF0EEB , FileCadBox = 0xF0EEC , FileCancel = 0xF0DC6 , FileCancelOutline = 0xF0DC7 ,
  FileCertificate = 0xF1186 , FileCertificateOutline = 0xF1187 , FileChart = 0xF0215 , FileChartCheck = 0xF19C6 ,
  FileChartCheckOutline = 0xF19C7 , FileChartOutline = 0xF1029 , FileCheck = 0xF0216 , FileCheckOutline = 0xF0E29 ,
  FileClock = 0xF12E1 , FileClockOutline = 0xF12E2 , FileCloud = 0xF0217 , FileCloudOutline = 0xF102A ,
  FileCode = 0xF022E , FileCodeOutline = 0xF102B , FileCog = 0xF107B , FileCogOutline = 0xF107C ,
  FileCompare = 0xF08AA , FileDelimited = 0xF0218 , FileDelimitedOutline = 0xF0EA5 , FileDocument = 0xF0219 ,
  FileDocumentAlert = 0xF1A97 , FileDocumentAlertOutline = 0xF1A98 , FileDocumentArrowRight = 0xF1C0F , FileDocumentArrowRightOutline = 0xF1C10 ,
  FileDocumentCheck = 0xF1A99 , FileDocumentCheckOutline = 0xF1A9A , FileDocumentEdit = 0xF0DC8 , FileDocumentEditOutline = 0xF0DC9 ,
  FileDocumentMinus = 0xF1A9B , FileDocumentMinusOutline = 0xF1A9C , FileDocumentMultiple = 0xF1517 , FileDocumentMultipleOutline = 0xF1518 ,
  FileDocumentOutline = 0xF09EE , FileDocumentPlus = 0xF1A9D , FileDocumentPlusOutline = 0xF1A9E , FileDocumentRefresh = 0xF1C7A ,
  FileDocumentRefreshOutline = 0xF1C7B , FileDocumentRemove = 0xF1A9F , FileDocumentRemoveOutline = 0xF1AA0 , FileDownload = 0xF0965 ,
  FileDownloadOutline = 0xF0966 , FileEdit = 0xF11E7 , FileEditOutline = 0xF11E8 , FileExcel = 0xF021B ,
  FileExcelBox = 0xF021C , FileExcelBoxOutline = 0xF102C , FileExcelOutline = 0xF102D , FileExport = 0xF021D ,
  FileExportOutline = 0xF102E , FileEye = 0xF0DCA , FileEyeOutline = 0xF0DCB , FileFind = 0xF021E ,
  FileFindOutline = 0xF0B97 , FileGifBox = 0xF0D78 , FileHidden = 0xF0613 , FileImage = 0xF021F ,
  FileImageMarker = 0xF1772 , FileImageMarkerOutline = 0xF1773 , FileImageMinus = 0xF193B , FileImageMinusOutline = 0xF193C ,
  FileImageOutline = 0xF0EB0 , FileImagePlus = 0xF193D , FileImagePlusOutline = 0xF193E , FileImageRemove = 0xF193F ,
  FileImageRemoveOutline = 0xF1940 , FileImport = 0xF0220 , FileImportOutline = 0xF102F , FileJpgBox = 0xF0225 ,
  FileKey = 0xF1184 , FileKeyOutline = 0xF1185 , FileLink = 0xF1177 , FileLinkOutline = 0xF1178 ,
  FileLock = 0xF0221 , FileLockOpen = 0xF19C8 , FileLockOpenOutline = 0xF19C9 , FileLockOutline = 0xF1030 ,
  FileMarker = 0xF1774 , FileMarkerOutline = 0xF1775 , FileMinus = 0xF1AA1 , FileMinusOutline = 0xF1AA2 ,
  FileMove = 0xF0AB9 , FileMoveOutline = 0xF1031 , FileMultiple = 0xF0222 , FileMultipleOutline = 0xF1032 ,
  FileMusic = 0xF0223 , FileMusicOutline = 0xF0E2A , FileOutline = 0xF0224 , FilePdfBox = 0xF0226 ,
  FilePercent = 0xF081E , FilePercentOutline = 0xF1033 , FilePhone = 0xF1179 , FilePhoneOutline = 0xF117A ,
  FilePlus = 0xF0752 , FilePlusOutline = 0xF0EED , FilePngBox = 0xF0E2D , FilePowerpoint = 0xF0227 ,
  FilePowerpointBox = 0xF0228 , FilePowerpointBoxOutline = 0xF1034 , FilePowerpointOutline = 0xF1035 , FilePresentationBox = 0xF0229 ,
  FileQuestion = 0xF086F , FileQuestionOutline = 0xF1036 , FileRefresh = 0xF0918 , FileRefreshOutline = 0xF0541 ,
  FileRemove = 0xF0B98 , FileRemoveOutline = 0xF1037 , FileReplace = 0xF0B32 , FileReplaceOutline = 0xF0B33 ,
  FileRestore = 0xF0670 , FileRestoreOutline = 0xF1038 , FileRotateLeft = 0xF1A3B , FileRotateLeftOutline = 0xF1A3C ,
  FileRotateRight = 0xF1A3D , FileRotateRightOutline = 0xF1A3E , FileSearch = 0xF0C7C , FileSearchOutline = 0xF0C7D ,
  FileSend = 0xF022A , FileSendOutline = 0xF1039 , FileSettings = 0xF1079 , FileSettingsOutline = 0xF107A ,
  FileSign = 0xF19C3 , FileStar = 0xF103A , FileStarFourPoints = 0xF1C2D , FileStarFourPointsOutline = 0xF1C2E ,
  FileStarOutline = 0xF103B , FileSwap = 0xF0FB4 , FileSwapOutline = 0xF0FB5 , FileSync = 0xF1216 ,
  FileSyncOutline = 0xF1217 , FileTable = 0xF0C7E , FileTableBox = 0xF10E1 , FileTableBoxMultiple = 0xF10E2 ,
  FileTableBoxMultipleOutline = 0xF10E3 , FileTableBoxOutline = 0xF10E4 , FileTableOutline = 0xF0C7F , FileTree = 0xF0645 ,
  FileTreeOutline = 0xF13D2 , FileUndo = 0xF08DC , FileUndoOutline = 0xF103C , FileUpload = 0xF0A4D ,
  FileUploadOutline = 0xF0A4E , FileVideo = 0xF022B , FileVideoOutline = 0xF0E2C , FileWord = 0xF022C ,
  FileWordBox = 0xF022D , FileWordBoxOutline = 0xF103D , FileWordOutline = 0xF103E , FileXmlBox = 0xF1B4B ,
  Film = 0xF022F , Filmstrip = 0xF0230 , FilmstripBox = 0xF0332 , FilmstripBoxMultiple = 0xF0D18 ,
  FilmstripOff = 0xF0231 , Filter = 0xF0232 , FilterCheck = 0xF18EC , FilterCheckOutline = 0xF18ED ,
  FilterCog = 0xF1AA3 , FilterCogOutline = 0xF1AA4 , FilterMenu = 0xF10E5 , FilterMenuOutline = 0xF10E6 ,
  FilterMinus = 0xF0EEE , FilterMinusOutline = 0xF0EEF , FilterMultiple = 0xF1A3F , FilterMultipleOutline = 0xF1A40 ,
  FilterOff = 0xF14EF , FilterOffOutline = 0xF14F0 , FilterOutline = 0xF0233 , FilterPlus = 0xF0EF0 ,
  FilterPlusOutline = 0xF0EF1 , FilterRemove = 0xF0234 , FilterRemoveOutline = 0xF0235 , FilterSettings = 0xF1AA5 ,
  FilterSettingsOutline = 0xF1AA6 , FilterVariant = 0xF0236 , FilterVariantMinus = 0xF1112 , FilterVariantPlus = 0xF1113 ,
  FilterVariantRemove = 0xF103F , Finance = 0xF081F , FindReplace = 0xF06D4 , Fingerprint = 0xF0237 ,
  FingerprintOff = 0xF0EB1 , Fire = 0xF0238 , FireAlert = 0xF15D7 , FireCircle = 0xF1807 ,
  FireExtinguisher = 0xF0EF2 , FireHydrant = 0xF1137 , FireHydrantAlert = 0xF1138 , FireHydrantOff = 0xF1139 ,
  FireOff = 0xF1722 , FireStation = 0xF1CC3 , FireTruck = 0xF08AB , Firebase = 0xF0967 ,
  Firefox = 0xF0239 , Fireplace = 0xF0E2E , FireplaceOff = 0xF0E2F , Firewire = 0xF05BE ,
  Firework = 0xF0E30 , FireworkOff = 0xF1723 , Fish = 0xF023A , FishOff = 0xF13F3 ,
  Fishbowl = 0xF0EF3 , FishbowlOutline = 0xF0EF4 , FitToPage = 0xF0EF5 , FitToPageOutline = 0xF0EF6 ,
  FitToScreen = 0xF18F4 , FitToScreenOutline = 0xF18F5 , Flag = 0xF023B , FlagCheckered = 0xF023C ,
  FlagMinus = 0xF0B99 , FlagMinusOutline = 0xF10B2 , FlagOff = 0xF18EE , FlagOffOutline = 0xF18EF ,
  FlagOutline = 0xF023D , FlagPlus = 0xF0B9A , FlagPlusOutline = 0xF10B3 , FlagRemove = 0xF0B9B ,
  FlagRemoveOutline = 0xF10B4 , FlagTriangle = 0xF023F , FlagVariant = 0xF0240 , FlagVariantMinus = 0xF1BB4 ,
  FlagVariantMinusOutline = 0xF1BB5 , FlagVariantOff = 0xF1BB0 , FlagVariantOffOutline = 0xF1BB1 , FlagVariantOutline = 0xF023E ,
  FlagVariantPlus = 0xF1BB2 , FlagVariantPlusOutline = 0xF1BB3 , FlagVariantRemove = 0xF1BB6 , FlagVariantRemoveOutline = 0xF1BB7 ,
  Flare = 0xF0D72 , Flash = 0xF0241 , FlashAlert = 0xF0EF7 , FlashAlertOutline = 0xF0EF8 ,
  FlashAuto = 0xF0242 , FlashOff = 0xF0243 , FlashOffOutline = 0xF1B45 , FlashOutline = 0xF06D5 ,
  FlashRedEye = 0xF067B , FlashTriangle = 0xF1B1D , FlashTriangleOutline = 0xF1B1E , Flashlight = 0xF0244 ,
  FlashlightOff = 0xF0245 , Flask = 0xF0093 , FlaskEmpty = 0xF0094 , FlaskEmptyMinus = 0xF123A ,
  FlaskEmptyMinusOutline = 0xF123B , FlaskEmptyOff = 0xF13F4 , FlaskEmptyOffOutline = 0xF13F5 , FlaskEmptyOutline = 0xF0095 ,
  FlaskEmptyPlus = 0xF123C , FlaskEmptyPlusOutline = 0xF123D , FlaskEmptyRemove = 0xF123E , FlaskEmptyRemoveOutline = 0xF123F ,
  FlaskMinus = 0xF1240 , FlaskMinusOutline = 0xF1241 , FlaskOff = 0xF13F6 , FlaskOffOutline = 0xF13F7 ,
  FlaskOutline = 0xF0096 , FlaskPlus = 0xF1242 , FlaskPlusOutline = 0xF1243 , FlaskRemove = 0xF1244 ,
  FlaskRemoveOutline = 0xF1245 , FlaskRoundBottom = 0xF124B , FlaskRoundBottomEmpty = 0xF124C , FlaskRoundBottomEmptyOutline = 0xF124D ,
  FlaskRoundBottomOutline = 0xF124E , FleurDeLis = 0xF1303 , FlipHorizontal = 0xF10E7 , FlipToBack = 0xF0247 ,
  FlipToFront = 0xF0248 , FlipVertical = 0xF10E8 , FloorLamp = 0xF08DD , FloorLampDual = 0xF1040 ,
  FloorLampDualOutline = 0xF17CE , FloorLampOutline = 0xF17C8 , FloorLampTorchiere = 0xF1747 , FloorLampTorchiereOutline = 0xF17D6 ,
  FloorLampTorchiereVariant = 0xF1041 , FloorLampTorchiereVariantOutline = 0xF17CF , FloorPlan = 0xF0821 , Floppy = 0xF0249 ,
  FloppyVariant = 0xF09EF , Flower = 0xF024A , FlowerOutline = 0xF09F0 , FlowerPollen = 0xF1885 ,
  FlowerPollenOutline = 0xF1886 , FlowerPoppy = 0xF0D08 , FlowerTulip = 0xF09F1 , FlowerTulipOutline = 0xF09F2 ,
  FocusAuto = 0xF0F4E , FocusField = 0xF0F4F , FocusFieldHorizontal = 0xF0F50 , FocusFieldVertical = 0xF0F51 ,
  Folder = 0xF024B , FolderAccount = 0xF024C , FolderAccountOutline = 0xF0B9C , FolderAlert = 0xF0DCC ,
  FolderAlertOutline = 0xF0DCD , FolderArrowDown = 0xF19E8 , FolderArrowDownOutline = 0xF19E9 , FolderArrowLeft = 0xF19EA ,
  FolderArrowLeftOutline = 0xF19EB , FolderArrowLeftRight = 0xF19EC , FolderArrowLeftRightOutline = 0xF19ED , FolderArrowRight = 0xF19EE ,
  FolderArrowRightOutline = 0xF19EF , FolderArrowUp = 0xF19F0 , FolderArrowUpDown = 0xF19F1 , FolderArrowUpDownOutline = 0xF19F2 ,
  FolderArrowUpOutline = 0xF19F3 , FolderCancel = 0xF19F4 , FolderCancelOutline = 0xF19F5 , FolderCheck = 0xF197E ,
  FolderCheckOutline = 0xF197F , FolderClock = 0xF0ABA , FolderClockOutline = 0xF0ABB , FolderCog = 0xF107F ,
  FolderCogOutline = 0xF1080 , FolderDownload = 0xF024D , FolderDownloadOutline = 0xF10E9 , FolderEdit = 0xF08DE ,
  FolderEditOutline = 0xF0DCE , FolderEye = 0xF178A , FolderEyeOutline = 0xF178B , FolderFile = 0xF19F6 ,
  FolderFileOutline = 0xF19F7 , FolderGoogleDrive = 0xF024E , FolderHeart = 0xF10EA , FolderHeartOutline = 0xF10EB ,
  FolderHidden = 0xF179E , FolderHome = 0xF10B5 , FolderHomeOutline = 0xF10B6 , FolderImage = 0xF024F ,
  FolderInformation = 0xF10B7 , FolderInformationOutline = 0xF10B8 , FolderKey = 0xF08AC , FolderKeyNetwork = 0xF08AD ,
  FolderKeyNetworkOutline = 0xF0C80 , FolderKeyOutline = 0xF10EC , FolderLock = 0xF0250 , FolderLockOpen = 0xF0251 ,
  FolderLockOpenOutline = 0xF1AA7 , FolderLockOutline = 0xF1AA8 , FolderMarker = 0xF126D , FolderMarkerOutline = 0xF126E ,
  FolderMinus = 0xF1B49 , FolderMinusOutline = 0xF1B4A , FolderMove = 0xF0252 , FolderMoveOutline = 0xF1246 ,
  FolderMultiple = 0xF0253 , FolderMultipleImage = 0xF0254 , FolderMultipleOutline = 0xF0255 , FolderMultiplePlus = 0xF147E ,
  FolderMultiplePlusOutline = 0xF147F , FolderMusic = 0xF1359 , FolderMusicOutline = 0xF135A , FolderNetwork = 0xF0870 ,
  FolderNetworkOutline = 0xF0C81 , FolderOff = 0xF19F8 , FolderOffOutline = 0xF19F9 , FolderOpen = 0xF0770 ,
  FolderOpenOutline = 0xF0DCF , FolderOutline = 0xF0256 , FolderPlay = 0xF19FA , FolderPlayOutline = 0xF19FB ,
  FolderPlus = 0xF0257 , FolderPlusOutline = 0xF0B9D , FolderPound = 0xF0D09 , FolderPoundOutline = 0xF0D0A ,
  FolderQuestion = 0xF19CA , FolderQuestionOutline = 0xF19CB , FolderRefresh = 0xF0749 , FolderRefreshOutline = 0xF0542 ,
  FolderRemove = 0xF0258 , FolderRemoveOutline = 0xF0B9E , FolderSearch = 0xF0968 , FolderSearchOutline = 0xF0969 ,
  FolderSettings = 0xF107D , FolderSettingsOutline = 0xF107E , FolderStar = 0xF069D , FolderStarMultiple = 0xF13D3 ,
  FolderStarMultipleOutline = 0xF13D4 , FolderStarOutline = 0xF0B9F , FolderSwap = 0xF0FB6 , FolderSwapOutline = 0xF0FB7 ,
  FolderSync = 0xF0D0B , FolderSyncOutline = 0xF0D0C , FolderTable = 0xF12E3 , FolderTableOutline = 0xF12E4 ,
  FolderText = 0xF0C82 , FolderTextOutline = 0xF0C83 , FolderUpload = 0xF0259 , FolderUploadOutline = 0xF10ED ,
  FolderWrench = 0xF19FC , FolderWrenchOutline = 0xF19FD , FolderZip = 0xF06EB , FolderZipOutline = 0xF07B9 ,
  FontAwesome = 0xF003A , Food = 0xF025A , FoodApple = 0xF025B , FoodAppleOutline = 0xF0C84 ,
  FoodCroissant = 0xF07C8 , FoodDrumstick = 0xF141F , FoodDrumstickOff = 0xF1468 , FoodDrumstickOffOutline = 0xF1469 ,
  FoodDrumstickOutline = 0xF1420 , FoodForkDrink = 0xF05F2 , FoodHalal = 0xF1572 , FoodHotDog = 0xF184B ,
  FoodKosher = 0xF1573 , FoodOff = 0xF05F3 , FoodOffOutline = 0xF1915 , FoodOutline = 0xF1916 ,
  FoodSteak = 0xF146A , FoodSteakOff = 0xF146B , FoodTakeoutBox = 0xF1836 , FoodTakeoutBoxOutline = 0xF1837 ,
  FoodTurkey = 0xF171C , FoodVariant = 0xF025C , FoodVariantOff = 0xF13E5 , FootPrint = 0xF0F52 ,
  Football = 0xF025D , FootballAustralian = 0xF025E , FootballHelmet = 0xF025F , Forest = 0xF1897 ,
  ForestOutline = 0xF1C63 , Forklift = 0xF07C9 , FormDropdown = 0xF1400 , FormSelect = 0xF1401 ,
  FormTextarea = 0xF1095 , FormTextbox = 0xF060E , FormTextboxLock = 0xF135D , FormTextboxPassword = 0xF07F5 ,
  FormatAlignBottom = 0xF0753 , FormatAlignCenter = 0xF0260 , FormatAlignJustify = 0xF0261 , FormatAlignLeft = 0xF0262 ,
  FormatAlignMiddle = 0xF0754 , FormatAlignRight = 0xF0263 , FormatAlignTop = 0xF0755 , FormatAnnotationMinus = 0xF0ABC ,
  FormatAnnotationPlus = 0xF0646 , FormatBold = 0xF0264 , FormatClear = 0xF0265 , FormatColorFill = 0xF0266 ,
  FormatColorHighlight = 0xF0E31 , FormatColorMarkerCancel = 0xF1313 , FormatColorText = 0xF069E , FormatColumns = 0xF08DF ,
  FormatFloatCenter = 0xF0267 , FormatFloatLeft = 0xF0268 , FormatFloatNone = 0xF0269 , FormatFloatRight = 0xF026A ,
  FormatFont = 0xF06D6 , FormatFontSizeDecrease = 0xF09F3 , FormatFontSizeIncrease = 0xF09F4 , FormatHeader1 = 0xF026B ,
  FormatHeader2 = 0xF026C , FormatHeader3 = 0xF026D , FormatHeader4 = 0xF026E , FormatHeader5 = 0xF026F ,
  FormatHeader6 = 0xF0270 , FormatHeaderDecrease = 0xF0271 , FormatHeaderEqual = 0xF0272 , FormatHeaderIncrease = 0xF0273 ,
  FormatHeaderPound = 0xF0274 , FormatHorizontalAlignCenter = 0xF061E , FormatHorizontalAlignLeft = 0xF061F , FormatHorizontalAlignRight = 0xF0620 ,
  FormatIndentDecrease = 0xF0275 , FormatIndentIncrease = 0xF0276 , FormatItalic = 0xF0277 , FormatLetterCase = 0xF0B34 ,
  FormatLetterCaseLower = 0xF0B35 , FormatLetterCaseUpper = 0xF0B36 , FormatLetterEndsWith = 0xF0FB8 , FormatLetterMatches = 0xF0FB9 ,
  FormatLetterSpacing = 0xF1956 , FormatLetterSpacingVariant = 0xF1AFB , FormatLetterStartsWith = 0xF0FBA , FormatLineHeight = 0xF1AFC ,
  FormatLineSpacing = 0xF0278 , FormatLineStyle = 0xF05C8 , FormatLineWeight = 0xF05C9 , FormatListBulleted = 0xF0279 ,
  FormatListBulletedSquare = 0xF0DD0 , FormatListBulletedTriangle = 0xF0EB2 , FormatListBulletedType = 0xF027A , FormatListCheckbox = 0xF096A ,
  FormatListChecks = 0xF0756 , FormatListGroup = 0xF1860 , FormatListGroupPlus = 0xF1B56 , FormatListNumbered = 0xF027B ,
  FormatListNumberedRtl = 0xF0D0D , FormatListText = 0xF126F , FormatOverline = 0xF0EB3 , FormatPageBreak = 0xF06D7 ,
  FormatPageSplit = 0xF1917 , FormatPaint = 0xF027C , FormatParagraph = 0xF027D , FormatParagraphSpacing = 0xF1AFD ,
  FormatPilcrow = 0xF06D8 , FormatPilcrowArrowLeft = 0xF0286 , FormatPilcrowArrowRight = 0xF0285 , FormatQuoteClose = 0xF027E ,
  FormatQuoteCloseOutline = 0xF11A8 , FormatQuoteOpen = 0xF0757 , FormatQuoteOpenOutline = 0xF11A7 , FormatRotate90 = 0xF06AA ,
  FormatSection = 0xF069F , FormatSize = 0xF027F , FormatStrikethrough = 0xF0280 , FormatStrikethroughVariant = 0xF0281 ,
  FormatSubscript = 0xF0282 , FormatSuperscript = 0xF0283 , FormatText = 0xF0284 , FormatTextRotationAngleDown = 0xF0FBB ,
  FormatTextRotationAngleUp = 0xF0FBC , FormatTextRotationDown = 0xF0D73 , FormatTextRotationDownVertical = 0xF0FBD , FormatTextRotationNone = 0xF0D74 ,
  FormatTextRotationUp = 0xF0FBE , FormatTextRotationVertical = 0xF0FBF , FormatTextVariant = 0xF0E32 , FormatTextVariantOutline = 0xF150F ,
  FormatTextWrappingClip = 0xF0D0E , FormatTextWrappingOverflow = 0xF0D0F , FormatTextWrappingWrap = 0xF0D10 , FormatTextbox = 0xF0D11 ,
  FormatTitle = 0xF05F4 , FormatUnderline = 0xF0287 , FormatUnderlineWavy = 0xF18E9 , FormatVerticalAlignBottom = 0xF0621 ,
  FormatVerticalAlignCenter = 0xF0622 , FormatVerticalAlignTop = 0xF0623 , FormatWrapInline = 0xF0288 , FormatWrapSquare = 0xF0289 ,
  FormatWrapTight = 0xF028A , FormatWrapTopBottom = 0xF028B , Forum = 0xF028C , ForumMinus = 0xF1AA9 ,
  ForumMinusOutline = 0xF1AAA , ForumOutline = 0xF0822 , ForumPlus = 0xF1AAB , ForumPlusOutline = 0xF1AAC ,
  ForumRemove = 0xF1AAD , ForumRemoveOutline = 0xF1AAE , Forward = 0xF028D , Forwardburger = 0xF0D75 ,
  Fountain = 0xF096B , FountainPen = 0xF0D12 , FountainPenTip = 0xF0D13 , FractionOneHalf = 0xF1992 ,
  Freebsd = 0xF08E0 , FrenchFries = 0xF1957 , FrequentlyAskedQuestions = 0xF0EB4 , Fridge = 0xF0290 ,
  FridgeAlert = 0xF11B1 , FridgeAlertOutline = 0xF11B2 , FridgeBottom = 0xF0292 , FridgeIndustrial = 0xF15EE ,
  FridgeIndustrialAlert = 0xF15EF , FridgeIndustrialAlertOutline = 0xF15F0 , FridgeIndustrialOff = 0xF15F1 , FridgeIndustrialOffOutline = 0xF15F2 ,
  FridgeIndustrialOutline = 0xF15F3 , FridgeOff = 0xF11AF , FridgeOffOutline = 0xF11B0 , FridgeOutline = 0xF028F ,
  FridgeTop = 0xF0291 , FridgeVariant = 0xF15F4 , FridgeVariantAlert = 0xF15F5 , FridgeVariantAlertOutline = 0xF15F6 ,
  FridgeVariantOff = 0xF15F7 , FridgeVariantOffOutline = 0xF15F8 , FridgeVariantOutline = 0xF15F9 , FruitCherries = 0xF1042 ,
  FruitCherriesOff = 0xF13F8 , FruitCitrus = 0xF1043 , FruitCitrusOff = 0xF13F9 , FruitGrapes = 0xF1044 ,
  FruitGrapesOutline = 0xF1045 , FruitPear = 0xF1A0E , FruitPineapple = 0xF1046 , FruitWatermelon = 0xF1047 ,
  Fuel = 0xF07CA , FuelCell = 0xF18B5 , Fullscreen = 0xF0293 , FullscreenExit = 0xF0294 ,
  Function = 0xF0295 , FunctionVariant = 0xF0871 , FuriganaHorizontal = 0xF1081 , FuriganaVertical = 0xF1082 ,
  Fuse = 0xF0C85 , FuseAlert = 0xF142D , FuseBlade = 0xF0C86 , FuseOff = 0xF142C ,
  Gamepad = 0xF0296 , GamepadCircle = 0xF0E33 , GamepadCircleDown = 0xF0E34 , GamepadCircleLeft = 0xF0E35 ,
  GamepadCircleOutline = 0xF0E36 , GamepadCircleRight = 0xF0E37 , GamepadCircleUp = 0xF0E38 , GamepadDown = 0xF0E39 ,
  GamepadLeft = 0xF0E3A , GamepadOutline = 0xF1919 , GamepadRight = 0xF0E3B , GamepadRound = 0xF0E3C ,
  GamepadRoundDown = 0xF0E3D , GamepadRoundLeft = 0xF0E3E , GamepadRoundOutline = 0xF0E3F , GamepadRoundRight = 0xF0E40 ,
  GamepadRoundUp = 0xF0E41 , GamepadSquare = 0xF0EB5 , GamepadSquareOutline = 0xF0EB6 , GamepadUp = 0xF0E42 ,
  GamepadVariant = 0xF0297 , GamepadVariantOutline = 0xF0EB7 , Gamma = 0xF10EE , GantryCrane = 0xF0DD1 ,
  Garage = 0xF06D9 , GarageAlert = 0xF0872 , GarageAlertVariant = 0xF12D5 , GarageLock = 0xF17FB ,
  GarageOpen = 0xF06DA , GarageOpenVariant = 0xF12D4 , GarageVariant = 0xF12D3 , GarageVariantLock = 0xF17FC ,
  GasBurner = 0xF1A1B , GasCylinder = 0xF0647 , GasStation = 0xF0298 , GasStationInUse = 0xF1CC4 ,
  GasStationInUseOutline = 0xF1CC5 , GasStationOff = 0xF1409 , GasStationOffOutline = 0xF140A , GasStationOutline = 0xF0EB8 ,
  Gate = 0xF0299 , GateAlert = 0xF17F8 , GateAnd = 0xF08E1 , GateArrowLeft = 0xF17F7 ,
  GateArrowRight = 0xF1169 , GateBuffer = 0xF1AFE , GateNand = 0xF08E2 , GateNor = 0xF08E3 ,
  GateNot = 0xF08E4 , GateOpen = 0xF116A , GateOr = 0xF08E5 , GateXnor = 0xF08E6 ,
  GateXor = 0xF08E7 , Gatsby = 0xF0E43 , Gauge = 0xF029A , GaugeEmpty = 0xF0873 ,
  GaugeFull = 0xF0874 , GaugeLow = 0xF0875 , Gavel = 0xF029B , GenderFemale = 0xF029C ,
  GenderMale = 0xF029D , GenderMaleFemale = 0xF029E , GenderMaleFemaleVariant = 0xF113F , GenderNonBinary = 0xF1140 ,
  GenderTransgender = 0xF029F , GeneratorMobile = 0xF1C8A , GeneratorPortable = 0xF1C8B , GeneratorStationary = 0xF1C8C ,
  Gentoo = 0xF08E8 , Gesture = 0xF07CB , GestureDoubleTap = 0xF073C , GesturePinch = 0xF0ABD ,
  GestureSpread = 0xF0ABE , GestureSwipe = 0xF0D76 , GestureSwipeDown = 0xF073D , GestureSwipeHorizontal = 0xF0ABF ,
  GestureSwipeLeft = 0xF073E , GestureSwipeRight = 0xF073F , GestureSwipeUp = 0xF0740 , GestureSwipeVertical = 0xF0AC0 ,
  GestureTap = 0xF0741 , GestureTapBox = 0xF12A9 , GestureTapButton = 0xF12A8 , GestureTapHold = 0xF0D77 ,
  GestureTwoDoubleTap = 0xF0742 , GestureTwoTap = 0xF0743 , Ghost = 0xF02A0 , GhostOff = 0xF09F5 ,
  GhostOffOutline = 0xF165C , GhostOutline = 0xF165D , Gift = 0xF0E44 , GiftOff = 0xF16EF ,
  GiftOffOutline = 0xF16F0 , GiftOpen = 0xF16F1 , GiftOpenOutline = 0xF16F2 , GiftOutline = 0xF02A1 ,
  Git = 0xF02A2 , Github = 0xF02A4 , Gitlab = 0xF0BA0 , GlassCocktail = 0xF0356 ,
  GlassCocktailOff = 0xF15E6 , GlassFlute = 0xF02A5 , GlassFragile = 0xF1873 , GlassMug = 0xF02A6 ,
  GlassMugOff = 0xF15E7 , GlassMugVariant = 0xF1116 , GlassMugVariantOff = 0xF15E8 , GlassPintOutline = 0xF130D ,
  GlassStange = 0xF02A7 , GlassTulip = 0xF02A8 , GlassWine = 0xF0876 , Glasses = 0xF02AA ,
  GlobeLight = 0xF066F , GlobeLightOutline = 0xF12D7 , GlobeModel = 0xF08E9 , Gmail = 0xF02AB ,
  Gnome = 0xF02AC , GoKart = 0xF0D79 , GoKartTrack = 0xF0D7A , Gog = 0xF0BA1 ,
  Gold = 0xF124F , Golf = 0xF0823 , GolfCart = 0xF11A4 , GolfTee = 0xF1083 ,
  Gondola = 0xF0686 , Goodreads = 0xF0D7B , Google = 0xF02AD , GoogleAds = 0xF0C87 ,
  GoogleAnalytics = 0xF07CC , GoogleAssistant = 0xF07CD , GoogleCardboard = 0xF02AE , GoogleChrome = 0xF02AF ,
  GoogleCircles = 0xF02B0 , GoogleCirclesCommunities = 0xF02B1 , GoogleCirclesExtended = 0xF02B2 , GoogleCirclesGroup = 0xF02B3 ,
  GoogleClassroom = 0xF02C0 , GoogleCloud = 0xF11F6 , GoogleDownasaur = 0xF1362 , GoogleDrive = 0xF02B6 ,
  GoogleEarth = 0xF02B7 , GoogleFit = 0xF096C , GoogleGlass = 0xF02B8 , GoogleHangouts = 0xF02C9 ,
  GoogleKeep = 0xF06DC , GoogleLens = 0xF09F6 , GoogleMaps = 0xF05F5 , GoogleMyBusiness = 0xF1048 ,
  GoogleNearby = 0xF02B9 , GooglePlay = 0xF02BC , GooglePlus = 0xF02BD , GooglePodcast = 0xF0EB9 ,
  GoogleSpreadsheet = 0xF09F7 , GoogleStreetView = 0xF0C88 , GoogleTranslate = 0xF02BF , GradientHorizontal = 0xF174A ,
  GradientVertical = 0xF06A0 , Grain = 0xF0D7C , Graph = 0xF1049 , GraphOutline = 0xF104A ,
  Graphql = 0xF0877 , Grass = 0xF1510 , GraveStone = 0xF0BA2 , GreasePencil = 0xF0648 ,
  GreaterThan = 0xF096D , GreaterThanOrEqual = 0xF096E , Greenhouse = 0xF002D , Grid = 0xF02C1 ,
  GridLarge = 0xF0758 , GridOff = 0xF02C2 , Grill = 0xF0E45 , GrillOutline = 0xF118A ,
  Group = 0xF02C3 , GuitarAcoustic = 0xF0771 , GuitarElectric = 0xF02C4 , GuitarPick = 0xF02C5 ,
  GuitarPickOutline = 0xF02C6 , GuyFawkesMask = 0xF0825 , Gymnastics = 0xF1A41 , Hail = 0xF0AC1 ,
  HairDryer = 0xF10EF , HairDryerOutline = 0xF10F0 , Halloween = 0xF0BA3 , Hamburger = 0xF0685 ,
  HamburgerCheck = 0xF1776 , HamburgerMinus = 0xF1777 , HamburgerOff = 0xF1778 , HamburgerPlus = 0xF1779 ,
  HamburgerRemove = 0xF177A , Hammer = 0xF08EA , HammerScrewdriver = 0xF1322 , HammerSickle = 0xF1887 ,
  HammerWrench = 0xF1323 , HandBackLeft = 0xF0E46 , HandBackLeftOff = 0xF1830 , HandBackLeftOffOutline = 0xF1832 ,
  HandBackLeftOutline = 0xF182C , HandBackRight = 0xF0E47 , HandBackRightOff = 0xF1831 , HandBackRightOffOutline = 0xF1833 ,
  HandBackRightOutline = 0xF182D , HandClap = 0xF194B , HandClapOff = 0xF1A42 , HandCoin = 0xF188F ,
  HandCoinOutline = 0xF1890 , HandCycle = 0xF1B9C , HandExtended = 0xF18B6 , HandExtendedOutline = 0xF18B7 ,
  HandFrontLeft = 0xF182B , HandFrontLeftOutline = 0xF182E , HandFrontRight = 0xF0A4F , HandFrontRightOutline = 0xF182F ,
  HandHeart = 0xF10F1 , HandHeartOutline = 0xF157E , HandOkay = 0xF0A50 , HandPeace = 0xF0A51 ,
  HandPeaceVariant = 0xF0A52 , HandPointingDown = 0xF0A53 , HandPointingLeft = 0xF0A54 , HandPointingRight = 0xF02C7 ,
  HandPointingUp = 0xF0A55 , HandSaw = 0xF0E48 , HandWash = 0xF157F , HandWashOutline = 0xF1580 ,
  HandWater = 0xF139F , HandWave = 0xF1821 , HandWaveOutline = 0xF1822 , Handball = 0xF0F53 ,
  Handcuffs = 0xF113E , HandsPray = 0xF0579 , Handshake = 0xF1218 , HandshakeOutline = 0xF15A1 ,
  Hanger = 0xF02C8 , HardHat = 0xF096F , Harddisk = 0xF02CA , HarddiskPlus = 0xF104B ,
  HarddiskRemove = 0xF104C , HatFedora = 0xF0BA4 , HazardLights = 0xF0C89 , HdmiPort = 0xF1BB8 ,
  Hdr = 0xF0D7D , HdrOff = 0xF0D7E , Head = 0xF135E , HeadAlert = 0xF1338 ,
  HeadAlertOutline = 0xF1339 , HeadCheck = 0xF133A , HeadCheckOutline = 0xF133B , HeadCog = 0xF133C ,
  HeadCogOutline = 0xF133D , HeadDotsHorizontal = 0xF133E , HeadDotsHorizontalOutline = 0xF133F , HeadFlash = 0xF1340 ,
  HeadFlashOutline = 0xF1341 , HeadHeart = 0xF1342 , HeadHeartOutline = 0xF1343 , HeadLightbulb = 0xF1344 ,
  HeadLightbulbOutline = 0xF1345 , HeadMinus = 0xF1346 , HeadMinusOutline = 0xF1347 , HeadOutline = 0xF135F ,
  HeadPlus = 0xF1348 , HeadPlusOutline = 0xF1349 , HeadQuestion = 0xF134A , HeadQuestionOutline = 0xF134B ,
  HeadRemove = 0xF134C , HeadRemoveOutline = 0xF134D , HeadSnowflake = 0xF134E , HeadSnowflakeOutline = 0xF134F ,
  HeadSync = 0xF1350 , HeadSyncOutline = 0xF1351 , Headphones = 0xF02CB , HeadphonesBluetooth = 0xF0970 ,
  HeadphonesBox = 0xF02CC , HeadphonesOff = 0xF07CE , HeadphonesSettings = 0xF02CD , Headset = 0xF02CE ,
  HeadsetDock = 0xF02CF , HeadsetOff = 0xF02D0 , Heart = 0xF02D1 , HeartBox = 0xF02D2 ,
  HeartBoxOutline = 0xF02D3 , HeartBroken = 0xF02D4 , HeartBrokenOutline = 0xF0D14 , HeartCircle = 0xF0971 ,
  HeartCircleOutline = 0xF0972 , HeartCog = 0xF1663 , HeartCogOutline = 0xF1664 , HeartFlash = 0xF0EF9 ,
  HeartHalf = 0xF06DF , HeartHalfFull = 0xF06DE , HeartHalfOutline = 0xF06E0 , HeartMinus = 0xF142F ,
  HeartMinusOutline = 0xF1432 , HeartMultiple = 0xF0A56 , HeartMultipleOutline = 0xF0A57 , HeartOff = 0xF0759 ,
  HeartOffOutline = 0xF1434 , HeartOutline = 0xF02D5 , HeartPlus = 0xF142E , HeartPlusOutline = 0xF1431 ,
  HeartPulse = 0xF05F6 , HeartRemove = 0xF1430 , HeartRemoveOutline = 0xF1433 , HeartSearch = 0xF1C8D ,
  HeartSettings = 0xF1665 , HeartSettingsOutline = 0xF1666 , HeatPump = 0xF1A43 , HeatPumpOutline = 0xF1A44 ,
  HeatWave = 0xF1A45 , HeatingCoil = 0xF1AAF , Helicopter = 0xF0AC2 , Help = 0xF02D6 ,
  HelpBox = 0xF078B , HelpBoxMultiple = 0xF1C0A , HelpBoxMultipleOutline = 0xF1C0B , HelpBoxOutline = 0xF1C0C ,
  HelpCircle = 0xF02D7 , HelpCircleOutline = 0xF0625 , HelpNetwork = 0xF06F5 , HelpNetworkOutline = 0xF0C8A ,
  HelpRhombus = 0xF0BA5 , HelpRhombusOutline = 0xF0BA6 , Hexadecimal = 0xF12A7 , Hexagon = 0xF02D8 ,
  HexagonMultiple = 0xF06E1 , HexagonMultipleOutline = 0xF10F2 , HexagonOutline = 0xF02D9 , HexagonSlice1 = 0xF0AC3 ,
  HexagonSlice2 = 0xF0AC4 , HexagonSlice3 = 0xF0AC5 , HexagonSlice4 = 0xF0AC6 , HexagonSlice5 = 0xF0AC7 ,
  HexagonSlice6 = 0xF0AC8 , Hexagram = 0xF0AC9 , HexagramOutline = 0xF0ACA , HighDefinition = 0xF07CF ,
  HighDefinitionBox = 0xF0878 , Highway = 0xF05F7 , Hiking = 0xF0D7F , History = 0xF02DA ,
  HockeyPuck = 0xF0879 , HockeySticks = 0xF087A , Hololens = 0xF02DB , Home = 0xF02DC ,
  HomeAccount = 0xF0826 , HomeAlert = 0xF087B , HomeAlertOutline = 0xF15D0 , HomeAnalytics = 0xF0EBA ,
  HomeAssistant = 0xF07D0 , HomeAutomation = 0xF07D1 , HomeBattery = 0xF1901 , HomeBatteryOutline = 0xF1902 ,
  HomeCircle = 0xF07D2 , HomeCircleOutline = 0xF104D , HomeCity = 0xF0D15 , HomeCityOutline = 0xF0D16 ,
  HomeClock = 0xF1A12 , HomeClockOutline = 0xF1A13 , HomeEdit = 0xF1159 , HomeEditOutline = 0xF115A ,
  HomeExportOutline = 0xF0F9B , HomeFlood = 0xF0EFA , HomeFloor0 = 0xF0DD2 , HomeFloor1 = 0xF0D80 ,
  HomeFloor2 = 0xF0D81 , HomeFloor3 = 0xF0D82 , HomeFloorA = 0xF0D83 , HomeFloorB = 0xF0D84 ,
  HomeFloorG = 0xF0D85 , HomeFloorL = 0xF0D86 , HomeFloorNegative1 = 0xF0DD3 , HomeGroup = 0xF0DD4 ,
  HomeGroupMinus = 0xF19C1 , HomeGroupPlus = 0xF19C0 , HomeGroupRemove = 0xF19C2 , HomeHeart = 0xF0827 ,
  HomeImportOutline = 0xF0F9C , HomeLightbulb = 0xF1251 , HomeLightbulbOutline = 0xF1252 , HomeLightningBolt = 0xF1903 ,
  HomeLightningBoltOutline = 0xF1904 , HomeLock = 0xF08EB , HomeLockOpen = 0xF08EC , HomeMapMarker = 0xF05F8 ,
  HomeMinus = 0xF0974 , HomeMinusOutline = 0xF13D5 , HomeModern = 0xF02DD , HomeOff = 0xF1A46 ,
  HomeOffOutline = 0xF1A47 , HomeOutline = 0xF06A1 , HomePercent = 0xF1C7C , HomePercentOutline = 0xF1C7D ,
  HomePlus = 0xF0975 , HomePlusOutline = 0xF13D6 , HomeRemove = 0xF1247 , HomeRemoveOutline = 0xF13D7 ,
  HomeRoof = 0xF112B , HomeSearch = 0xF13B0 , HomeSearchOutline = 0xF13B1 , HomeSilo = 0xF1BA0 ,
  HomeSiloOutline = 0xF1BA1 , HomeSoundIn = 0xF1C2F , HomeSoundInOutline = 0xF1C30 , HomeSoundOut = 0xF1C31 ,
  HomeSoundOutOutline = 0xF1C32 , HomeSwitch = 0xF1794 , HomeSwitchOutline = 0xF1795 , HomeThermometer = 0xF0F54 ,
  HomeThermometerOutline = 0xF0F55 , HomeVariant = 0xF02DE , HomeVariantOutline = 0xF0BA7 , Hook = 0xF06E2 ,
  HookOff = 0xF06E3 , HoopHouse = 0xF0E56 , Hops = 0xF02DF , HorizontalRotateClockwise = 0xF10F3 ,
  HorizontalRotateCounterclockwise = 0xF10F4 , Horse = 0xF15BF , HorseHuman = 0xF15C0 , HorseVariant = 0xF15C1 ,
  HorseVariantFast = 0xF186E , Horseshoe = 0xF0A58 , Hospital = 0xF0FF6 , HospitalBox = 0xF02E0 ,
  HospitalBoxOutline = 0xF0FF7 , HospitalBuilding = 0xF02E1 , HospitalMarker = 0xF02E2 , HotTub = 0xF0828 ,
  Hours12 = 0xF1C94 , Hours24 = 0xF1478 , Hub = 0xF1C95 , HubOutline = 0xF1C96 ,
  Hubspot = 0xF0D17 , Hulu = 0xF0829 , Human = 0xF02E6 , HumanBabyChangingTable = 0xF138B ,
  HumanCane = 0xF1581 , HumanCapacityDecrease = 0xF159B , HumanCapacityIncrease = 0xF159C , HumanChild = 0xF02E7 ,
  HumanDolly = 0xF1980 , HumanEdit = 0xF14E8 , HumanFemale = 0xF0649 , HumanFemaleBoy = 0xF0A59 ,
  HumanFemaleDance = 0xF15C9 , HumanFemaleFemale = 0xF0A5A , HumanFemaleFemaleChild = 0xF1C8E , HumanFemaleGirl = 0xF0A5B ,
  HumanGreeting = 0xF17C4 , HumanGreetingProximity = 0xF159D , HumanGreetingVariant = 0xF064A , HumanHandsdown = 0xF064B ,
  HumanHandsup = 0xF064C , HumanMale = 0xF064D , HumanMaleBoard = 0xF0890 , HumanMaleBoardPoll = 0xF0846 ,
  HumanMaleBoy = 0xF0A5C , HumanMaleChild = 0xF138C , HumanMaleFemale = 0xF02E8 , HumanMaleFemaleChild = 0xF1823 ,
  HumanMaleGirl = 0xF0A5D , HumanMaleHeight = 0xF0EFB , HumanMaleHeightVariant = 0xF0EFC , HumanMaleMale = 0xF0A5E ,
  HumanMaleMaleChild = 0xF1C8F , HumanNonBinary = 0xF1848 , HumanPregnant = 0xF05CF , HumanQueue = 0xF1571 ,
  HumanScooter = 0xF11E9 , HumanWalker = 0xF1B71 , HumanWheelchair = 0xF138D , HumanWhiteCane = 0xF1981 ,
  HumbleBundle = 0xF0744 , Hvac = 0xF1352 , HvacOff = 0xF159E , HydraulicOilLevel = 0xF1324 ,
  HydraulicOilTemperature = 0xF1325 , HydroPower = 0xF12E5 , HydrogenStation = 0xF1894 , IceCream = 0xF082A ,
  IceCreamOff = 0xF0E52 , IcePop = 0xF0EFD , IdCard = 0xF0FC0 , Identifier = 0xF0EFE ,
  IdeogramCjk = 0xF1331 , IdeogramCjkVariant = 0xF1332 , Image = 0xF02E9 , ImageAlbum = 0xF02EA ,
  ImageArea = 0xF02EB , ImageAreaClose = 0xF02EC , ImageAutoAdjust = 0xF0FC1 , ImageBroken = 0xF02ED ,
  ImageBrokenVariant = 0xF02EE , ImageCheck = 0xF1B25 , ImageCheckOutline = 0xF1B26 , ImageEdit = 0xF11E3 ,
  ImageEditOutline = 0xF11E4 , ImageFilterBlackWhite = 0xF02F0 , ImageFilterCenterFocus = 0xF02F1 , ImageFilterCenterFocusStrong = 0xF0EFF ,
  ImageFilterCenterFocusStrongOutline = 0xF0F00 , ImageFilterCenterFocusWeak = 0xF02F2 , ImageFilterDrama = 0xF02F3 , ImageFilterDramaOutline = 0xF1BFF ,
  ImageFilterFrames = 0xF02F4 , ImageFilterHdr = 0xF02F5 , ImageFilterHdrOutline = 0xF1C64 , ImageFilterNone = 0xF02F6 ,
  ImageFilterTiltShift = 0xF02F7 , ImageFilterVintage = 0xF02F8 , ImageFrame = 0xF0E49 , ImageLock = 0xF1AB0 ,
  ImageLockOutline = 0xF1AB1 , ImageMarker = 0xF177B , ImageMarkerOutline = 0xF177C , ImageMinus = 0xF1419 ,
  ImageMinusOutline = 0xF1B47 , ImageMove = 0xF09F8 , ImageMultiple = 0xF02F9 , ImageMultipleOutline = 0xF02EF ,
  ImageOff = 0xF082B , ImageOffOutline = 0xF11D1 , ImageOutline = 0xF0976 , ImagePlus = 0xF087C ,
  ImagePlusOutline = 0xF1B46 , ImageRefresh = 0xF19FE , ImageRefreshOutline = 0xF19FF , ImageRemove = 0xF1418 ,
  ImageRemoveOutline = 0xF1B48 , ImageSearch = 0xF0977 , ImageSearchOutline = 0xF0978 , ImageSizeSelectActual = 0xF0C8D ,
  ImageSizeSelectLarge = 0xF0C8E , ImageSizeSelectSmall = 0xF0C8F , ImageSync = 0xF1A00 , ImageSyncOutline = 0xF1A01 ,
  ImageText = 0xF160D , Import = 0xF02FA , Inbox = 0xF0687 , InboxArrowDown = 0xF02FB ,
  InboxArrowDownOutline = 0xF1270 , InboxArrowUp = 0xF03D1 , InboxArrowUpOutline = 0xF1271 , InboxFull = 0xF1272 ,
  InboxFullOutline = 0xF1273 , InboxMultiple = 0xF08B0 , InboxMultipleOutline = 0xF0BA8 , InboxOutline = 0xF1274 ,
  InboxRemove = 0xF159F , InboxRemoveOutline = 0xF15A0 , Incognito = 0xF05F9 , IncognitoCircle = 0xF1421 ,
  IncognitoCircleOff = 0xF1422 , IncognitoOff = 0xF0075 , Induction = 0xF184C , Infinity = 0xF06E4 ,
  Information = 0xF02FC , InformationBox = 0xF1C65 , InformationBoxOutline = 0xF1C66 , InformationOff = 0xF178C ,
  InformationOffOutline = 0xF178D , InformationOutline = 0xF02FD , InformationSlabBox = 0xF1C67 , InformationSlabBoxOutline = 0xF1C68 ,
  InformationSlabCircle = 0xF1C69 , InformationSlabCircleOutline = 0xF1C6A , InformationSlabSymbol = 0xF1C6B , InformationSymbol = 0xF1C6C ,
  InformationVariant = 0xF064E , InformationVariantBox = 0xF1C6D , InformationVariantBoxOutline = 0xF1C6E , InformationVariantCircle = 0xF1C6F ,
  InformationVariantCircleOutline = 0xF1C70 , Instagram = 0xF02FE , InstrumentTriangle = 0xF104E , IntegratedCircuitChip = 0xF1913 ,
  InvertColors = 0xF0301 , InvertColorsOff = 0xF0E4A , Invoice = 0xF1CD2 , InvoiceArrowLeft = 0xF1CD3 ,
  InvoiceArrowLeftOutline = 0xF1CD4 , InvoiceArrowRight = 0xF1CD5 , InvoiceArrowRightOutline = 0xF1CD6 , InvoiceCheck = 0xF1CD7 ,
  InvoiceCheckOutline = 0xF1CD8 , InvoiceClock = 0xF1CD9 , InvoiceClockOutline = 0xF1CDA , InvoiceEdit = 0xF1CDB ,
  InvoiceEditOutline = 0xF1CDC , InvoiceExportOutline = 0xF1CDD , InvoiceFast = 0xF1CDE , InvoiceFastOutline = 0xF1CDF ,
  InvoiceImport = 0xF1CE0 , InvoiceImportOutline = 0xF1CE1 , InvoiceList = 0xF1CE2 , InvoiceListOutline = 0xF1CE3 ,
  InvoiceMinus = 0xF1CE4 , InvoiceMinusOutline = 0xF1CE5 , InvoiceMultiple = 0xF1CE6 , InvoiceMultipleOutline = 0xF1CE7 ,
  InvoiceOutline = 0xF1CE8 , InvoicePlus = 0xF1CE9 , InvoicePlusOutline = 0xF1CEA , InvoiceRemove = 0xF1CEB ,
  InvoiceRemoveOutline = 0xF1CEC , InvoiceSend = 0xF1CED , InvoiceSendOutline = 0xF1CEE , InvoiceText = 0xF1CEF ,
  InvoiceTextArrowLeft = 0xF1CF0 , InvoiceTextArrowLeftOutline = 0xF1CF1 , InvoiceTextArrowRight = 0xF1CF2 , InvoiceTextArrowRightOutline = 0xF1CF3 ,
  InvoiceTextCheck = 0xF1CF4 , InvoiceTextCheckOutline = 0xF1CF5 , InvoiceTextClock = 0xF1CF6 , InvoiceTextClockOutline = 0xF1CF7 ,
  InvoiceTextEdit = 0xF1CF8 , InvoiceTextEditOutline = 0xF1CF9 , InvoiceTextFast = 0xF1CFA , InvoiceTextFastOutline = 0xF1CFB ,
  InvoiceTextMinus = 0xF1CFC , InvoiceTextMinusOutline = 0xF1CFD , InvoiceTextMultiple = 0xF1CFE , InvoiceTextMultipleOutline = 0xF1CFF ,
  InvoiceTextOutline = 0xF1D00 , InvoiceTextPlus = 0xF1D01 , InvoiceTextPlusOutline = 0xF1D02 , InvoiceTextRemove = 0xF1D03 ,
  InvoiceTextRemoveOutline = 0xF1D04 , InvoiceTextSend = 0xF1D05 , InvoiceTextSendOutline = 0xF1D06 , Iobroker = 0xF12E8 ,
  Ip = 0xF0A5F , IpNetwork = 0xF0A60 , IpNetworkOutline = 0xF0C90 , IpOutline = 0xF1982 ,
  Ipod = 0xF0C91 , Iron = 0xF1824 , IronBoard = 0xF1838 , IronOutline = 0xF1825 ,
  Island = 0xF104F , IslandVariant = 0xF1CC6 , IvBag = 0xF10B9 , Jabber = 0xF0DD5 ,
  Jeepney = 0xF0302 , Jellyfish = 0xF0F01 , JellyfishOutline = 0xF0F02 , Jira = 0xF0303 ,
  Jquery = 0xF087D , Jsfiddle = 0xF0304 , JumpRope = 0xF12FF , Kabaddi = 0xF0D87 ,
  Kangaroo = 0xF1558 , Karate = 0xF082C , Kayaking = 0xF08AF , Keg = 0xF0305 ,
  Kettle = 0xF05FA , KettleAlert = 0xF1317 , KettleAlertOutline = 0xF1318 , KettleOff = 0xF131B ,
  KettleOffOutline = 0xF131C , KettleOutline = 0xF0F56 , KettlePourOver = 0xF173C , KettleSteam = 0xF1319 ,
  KettleSteamOutline = 0xF131A , Kettlebell = 0xF1300 , Key = 0xF0306 , KeyAlert = 0xF1983 ,
  KeyAlertOutline = 0xF1984 , KeyArrowRight = 0xF1312 , KeyChain = 0xF1574 , KeyChainVariant = 0xF1575 ,
  KeyChange = 0xF0307 , KeyLink = 0xF119F , KeyMinus = 0xF0308 , KeyOutline = 0xF0DD6 ,
  KeyPlus = 0xF0309 , KeyRemove = 0xF030A , KeyStar = 0xF119E , KeyVariant = 0xF030B ,
  KeyWireless = 0xF0FC2 , Keyboard = 0xF030C , KeyboardBackspace = 0xF030D , KeyboardCaps = 0xF030E ,
  KeyboardClose = 0xF030F , KeyboardCloseOutline = 0xF1C00 , KeyboardEsc = 0xF12B7 , KeyboardF1 = 0xF12AB ,
  KeyboardF10 = 0xF12B4 , KeyboardF11 = 0xF12B5 , KeyboardF12 = 0xF12B6 , KeyboardF2 = 0xF12AC ,
  KeyboardF3 = 0xF12AD , KeyboardF4 = 0xF12AE , KeyboardF5 = 0xF12AF , KeyboardF6 = 0xF12B0 ,
  KeyboardF7 = 0xF12B1 , KeyboardF8 = 0xF12B2 , KeyboardF9 = 0xF12B3 , KeyboardOff = 0xF0310 ,
  KeyboardOffOutline = 0xF0E4B , KeyboardOutline = 0xF097B , KeyboardReturn = 0xF0311 , KeyboardSettings = 0xF09F9 ,
  KeyboardSettingsOutline = 0xF09FA , KeyboardSpace = 0xF1050 , KeyboardTab = 0xF0312 , KeyboardTabReverse = 0xF0325 ,
  KeyboardVariant = 0xF0313 , Khanda = 0xF10FD , Kickstarter = 0xF0745 , Kite = 0xF1985 ,
  KiteOutline = 0xF1986 , Kitesurfing = 0xF1744 , Klingon = 0xF135B , Knife = 0xF09FB ,
  KnifeMilitary = 0xF09FC , Knob = 0xF1B96 , Koala = 0xF173F , Kodi = 0xF0314 ,
  Kubernetes = 0xF10FE , Label = 0xF0315 , LabelMultiple = 0xF1375 , LabelMultipleOutline = 0xF1376 ,
  LabelOff = 0xF0ACB , LabelOffOutline = 0xF0ACC , LabelOutline = 0xF0316 , LabelPercent = 0xF12EA ,
  LabelPercentOutline = 0xF12EB , LabelVariant = 0xF0ACD , LabelVariantOutline = 0xF0ACE , Ladder = 0xF15A2 ,
  Ladybug = 0xF082D , Lambda = 0xF0627 , Lamp = 0xF06B5 , LampOutline = 0xF17D0 ,
  Lamps = 0xF1576 , LampsOutline = 0xF17D1 , Lan = 0xF0317 , LanCheck = 0xF12AA ,
  LanConnect = 0xF0318 , LanDisconnect = 0xF0319 , LanPending = 0xF031A , LandFields = 0xF1AB2 ,
  LandPlots = 0xF1AB3 , LandPlotsCircle = 0xF1AB4 , LandPlotsCircleVariant = 0xF1AB5 , LandPlotsMarker = 0xF1C5D ,
  LandRowsHorizontal = 0xF1AB6 , LandRowsVertical = 0xF1AB7 , Landslide = 0xF1A48 , LandslideOutline = 0xF1A49 ,
  LanguageC = 0xF0671 , LanguageCpp = 0xF0672 , LanguageCsharp = 0xF031B , LanguageCss3 = 0xF031C ,
  LanguageFortran = 0xF121A , LanguageGo = 0xF07D3 , LanguageHaskell = 0xF0C92 , LanguageHtml5 = 0xF031D ,
  LanguageJava = 0xF0B37 , LanguageJavascript = 0xF031E , LanguageKotlin = 0xF1219 , LanguageLua = 0xF08B1 ,
  LanguageMarkdown = 0xF0354 , LanguageMarkdownOutline = 0xF0F5B , LanguagePhp = 0xF031F , LanguagePython = 0xF0320 ,
  LanguageR = 0xF07D4 , LanguageRuby = 0xF0D2D , LanguageRubyOnRails = 0xF0ACF , LanguageRust = 0xF1617 ,
  LanguageSwift = 0xF06E5 , LanguageTypescript = 0xF06E6 , LanguageXaml = 0xF0673 , Laptop = 0xF0322 ,
  LaptopAccount = 0xF1A4A , LaptopOff = 0xF06E7 , Laravel = 0xF0AD0 , LaserPointer = 0xF1484 ,
  Lasso = 0xF0F03 , Lastpass = 0xF0446 , Latitude = 0xF0F57 , Launch = 0xF0327 ,
  LavaLamp = 0xF07D5 , Layers = 0xF0328 , LayersEdit = 0xF1892 , LayersMinus = 0xF0E4C ,
  LayersOff = 0xF0329 , LayersOffOutline = 0xF09FD , LayersOutline = 0xF09FE , LayersPlus = 0xF0E4D ,
  LayersRemove = 0xF0E4E , LayersSearch = 0xF1206 , LayersSearchOutline = 0xF1207 , LayersTriple = 0xF0F58 ,
  LayersTripleOutline = 0xF0F59 , LeadPencil = 0xF064F , Leaf = 0xF032A , LeafCircle = 0xF1905 ,
  LeafCircleOutline = 0xF1906 , LeafMaple = 0xF0C93 , LeafMapleOff = 0xF12DA , LeafOff = 0xF12D9 ,
  Leak = 0xF0DD7 , LeakOff = 0xF0DD8 , Lectern = 0xF1AF0 , LedOff = 0xF032B ,
  LedOn = 0xF032C , LedOutline = 0xF032D , LedStrip = 0xF07D6 , LedStripVariant = 0xF1051 ,
  LedStripVariantOff = 0xF1A4B , LedVariantOff = 0xF032E , LedVariantOn = 0xF032F , LedVariantOutline = 0xF0330 ,
  Leek = 0xF117D , LessThan = 0xF097C , LessThanOrEqual = 0xF097D , Library = 0xF0331 ,
  LibraryOutline = 0xF1A22 , LibraryShelves = 0xF0BA9 , License = 0xF0FC3 , Lifebuoy = 0xF087E ,
  LightFloodDown = 0xF1987 , LightFloodUp = 0xF1988 , LightRecessed = 0xF179B , LightSwitch = 0xF097E ,
  LightSwitchOff = 0xF1A24 , Lightbulb = 0xF0335 , LightbulbAlert = 0xF19E1 , LightbulbAlertOutline = 0xF19E2 ,
  LightbulbAuto = 0xF1800 , LightbulbAutoOutline = 0xF1801 , LightbulbCfl = 0xF1208 , LightbulbCflOff = 0xF1209 ,
  LightbulbCflSpiral = 0xF1275 , LightbulbCflSpiralOff = 0xF12C3 , LightbulbFluorescentTube = 0xF1804 , LightbulbFluorescentTubeOutline = 0xF1805 ,
  LightbulbGroup = 0xF1253 , LightbulbGroupOff = 0xF12CD , LightbulbGroupOffOutline = 0xF12CE , LightbulbGroupOutline = 0xF1254 ,
  LightbulbMultiple = 0xF1255 , LightbulbMultipleOff = 0xF12CF , LightbulbMultipleOffOutline = 0xF12D0 , LightbulbMultipleOutline = 0xF1256 ,
  LightbulbNight = 0xF1A4C , LightbulbNightOutline = 0xF1A4D , LightbulbOff = 0xF0E4F , LightbulbOffOutline = 0xF0E50 ,
  LightbulbOn = 0xF06E8 , LightbulbOn10 = 0xF1A4E , LightbulbOn20 = 0xF1A4F , LightbulbOn30 = 0xF1A50 ,
  LightbulbOn40 = 0xF1A51 , LightbulbOn50 = 0xF1A52 , LightbulbOn60 = 0xF1A53 , LightbulbOn70 = 0xF1A54 ,
  LightbulbOn80 = 0xF1A55 , LightbulbOn90 = 0xF1A56 , LightbulbOnOutline = 0xF06E9 , LightbulbOutline = 0xF0336 ,
  LightbulbQuestion = 0xF19E3 , LightbulbQuestionOutline = 0xF19E4 , LightbulbSpot = 0xF17F4 , LightbulbSpotOff = 0xF17F5 ,
  LightbulbVariant = 0xF1802 , LightbulbVariantOutline = 0xF1803 , Lighthouse = 0xF09FF , LighthouseOn = 0xF0A00 ,
  LightningBolt = 0xF140B , LightningBoltCircle = 0xF0820 , LightningBoltOutline = 0xF140C , LineScan = 0xF0624 ,
  Lingerie = 0xF1476 , Link = 0xF0337 , LinkBox = 0xF0D1A , LinkBoxOutline = 0xF0D1B ,
  LinkBoxVariant = 0xF0D1C , LinkBoxVariantOutline = 0xF0D1D , LinkCircle = 0xF1CAC , LinkCircleOutline = 0xF1CAD ,
  LinkEdit = 0xF1CAE , LinkLock = 0xF10BA , LinkOff = 0xF0338 , LinkPlus = 0xF0C94 ,
  LinkVariant = 0xF0339 , LinkVariantMinus = 0xF10FF , LinkVariantOff = 0xF033A , LinkVariantPlus = 0xF1100 ,
  LinkVariantRemove = 0xF1101 , Linkedin = 0xF033B , Linux = 0xF033D , LinuxMint = 0xF08ED ,
  Lipstick = 0xF13B5 , LiquidSpot = 0xF1826 , Liquor = 0xF191E , ListBox = 0xF1B7B ,
  ListBoxOutline = 0xF1B7C , ListStatus = 0xF15AB , Litecoin = 0xF0A61 , Loading = 0xF0772 ,
  LocationEnter = 0xF0FC4 , LocationExit = 0xF0FC5 , Lock = 0xF033E , LockAlert = 0xF08EE ,
  LockAlertOutline = 0xF15D1 , LockCheck = 0xF139A , LockCheckOutline = 0xF16A8 , LockClock = 0xF097F ,
  LockMinus = 0xF16A9 , LockMinusOutline = 0xF16AA , LockOff = 0xF1671 , LockOffOutline = 0xF1672 ,
  LockOpen = 0xF033F , LockOpenAlert = 0xF139B , LockOpenAlertOutline = 0xF15D2 , LockOpenCheck = 0xF139C ,
  LockOpenCheckOutline = 0xF16AB , LockOpenMinus = 0xF16AC , LockOpenMinusOutline = 0xF16AD , LockOpenOutline = 0xF0340 ,
  LockOpenPlus = 0xF16AE , LockOpenPlusOutline = 0xF16AF , LockOpenRemove = 0xF16B0 , LockOpenRemoveOutline = 0xF16B1 ,
  LockOpenVariant = 0xF0FC6 , LockOpenVariantOutline = 0xF0FC7 , LockOutline = 0xF0341 , LockPattern = 0xF06EA ,
  LockPercent = 0xF1C12 , LockPercentOpen = 0xF1C13 , LockPercentOpenOutline = 0xF1C14 , LockPercentOpenVariant = 0xF1C15 ,
  LockPercentOpenVariantOutline = 0xF1C16 , LockPercentOutline = 0xF1C17 , LockPlus = 0xF05FB , LockPlusOutline = 0xF16B2 ,
  LockQuestion = 0xF08EF , LockRemove = 0xF16B3 , LockRemoveOutline = 0xF16B4 , LockReset = 0xF0773 ,
  LockSmart = 0xF08B2 , Locker = 0xF07D7 , LockerMultiple = 0xF07D8 , Login = 0xF0342 ,
  LoginVariant = 0xF05FC , Logout = 0xF0343 , LogoutVariant = 0xF05FD , Longitude = 0xF0F5A ,
  Looks = 0xF0344 , Lotion = 0xF1582 , LotionOutline = 0xF1583 , LotionPlus = 0xF1584 ,
  LotionPlusOutline = 0xF1585 , Loupe = 0xF0345 , Lumx = 0xF0346 , Lungs = 0xF1084 ,
  Mace = 0xF1843 , MagazinePistol = 0xF0324 , MagazineRifle = 0xF0323 , MagicStaff = 0xF1844 ,
  Magnet = 0xF0347 , MagnetOn = 0xF0348 , Magnify = 0xF0349 , MagnifyClose = 0xF0980 ,
  MagnifyExpand = 0xF1874 , MagnifyMinus = 0xF034A , MagnifyMinusCursor = 0xF0A62 , MagnifyMinusOutline = 0xF06EC ,
  MagnifyPlus = 0xF034B , MagnifyPlusCursor = 0xF0A63 , MagnifyPlusOutline = 0xF06ED , MagnifyRemoveCursor = 0xF120C ,
  MagnifyRemoveOutline = 0xF120D , MagnifyScan = 0xF1276 , Mail = 0xF0EBB , Mailbox = 0xF06EE ,
  MailboxOpen = 0xF0D88 , MailboxOpenOutline = 0xF0D89 , MailboxOpenUp = 0xF0D8A , MailboxOpenUpOutline = 0xF0D8B ,
  MailboxOutline = 0xF0D8C , MailboxUp = 0xF0D8D , MailboxUpOutline = 0xF0D8E , Manjaro = 0xF160A ,
  Map = 0xF034D , MapCheck = 0xF0EBC , MapCheckOutline = 0xF0EBD , MapClock = 0xF0D1E ,
  MapClockOutline = 0xF0D1F , MapLegend = 0xF0A01 , MapMarker = 0xF034E , MapMarkerAccount = 0xF18E3 ,
  MapMarkerAccountOutline = 0xF18E4 , MapMarkerAlert = 0xF0F05 , MapMarkerAlertOutline = 0xF0F06 , MapMarkerCheck = 0xF0C95 ,
  MapMarkerCheckOutline = 0xF12FB , MapMarkerCircle = 0xF034F , MapMarkerDistance = 0xF08F0 , MapMarkerDown = 0xF1102 ,
  MapMarkerLeft = 0xF12DB , MapMarkerLeftOutline = 0xF12DD , MapMarkerMinus = 0xF0650 , MapMarkerMinusOutline = 0xF12F9 ,
  MapMarkerMultiple = 0xF0350 , MapMarkerMultipleOutline = 0xF1277 , MapMarkerOff = 0xF0351 , MapMarkerOffOutline = 0xF12FD ,
  MapMarkerOutline = 0xF07D9 , MapMarkerPath = 0xF0D20 , MapMarkerPlus = 0xF0651 , MapMarkerPlusOutline = 0xF12F8 ,
  MapMarkerQuestion = 0xF0F07 , MapMarkerQuestionOutline = 0xF0F08 , MapMarkerRadius = 0xF0352 , MapMarkerRadiusOutline = 0xF12FC ,
  MapMarkerRemove = 0xF0F09 , MapMarkerRemoveOutline = 0xF12FA , MapMarkerRemoveVariant = 0xF0F0A , MapMarkerRight = 0xF12DC ,
  MapMarkerRightOutline = 0xF12DE , MapMarkerStar = 0xF1608 , MapMarkerStarOutline = 0xF1609 , MapMarkerUp = 0xF1103 ,
  MapMinus = 0xF0981 , MapOutline = 0xF0982 , MapPlus = 0xF0983 , MapSearch = 0xF0984 ,
  MapSearchOutline = 0xF0985 , Mapbox = 0xF0BAA , Margin = 0xF0353 , Marker = 0xF0652 ,
  MarkerCancel = 0xF0DD9 , MarkerCheck = 0xF0355 , Mastodon = 0xF0AD1 , MaterialDesign = 0xF0986 ,
  MaterialUi = 0xF0357 , MathCompass = 0xF0358 , MathCos = 0xF0C96 , MathIntegral = 0xF0FC8 ,
  MathIntegralBox = 0xF0FC9 , MathLog = 0xF1085 , MathNorm = 0xF0FCA , MathNormBox = 0xF0FCB ,
  MathSin = 0xF0C97 , MathTan = 0xF0C98 , Matrix = 0xF0628 , Medal = 0xF0987 ,
  MedalOutline = 0xF1326 , MedicalBag = 0xF06EF , MedicalCottonSwab = 0xF1AB8 , Medication = 0xF1B14 ,
  MedicationOutline = 0xF1B15 , Meditation = 0xF117B , Memory = 0xF035B , MemoryArrowDown = 0xF1CA6 ,
  Menorah = 0xF17D4 , MenorahFire = 0xF17D5 , Menu = 0xF035C , MenuClose = 0xF1C90 ,
  MenuDown = 0xF035D , MenuDownOutline = 0xF06B6 , MenuLeft = 0xF035E , MenuLeftOutline = 0xF0A02 ,
  MenuOpen = 0xF0BAB , MenuRight = 0xF035F , MenuRightOutline = 0xF0A03 , MenuSwap = 0xF0A64 ,
  MenuSwapOutline = 0xF0A65 , MenuUp = 0xF0360 , MenuUpOutline = 0xF06B7 , Merge = 0xF0F5C ,
  Message = 0xF0361 , MessageAlert = 0xF0362 , MessageAlertOutline = 0xF0A04 , MessageArrowLeft = 0xF12F2 ,
  MessageArrowLeftOutline = 0xF12F3 , MessageArrowRight = 0xF12F4 , MessageArrowRightOutline = 0xF12F5 , MessageBadge = 0xF1941 ,
  MessageBadgeOutline = 0xF1942 , MessageBookmark = 0xF15AC , MessageBookmarkOutline = 0xF15AD , MessageBulleted = 0xF06A2 ,
  MessageBulletedOff = 0xF06A3 , MessageCheck = 0xF1B8A , MessageCheckOutline = 0xF1B8B , MessageCog = 0xF06F1 ,
  MessageCogOutline = 0xF1172 , MessageDraw = 0xF0363 , MessageFast = 0xF19CC , MessageFastOutline = 0xF19CD ,
  MessageFlash = 0xF15A9 , MessageFlashOutline = 0xF15AA , MessageImage = 0xF0364 , MessageImageOutline = 0xF116C ,
  MessageLock = 0xF0FCC , MessageLockOutline = 0xF116D , MessageMinus = 0xF116E , MessageMinusOutline = 0xF116F ,
  MessageOff = 0xF164D , MessageOffOutline = 0xF164E , MessageOutline = 0xF0365 , MessagePlus = 0xF0653 ,
  MessagePlusOutline = 0xF10BB , MessageProcessing = 0xF0366 , MessageProcessingOutline = 0xF1170 , MessageQuestion = 0xF173A ,
  MessageQuestionOutline = 0xF173B , MessageReply = 0xF0367 , MessageReplyOutline = 0xF173D , MessageReplyText = 0xF0368 ,
  MessageReplyTextOutline = 0xF173E , MessageSettings = 0xF06F0 , MessageSettingsOutline = 0xF1171 , MessageStar = 0xF069A ,
  MessageStarOutline = 0xF1250 , MessageText = 0xF0369 , MessageTextClock = 0xF1173 , MessageTextClockOutline = 0xF1174 ,
  MessageTextFast = 0xF19CE , MessageTextFastOutline = 0xF19CF , MessageTextLock = 0xF0FCD , MessageTextLockOutline = 0xF1175 ,
  MessageTextOutline = 0xF036A , MessageVideo = 0xF036B , Meteor = 0xF0629 , MeterElectric = 0xF1A57 ,
  MeterElectricOutline = 0xF1A58 , MeterGas = 0xF1A59 , MeterGasOutline = 0xF1A5A , Metronome = 0xF07DA ,
  MetronomeTick = 0xF07DB , MicroSd = 0xF07DC , Microphone = 0xF036C , MicrophoneMessage = 0xF050A ,
  MicrophoneMessageOff = 0xF050B , MicrophoneMinus = 0xF08B3 , MicrophoneOff = 0xF036D , MicrophoneOutline = 0xF036E ,
  MicrophonePlus = 0xF08B4 , MicrophoneQuestion = 0xF1989 , MicrophoneQuestionOutline = 0xF198A , MicrophoneSettings = 0xF036F ,
  MicrophoneVariant = 0xF0370 , MicrophoneVariantOff = 0xF0371 , Microscope = 0xF0654 , Microsoft = 0xF0372 ,
  MicrosoftAccess = 0xF138E , MicrosoftAzure = 0xF0805 , MicrosoftAzureDevops = 0xF0FD5 , MicrosoftBing = 0xF00A4 ,
  MicrosoftDynamics365 = 0xF0988 , MicrosoftEdge = 0xF01E9 , MicrosoftExcel = 0xF138F , MicrosoftInternetExplorer = 0xF0300 ,
  MicrosoftOffice = 0xF03C6 , MicrosoftOnedrive = 0xF03CA , MicrosoftOnenote = 0xF0747 , MicrosoftOutlook = 0xF0D22 ,
  MicrosoftPowerpoint = 0xF1390 , MicrosoftSharepoint = 0xF1391 , MicrosoftTeams = 0xF02BB , MicrosoftVisualStudio = 0xF0610 ,
  MicrosoftVisualStudioCode = 0xF0A1E , MicrosoftWindows = 0xF05B3 , MicrosoftWindowsClassic = 0xF0A21 , MicrosoftWord = 0xF1392 ,
  MicrosoftXbox = 0xF05B9 , MicrosoftXboxController = 0xF05BA , MicrosoftXboxControllerBatteryAlert = 0xF074B , MicrosoftXboxControllerBatteryCharging = 0xF0A22 ,
  MicrosoftXboxControllerBatteryEmpty = 0xF074C , MicrosoftXboxControllerBatteryFull = 0xF074D , MicrosoftXboxControllerBatteryLow = 0xF074E , MicrosoftXboxControllerBatteryMedium = 0xF074F ,
  MicrosoftXboxControllerBatteryUnknown = 0xF0750 , MicrosoftXboxControllerMenu = 0xF0E6F , MicrosoftXboxControllerOff = 0xF05BB , MicrosoftXboxControllerView = 0xF0E70 ,
  Microwave = 0xF0C99 , MicrowaveOff = 0xF1423 , Middleware = 0xF0F5D , MiddlewareOutline = 0xF0F5E ,
  Midi = 0xF08F1 , MidiPort = 0xF08F2 , Mine = 0xF0DDA , Minecraft = 0xF0373 ,
  MiniSd = 0xF0A05 , Minidisc = 0xF0A06 , Minus = 0xF0374 , MinusBox = 0xF0375 ,
  MinusBoxMultiple = 0xF1141 , MinusBoxMultipleOutline = 0xF1142 , MinusBoxOutline = 0xF06F2 , MinusCircle = 0xF0376 ,
  MinusCircleMultiple = 0xF035A , MinusCircleMultipleOutline = 0xF0AD3 , MinusCircleOff = 0xF1459 , MinusCircleOffOutline = 0xF145A ,
  MinusCircleOutline = 0xF0377 , MinusNetwork = 0xF0378 , MinusNetworkOutline = 0xF0C9A , MinusThick = 0xF1639 ,
  Mirror = 0xF11FD , MirrorRectangle = 0xF179F , MirrorVariant = 0xF17A0 , MixedMartialArts = 0xF0D8F ,
  MixedReality = 0xF087F , Molecule = 0xF0BAC , MoleculeCo = 0xF12FE , MoleculeCo2 = 0xF07E4 ,
  Monitor = 0xF0379 , MonitorAccount = 0xF1A5B , MonitorArrowDown = 0xF19D0 , MonitorArrowDownVariant = 0xF19D1 ,
  MonitorCellphone = 0xF0989 , MonitorCellphoneStar = 0xF098A , MonitorDashboard = 0xF0A07 , MonitorEdit = 0xF12C6 ,
  MonitorEye = 0xF13B4 , MonitorLock = 0xF0DDB , MonitorMultiple = 0xF037A , MonitorOff = 0xF0D90 ,
  MonitorScreenshot = 0xF0E51 , MonitorShare = 0xF1483 , MonitorShimmer = 0xF1104 , MonitorSmall = 0xF1876 ,
  MonitorSpeaker = 0xF0F5F , MonitorSpeakerOff = 0xF0F60 , MonitorStar = 0xF0DDC , MonitorVertical = 0xF1C33 ,
  MoonFirstQuarter = 0xF0F61 , MoonFull = 0xF0F62 , MoonLastQuarter = 0xF0F63 , MoonNew = 0xF0F64 ,
  MoonWaningCrescent = 0xF0F65 , MoonWaningGibbous = 0xF0F66 , MoonWaxingCrescent = 0xF0F67 , MoonWaxingGibbous = 0xF0F68 ,
  Moped = 0xF1086 , MopedElectric = 0xF15B7 , MopedElectricOutline = 0xF15B8 , MopedOutline = 0xF15B9 ,
  More = 0xF037B , MortarPestle = 0xF1748 , MortarPestlePlus = 0xF03F1 , Mosque = 0xF0D45 ,
  MosqueOutline = 0xF1827 , MotherHeart = 0xF1314 , MotherNurse = 0xF0D21 , Motion = 0xF15B2 ,
  MotionOutline = 0xF15B3 , MotionPause = 0xF1590 , MotionPauseOutline = 0xF1592 , MotionPlay = 0xF158F ,
  MotionPlayOutline = 0xF1591 , MotionSensor = 0xF0D91 , MotionSensorOff = 0xF1435 , Motorbike = 0xF037C ,
  MotorbikeElectric = 0xF15BA , MotorbikeOff = 0xF1B16 , Mouse = 0xF037D , MouseBluetooth = 0xF098B ,
  MouseLeftClick = 0xF1D07 , MouseLeftClickOutline = 0xF1D08 , MouseMoveDown = 0xF1550 , MouseMoveUp = 0xF1551 ,
  MouseMoveVertical = 0xF1552 , MouseOff = 0xF037E , MouseOutline = 0xF1D09 , MouseRightClick = 0xF1D0A ,
  MouseRightClickOutline = 0xF1D0B , MouseScrollWheel = 0xF1D0C , MouseVariant = 0xF037F , MouseVariantOff = 0xF0380 ,
  MoveResize = 0xF0655 , MoveResizeVariant = 0xF0656 , Movie = 0xF0381 , MovieCheck = 0xF16F3 ,
  MovieCheckOutline = 0xF16F4 , MovieCog = 0xF16F5 , MovieCogOutline = 0xF16F6 , MovieEdit = 0xF1122 ,
  MovieEditOutline = 0xF1123 , MovieFilter = 0xF1124 , MovieFilterOutline = 0xF1125 , MovieMinus = 0xF16F7 ,
  MovieMinusOutline = 0xF16F8 , MovieOff = 0xF16F9 , MovieOffOutline = 0xF16FA , MovieOpen = 0xF0FCE ,
  MovieOpenCheck = 0xF16FB , MovieOpenCheckOutline = 0xF16FC , MovieOpenCog = 0xF16FD , MovieOpenCogOutline = 0xF16FE ,
  MovieOpenEdit = 0xF16FF , MovieOpenEditOutline = 0xF1700 , MovieOpenMinus = 0xF1701 , MovieOpenMinusOutline = 0xF1702 ,
  MovieOpenOff = 0xF1703 , MovieOpenOffOutline = 0xF1704 , MovieOpenOutline = 0xF0FCF , MovieOpenPlay = 0xF1705 ,
  MovieOpenPlayOutline = 0xF1706 , MovieOpenPlus = 0xF1707 , MovieOpenPlusOutline = 0xF1708 , MovieOpenRemove = 0xF1709 ,
  MovieOpenRemoveOutline = 0xF170A , MovieOpenSettings = 0xF170B , MovieOpenSettingsOutline = 0xF170C , MovieOpenStar = 0xF170D ,
  MovieOpenStarOutline = 0xF170E , MovieOutline = 0xF0DDD , MoviePlay = 0xF170F , MoviePlayOutline = 0xF1710 ,
  MoviePlus = 0xF1711 , MoviePlusOutline = 0xF1712 , MovieRemove = 0xF1713 , MovieRemoveOutline = 0xF1714 ,
  MovieRoll = 0xF07DE , MovieSearch = 0xF11D2 , MovieSearchOutline = 0xF11D3 , MovieSettings = 0xF1715 ,
  MovieSettingsOutline = 0xF1716 , MovieStar = 0xF1717 , MovieStarOutline = 0xF1718 , Mower = 0xF166F ,
  MowerBag = 0xF1670 , MowerBagOn = 0xF1B60 , MowerOn = 0xF1B5F , Muffin = 0xF098C ,
  Multicast = 0xF1893 , Multimedia = 0xF1B97 , Multiplication = 0xF0382 , MultiplicationBox = 0xF0383 ,
  Mushroom = 0xF07DF , MushroomOff = 0xF13FA , MushroomOffOutline = 0xF13FB , MushroomOutline = 0xF07E0 ,
  Music = 0xF075A , MusicAccidentalDoubleFlat = 0xF0F69 , MusicAccidentalDoubleSharp = 0xF0F6A , MusicAccidentalFlat = 0xF0F6B ,
  MusicAccidentalNatural = 0xF0F6C , MusicAccidentalSharp = 0xF0F6D , MusicBox = 0xF0384 , MusicBoxMultiple = 0xF0333 ,
  MusicBoxMultipleOutline = 0xF0F04 , MusicBoxOutline = 0xF0385 , MusicCircle = 0xF0386 , MusicCircleOutline = 0xF0AD4 ,
  MusicClefAlto = 0xF0F6E , MusicClefBass = 0xF0F6F , MusicClefTreble = 0xF0F70 , MusicNote = 0xF0387 ,
  MusicNoteBluetooth = 0xF05FE , MusicNoteBluetoothOff = 0xF05FF , MusicNoteEighth = 0xF0388 , MusicNoteEighthDotted = 0xF0F71 ,
  MusicNoteHalf = 0xF0389 , MusicNoteHalfDotted = 0xF0F72 , MusicNoteMinus = 0xF1B89 , MusicNoteOff = 0xF038A ,
  MusicNoteOffOutline = 0xF0F73 , MusicNoteOutline = 0xF0F74 , MusicNotePlus = 0xF0DDE , MusicNoteQuarter = 0xF038B ,
  MusicNoteQuarterDotted = 0xF0F75 , MusicNoteSixteenth = 0xF038C , MusicNoteSixteenthDotted = 0xF0F76 , MusicNoteWhole = 0xF038D ,
  MusicNoteWholeDotted = 0xF0F77 , MusicOff = 0xF075B , MusicRestEighth = 0xF0F78 , MusicRestHalf = 0xF0F79 ,
  MusicRestQuarter = 0xF0F7A , MusicRestSixteenth = 0xF0F7B , MusicRestWhole = 0xF0F7C , Mustache = 0xF15DE ,
  Nail = 0xF0DDF , Nas = 0xF08F3 , Nativescript = 0xF0880 , Nature = 0xF038E ,
  NatureOutline = 0xF1C71 , NaturePeople = 0xF038F , NaturePeopleOutline = 0xF1C72 , Navigation = 0xF0390 ,
  NavigationOutline = 0xF1607 , NavigationVariant = 0xF18F0 , NavigationVariantOutline = 0xF18F1 , NearMe = 0xF05CD ,
  Necklace = 0xF0F0B , Needle = 0xF0391 , NeedleOff = 0xF19D2 , Netflix = 0xF0746 ,
  Network = 0xF06F3 , NetworkOff = 0xF0C9B , NetworkOffOutline = 0xF0C9C , NetworkOutline = 0xF0C9D ,
  NetworkPos = 0xF1ACB , NetworkStrength1 = 0xF08F4 , NetworkStrength1Alert = 0xF08F5 , NetworkStrength2 = 0xF08F6 ,
  NetworkStrength2Alert = 0xF08F7 , NetworkStrength3 = 0xF08F8 , NetworkStrength3Alert = 0xF08F9 , NetworkStrength4 = 0xF08FA ,
  NetworkStrength4Alert = 0xF08FB , NetworkStrength4Cog = 0xF191A , NetworkStrengthOff = 0xF08FC , NetworkStrengthOffOutline = 0xF08FD ,
  NetworkStrengthOutline = 0xF08FE , NewBox = 0xF0394 , Newspaper = 0xF0395 , NewspaperCheck = 0xF1943 ,
  NewspaperMinus = 0xF0F0C , NewspaperPlus = 0xF0F0D , NewspaperRemove = 0xF1944 , NewspaperVariant = 0xF1001 ,
  NewspaperVariantMultiple = 0xF1002 , NewspaperVariantMultipleOutline = 0xF1003 , NewspaperVariantOutline = 0xF1004 , Nfc = 0xF0396 ,
  NfcSearchVariant = 0xF0E53 , NfcTap = 0xF0397 , NfcVariant = 0xF0398 , NfcVariantOff = 0xF0E54 ,
  Ninja = 0xF0774 , NintendoGameBoy = 0xF1393 , NintendoSwitch = 0xF07E1 , NintendoWii = 0xF05AB ,
  NintendoWiiu = 0xF072D , Nix = 0xF1105 , Nodejs = 0xF0399 , Noodles = 0xF117E ,
  NotEqual = 0xF098D , NotEqualVariant = 0xF098E , Note = 0xF039A , NoteAlert = 0xF177D ,
  NoteAlertOutline = 0xF177E , NoteCheck = 0xF177F , NoteCheckOutline = 0xF1780 , NoteEdit = 0xF1781 ,
  NoteEditOutline = 0xF1782 , NoteMinus = 0xF164F , NoteMinusOutline = 0xF1650 , NoteMultiple = 0xF06B8 ,
  NoteMultipleOutline = 0xF06B9 , NoteOff = 0xF1783 , NoteOffOutline = 0xF1784 , NoteOutline = 0xF039B ,
  NotePlus = 0xF039C , NotePlusOutline = 0xF039D , NoteRemove = 0xF1651 , NoteRemoveOutline = 0xF1652 ,
  NoteSearch = 0xF1653 , NoteSearchOutline = 0xF1654 , NoteText = 0xF039E , NoteTextOutline = 0xF11D7 ,
  Notebook = 0xF082E , NotebookCheck = 0xF14F5 , NotebookCheckOutline = 0xF14F6 , NotebookEdit = 0xF14E7 ,
  NotebookEditOutline = 0xF14E9 , NotebookHeart = 0xF1A0B , NotebookHeartOutline = 0xF1A0C , NotebookMinus = 0xF1610 ,
  NotebookMinusOutline = 0xF1611 , NotebookMultiple = 0xF0E55 , NotebookOutline = 0xF0EBF , NotebookPlus = 0xF1612 ,
  NotebookPlusOutline = 0xF1613 , NotebookRemove = 0xF1614 , NotebookRemoveOutline = 0xF1615 , NotificationClearAll = 0xF039F ,
  Npm = 0xF06F7 , Nuke = 0xF06A4 , Null = 0xF07E2 , Numeric = 0xF03A0 ,
  Numeric0 = 0xF0B39 , Numeric0Box = 0xF03A1 , Numeric0BoxMultiple = 0xF0F0E , Numeric0BoxMultipleOutline = 0xF03A2 ,
  Numeric0BoxOutline = 0xF03A3 , Numeric0Circle = 0xF0C9E , Numeric0CircleOutline = 0xF0C9F , Numeric1 = 0xF0B3A ,
  Numeric10 = 0xF0FE9 , Numeric10Box = 0xF0F7D , Numeric10BoxMultiple = 0xF0FEA , Numeric10BoxMultipleOutline = 0xF0FEB ,
  Numeric10BoxOutline = 0xF0F7E , Numeric10Circle = 0xF0FEC , Numeric10CircleOutline = 0xF0FED , Numeric1Box = 0xF03A4 ,
  Numeric1BoxMultiple = 0xF0F0F , Numeric1BoxMultipleOutline = 0xF03A5 , Numeric1BoxOutline = 0xF03A6 , Numeric1Circle = 0xF0CA0 ,
  Numeric1CircleOutline = 0xF0CA1 , Numeric2 = 0xF0B3B , Numeric2Box = 0xF03A7 , Numeric2BoxMultiple = 0xF0F10 ,
  Numeric2BoxMultipleOutline = 0xF03A8 , Numeric2BoxOutline = 0xF03A9 , Numeric2Circle = 0xF0CA2 , Numeric2CircleOutline = 0xF0CA3 ,
  Numeric3 = 0xF0B3C , Numeric3Box = 0xF03AA , Numeric3BoxMultiple = 0xF0F11 , Numeric3BoxMultipleOutline = 0xF03AB ,
  Numeric3BoxOutline = 0xF03AC , Numeric3Circle = 0xF0CA4 , Numeric3CircleOutline = 0xF0CA5 , Numeric4 = 0xF0B3D ,
  Numeric4Box = 0xF03AD , Numeric4BoxMultiple = 0xF0F12 , Numeric4BoxMultipleOutline = 0xF03B2 , Numeric4BoxOutline = 0xF03AE ,
  Numeric4Circle = 0xF0CA6 , Numeric4CircleOutline = 0xF0CA7 , Numeric5 = 0xF0B3E , Numeric5Box = 0xF03B1 ,
  Numeric5BoxMultiple = 0xF0F13 , Numeric5BoxMultipleOutline = 0xF03AF , Numeric5BoxOutline = 0xF03B0 , Numeric5Circle = 0xF0CA8 ,
  Numeric5CircleOutline = 0xF0CA9 , Numeric6 = 0xF0B3F , Numeric6Box = 0xF03B3 , Numeric6BoxMultiple = 0xF0F14 ,
  Numeric6BoxMultipleOutline = 0xF03B4 , Numeric6BoxOutline = 0xF03B5 , Numeric6Circle = 0xF0CAA , Numeric6CircleOutline = 0xF0CAB ,
  Numeric7 = 0xF0B40 , Numeric7Box = 0xF03B6 , Numeric7BoxMultiple = 0xF0F15 , Numeric7BoxMultipleOutline = 0xF03B7 ,
  Numeric7BoxOutline = 0xF03B8 , Numeric7Circle = 0xF0CAC , Numeric7CircleOutline = 0xF0CAD , Numeric8 = 0xF0B41 ,
  Numeric8Box = 0xF03B9 , Numeric8BoxMultiple = 0xF0F16 , Numeric8BoxMultipleOutline = 0xF03BA , Numeric8BoxOutline = 0xF03BB ,
  Numeric8Circle = 0xF0CAE , Numeric8CircleOutline = 0xF0CAF , Numeric9 = 0xF0B42 , Numeric9Box = 0xF03BC ,
  Numeric9BoxMultiple = 0xF0F17 , Numeric9BoxMultipleOutline = 0xF03BD , Numeric9BoxOutline = 0xF03BE , Numeric9Circle = 0xF0CB0 ,
  Numeric9CircleOutline = 0xF0CB1 , Numeric9Plus = 0xF0FEE , Numeric9PlusBox = 0xF03BF , Numeric9PlusBoxMultiple = 0xF0F18 ,
  Numeric9PlusBoxMultipleOutline = 0xF03C0 , Numeric9PlusBoxOutline = 0xF03C1 , Numeric9PlusCircle = 0xF0CB2 , Numeric9PlusCircleOutline = 0xF0CB3 ,
  NumericNegative1 = 0xF1052 , NumericOff = 0xF19D3 , NumericPositive1 = 0xF15CB , Nut = 0xF06F8 ,
  Nutrition = 0xF03C2 , Nuxt = 0xF1106 , Oar = 0xF067C , Ocarina = 0xF0DE0 ,
  Oci = 0xF12E9 , Ocr = 0xF113A , Octagon = 0xF03C3 , OctagonOutline = 0xF03C4 ,
  Octagram = 0xF06F9 , OctagramEdit = 0xF1C34 , OctagramEditOutline = 0xF1C35 , OctagramMinus = 0xF1C36 ,
  OctagramMinusOutline = 0xF1C37 , OctagramOutline = 0xF0775 , OctagramPlus = 0xF1C38 , OctagramPlusOutline = 0xF1C39 ,
  Octahedron = 0xF1950 , OctahedronOff = 0xF1951 , Odnoklassniki = 0xF03C5 , Offer = 0xF121B ,
  OfficeBuilding = 0xF0991 , OfficeBuildingCog = 0xF1949 , OfficeBuildingCogOutline = 0xF194A , OfficeBuildingMarker = 0xF1520 ,
  OfficeBuildingMarkerOutline = 0xF1521 , OfficeBuildingMinus = 0xF1BAA , OfficeBuildingMinusOutline = 0xF1BAB , OfficeBuildingOutline = 0xF151F ,
  OfficeBuildingPlus = 0xF1BA8 , OfficeBuildingPlusOutline = 0xF1BA9 , OfficeBuildingRemove = 0xF1BAC , OfficeBuildingRemoveOutline = 0xF1BAD ,
  Oil = 0xF03C7 , OilLamp = 0xF0F19 , OilLevel = 0xF1053 , OilTemperature = 0xF0FF8 ,
  Om = 0xF0973 , Omega = 0xF03C9 , OneUp = 0xF0BAD , Onepassword = 0xF0881 ,
  Opacity = 0xF05CC , OpenInApp = 0xF03CB , OpenInNew = 0xF03CC , OpenSourceInitiative = 0xF0BAE ,
  Openid = 0xF03CD , Opera = 0xF03CE , Orbit = 0xF0018 , OrbitVariant = 0xF15DB ,
  OrderAlphabeticalAscending = 0xF020D , OrderAlphabeticalDescending = 0xF0D07 , OrderBoolAscending = 0xF02BE , OrderBoolAscendingVariant = 0xF098F ,
  OrderBoolDescending = 0xF1384 , OrderBoolDescendingVariant = 0xF0990 , OrderNumericAscending = 0xF0545 , OrderNumericDescending = 0xF0546 ,
  Origin = 0xF0B43 , Ornament = 0xF03CF , OrnamentVariant = 0xF03D0 , OutdoorLamp = 0xF1054 ,
  Overscan = 0xF1005 , Owl = 0xF03D2 , PacMan = 0xF0BAF , Package = 0xF03D3 ,
  PackageCheck = 0xF1B51 , PackageDown = 0xF03D4 , PackageUp = 0xF03D5 , PackageVariant = 0xF03D6 ,
  PackageVariantClosed = 0xF03D7 , PackageVariantClosedCheck = 0xF1B52 , PackageVariantClosedMinus = 0xF19D4 , PackageVariantClosedPlus = 0xF19D5 ,
  PackageVariantClosedRemove = 0xF19D6 , PackageVariantMinus = 0xF19D7 , PackageVariantPlus = 0xF19D8 , PackageVariantRemove = 0xF19D9 ,
  PageFirst = 0xF0600 , PageLast = 0xF0601 , PageLayoutBody = 0xF06FA , PageLayoutFooter = 0xF06FB ,
  PageLayoutHeader = 0xF06FC , PageLayoutHeaderFooter = 0xF0F7F , PageLayoutSidebarLeft = 0xF06FD , PageLayoutSidebarRight = 0xF06FE ,
  PageNext = 0xF0BB0 , PageNextOutline = 0xF0BB1 , PagePrevious = 0xF0BB2 , PagePreviousOutline = 0xF0BB3 ,
  Pail = 0xF1417 , PailMinus = 0xF1437 , PailMinusOutline = 0xF143C , PailOff = 0xF1439 ,
  PailOffOutline = 0xF143E , PailOutline = 0xF143A , PailPlus = 0xF1436 , PailPlusOutline = 0xF143B ,
  PailRemove = 0xF1438 , PailRemoveOutline = 0xF143D , Palette = 0xF03D8 , PaletteAdvanced = 0xF03D9 ,
  PaletteOutline = 0xF0E0C , PaletteSwatch = 0xF08B5 , PaletteSwatchOutline = 0xF135C , PaletteSwatchVariant = 0xF195A ,
  PalmTree = 0xF1055 , Pan = 0xF0BB4 , PanBottomLeft = 0xF0BB5 , PanBottomRight = 0xF0BB6 ,
  PanDown = 0xF0BB7 , PanHorizontal = 0xF0BB8 , PanLeft = 0xF0BB9 , PanRight = 0xF0BBA ,
  PanTopLeft = 0xF0BBB , PanTopRight = 0xF0BBC , PanUp = 0xF0BBD , PanVertical = 0xF0BBE ,
  Panda = 0xF03DA , Pandora = 0xF03DB , Panorama = 0xF03DC , PanoramaFisheye = 0xF03DD ,
  PanoramaHorizontal = 0xF1928 , PanoramaHorizontalOutline = 0xF03DE , PanoramaOutline = 0xF198C , PanoramaSphere = 0xF198D ,
  PanoramaSphereOutline = 0xF198E , PanoramaVariant = 0xF198F , PanoramaVariantOutline = 0xF1990 , PanoramaVertical = 0xF1929 ,
  PanoramaVerticalOutline = 0xF03DF , PanoramaWideAngle = 0xF195F , PanoramaWideAngleOutline = 0xF03E0 , PaperCutVertical = 0xF03E1 ,
  PaperRoll = 0xF1157 , PaperRollOutline = 0xF1158 , Paperclip = 0xF03E2 , PaperclipCheck = 0xF1AC6 ,
  PaperclipLock = 0xF19DA , PaperclipMinus = 0xF1AC7 , PaperclipOff = 0xF1AC8 , PaperclipPlus = 0xF1AC9 ,
  PaperclipRemove = 0xF1ACA , Parachute = 0xF0CB4 , ParachuteOutline = 0xF0CB5 , Paragliding = 0xF1745 ,
  Parking = 0xF03E3 , PartyPopper = 0xF1056 , Passport = 0xF07E3 , PassportAlert = 0xF1CB8 ,
  PassportBiometric = 0xF0DE1 , PassportCancel = 0xF1CB9 , PassportCheck = 0xF1CBA , PassportMinus = 0xF1CBB ,
  PassportPlus = 0xF1CBC , PassportRemove = 0xF1CBD , Pasta = 0xF1160 , PatioHeater = 0xF0F80 ,
  Patreon = 0xF0882 , Pause = 0xF03E4 , PauseBox = 0xF00BC , PauseBoxOutline = 0xF1B7A ,
  PauseCircle = 0xF03E5 , PauseCircleOutline = 0xF03E6 , PauseOctagon = 0xF03E7 , PauseOctagonOutline = 0xF03E8 ,
  Paw = 0xF03E9 , PawOff = 0xF0657 , PawOffOutline = 0xF1676 , PawOutline = 0xF1675 ,
  Peace = 0xF0884 , Peanut = 0xF0FFC , PeanutOff = 0xF0FFD , PeanutOffOutline = 0xF0FFF ,
  PeanutOutline = 0xF0FFE , Pen = 0xF03EA , PenLock = 0xF0DE2 , PenMinus = 0xF0DE3 ,
  PenOff = 0xF0DE4 , PenPlus = 0xF0DE5 , PenRemove = 0xF0DE6 , Pencil = 0xF03EB ,
  PencilBox = 0xF03EC , PencilBoxMultiple = 0xF1144 , PencilBoxMultipleOutline = 0xF1145 , PencilBoxOutline = 0xF03ED ,
  PencilCircle = 0xF06FF , PencilCircleOutline = 0xF0776 , PencilLock = 0xF03EE , PencilLockOutline = 0xF0DE7 ,
  PencilMinus = 0xF0DE8 , PencilMinusOutline = 0xF0DE9 , PencilOff = 0xF03EF , PencilOffOutline = 0xF0DEA ,
  PencilOutline = 0xF0CB6 , PencilPlus = 0xF0DEB , PencilPlusOutline = 0xF0DEC , PencilRemove = 0xF0DED ,
  PencilRemoveOutline = 0xF0DEE , PencilRuler = 0xF1353 , PencilRulerOutline = 0xF1C11 , Penguin = 0xF0EC0 ,
  Pentagon = 0xF0701 , PentagonOutline = 0xF0700 , Pentagram = 0xF1667 , Percent = 0xF03F0 ,
  PercentBox = 0xF1A02 , PercentBoxOutline = 0xF1A03 , PercentCircle = 0xF1A04 , PercentCircleOutline = 0xF1A05 ,
  PercentOutline = 0xF1278 , PeriodicTable = 0xF08B6 , PerspectiveLess = 0xF0D23 , PerspectiveMore = 0xF0D24 ,
  Ph = 0xF17C5 , Phone = 0xF03F2 , PhoneAlert = 0xF0F1A , PhoneAlertOutline = 0xF118E ,
  PhoneBluetooth = 0xF03F3 , PhoneBluetoothOutline = 0xF118F , PhoneCancel = 0xF10BC , PhoneCancelOutline = 0xF1190 ,
  PhoneCheck = 0xF11A9 , PhoneCheckOutline = 0xF11AA , PhoneClassic = 0xF0602 , PhoneClassicOff = 0xF1279 ,
  PhoneClock = 0xF19DB , PhoneDial = 0xF1559 , PhoneDialOutline = 0xF155A , PhoneForward = 0xF03F4 ,
  PhoneForwardOutline = 0xF1191 , PhoneHangup = 0xF03F5 , PhoneHangupOutline = 0xF1192 , PhoneInTalk = 0xF03F6 ,
  PhoneInTalkOutline = 0xF1182 , PhoneIncoming = 0xF03F7 , PhoneIncomingOutgoing = 0xF1B3F , PhoneIncomingOutgoingOutline = 0xF1B40 ,
  PhoneIncomingOutline = 0xF1193 , PhoneLock = 0xF03F8 , PhoneLockOutline = 0xF1194 , PhoneLog = 0xF03F9 ,
  PhoneLogOutline = 0xF1195 , PhoneMessage = 0xF1196 , PhoneMessageOutline = 0xF1197 , PhoneMinus = 0xF0658 ,
  PhoneMinusOutline = 0xF1198 , PhoneMissed = 0xF03FA , PhoneMissedOutline = 0xF11A5 , PhoneOff = 0xF0DEF ,
  PhoneOffOutline = 0xF11A6 , PhoneOutgoing = 0xF03FB , PhoneOutgoingOutline = 0xF1199 , PhoneOutline = 0xF0DF0 ,
  PhonePaused = 0xF03FC , PhonePausedOutline = 0xF119A , PhonePlus = 0xF0659 , PhonePlusOutline = 0xF119B ,
  PhoneRefresh = 0xF1993 , PhoneRefreshOutline = 0xF1994 , PhoneRemove = 0xF152F , PhoneRemoveOutline = 0xF1530 ,
  PhoneReturn = 0xF082F , PhoneReturnOutline = 0xF119C , PhoneRing = 0xF11AB , PhoneRingOutline = 0xF11AC ,
  PhoneRotateLandscape = 0xF0885 , PhoneRotatePortrait = 0xF0886 , PhoneSettings = 0xF03FD , PhoneSettingsOutline = 0xF119D ,
  PhoneSync = 0xF1995 , PhoneSyncOutline = 0xF1996 , PhoneVoip = 0xF03FE , Pi = 0xF03FF ,
  PiBox = 0xF0400 , PiHole = 0xF0DF1 , Piano = 0xF067D , PianoOff = 0xF0698 ,
  Pickaxe = 0xF08B7 , PictureInPictureBottomRight = 0xF0E57 , PictureInPictureBottomRightOutline = 0xF0E58 , PictureInPictureTopRight = 0xF0E59 ,
  PictureInPictureTopRightOutline = 0xF0E5A , Pier = 0xF0887 , PierCrane = 0xF0888 , Pig = 0xF0401 ,
  PigVariant = 0xF1006 , PigVariantOutline = 0xF1678 , PiggyBank = 0xF1007 , PiggyBankOutline = 0xF1679 ,
  Pill = 0xF0402 , PillMultiple = 0xF1B4C , PillOff = 0xF1A5C , Pillar = 0xF0702 ,
  Pin = 0xF0403 , PinOff = 0xF0404 , PinOffOutline = 0xF0930 , PinOutline = 0xF0931 ,
  PineTree = 0xF0405 , PineTreeBox = 0xF0406 , PineTreeFire = 0xF141A , PineTreeVariant = 0xF1C73 ,
  PineTreeVariantOutline = 0xF1C74 , Pinterest = 0xF0407 , Pinwheel = 0xF0AD5 , PinwheelOutline = 0xF0AD6 ,
  Pipe = 0xF07E5 , PipeDisconnected = 0xF07E6 , PipeLeak = 0xF0889 , PipeValve = 0xF184D ,
  PipeWrench = 0xF1354 , Pirate = 0xF0A08 , Pistol = 0xF0703 , Piston = 0xF088A ,
  Pitchfork = 0xF1553 , Pizza = 0xF0409 , PlaneCar = 0xF1AFF , PlaneTrain = 0xF1B00 ,
  Play = 0xF040A , PlayBox = 0xF127A , PlayBoxEditOutline = 0xF1C3A , PlayBoxLock = 0xF1A16 ,
  PlayBoxLockOpen = 0xF1A17 , PlayBoxLockOpenOutline = 0xF1A18 , PlayBoxLockOutline = 0xF1A19 , PlayBoxMultiple = 0xF0D19 ,
  PlayBoxMultipleOutline = 0xF13E6 , PlayBoxOutline = 0xF040B , PlayCircle = 0xF040C , PlayCircleOutline = 0xF040D ,
  PlayNetwork = 0xF088B , PlayNetworkOutline = 0xF0CB7 , PlayOutline = 0xF0F1B , PlayPause = 0xF040E ,
  PlayProtectedContent = 0xF040F , PlaySpeed = 0xF08FF , PlaylistCheck = 0xF05C7 , PlaylistEdit = 0xF0900 ,
  PlaylistMinus = 0xF0410 , PlaylistMusic = 0xF0CB8 , PlaylistMusicOutline = 0xF0CB9 , PlaylistPlay = 0xF0411 ,
  PlaylistPlus = 0xF0412 , PlaylistRemove = 0xF0413 , PlaylistStar = 0xF0DF2 , Plex = 0xF06BA ,
  Pliers = 0xF19A4 , Plus = 0xF0415 , PlusBox = 0xF0416 , PlusBoxMultiple = 0xF0334 ,
  PlusBoxMultipleOutline = 0xF1143 , PlusBoxOutline = 0xF0704 , PlusCircle = 0xF0417 , PlusCircleMultiple = 0xF034C ,
  PlusCircleMultipleOutline = 0xF0418 , PlusCircleOutline = 0xF0419 , PlusLock = 0xF1A5D , PlusLockOpen = 0xF1A5E ,
  PlusMinus = 0xF0992 , PlusMinusBox = 0xF0993 , PlusMinusVariant = 0xF14C9 , PlusNetwork = 0xF041A ,
  PlusNetworkOutline = 0xF0CBA , PlusOutline = 0xF0705 , PlusThick = 0xF11EC , Pocket = 0xF1CBE ,
  Podcast = 0xF0994 , Podium = 0xF0D25 , PodiumBronze = 0xF0D26 , PodiumGold = 0xF0D27 ,
  PodiumSilver = 0xF0D28 , PointOfSale = 0xF0D92 , Pokeball = 0xF041D , PokemonGo = 0xF0A09 ,
  PokerChip = 0xF0830 , Polaroid = 0xF041E , PoliceBadge = 0xF1167 , PoliceBadgeOutline = 0xF1168 ,
  PoliceStation = 0xF1839 , Poll = 0xF041F , Polo = 0xF14C3 , Polymer = 0xF0421 ,
  Pool = 0xF0606 , PoolThermometer = 0xF1A5F , Popcorn = 0xF0422 , Post = 0xF1008 ,
  PostLamp = 0xF1A60 , PostOutline = 0xF1009 , PostageStamp = 0xF0CBB , Pot = 0xF02E5 ,
  PotMix = 0xF065B , PotMixOutline = 0xF0677 , PotOutline = 0xF02FF , PotSteam = 0xF065A ,
  PotSteamOutline = 0xF0326 , Pound = 0xF0423 , PoundBox = 0xF0424 , PoundBoxOutline = 0xF117F ,
  Power = 0xF0425 , PowerCycle = 0xF0901 , PowerOff = 0xF0902 , PowerOn = 0xF0903 ,
  PowerPlug = 0xF06A5 , PowerPlugBattery = 0xF1C3B , PowerPlugBatteryOutline = 0xF1C3C , PowerPlugOff = 0xF06A6 ,
  PowerPlugOffOutline = 0xF1424 , PowerPlugOutline = 0xF1425 , PowerSettings = 0xF0426 , PowerSleep = 0xF0904 ,
  PowerSocket = 0xF0427 , PowerSocketAu = 0xF0905 , PowerSocketCh = 0xF0FB3 , PowerSocketDe = 0xF1107 ,
  PowerSocketEu = 0xF07E7 , PowerSocketFr = 0xF1108 , PowerSocketIt = 0xF14FF , PowerSocketJp = 0xF1109 ,
  PowerSocketUk = 0xF07E8 , PowerSocketUs = 0xF07E9 , PowerStandby = 0xF0906 , Powershell = 0xF0A0A ,
  Prescription = 0xF0706 , Presentation = 0xF0428 , PresentationPlay = 0xF0429 , Pretzel = 0xF1562 ,
  Printer = 0xF042A , Printer3d = 0xF042B , Printer3dNozzle = 0xF0E5B , Printer3dNozzleAlert = 0xF11C0 ,
  Printer3dNozzleAlertOutline = 0xF11C1 , Printer3dNozzleHeat = 0xF18B8 , Printer3dNozzleHeatOutline = 0xF18B9 , Printer3dNozzleOff = 0xF1B19 ,
  Printer3dNozzleOffOutline = 0xF1B1A , Printer3dNozzleOutline = 0xF0E5C , Printer3dOff = 0xF1B0E , PrinterAlert = 0xF042C ,
  PrinterCheck = 0xF1146 , PrinterEye = 0xF1458 , PrinterOff = 0xF0E5D , PrinterOffOutline = 0xF1785 ,
  PrinterOutline = 0xF1786 , PrinterPos = 0xF1057 , PrinterPosAlert = 0xF1BBC , PrinterPosAlertOutline = 0xF1BBD ,
  PrinterPosCancel = 0xF1BBE , PrinterPosCancelOutline = 0xF1BBF , PrinterPosCheck = 0xF1BC0 , PrinterPosCheckOutline = 0xF1BC1 ,
  PrinterPosCog = 0xF1BC2 , PrinterPosCogOutline = 0xF1BC3 , PrinterPosEdit = 0xF1BC4 , PrinterPosEditOutline = 0xF1BC5 ,
  PrinterPosMinus = 0xF1BC6 , PrinterPosMinusOutline = 0xF1BC7 , PrinterPosNetwork = 0xF1BC8 , PrinterPosNetworkOutline = 0xF1BC9 ,
  PrinterPosOff = 0xF1BCA , PrinterPosOffOutline = 0xF1BCB , PrinterPosOutline = 0xF1BCC , PrinterPosPause = 0xF1BCD ,
  PrinterPosPauseOutline = 0xF1BCE , PrinterPosPlay = 0xF1BCF , PrinterPosPlayOutline = 0xF1BD0 , PrinterPosPlus = 0xF1BD1 ,
  PrinterPosPlusOutline = 0xF1BD2 , PrinterPosRefresh = 0xF1BD3 , PrinterPosRefreshOutline = 0xF1BD4 , PrinterPosRemove = 0xF1BD5 ,
  PrinterPosRemoveOutline = 0xF1BD6 , PrinterPosStar = 0xF1BD7 , PrinterPosStarOutline = 0xF1BD8 , PrinterPosStop = 0xF1BD9 ,
  PrinterPosStopOutline = 0xF1BDA , PrinterPosSync = 0xF1BDB , PrinterPosSyncOutline = 0xF1BDC , PrinterPosWrench = 0xF1BDD ,
  PrinterPosWrenchOutline = 0xF1BDE , PrinterSearch = 0xF1457 , PrinterSettings = 0xF0707 , PrinterWireless = 0xF0A0B ,
  PriorityHigh = 0xF0603 , PriorityLow = 0xF0604 , ProfessionalHexagon = 0xF042D , ProgressAlert = 0xF0CBC ,
  ProgressCheck = 0xF0995 , ProgressClock = 0xF0996 , ProgressClose = 0xF110A , ProgressDownload = 0xF0997 ,
  ProgressHelper = 0xF1BA2 , ProgressPencil = 0xF1787 , ProgressQuestion = 0xF1522 , ProgressStar = 0xF1788 ,
  ProgressStarFourPoints = 0xF1C3D , ProgressTag = 0xF1D0D , ProgressUpload = 0xF0998 , ProgressWrench = 0xF0CBD ,
  Projector = 0xF042E , ProjectorOff = 0xF1A23 , ProjectorScreen = 0xF042F , ProjectorScreenOff = 0xF180D ,
  ProjectorScreenOffOutline = 0xF180E , ProjectorScreenOutline = 0xF1724 , ProjectorScreenVariant = 0xF180F , ProjectorScreenVariantOff = 0xF1810 ,
  ProjectorScreenVariantOffOutline = 0xF1811 , ProjectorScreenVariantOutline = 0xF1812 , PropaneTank = 0xF1357 , PropaneTankOutline = 0xF1358 ,
  Protocol = 0xF0FD8 , Publish = 0xF06A7 , PublishOff = 0xF1945 , Pulse = 0xF0430 ,
  Pump = 0xF1402 , PumpOff = 0xF1B22 , Pumpkin = 0xF0BBF , Purse = 0xF0F1C ,
  PurseOutline = 0xF0F1D , Puzzle = 0xF0431 , PuzzleCheck = 0xF1426 , PuzzleCheckOutline = 0xF1427 ,
  PuzzleEdit = 0xF14D3 , PuzzleEditOutline = 0xF14D9 , PuzzleHeart = 0xF14D4 , PuzzleHeartOutline = 0xF14DA ,
  PuzzleMinus = 0xF14D1 , PuzzleMinusOutline = 0xF14D7 , PuzzleOutline = 0xF0A66 , PuzzlePlus = 0xF14D0 ,
  PuzzlePlusOutline = 0xF14D6 , PuzzleRemove = 0xF14D2 , PuzzleRemoveOutline = 0xF14D8 , PuzzleStar = 0xF14D5 ,
  PuzzleStarOutline = 0xF14DB , Pyramid = 0xF1952 , PyramidOff = 0xF1953 , Qi = 0xF0999 ,
  Qqchat = 0xF0605 , Qrcode = 0xF0432 , QrcodeEdit = 0xF08B8 , QrcodeMinus = 0xF118C ,
  QrcodePlus = 0xF118B , QrcodeRemove = 0xF118D , QrcodeScan = 0xF0433 , Quadcopter = 0xF0434 ,
  QualityHigh = 0xF0435 , QualityLow = 0xF0A0C , QualityMedium = 0xF0A0D , QueueFirstInLastOut = 0xF1CAF ,
  Quora = 0xF0D29 , Rabbit = 0xF0907 , RabbitVariant = 0xF1A61 , RabbitVariantOutline = 0xF1A62 ,
  RacingHelmet = 0xF0D93 , Racquetball = 0xF0D94 , Radar = 0xF0437 , Radiator = 0xF0438 ,
  RadiatorDisabled = 0xF0AD7 , RadiatorOff = 0xF0AD8 , Radio = 0xF0439 , RadioAm = 0xF0CBE ,
  RadioFm = 0xF0CBF , RadioHandheld = 0xF043A , RadioOff = 0xF121C , RadioTower = 0xF043B ,
  Radioactive = 0xF043C , RadioactiveCircle = 0xF185D , RadioactiveCircleOutline = 0xF185E , RadioactiveOff = 0xF0EC1 ,
  RadioboxBlank = 0xF043D , RadioboxIndeterminateVariant = 0xF1C5E , RadioboxMarked = 0xF043E , RadiologyBox = 0xF14C5 ,
  RadiologyBoxOutline = 0xF14C6 , Radius = 0xF0CC0 , RadiusOutline = 0xF0CC1 , RailroadLight = 0xF0F1E ,
  Rake = 0xF1544 , RaspberryPi = 0xF043F , Raw = 0xF1A0F , RawOff = 0xF1A10 ,
  RayEnd = 0xF0440 , RayEndArrow = 0xF0441 , RayStart = 0xF0442 , RayStartArrow = 0xF0443 ,
  RayStartEnd = 0xF0444 , RayStartVertexEnd = 0xF15D8 , RayVertex = 0xF0445 , RazorDoubleEdge = 0xF1997 ,
  RazorSingleEdge = 0xF1998 , React = 0xF0708 , Read = 0xF0447 , Receipt = 0xF0824 ,
  ReceiptClock = 0xF1C3E , ReceiptClockOutline = 0xF1C3F , ReceiptOutline = 0xF04F7 , ReceiptSend = 0xF1C40 ,
  ReceiptSendOutline = 0xF1C41 , ReceiptText = 0xF0449 , ReceiptTextArrowLeft = 0xF1C42 , ReceiptTextArrowLeftOutline = 0xF1C43 ,
  ReceiptTextArrowRight = 0xF1C44 , ReceiptTextArrowRightOutline = 0xF1C45 , ReceiptTextCheck = 0xF1A63 , ReceiptTextCheckOutline = 0xF1A64 ,
  ReceiptTextClock = 0xF1C46 , ReceiptTextClockOutline = 0xF1C47 , ReceiptTextEdit = 0xF1C48 , ReceiptTextEditOutline = 0xF1C49 ,
  ReceiptTextMinus = 0xF1A65 , ReceiptTextMinusOutline = 0xF1A66 , ReceiptTextOutline = 0xF19DC , ReceiptTextPlus = 0xF1A67 ,
  ReceiptTextPlusOutline = 0xF1A68 , ReceiptTextRemove = 0xF1A69 , ReceiptTextRemoveOutline = 0xF1A6A , ReceiptTextSend = 0xF1C4A ,
  ReceiptTextSendOutline = 0xF1C4B , Record = 0xF044A , RecordCircle = 0xF0EC2 , RecordCircleOutline = 0xF0EC3 ,
  RecordPlayer = 0xF099A , RecordRec = 0xF044B , Rectangle = 0xF0E5E , RectangleOutline = 0xF0E5F ,
  Recycle = 0xF044C , RecycleVariant = 0xF139D , Reddit = 0xF044D , Redhat = 0xF111B ,
  Redo = 0xF044E , RedoVariant = 0xF044F , ReflectHorizontal = 0xF0A0E , ReflectVertical = 0xF0A0F ,
  Refresh = 0xF0450 , RefreshAuto = 0xF18F2 , RefreshCircle = 0xF1377 , Regex = 0xF0451 ,
  RegisteredTrademark = 0xF0A67 , Reiterate = 0xF1588 , RelationManyToMany = 0xF1496 , RelationManyToOne = 0xF1497 ,
  RelationManyToOneOrMany = 0xF1498 , RelationManyToOnlyOne = 0xF1499 , RelationManyToZeroOrMany = 0xF149A , RelationManyToZeroOrOne = 0xF149B ,
  RelationOneOrManyToMany = 0xF149C , RelationOneOrManyToOne = 0xF149D , RelationOneOrManyToOneOrMany = 0xF149E , RelationOneOrManyToOnlyOne = 0xF149F ,
  RelationOneOrManyToZeroOrMany = 0xF14A0 , RelationOneOrManyToZeroOrOne = 0xF14A1 , RelationOneToMany = 0xF14A2 , RelationOneToOne = 0xF14A3 ,
  RelationOneToOneOrMany = 0xF14A4 , RelationOneToOnlyOne = 0xF14A5 , RelationOneToZeroOrMany = 0xF14A6 , RelationOneToZeroOrOne = 0xF14A7 ,
  RelationOnlyOneToMany = 0xF14A8 , RelationOnlyOneToOne = 0xF14A9 , RelationOnlyOneToOneOrMany = 0xF14AA , RelationOnlyOneToOnlyOne = 0xF14AB ,
  RelationOnlyOneToZeroOrMany = 0xF14AC , RelationOnlyOneToZeroOrOne = 0xF14AD , RelationZeroOrManyToMany = 0xF14AE , RelationZeroOrManyToOne = 0xF14AF ,
  RelationZeroOrManyToOneOrMany = 0xF14B0 , RelationZeroOrManyToOnlyOne = 0xF14B1 , RelationZeroOrManyToZeroOrMany = 0xF14B2 , RelationZeroOrManyToZeroOrOne = 0xF14B3 ,
  RelationZeroOrOneToMany = 0xF14B4 , RelationZeroOrOneToOne = 0xF14B5 , RelationZeroOrOneToOneOrMany = 0xF14B6 , RelationZeroOrOneToOnlyOne = 0xF14B7 ,
  RelationZeroOrOneToZeroOrMany = 0xF14B8 , RelationZeroOrOneToZeroOrOne = 0xF14B9 , RelativeScale = 0xF0452 , Reload = 0xF0453 ,
  ReloadAlert = 0xF110B , Reminder = 0xF088C , Remote = 0xF0454 , RemoteDesktop = 0xF08B9 ,
  RemoteOff = 0xF0EC4 , RemoteTv = 0xF0EC5 , RemoteTvOff = 0xF0EC6 , Rename = 0xF1C18 ,
  RenameBox = 0xF0455 , RenameBoxOutline = 0xF1C19 , RenameOutline = 0xF1C1A , ReorderHorizontal = 0xF0688 ,
  ReorderVertical = 0xF0689 , Repeat = 0xF0456 , RepeatOff = 0xF0457 , RepeatOnce = 0xF0458 ,
  RepeatVariant = 0xF0547 , Replay = 0xF0459 , Reply = 0xF045A , ReplyAll = 0xF045B ,
  ReplyAllOutline = 0xF0F1F , ReplyCircle = 0xF11AE , ReplyOutline = 0xF0F20 , Reproduction = 0xF045C ,
  Resistor = 0xF0B44 , ResistorNodes = 0xF0B45 , Resize = 0xF0A68 , ResizeBottomRight = 0xF045D ,
  Responsive = 0xF045E , Restart = 0xF0709 , RestartAlert = 0xF110C , RestartOff = 0xF0D95 ,
  Restore = 0xF099B , RestoreAlert = 0xF110D , Rewind = 0xF045F , Rewind10 = 0xF0D2A ,
  Rewind15 = 0xF1946 , Rewind30 = 0xF0D96 , Rewind45 = 0xF1B13 , Rewind5 = 0xF11F9 ,
  Rewind60 = 0xF160C , RewindOutline = 0xF070A , Rhombus = 0xF070B , RhombusMedium = 0xF0A10 ,
  RhombusMediumOutline = 0xF14DC , RhombusOutline = 0xF070C , RhombusSplit = 0xF0A11 , RhombusSplitOutline = 0xF14DD ,
  Ribbon = 0xF0460 , Rice = 0xF07EA , Rickshaw = 0xF15BB , RickshawElectric = 0xF15BC ,
  Ring = 0xF07EB , Rivet = 0xF0E60 , Road = 0xF0461 , RoadVariant = 0xF0462 ,
  Robber = 0xF1058 , Robot = 0xF06A9 , RobotAngry = 0xF169D , RobotAngryOutline = 0xF169E ,
  RobotConfused = 0xF169F , RobotConfusedOutline = 0xF16A0 , RobotDead = 0xF16A1 , RobotDeadOutline = 0xF16A2 ,
  RobotExcited = 0xF16A3 , RobotExcitedOutline = 0xF16A4 , RobotHappy = 0xF1719 , RobotHappyOutline = 0xF171A ,
  RobotIndustrial = 0xF0B46 , RobotIndustrialOutline = 0xF1A1A , RobotLove = 0xF16A5 , RobotLoveOutline = 0xF16A6 ,
  RobotMower = 0xF11F7 , RobotMowerOutline = 0xF11F3 , RobotOff = 0xF16A7 , RobotOffOutline = 0xF167B ,
  RobotOutline = 0xF167A , RobotVacuum = 0xF070D , RobotVacuumAlert = 0xF1B5D , RobotVacuumOff = 0xF1C01 ,
  RobotVacuumVariant = 0xF0908 , RobotVacuumVariantAlert = 0xF1B5E , RobotVacuumVariantOff = 0xF1C02 , Rocket = 0xF0463 ,
  RocketLaunch = 0xF14DE , RocketLaunchOutline = 0xF14DF , RocketOutline = 0xF13AF , Rodent = 0xF1327 ,
  RollerShade = 0xF1A6B , RollerShadeClosed = 0xF1A6C , RollerSkate = 0xF0D2B , RollerSkateOff = 0xF0145 ,
  Rollerblade = 0xF0D2C , RollerbladeOff = 0xF002E , Rollupjs = 0xF0BC0 , Rolodex = 0xF1AB9 ,
  RolodexOutline = 0xF1ABA , RomanNumeral1 = 0xF1088 , RomanNumeral10 = 0xF1091 , RomanNumeral2 = 0xF1089 ,
  RomanNumeral3 = 0xF108A , RomanNumeral4 = 0xF108B , RomanNumeral5 = 0xF108C , RomanNumeral6 = 0xF108D ,
  RomanNumeral7 = 0xF108E , RomanNumeral8 = 0xF108F , RomanNumeral9 = 0xF1090 , RoomService = 0xF088D ,
  RoomServiceOutline = 0xF0D97 , Rotate360 = 0xF1999 , Rotate3d = 0xF0EC7 , Rotate3dVariant = 0xF0464 ,
  RotateLeft = 0xF0465 , RotateLeftVariant = 0xF0466 , RotateOrbit = 0xF0D98 , RotateRight = 0xF0467 ,
  RotateRightVariant = 0xF0468 , RoundedCorner = 0xF0607 , Router = 0xF11E2 , RouterNetwork = 0xF1087 ,
  RouterNetworkWireless = 0xF1C97 , RouterWireless = 0xF0469 , RouterWirelessOff = 0xF15A3 , RouterWirelessSettings = 0xF0A69 ,
  Routes = 0xF046A , RoutesClock = 0xF1059 , Rowing = 0xF0608 , Rss = 0xF046B ,
  RssBox = 0xF046C , RssOff = 0xF0F21 , Rug = 0xF1475 , Rugby = 0xF0D99 ,
  Ruler = 0xF046D , RulerSquare = 0xF0CC2 , RulerSquareCompass = 0xF0EBE , Run = 0xF070E ,
  RunFast = 0xF046E , RvTruck = 0xF11D4 , Sack = 0xF0D2E , SackOutline = 0xF1C4C ,
  SackPercent = 0xF0D2F , Safe = 0xF0A6A , SafeSquare = 0xF127C , SafeSquareOutline = 0xF127D ,
  SafetyGoggles = 0xF0D30 , SailBoat = 0xF0EC8 , SailBoatSink = 0xF1AEF , Sale = 0xF046F ,
  SaleOutline = 0xF1A06 , Salesforce = 0xF088E , Sass = 0xF07EC , Satellite = 0xF0470 ,
  SatelliteUplink = 0xF0909 , SatelliteVariant = 0xF0471 , Sausage = 0xF08BA , SausageOff = 0xF1789 ,
  SawBlade = 0xF0E61 , SawtoothWave = 0xF147A , Saxophone = 0xF0609 , Scale = 0xF0472 ,
  ScaleBalance = 0xF05D1 , ScaleBathroom = 0xF0473 , ScaleOff = 0xF105A , ScaleUnbalanced = 0xF19B8 ,
  ScanHelper = 0xF13D8 , Scanner = 0xF06AB , ScannerOff = 0xF090A , ScatterPlot = 0xF0EC9 ,
  ScatterPlotOutline = 0xF0ECA , Scent = 0xF1958 , ScentOff = 0xF1959 , School = 0xF0474 ,
  SchoolOutline = 0xF1180 , ScissorsCutting = 0xF0A6B , Scooter = 0xF15BD , ScooterElectric = 0xF15BE ,
  Scoreboard = 0xF127E , ScoreboardOutline = 0xF127F , ScreenRotation = 0xF0475 , ScreenRotationLock = 0xF0478 ,
  ScrewFlatTop = 0xF0DF3 , ScrewLag = 0xF0DF4 , ScrewMachineFlatTop = 0xF0DF5 , ScrewMachineRoundTop = 0xF0DF6 ,
  ScrewRoundTop = 0xF0DF7 , Screwdriver = 0xF0476 , Script = 0xF0BC1 , ScriptOutline = 0xF0477 ,
  ScriptText = 0xF0BC2 , ScriptTextKey = 0xF1725 , ScriptTextKeyOutline = 0xF1726 , ScriptTextOutline = 0xF0BC3 ,
  ScriptTextPlay = 0xF1727 , ScriptTextPlayOutline = 0xF1728 , Sd = 0xF0479 , Seal = 0xF047A ,
  SealVariant = 0xF0FD9 , SearchWeb = 0xF070F , Seat = 0xF0CC3 , SeatFlat = 0xF047B ,
  SeatFlatAngled = 0xF047C , SeatIndividualSuite = 0xF047D , SeatLegroomExtra = 0xF047E , SeatLegroomNormal = 0xF047F ,
  SeatLegroomReduced = 0xF0480 , SeatOutline = 0xF0CC4 , SeatPassenger = 0xF1249 , SeatReclineExtra = 0xF0481 ,
  SeatReclineNormal = 0xF0482 , Seatbelt = 0xF0CC5 , Security = 0xF0483 , SecurityNetwork = 0xF0484 ,
  Seed = 0xF0E62 , SeedOff = 0xF13FD , SeedOffOutline = 0xF13FE , SeedOutline = 0xF0E63 ,
  SeedPlus = 0xF1A6D , SeedPlusOutline = 0xF1A6E , Seesaw = 0xF15A4 , Segment = 0xF0ECB ,
  Select = 0xF0485 , SelectAll = 0xF0486 , SelectArrowDown = 0xF1B59 , SelectArrowUp = 0xF1B58 ,
  SelectColor = 0xF0D31 , SelectCompare = 0xF0AD9 , SelectDrag = 0xF0A6C , SelectGroup = 0xF0F82 ,
  SelectInverse = 0xF0487 , SelectMarker = 0xF1280 , SelectMultiple = 0xF1281 , SelectMultipleMarker = 0xF1282 ,
  SelectOff = 0xF0488 , SelectPlace = 0xF0FDA , SelectRemove = 0xF17C1 , SelectSearch = 0xF1204 ,
  Selection = 0xF0489 , SelectionDrag = 0xF0A6D , SelectionEllipse = 0xF0D32 , SelectionEllipseArrowInside = 0xF0F22 ,
  SelectionEllipseRemove = 0xF17C2 , SelectionMarker = 0xF1283 , SelectionMultiple = 0xF1285 , SelectionMultipleMarker = 0xF1284 ,
  SelectionOff = 0xF0777 , SelectionRemove = 0xF17C3 , SelectionSearch = 0xF1205 , SemanticWeb = 0xF1316 ,
  Send = 0xF048A , SendCheck = 0xF1161 , SendCheckOutline = 0xF1162 , SendCircle = 0xF0DF8 ,
  SendCircleOutline = 0xF0DF9 , SendClock = 0xF1163 , SendClockOutline = 0xF1164 , SendLock = 0xF07ED ,
  SendLockOutline = 0xF1166 , SendOutline = 0xF1165 , SendVariant = 0xF1C4D , SendVariantClock = 0xF1C7E ,
  SendVariantClockOutline = 0xF1C7F , SendVariantOutline = 0xF1C4E , SerialPort = 0xF065C , Server = 0xF048B ,
  ServerMinus = 0xF048C , ServerMinusOutline = 0xF1C98 , ServerNetwork = 0xF048D , ServerNetworkOff = 0xF048E ,
  ServerNetworkOutline = 0xF1C99 , ServerOff = 0xF048F , ServerOutline = 0xF1C9A , ServerPlus = 0xF0490 ,
  ServerPlusOutline = 0xF1C9B , ServerRemove = 0xF0491 , ServerSecurity = 0xF0492 , SetAll = 0xF0778 ,
  SetCenter = 0xF0779 , SetCenterRight = 0xF077A , SetLeft = 0xF077B , SetLeftCenter = 0xF077C ,
  SetLeftRight = 0xF077D , SetMerge = 0xF14E0 , SetNone = 0xF077E , SetRight = 0xF077F ,
  SetSplit = 0xF14E1 , SetSquare = 0xF145D , SetTopBox = 0xF099F , SettingsHelper = 0xF0A6E ,
  Shaker = 0xF110E , ShakerOutline = 0xF110F , Shape = 0xF0831 , ShapeCirclePlus = 0xF065D ,
  ShapeOutline = 0xF0832 , ShapeOvalPlus = 0xF11FA , ShapePlus = 0xF0495 , ShapePlusOutline = 0xF1C4F ,
  ShapePolygonPlus = 0xF065E , ShapeRectanglePlus = 0xF065F , ShapeSquarePlus = 0xF0660 , ShapeSquareRoundedPlus = 0xF14FA ,
  Share = 0xF0496 , ShareAll = 0xF11F4 , ShareAllOutline = 0xF11F5 , ShareCircle = 0xF11AD ,
  ShareOff = 0xF0F23 , ShareOffOutline = 0xF0F24 , ShareOutline = 0xF0932 , ShareVariant = 0xF0497 ,
  ShareVariantOutline = 0xF1514 , Shark = 0xF18BA , SharkFin = 0xF1673 , SharkFinOutline = 0xF1674 ,
  SharkOff = 0xF18BB , Sheep = 0xF0CC6 , Shield = 0xF0498 , ShieldAccount = 0xF088F ,
  ShieldAccountOutline = 0xF0A12 , ShieldAccountVariant = 0xF15A7 , ShieldAccountVariantOutline = 0xF15A8 , ShieldAirplane = 0xF06BB ,
  ShieldAirplaneOutline = 0xF0CC7 , ShieldAlert = 0xF0ECC , ShieldAlertOutline = 0xF0ECD , ShieldBug = 0xF13DA ,
  ShieldBugOutline = 0xF13DB , ShieldCar = 0xF0F83 , ShieldCheck = 0xF0565 , ShieldCheckOutline = 0xF0CC8 ,
  ShieldCross = 0xF0CC9 , ShieldCrossOutline = 0xF0CCA , ShieldCrown = 0xF18BC , ShieldCrownOutline = 0xF18BD ,
  ShieldEdit = 0xF11A0 , ShieldEditOutline = 0xF11A1 , ShieldHalf = 0xF1360 , ShieldHalfFull = 0xF0780 ,
  ShieldHome = 0xF068A , ShieldHomeOutline = 0xF0CCB , ShieldKey = 0xF0BC4 , ShieldKeyOutline = 0xF0BC5 ,
  ShieldLinkVariant = 0xF0D33 , ShieldLinkVariantOutline = 0xF0D34 , ShieldLock = 0xF099D , ShieldLockOpen = 0xF199A ,
  ShieldLockOpenOutline = 0xF199B , ShieldLockOutline = 0xF0CCC , ShieldMoon = 0xF1828 , ShieldMoonOutline = 0xF1829 ,
  ShieldOff = 0xF099E , ShieldOffOutline = 0xF099C , ShieldOutline = 0xF0499 , ShieldPlus = 0xF0ADA ,
  ShieldPlusOutline = 0xF0ADB , ShieldRefresh = 0xF00AA , ShieldRefreshOutline = 0xF01E0 , ShieldRemove = 0xF0ADC ,
  ShieldRemoveOutline = 0xF0ADD , ShieldSearch = 0xF0D9A , ShieldStar = 0xF113B , ShieldStarOutline = 0xF113C ,
  ShieldSun = 0xF105D , ShieldSunOutline = 0xF105E , ShieldSword = 0xF18BE , ShieldSwordOutline = 0xF18BF ,
  ShieldSync = 0xF11A2 , ShieldSyncOutline = 0xF11A3 , Shimmer = 0xF1545 , ShipWheel = 0xF0833 ,
  ShippingPallet = 0xF184E , ShoeBallet = 0xF15CA , ShoeCleat = 0xF15C7 , ShoeFormal = 0xF0B47 ,
  ShoeHeel = 0xF0B48 , ShoePrint = 0xF0DFA , ShoeSneaker = 0xF15C8 , Shopping = 0xF049A ,
  ShoppingMusic = 0xF049B , ShoppingOutline = 0xF11D5 , ShoppingSearch = 0xF0F84 , ShoppingSearchOutline = 0xF1A6F ,
  Shore = 0xF14F9 , Shovel = 0xF0710 , ShovelOff = 0xF0711 , Shower = 0xF09A0 ,
  ShowerHead = 0xF09A1 , Shredder = 0xF049C , Shuffle = 0xF049D , ShuffleDisabled = 0xF049E ,
  ShuffleVariant = 0xF049F , Shuriken = 0xF137F , Sickle = 0xF18C0 , Sigma = 0xF04A0 ,
  SigmaLower = 0xF062B , SignCaution = 0xF04A1 , SignDirection = 0xF0781 , SignDirectionMinus = 0xF1000 ,
  SignDirectionPlus = 0xF0FDC , SignDirectionRemove = 0xF0FDD , SignLanguage = 0xF1B4D , SignLanguageOutline = 0xF1B4E ,
  SignPole = 0xF14F8 , SignRealEstate = 0xF1118 , SignText = 0xF0782 , SignYield = 0xF1BAF ,
  Signal = 0xF04A2 , Signal2g = 0xF0712 , Signal3g = 0xF0713 , Signal4g = 0xF0714 ,
  Signal5g = 0xF0A6F , SignalCellular1 = 0xF08BC , SignalCellular2 = 0xF08BD , SignalCellular3 = 0xF08BE ,
  SignalCellularOutline = 0xF08BF , SignalDistanceVariant = 0xF0E64 , SignalHspa = 0xF0715 , SignalHspaPlus = 0xF0716 ,
  SignalOff = 0xF0783 , SignalVariant = 0xF060A , Signature = 0xF0DFB , SignatureFreehand = 0xF0DFC ,
  SignatureImage = 0xF0DFD , SignatureText = 0xF0DFE , Silo = 0xF1B9F , SiloOutline = 0xF0B49 ,
  Silverware = 0xF04A3 , SilverwareClean = 0xF0FDE , SilverwareFork = 0xF04A4 , SilverwareForkKnife = 0xF0A70 ,
  SilverwareSpoon = 0xF04A5 , SilverwareVariant = 0xF04A6 , Sim = 0xF04A7 , SimAlert = 0xF04A8 ,
  SimAlertOutline = 0xF15D3 , SimOff = 0xF04A9 , SimOffOutline = 0xF15D4 , SimOutline = 0xF15D5 ,
  SimpleIcons = 0xF131D , SinaWeibo = 0xF0ADF , SineWave = 0xF095B , Sitemap = 0xF04AA ,
  SitemapOutline = 0xF199C , SizeL = 0xF13A6 , SizeM = 0xF13A5 , SizeS = 0xF13A4 ,
  SizeXl = 0xF13A7 , SizeXs = 0xF13A3 , SizeXxl = 0xF13A8 , SizeXxs = 0xF13A2 ,
  SizeXxxl = 0xF13A9 , Skate = 0xF0D35 , SkateOff = 0xF0699 , Skateboard = 0xF14C2 ,
  Skateboarding = 0xF0501 , SkewLess = 0xF0D36 , SkewMore = 0xF0D37 , Ski = 0xF1304 ,
  SkiCrossCountry = 0xF1305 , SkiWater = 0xF1306 , SkipBackward = 0xF04AB , SkipBackwardOutline = 0xF0F25 ,
  SkipForward = 0xF04AC , SkipForwardOutline = 0xF0F26 , SkipNext = 0xF04AD , SkipNextCircle = 0xF0661 ,
  SkipNextCircleOutline = 0xF0662 , SkipNextOutline = 0xF0F27 , SkipPrevious = 0xF04AE , SkipPreviousCircle = 0xF0663 ,
  SkipPreviousCircleOutline = 0xF0664 , SkipPreviousOutline = 0xF0F28 , Skull = 0xF068C , SkullCrossbones = 0xF0BC6 ,
  SkullCrossbonesOutline = 0xF0BC7 , SkullOutline = 0xF0BC8 , SkullScan = 0xF14C7 , SkullScanOutline = 0xF14C8 ,
  Skype = 0xF04AF , SkypeBusiness = 0xF04B0 , Slack = 0xF04B1 , SlashForward = 0xF0FDF ,
  SlashForwardBox = 0xF0FE0 , Sledding = 0xF041B , Sleep = 0xF04B2 , SleepOff = 0xF04B3 ,
  Slide = 0xF15A5 , SlopeDownhill = 0xF0DFF , SlopeUphill = 0xF0E00 , SlotMachine = 0xF1114 ,
  SlotMachineOutline = 0xF1115 , SmartCard = 0xF10BD , SmartCardOff = 0xF18F7 , SmartCardOffOutline = 0xF18F8 ,
  SmartCardOutline = 0xF10BE , SmartCardReader = 0xF10BF , SmartCardReaderOutline = 0xF10C0 , Smog = 0xF0A71 ,
  Smoke = 0xF1799 , SmokeDetector = 0xF0392 , SmokeDetectorAlert = 0xF192E , SmokeDetectorAlertOutline = 0xF192F ,
  SmokeDetectorOff = 0xF1809 , SmokeDetectorOffOutline = 0xF180A , SmokeDetectorOutline = 0xF1808 , SmokeDetectorVariant = 0xF180B ,
  SmokeDetectorVariantAlert = 0xF1930 , SmokeDetectorVariantOff = 0xF180C , Smoking = 0xF04B4 , SmokingOff = 0xF04B5 ,
  SmokingPipe = 0xF140D , SmokingPipeOff = 0xF1428 , Snail = 0xF1677 , Snake = 0xF150E ,
  Snapchat = 0xF04B6 , Snowboard = 0xF1307 , Snowflake = 0xF0717 , SnowflakeAlert = 0xF0F29 ,
  SnowflakeCheck = 0xF1A70 , SnowflakeMelt = 0xF12CB , SnowflakeOff = 0xF14E3 , SnowflakeThermometer = 0xF1A71 ,
  SnowflakeVariant = 0xF0F2A , Snowman = 0xF04B7 , Snowmobile = 0xF06DD , Snowshoeing = 0xF1A72 ,
  Soccer = 0xF04B8 , SoccerField = 0xF0834 , SocialDistance2Meters = 0xF1579 , SocialDistance6Feet = 0xF157A ,
  Sofa = 0xF04B9 , SofaOutline = 0xF156D , SofaSingle = 0xF156E , SofaSingleOutline = 0xF156F ,
  SolarPanel = 0xF0D9B , SolarPanelLarge = 0xF0D9C , SolarPower = 0xF0A72 , SolarPowerVariant = 0xF1A73 ,
  SolarPowerVariantOutline = 0xF1A74 , SolderingIron = 0xF1092 , Solid = 0xF068D , SonyPlaystation = 0xF0414 ,
  Sort = 0xF04BA , SortAlphabeticalAscending = 0xF05BD , SortAlphabeticalAscendingVariant = 0xF1148 , SortAlphabeticalDescending = 0xF05BF ,
  SortAlphabeticalDescendingVariant = 0xF1149 , SortAlphabeticalVariant = 0xF04BB , SortAscending = 0xF04BC , SortBoolAscending = 0xF1385 ,
  SortBoolAscendingVariant = 0xF1386 , SortBoolDescending = 0xF1387 , SortBoolDescendingVariant = 0xF1388 , SortCalendarAscending = 0xF1547 ,
  SortCalendarDescending = 0xF1548 , SortClockAscending = 0xF1549 , SortClockAscendingOutline = 0xF154A , SortClockDescending = 0xF154B ,
  SortClockDescendingOutline = 0xF154C , SortDescending = 0xF04BD , SortNumericAscending = 0xF1389 , SortNumericAscendingVariant = 0xF090D ,
  SortNumericDescending = 0xF138A , SortNumericDescendingVariant = 0xF0AD2 , SortNumericVariant = 0xF04BE , SortReverseVariant = 0xF033C ,
  SortVariant = 0xF04BF , SortVariantLock = 0xF0CCD , SortVariantLockOpen = 0xF0CCE , SortVariantOff = 0xF1ABB ,
  SortVariantRemove = 0xF1147 , Soundbar = 0xF17DB , Soundcloud = 0xF04C0 , SourceBranch = 0xF062C ,
  SourceBranchCheck = 0xF14CF , SourceBranchMinus = 0xF14CB , SourceBranchPlus = 0xF14CA , SourceBranchRefresh = 0xF14CD ,
  SourceBranchRemove = 0xF14CC , SourceBranchSync = 0xF14CE , SourceCommit = 0xF0718 , SourceCommitEnd = 0xF0719 ,
  SourceCommitEndLocal = 0xF071A , SourceCommitLocal = 0xF071B , SourceCommitNextLocal = 0xF071C , SourceCommitStart = 0xF071D ,
  SourceCommitStartNextLocal = 0xF071E , SourceFork = 0xF04C1 , SourceMerge = 0xF062D , SourcePull = 0xF04C2 ,
  SourceRepository = 0xF0CCF , SourceRepositoryMultiple = 0xF0CD0 , SoySauce = 0xF07EE , SoySauceOff = 0xF13FC ,
  Spa = 0xF0CD1 , SpaOutline = 0xF0CD2 , SpaceInvaders = 0xF0BC9 , SpaceStation = 0xF1383 ,
  Spade = 0xF0E65 , Speaker = 0xF04C3 , SpeakerBluetooth = 0xF09A2 , SpeakerMessage = 0xF1B11 ,
  SpeakerMultiple = 0xF0D38 , SpeakerOff = 0xF04C4 , SpeakerPause = 0xF1B73 , SpeakerPlay = 0xF1B72 ,
  SpeakerStop = 0xF1B74 , SpeakerWireless = 0xF071F , Spear = 0xF1845 , Speedometer = 0xF04C5 ,
  SpeedometerMedium = 0xF0F85 , SpeedometerSlow = 0xF0F86 , Spellcheck = 0xF04C6 , Sphere = 0xF1954 ,
  SphereOff = 0xF1955 , Spider = 0xF11EA , SpiderOutline = 0xF1C75 , SpiderThread = 0xF11EB ,
  SpiderWeb = 0xF0BCA , SpiritLevel = 0xF14F1 , SpoonSugar = 0xF1429 , Spotify = 0xF04C7 ,
  Spotlight = 0xF04C8 , SpotlightBeam = 0xF04C9 , Spray = 0xF0665 , SprayBottle = 0xF0AE0 ,
  Sprinkler = 0xF105F , SprinklerFire = 0xF199D , SprinklerVariant = 0xF1060 , Sprout = 0xF0E66 ,
  SproutOutline = 0xF0E67 , Square = 0xF0764 , SquareCircle = 0xF1500 , SquareCircleOutline = 0xF1C50 ,
  SquareEditOutline = 0xF090C , SquareMedium = 0xF0A13 , SquareMediumOutline = 0xF0A14 , SquareOff = 0xF12EE ,
  SquareOffOutline = 0xF12EF , SquareOpacity = 0xF1854 , SquareOutline = 0xF0763 , SquareRoot = 0xF0784 ,
  SquareRootBox = 0xF09A3 , SquareRounded = 0xF14FB , SquareRoundedBadge = 0xF1A07 , SquareRoundedBadgeOutline = 0xF1A08 ,
  SquareRoundedOutline = 0xF14FC , SquareSmall = 0xF0A15 , SquareWave = 0xF147B , Squeegee = 0xF0AE1 ,
  Ssh = 0xF08C0 , StackExchange = 0xF060B , StackOverflow = 0xF04CC , Stackpath = 0xF0359 ,
  Stadium = 0xF0FF9 , StadiumOutline = 0xF1B03 , StadiumVariant = 0xF0720 , Stairs = 0xF04CD ,
  StairsBox = 0xF139E , StairsDown = 0xF12BE , StairsUp = 0xF12BD , Stamper = 0xF0D39 ,
  StandardDefinition = 0xF07EF , Star = 0xF04CE , StarBox = 0xF0A73 , StarBoxMultiple = 0xF1286 ,
  StarBoxMultipleOutline = 0xF1287 , StarBoxOutline = 0xF0A74 , StarCheck = 0xF1566 , StarCheckOutline = 0xF156A ,
  StarCircle = 0xF04CF , StarCircleOutline = 0xF09A4 , StarCog = 0xF1668 , StarCogOutline = 0xF1669 ,
  StarCrescent = 0xF0979 , StarDavid = 0xF097A , StarFace = 0xF09A5 , StarFourPoints = 0xF0AE2 ,
  StarFourPointsBox = 0xF1C51 , StarFourPointsBoxOutline = 0xF1C52 , StarFourPointsCircle = 0xF1C53 , StarFourPointsCircleOutline = 0xF1C54 ,
  StarFourPointsOutline = 0xF0AE3 , StarFourPointsSmall = 0xF1C55 , StarHalf = 0xF0246 , StarHalfFull = 0xF04D0 ,
  StarMinus = 0xF1564 , StarMinusOutline = 0xF1568 , StarOff = 0xF04D1 , StarOffOutline = 0xF155B ,
  StarOutline = 0xF04D2 , StarPlus = 0xF1563 , StarPlusOutline = 0xF1567 , StarRemove = 0xF1565 ,
  StarRemoveOutline = 0xF1569 , StarSettings = 0xF166A , StarSettingsOutline = 0xF166B , StarShooting = 0xF1741 ,
  StarShootingOutline = 0xF1742 , StarThreePoints = 0xF0AE4 , StarThreePointsOutline = 0xF0AE5 , StateMachine = 0xF11EF ,
  Steam = 0xF04D3 , Steering = 0xF04D4 , SteeringOff = 0xF090E , StepBackward = 0xF04D5 ,
  StepBackward2 = 0xF04D6 , StepForward = 0xF04D7 , StepForward2 = 0xF04D8 , Stethoscope = 0xF04D9 ,
  Sticker = 0xF1364 , StickerAlert = 0xF1365 , StickerAlertOutline = 0xF1366 , StickerCheck = 0xF1367 ,
  StickerCheckOutline = 0xF1368 , StickerCircleOutline = 0xF05D0 , StickerEmoji = 0xF0785 , StickerMinus = 0xF1369 ,
  StickerMinusOutline = 0xF136A , StickerOutline = 0xF136B , StickerPlus = 0xF136C , StickerPlusOutline = 0xF136D ,
  StickerRemove = 0xF136E , StickerRemoveOutline = 0xF136F , StickerText = 0xF178E , StickerTextOutline = 0xF178F ,
  Stocking = 0xF04DA , Stomach = 0xF1093 , Stool = 0xF195D , StoolOutline = 0xF195E ,
  Stop = 0xF04DB , StopCircle = 0xF0666 , StopCircleOutline = 0xF0667 , StorageTank = 0xF1A75 ,
  StorageTankOutline = 0xF1A76 , Store = 0xF04DC , Store24Hour = 0xF04DD , StoreAlert = 0xF18C1 ,
  StoreAlertOutline = 0xF18C2 , StoreCheck = 0xF18C3 , StoreCheckOutline = 0xF18C4 , StoreClock = 0xF18C5 ,
  StoreClockOutline = 0xF18C6 , StoreCog = 0xF18C7 , StoreCogOutline = 0xF18C8 , StoreEdit = 0xF18C9 ,
  StoreEditOutline = 0xF18CA , StoreMarker = 0xF18CB , StoreMarkerOutline = 0xF18CC , StoreMinus = 0xF165E ,
  StoreMinusOutline = 0xF18CD , StoreOff = 0xF18CE , StoreOffOutline = 0xF18CF , StoreOutline = 0xF1361 ,
  StorePlus = 0xF165F , StorePlusOutline = 0xF18D0 , StoreRemove = 0xF1660 , StoreRemoveOutline = 0xF18D1 ,
  StoreSearch = 0xF18D2 , StoreSearchOutline = 0xF18D3 , StoreSettings = 0xF18D4 , StoreSettingsOutline = 0xF18D5 ,
  Storefront = 0xF07C7 , StorefrontCheck = 0xF1B7D , StorefrontCheckOutline = 0xF1B7E , StorefrontEdit = 0xF1B7F ,
  StorefrontEditOutline = 0xF1B80 , StorefrontMinus = 0xF1B83 , StorefrontMinusOutline = 0xF1B84 , StorefrontOutline = 0xF10C1 ,
  StorefrontPlus = 0xF1B81 , StorefrontPlusOutline = 0xF1B82 , StorefrontRemove = 0xF1B85 , StorefrontRemoveOutline = 0xF1B86 ,
  Stove = 0xF04DE , Strategy = 0xF11D6 , StretchToPage = 0xF0F2B , StretchToPageOutline = 0xF0F2C ,
  StringLights = 0xF12BA , StringLightsOff = 0xF12BB , SubdirectoryArrowLeft = 0xF060C , SubdirectoryArrowRight = 0xF060D ,
  Submarine = 0xF156C , Subtitles = 0xF0A16 , SubtitlesOutline = 0xF0A17 , Subway = 0xF06AC ,
  SubwayAlertVariant = 0xF0D9D , SubwayVariant = 0xF04DF , Summit = 0xF0786 , SunAngle = 0xF1B27 ,
  SunAngleOutline = 0xF1B28 , SunClock = 0xF1A77 , SunClockOutline = 0xF1A78 , SunCompass = 0xF19A5 ,
  SunSnowflake = 0xF1796 , SunSnowflakeVariant = 0xF1A79 , SunThermometer = 0xF18D6 , SunThermometerOutline = 0xF18D7 ,
  SunWireless = 0xF17FE , SunWirelessOutline = 0xF17FF , Sunglasses = 0xF04E0 , Surfing = 0xF1746 ,
  SurroundSound = 0xF05C5 , SurroundSound20 = 0xF07F0 , SurroundSound21 = 0xF1729 , SurroundSound31 = 0xF07F1 ,
  SurroundSound51 = 0xF07F2 , SurroundSound512 = 0xF172A , SurroundSound71 = 0xF07F3 , Svg = 0xF0721 ,
  SwapHorizontal = 0xF04E1 , SwapHorizontalBold = 0xF0BCD , SwapHorizontalCircle = 0xF0FE1 , SwapHorizontalCircleOutline = 0xF0FE2 ,
  SwapHorizontalHidden = 0xF1D0E , SwapHorizontalVariant = 0xF08C1 , SwapVertical = 0xF04E2 , SwapVerticalBold = 0xF0BCE ,
  SwapVerticalCircle = 0xF0FE3 , SwapVerticalCircleOutline = 0xF0FE4 , SwapVerticalVariant = 0xF08C2 , Swim = 0xF04E3 ,
  Switch = 0xF04E4 , Sword = 0xF04E5 , SwordCross = 0xF0787 , SyllabaryHangul = 0xF1333 ,
  SyllabaryHiragana = 0xF1334 , SyllabaryKatakana = 0xF1335 , SyllabaryKatakanaHalfwidth = 0xF1336 , Symbol = 0xF1501 ,
  Symfony = 0xF0AE6 , Synagogue = 0xF1B04 , SynagogueOutline = 0xF1B05 , Sync = 0xF04E6 ,
  SyncAlert = 0xF04E7 , SyncCircle = 0xF1378 , SyncOff = 0xF04E8 , Tab = 0xF04E9 ,
  TabMinus = 0xF0B4B , TabPlus = 0xF075C , TabRemove = 0xF0B4C , TabSearch = 0xF199E ,
  TabUnselected = 0xF04EA , Table = 0xF04EB , TableAccount = 0xF13B9 , TableAlert = 0xF13BA ,
  TableArrowDown = 0xF13BB , TableArrowLeft = 0xF13BC , TableArrowRight = 0xF13BD , TableArrowUp = 0xF13BE ,
  TableBorder = 0xF0A18 , TableCancel = 0xF13BF , TableChair = 0xF1061 , TableCheck = 0xF13C0 ,
  TableClock = 0xF13C1 , TableCog = 0xF13C2 , TableColumn = 0xF0835 , TableColumnPlusAfter = 0xF04EC ,
  TableColumnPlusBefore = 0xF04ED , TableColumnRemove = 0xF04EE , TableColumnWidth = 0xF04EF , TableEdit = 0xF04F0 ,
  TableEye = 0xF1094 , TableEyeOff = 0xF13C3 , TableFilter = 0xF1B8C , TableFurniture = 0xF05BC ,
  TableHeadersEye = 0xF121D , TableHeadersEyeOff = 0xF121E , TableHeart = 0xF13C4 , TableKey = 0xF13C5 ,
  TableLarge = 0xF04F1 , TableLargePlus = 0xF0F87 , TableLargeRemove = 0xF0F88 , TableLock = 0xF13C6 ,
  TableMergeCells = 0xF09A6 , TableMinus = 0xF13C7 , TableMultiple = 0xF13C8 , TableNetwork = 0xF13C9 ,
  TableOfContents = 0xF0836 , TableOff = 0xF13CA , TablePicnic = 0xF1743 , TablePivot = 0xF183C ,
  TablePlus = 0xF0A75 , TableQuestion = 0xF1B21 , TableRefresh = 0xF13A0 , TableRemove = 0xF0A76 ,
  TableRow = 0xF0837 , TableRowHeight = 0xF04F2 , TableRowPlusAfter = 0xF04F3 , TableRowPlusBefore = 0xF04F4 ,
  TableRowRemove = 0xF04F5 , TableSearch = 0xF090F , TableSettings = 0xF0838 , TableSplitCell = 0xF142A ,
  TableStar = 0xF13CB , TableSync = 0xF13A1 , TableTennis = 0xF0E68 , Tablet = 0xF04F6 ,
  TabletCellphone = 0xF09A7 , TabletDashboard = 0xF0ECE , Taco = 0xF0762 , Tag = 0xF04F9 ,
  TagArrowDown = 0xF172B , TagArrowDownOutline = 0xF172C , TagArrowLeft = 0xF172D , TagArrowLeftOutline = 0xF172E ,
  TagArrowRight = 0xF172F , TagArrowRightOutline = 0xF1730 , TagArrowUp = 0xF1731 , TagArrowUpOutline = 0xF1732 ,
  TagCheck = 0xF1A7A , TagCheckOutline = 0xF1A7B , TagEdit = 0xF1C9C , TagEditOutline = 0xF1C9D ,
  TagFaces = 0xF04FA , TagHeart = 0xF068B , TagHeartOutline = 0xF0BCF , TagHidden = 0xF1C76 ,
  TagMinus = 0xF0910 , TagMinusOutline = 0xF121F , TagMultiple = 0xF04FB , TagMultipleOutline = 0xF12F7 ,
  TagOff = 0xF1220 , TagOffOutline = 0xF1221 , TagOutline = 0xF04FC , TagPlus = 0xF0722 ,
  TagPlusOutline = 0xF1222 , TagRemove = 0xF0723 , TagRemoveOutline = 0xF1223 , TagSearch = 0xF1907 ,
  TagSearchOutline = 0xF1908 , TagText = 0xF1224 , TagTextOutline = 0xF04FD , Tailwind = 0xF13FF ,
  TallyMark1 = 0xF1ABC , TallyMark2 = 0xF1ABD , TallyMark3 = 0xF1ABE , TallyMark4 = 0xF1ABF ,
  TallyMark5 = 0xF1AC0 , Tangram = 0xF04F8 , Tank = 0xF0D3A , TankerTruck = 0xF0FE5 ,
  TapeDrive = 0xF16DF , TapeMeasure = 0xF0B4D , Target = 0xF04FE , TargetAccount = 0xF0BD0 ,
  TargetVariant = 0xF0A77 , Taxi = 0xF04FF , Tea = 0xF0D9E , TeaOutline = 0xF0D9F ,
  Teamviewer = 0xF0500 , TeddyBear = 0xF18FB , Telescope = 0xF0B4E , Television = 0xF0502 ,
  TelevisionAmbientLight = 0xF1356 , TelevisionBox = 0xF0839 , TelevisionClassic = 0xF07F4 , TelevisionClassicOff = 0xF083A ,
  TelevisionGuide = 0xF0503 , TelevisionOff = 0xF083B , TelevisionPause = 0xF0F89 , TelevisionPlay = 0xF0ECF ,
  TelevisionShimmer = 0xF1110 , TelevisionSpeaker = 0xF1B1B , TelevisionSpeakerOff = 0xF1B1C , TelevisionStop = 0xF0F8A ,
  TemperatureCelsius = 0xF0504 , TemperatureFahrenheit = 0xF0505 , TemperatureKelvin = 0xF0506 , TempleBuddhist = 0xF1B06 ,
  TempleBuddhistOutline = 0xF1B07 , TempleHindu = 0xF1B08 , TempleHinduOutline = 0xF1B09 , Tennis = 0xF0DA0 ,
  TennisBall = 0xF0507 , TennisBallOutline = 0xF1C5F , Tent = 0xF0508 , Terraform = 0xF1062 ,
  Terrain = 0xF0509 , TestTube = 0xF0668 , TestTubeEmpty = 0xF0911 , TestTubeOff = 0xF0912 ,
  Text = 0xF09A8 , TextAccount = 0xF1570 , TextBox = 0xF021A , TextBoxCheck = 0xF0EA6 ,
  TextBoxCheckOutline = 0xF0EA7 , TextBoxEdit = 0xF1A7C , TextBoxEditOutline = 0xF1A7D , TextBoxMinus = 0xF0EA8 ,
  TextBoxMinusOutline = 0xF0EA9 , TextBoxMultiple = 0xF0AB7 , TextBoxMultipleOutline = 0xF0AB8 , TextBoxOutline = 0xF09ED ,
  TextBoxPlus = 0xF0EAA , TextBoxPlusOutline = 0xF0EAB , TextBoxRemove = 0xF0EAC , TextBoxRemoveOutline = 0xF0EAD ,
  TextBoxSearch = 0xF0EAE , TextBoxSearchOutline = 0xF0EAF , TextLong = 0xF09AA , TextRecognition = 0xF113D ,
  TextSearch = 0xF13B8 , TextSearchVariant = 0xF1A7E , TextShadow = 0xF0669 , TextShort = 0xF09A9 ,
  Texture = 0xF050C , TextureBox = 0xF0FE6 , Theater = 0xF050D , ThemeLightDark = 0xF050E ,
  Thermometer = 0xF050F , ThermometerAlert = 0xF0E01 , ThermometerAuto = 0xF1B0F , ThermometerBluetooth = 0xF1895 ,
  ThermometerCheck = 0xF1A7F , ThermometerChevronDown = 0xF0E02 , ThermometerChevronUp = 0xF0E03 , ThermometerHigh = 0xF10C2 ,
  ThermometerLines = 0xF0510 , ThermometerLow = 0xF10C3 , ThermometerMinus = 0xF0E04 , ThermometerOff = 0xF1531 ,
  ThermometerPlus = 0xF0E05 , ThermometerProbe = 0xF1B2B , ThermometerProbeOff = 0xF1B2C , ThermometerWater = 0xF1A80 ,
  Thermostat = 0xF0393 , ThermostatAuto = 0xF1B17 , ThermostatBox = 0xF0891 , ThermostatBoxAuto = 0xF1B18 ,
  ThermostatCog = 0xF1C80 , ThoughtBubble = 0xF07F6 , ThoughtBubbleOutline = 0xF07F7 , ThumbDown = 0xF0511 ,
  ThumbDownOutline = 0xF0512 , ThumbUp = 0xF0513 , ThumbUpOutline = 0xF0514 , ThumbsUpDown = 0xF0515 ,
  ThumbsUpDownOutline = 0xF1914 , Ticket = 0xF0516 , TicketAccount = 0xF0517 , TicketConfirmation = 0xF0518 ,
  TicketConfirmationOutline = 0xF13AA , TicketOutline = 0xF0913 , TicketPercent = 0xF0724 , TicketPercentOutline = 0xF142B ,
  Tie = 0xF0519 , Tilde = 0xF0725 , TildeOff = 0xF18F3 , Timelapse = 0xF051A ,
  Timeline = 0xF0BD1 , TimelineAlert = 0xF0F95 , TimelineAlertOutline = 0xF0F98 , TimelineCheck = 0xF1532 ,
  TimelineCheckOutline = 0xF1533 , TimelineClock = 0xF11FB , TimelineClockOutline = 0xF11FC , TimelineMinus = 0xF1534 ,
  TimelineMinusOutline = 0xF1535 , TimelineOutline = 0xF0BD2 , TimelinePlus = 0xF0F96 , TimelinePlusOutline = 0xF0F97 ,
  TimelineQuestion = 0xF0F99 , TimelineQuestionOutline = 0xF0F9A , TimelineRemove = 0xF1536 , TimelineRemoveOutline = 0xF1537 ,
  TimelineText = 0xF0BD3 , TimelineTextOutline = 0xF0BD4 , Timer = 0xF13AB , Timer10 = 0xF051C ,
  Timer3 = 0xF051D , TimerAlert = 0xF1ACC , TimerAlertOutline = 0xF1ACD , TimerCancel = 0xF1ACE ,
  TimerCancelOutline = 0xF1ACF , TimerCheck = 0xF1AD0 , TimerCheckOutline = 0xF1AD1 , TimerCog = 0xF1925 ,
  TimerCogOutline = 0xF1926 , TimerEdit = 0xF1AD2 , TimerEditOutline = 0xF1AD3 , TimerLock = 0xF1AD4 ,
  TimerLockOpen = 0xF1AD5 , TimerLockOpenOutline = 0xF1AD6 , TimerLockOutline = 0xF1AD7 , TimerMarker = 0xF1AD8 ,
  TimerMarkerOutline = 0xF1AD9 , TimerMinus = 0xF1ADA , TimerMinusOutline = 0xF1ADB , TimerMusic = 0xF1ADC ,
  TimerMusicOutline = 0xF1ADD , TimerOff = 0xF13AC , TimerOffOutline = 0xF051E , TimerOutline = 0xF051B ,
  TimerPause = 0xF1ADE , TimerPauseOutline = 0xF1ADF , TimerPlay = 0xF1AE0 , TimerPlayOutline = 0xF1AE1 ,
  TimerPlus = 0xF1AE2 , TimerPlusOutline = 0xF1AE3 , TimerRefresh = 0xF1AE4 , TimerRefreshOutline = 0xF1AE5 ,
  TimerRemove = 0xF1AE6 , TimerRemoveOutline = 0xF1AE7 , TimerSand = 0xF051F , TimerSandComplete = 0xF199F ,
  TimerSandEmpty = 0xF06AD , TimerSandFull = 0xF078C , TimerSandPaused = 0xF19A0 , TimerSettings = 0xF1923 ,
  TimerSettingsOutline = 0xF1924 , TimerStar = 0xF1AE8 , TimerStarOutline = 0xF1AE9 , TimerStop = 0xF1AEA ,
  TimerStopOutline = 0xF1AEB , TimerSync = 0xF1AEC , TimerSyncOutline = 0xF1AED , Timetable = 0xF0520 ,
  Tire = 0xF1896 , Toaster = 0xF1063 , ToasterOff = 0xF11B7 , ToasterOven = 0xF0CD3 ,
  ToggleSwitch = 0xF0521 , ToggleSwitchOff = 0xF0522 , ToggleSwitchOffOutline = 0xF0A19 , ToggleSwitchOutline = 0xF0A1A ,
  ToggleSwitchVariant = 0xF1A25 , ToggleSwitchVariantOff = 0xF1A26 , Toilet = 0xF09AB , Toolbox = 0xF09AC ,
  ToolboxOutline = 0xF09AD , Tools = 0xF1064 , Tooltip = 0xF0523 , TooltipAccount = 0xF000C ,
  TooltipCellphone = 0xF183B , TooltipCheck = 0xF155C , TooltipCheckOutline = 0xF155D , TooltipEdit = 0xF0524 ,
  TooltipEditOutline = 0xF12C5 , TooltipImage = 0xF0525 , TooltipImageOutline = 0xF0BD5 , TooltipMinus = 0xF155E ,
  TooltipMinusOutline = 0xF155F , TooltipOutline = 0xF0526 , TooltipPlus = 0xF0BD6 , TooltipPlusOutline = 0xF0527 ,
  TooltipQuestion = 0xF1BBA , TooltipQuestionOutline = 0xF1BBB , TooltipRemove = 0xF1560 , TooltipRemoveOutline = 0xF1561 ,
  TooltipText = 0xF0528 , TooltipTextOutline = 0xF0BD7 , Tooth = 0xF08C3 , ToothOutline = 0xF0529 ,
  Toothbrush = 0xF1129 , ToothbrushElectric = 0xF112C , ToothbrushPaste = 0xF112A , Torch = 0xF1606 ,
  Tortoise = 0xF0D3B , Toslink = 0xF12B8 , TouchTextOutline = 0xF1C60 , Tournament = 0xF09AE ,
  TowTruck = 0xF083C , TowerBeach = 0xF0681 , TowerFire = 0xF0682 , TownHall = 0xF1875 ,
  ToyBrick = 0xF1288 , ToyBrickMarker = 0xF1289 , ToyBrickMarkerOutline = 0xF128A , ToyBrickMinus = 0xF128B ,
  ToyBrickMinusOutline = 0xF128C , ToyBrickOutline = 0xF128D , ToyBrickPlus = 0xF128E , ToyBrickPlusOutline = 0xF128F ,
  ToyBrickRemove = 0xF1290 , ToyBrickRemoveOutline = 0xF1291 , ToyBrickSearch = 0xF1292 , ToyBrickSearchOutline = 0xF1293 ,
  TrackLight = 0xF0914 , TrackLightOff = 0xF1B01 , Trackpad = 0xF07F8 , TrackpadLock = 0xF0933 ,
  Tractor = 0xF0892 , TractorVariant = 0xF14C4 , Trademark = 0xF0A78 , TrafficCone = 0xF137C ,
  TrafficLight = 0xF052B , TrafficLightOutline = 0xF182A , Train = 0xF052C , TrainBus = 0xF1CC7 ,
  TrainCar = 0xF0BD8 , TrainCarAutorack = 0xF1B2D , TrainCarBox = 0xF1B2E , TrainCarBoxFull = 0xF1B2F ,
  TrainCarBoxOpen = 0xF1B30 , TrainCarCaboose = 0xF1B31 , TrainCarCenterbeam = 0xF1B32 , TrainCarCenterbeamFull = 0xF1B33 ,
  TrainCarContainer = 0xF1B34 , TrainCarFlatbed = 0xF1B35 , TrainCarFlatbedCar = 0xF1B36 , TrainCarFlatbedTank = 0xF1B37 ,
  TrainCarGondola = 0xF1B38 , TrainCarGondolaFull = 0xF1B39 , TrainCarHopper = 0xF1B3A , TrainCarHopperCovered = 0xF1B3B ,
  TrainCarHopperFull = 0xF1B3C , TrainCarIntermodal = 0xF1B3D , TrainCarPassenger = 0xF1733 , TrainCarPassengerDoor = 0xF1734 ,
  TrainCarPassengerDoorOpen = 0xF1735 , TrainCarPassengerVariant = 0xF1736 , TrainCarTank = 0xF1B3E , TrainVariant = 0xF08C4 ,
  Tram = 0xF052D , TramSide = 0xF0FE7 , Transcribe = 0xF052E , TranscribeClose = 0xF052F ,
  Transfer = 0xF1065 , TransferDown = 0xF0DA1 , TransferLeft = 0xF0DA2 , TransferRight = 0xF0530 ,
  TransferUp = 0xF0DA3 , TransitConnection = 0xF0D3C , TransitConnectionHorizontal = 0xF1546 , TransitConnectionVariant = 0xF0D3D ,
  TransitDetour = 0xF0F8B , TransitSkip = 0xF1515 , TransitTransfer = 0xF06AE , Transition = 0xF0915 ,
  TransitionMasked = 0xF0916 , Translate = 0xF05CA , TranslateOff = 0xF0E06 , TranslateVariant = 0xF1B99 ,
  TransmissionTower = 0xF0D3E , TransmissionTowerExport = 0xF192C , TransmissionTowerImport = 0xF192D , TransmissionTowerOff = 0xF19DD ,
  TrashCan = 0xF0A79 , TrashCanOutline = 0xF0A7A , Tray = 0xF1294 , TrayAlert = 0xF1295 ,
  TrayArrowDown = 0xF0120 , TrayArrowUp = 0xF011D , TrayFull = 0xF1296 , TrayMinus = 0xF1297 ,
  TrayPlus = 0xF1298 , TrayRemove = 0xF1299 , TreasureChest = 0xF0726 , TreasureChestOutline = 0xF1C77 ,
  Tree = 0xF0531 , TreeOutline = 0xF0E69 , Trello = 0xF0532 , TrendingDown = 0xF0533 ,
  TrendingNeutral = 0xF0534 , TrendingUp = 0xF0535 , Triangle = 0xF0536 , TriangleDown = 0xF1C56 ,
  TriangleDownOutline = 0xF1C57 , TriangleOutline = 0xF0537 , TriangleSmallDown = 0xF1A09 , TriangleSmallUp = 0xF1A0A ,
  TriangleWave = 0xF147C , Triforce = 0xF0BD9 , Trophy = 0xF0538 , TrophyAward = 0xF0539 ,
  TrophyBroken = 0xF0DA4 , TrophyOutline = 0xF053A , TrophyVariant = 0xF053B , TrophyVariantOutline = 0xF053C ,
  Truck = 0xF053D , TruckAlert = 0xF19DE , TruckAlertOutline = 0xF19DF , TruckCargoContainer = 0xF18D8 ,
  TruckCheck = 0xF0CD4 , TruckCheckOutline = 0xF129A , TruckDelivery = 0xF053E , TruckDeliveryOutline = 0xF129B ,
  TruckFast = 0xF0788 , TruckFastOutline = 0xF129C , TruckFlatbed = 0xF1891 , TruckMinus = 0xF19AE ,
  TruckMinusOutline = 0xF19BD , TruckOffRoad = 0xF1C9E , TruckOffRoadOff = 0xF1C9F , TruckOutline = 0xF129D ,
  TruckPlus = 0xF19AD , TruckPlusOutline = 0xF19BC , TruckRemove = 0xF19AF , TruckRemoveOutline = 0xF19BE ,
  TruckSnowflake = 0xF19A6 , TruckTrailer = 0xF0727 , Trumpet = 0xF1096 , TshirtCrew = 0xF0A7B ,
  TshirtCrewOutline = 0xF053F , TshirtV = 0xF0A7C , TshirtVOutline = 0xF0540 , Tsunami = 0xF1A81 ,
  TumbleDryer = 0xF0917 , TumbleDryerAlert = 0xF11BA , TumbleDryerOff = 0xF11BB , Tune = 0xF062E ,
  TuneVariant = 0xF1542 , TuneVertical = 0xF066A , TuneVerticalVariant = 0xF1543 , Tunnel = 0xF183D ,
  TunnelOutline = 0xF183E , Turbine = 0xF1A82 , Turkey = 0xF171B , Turnstile = 0xF0CD5 ,
  TurnstileOutline = 0xF0CD6 , Turtle = 0xF0CD7 , Twitch = 0xF0543 , Twitter = 0xF0544 ,
  TwoFactorAuthentication = 0xF09AF , Typewriter = 0xF0F2D , Ubisoft = 0xF0BDA , Ubuntu = 0xF0548 ,
  Ufo = 0xF10C4 , UfoOutline = 0xF10C5 , UltraHighDefinition = 0xF07F9 , Umbraco = 0xF0549 ,
  Umbrella = 0xF054A , UmbrellaBeach = 0xF188A , UmbrellaBeachOutline = 0xF188B , UmbrellaClosed = 0xF09B0 ,
  UmbrellaClosedOutline = 0xF13E2 , UmbrellaClosedVariant = 0xF13E1 , UmbrellaOutline = 0xF054B , UnderwearOutline = 0xF1D0F ,
  Undo = 0xF054C , UndoVariant = 0xF054D , UnfoldLessHorizontal = 0xF054E , UnfoldLessVertical = 0xF0760 ,
  UnfoldMoreHorizontal = 0xF054F , UnfoldMoreVertical = 0xF0761 , Ungroup = 0xF0550 , Unicode = 0xF0ED0 ,
  Unicorn = 0xF15C2 , UnicornVariant = 0xF15C3 , Unicycle = 0xF15E5 , Unity = 0xF06AF ,
  Unreal = 0xF09B1 , Update = 0xF06B0 , Upload = 0xF0552 , UploadBox = 0xF1D10 ,
  UploadBoxOutline = 0xF1D11 , UploadCircle = 0xF1D12 , UploadCircleOutline = 0xF1D13 , UploadLock = 0xF1373 ,
  UploadLockOutline = 0xF1374 , UploadMultiple = 0xF083D , UploadMultipleOutline = 0xF1D14 , UploadNetwork = 0xF06F6 ,
  UploadNetworkOutline = 0xF0CD8 , UploadOff = 0xF10C6 , UploadOffOutline = 0xF10C7 , UploadOutline = 0xF0E07 ,
  Usb = 0xF0553 , UsbCPort = 0xF1CBF , UsbFlashDrive = 0xF129E , UsbFlashDriveOutline = 0xF129F ,
  UsbPort = 0xF11F0 , Vacuum = 0xF19A1 , VacuumOutline = 0xF19A2 , Valve = 0xF1066 ,
  ValveClosed = 0xF1067 , ValveOpen = 0xF1068 , VanPassenger = 0xF07FA , VanUtility = 0xF07FB ,
  Vanish = 0xF07FC , VanishQuarter = 0xF1554 , VanityLight = 0xF11E1 , Variable = 0xF0AE7 ,
  VariableBox = 0xF1111 , VectorArrangeAbove = 0xF0554 , VectorArrangeBelow = 0xF0555 , VectorBezier = 0xF0AE8 ,
  VectorCircle = 0xF0556 , VectorCircleVariant = 0xF0557 , VectorCombine = 0xF0558 , VectorCurve = 0xF0559 ,
  VectorDifference = 0xF055A , VectorDifferenceAb = 0xF055B , VectorDifferenceBa = 0xF055C , VectorEllipse = 0xF0893 ,
  VectorIntersection = 0xF055D , VectorLine = 0xF055E , VectorLink = 0xF0FE8 , VectorPoint = 0xF01C4 ,
  VectorPointEdit = 0xF09E8 , VectorPointMinus = 0xF1B78 , VectorPointPlus = 0xF1B79 , VectorPointSelect = 0xF055F ,
  VectorPolygon = 0xF0560 , VectorPolygonVariant = 0xF1856 , VectorPolyline = 0xF0561 , VectorPolylineEdit = 0xF1225 ,
  VectorPolylineMinus = 0xF1226 , VectorPolylinePlus = 0xF1227 , VectorPolylineRemove = 0xF1228 , VectorRadius = 0xF074A ,
  VectorRectangle = 0xF05C6 , VectorSelection = 0xF0562 , VectorSquare = 0xF0001 , VectorSquareClose = 0xF1857 ,
  VectorSquareEdit = 0xF18D9 , VectorSquareMinus = 0xF18DA , VectorSquareOpen = 0xF1858 , VectorSquarePlus = 0xF18DB ,
  VectorSquareRemove = 0xF18DC , VectorTriangle = 0xF0563 , VectorUnion = 0xF0564 , Vhs = 0xF0A1B ,
  Vibrate = 0xF0566 , VibrateOff = 0xF0CD9 , Video = 0xF0567 , Video2d = 0xF1A1C ,
  Video3d = 0xF07FD , Video3dOff = 0xF13D9 , Video3dVariant = 0xF0ED1 , Video4kBox = 0xF083E ,
  VideoAccount = 0xF0919 , VideoBox = 0xF00FD , VideoBoxOff = 0xF00FE , VideoCheck = 0xF1069 ,
  VideoCheckOutline = 0xF106A , VideoHighDefinition = 0xF152E , VideoImage = 0xF091A , VideoInputAntenna = 0xF083F ,
  VideoInputComponent = 0xF0840 , VideoInputHdmi = 0xF0841 , VideoInputScart = 0xF0F8C , VideoInputSvideo = 0xF0842 ,
  VideoMarker = 0xF19A9 , VideoMarkerOutline = 0xF19AA , VideoMinus = 0xF09B2 , VideoMinusOutline = 0xF02BA ,
  VideoOff = 0xF0568 , VideoOffOutline = 0xF0BDB , VideoOutline = 0xF0BDC , VideoPlus = 0xF09B3 ,
  VideoPlusOutline = 0xF01D3 , VideoStabilization = 0xF091B , VideoStandardDefinition = 0xF1CA0 , VideoSwitch = 0xF0569 ,
  VideoSwitchOutline = 0xF0790 , VideoVintage = 0xF0A1C , VideoWireless = 0xF0ED2 , VideoWirelessOutline = 0xF0ED3 ,
  ViewAgenda = 0xF056A , ViewAgendaOutline = 0xF11D8 , ViewArray = 0xF056B , ViewArrayOutline = 0xF1485 ,
  ViewCarousel = 0xF056C , ViewCarouselOutline = 0xF1486 , ViewColumn = 0xF056D , ViewColumnOutline = 0xF1487 ,
  ViewComfy = 0xF0E6A , ViewComfyOutline = 0xF1488 , ViewCompact = 0xF0E6B , ViewCompactOutline = 0xF0E6C ,
  ViewDashboard = 0xF056E , ViewDashboardEdit = 0xF1947 , ViewDashboardEditOutline = 0xF1948 , ViewDashboardOutline = 0xF0A1D ,
  ViewDashboardVariant = 0xF0843 , ViewDashboardVariantOutline = 0xF1489 , ViewDay = 0xF056F , ViewDayOutline = 0xF148A ,
  ViewGallery = 0xF1888 , ViewGalleryOutline = 0xF1889 , ViewGrid = 0xF0570 , ViewGridCompact = 0xF1C61 ,
  ViewGridOutline = 0xF11D9 , ViewGridPlus = 0xF0F8D , ViewGridPlusOutline = 0xF11DA , ViewHeadline = 0xF0571 ,
  ViewList = 0xF0572 , ViewListOutline = 0xF148B , ViewModule = 0xF0573 , ViewModuleOutline = 0xF148C ,
  ViewParallel = 0xF0728 , ViewParallelOutline = 0xF148D , ViewQuilt = 0xF0574 , ViewQuiltOutline = 0xF148E ,
  ViewSequential = 0xF0729 , ViewSequentialOutline = 0xF148F , ViewSplitHorizontal = 0xF0BCB , ViewSplitVertical = 0xF0BCC ,
  ViewStream = 0xF0575 , ViewStreamOutline = 0xF1490 , ViewWeek = 0xF0576 , ViewWeekOutline = 0xF1491 ,
  Vimeo = 0xF0577 , Violin = 0xF060F , VirtualReality = 0xF0894 , Virus = 0xF13B6 ,
  VirusOff = 0xF18E1 , VirusOffOutline = 0xF18E2 , VirusOutline = 0xF13B7 , Vlc = 0xF057C ,
  Voicemail = 0xF057D , Volcano = 0xF1A83 , VolcanoOutline = 0xF1A84 , Volleyball = 0xF09B4 ,
  VolumeEqual = 0xF1B10 , VolumeHigh = 0xF057E , VolumeLow = 0xF057F , VolumeMedium = 0xF0580 ,
  VolumeMinus = 0xF075E , VolumeMute = 0xF075F , VolumeOff = 0xF0581 , VolumePlus = 0xF075D ,
  VolumeSource = 0xF1120 , VolumeVariantOff = 0xF0E08 , VolumeVibrate = 0xF1121 , Vote = 0xF0A1F ,
  VoteOutline = 0xF0A20 , Vpn = 0xF0582 , Vuejs = 0xF0844 , Vuetify = 0xF0E6D ,
  Walk = 0xF0583 , Wall = 0xF07FE , WallFire = 0xF1A11 , WallSconce = 0xF091C ,
  WallSconceFlat = 0xF091D , WallSconceFlatOutline = 0xF17C9 , WallSconceFlatVariant = 0xF041C , WallSconceFlatVariantOutline = 0xF17CA ,
  WallSconceOutline = 0xF17CB , WallSconceRound = 0xF0748 , WallSconceRoundOutline = 0xF17CC , WallSconceRoundVariant = 0xF091E ,
  WallSconceRoundVariantOutline = 0xF17CD , Wallet = 0xF0584 , WalletBifold = 0xF1C58 , WalletBifoldOutline = 0xF1C59 ,
  WalletGiftcard = 0xF0585 , WalletMembership = 0xF0586 , WalletOutline = 0xF0BDD , WalletPlus = 0xF0F8E ,
  WalletPlusOutline = 0xF0F8F , WalletTravel = 0xF0587 , Wallpaper = 0xF0E09 , Wan = 0xF0588 ,
  Wardrobe = 0xF0F90 , WardrobeOutline = 0xF0F91 , Warehouse = 0xF0F81 , WashingMachine = 0xF072A ,
  WashingMachineAlert = 0xF11BC , WashingMachineOff = 0xF11BD , Watch = 0xF0589 , WatchExport = 0xF058A ,
  WatchExportVariant = 0xF0895 , WatchImport = 0xF058B , WatchImportVariant = 0xF0896 , WatchVariant = 0xF0897 ,
  WatchVibrate = 0xF06B1 , WatchVibrateOff = 0xF0CDA , Water = 0xF058C , WaterAlert = 0xF1502 ,
  WaterAlertOutline = 0xF1503 , WaterBoiler = 0xF0F92 , WaterBoilerAlert = 0xF11B3 , WaterBoilerAuto = 0xF1B98 ,
  WaterBoilerOff = 0xF11B4 , WaterCheck = 0xF1504 , WaterCheckOutline = 0xF1505 , WaterCircle = 0xF1806 ,
  WaterMinus = 0xF1506 , WaterMinusOutline = 0xF1507 , WaterOff = 0xF058D , WaterOffOutline = 0xF1508 ,
  WaterOpacity = 0xF1855 , WaterOutline = 0xF0E0A , WaterPercent = 0xF058E , WaterPercentAlert = 0xF1509 ,
  WaterPlus = 0xF150A , WaterPlusOutline = 0xF150B , WaterPolo = 0xF12A0 , WaterPump = 0xF058F ,
  WaterPumpOff = 0xF0F93 , WaterRemove = 0xF150C , WaterRemoveOutline = 0xF150D , WaterSync = 0xF17C6 ,
  WaterThermometer = 0xF1A85 , WaterThermometerOutline = 0xF1A86 , WaterWell = 0xF106B , WaterWellOutline = 0xF106C ,
  Waterfall = 0xF1849 , WateringCan = 0xF1481 , WateringCanOutline = 0xF1482 , Watermark = 0xF0612 ,
  Wave = 0xF0F2E , WaveArrowDown = 0xF1CB0 , WaveArrowUp = 0xF1CB1 , WaveUndercurrent = 0xF1CC0 ,
  Waveform = 0xF147D , Waves = 0xF078D , WavesArrowLeft = 0xF1859 , WavesArrowRight = 0xF185A ,
  WavesArrowUp = 0xF185B , Waze = 0xF0BDE , WeatherCloudy = 0xF0590 , WeatherCloudyAlert = 0xF0F2F ,
  WeatherCloudyArrowRight = 0xF0E6E , WeatherCloudyClock = 0xF18F6 , WeatherDust = 0xF1B5A , WeatherFog = 0xF0591 ,
  WeatherHail = 0xF0592 , WeatherHazy = 0xF0F30 , WeatherHurricane = 0xF0898 , WeatherHurricaneOutline = 0xF1C78 ,
  WeatherLightning = 0xF0593 , WeatherLightningRainy = 0xF067E , WeatherMoonset = 0xF1D15 , WeatherMoonsetDown = 0xF1D16 ,
  WeatherMoonsetUp = 0xF1D17 , WeatherNight = 0xF0594 , WeatherNightPartlyCloudy = 0xF0F31 , WeatherPartlyCloudy = 0xF0595 ,
  WeatherPartlyLightning = 0xF0F32 , WeatherPartlyRainy = 0xF0F33 , WeatherPartlySnowy = 0xF0F34 , WeatherPartlySnowyRainy = 0xF0F35 ,
  WeatherPouring = 0xF0596 , WeatherRainy = 0xF0597 , WeatherSnowy = 0xF0598 , WeatherSnowyHeavy = 0xF0F36 ,
  WeatherSnowyRainy = 0xF067F , WeatherSunny = 0xF0599 , WeatherSunnyAlert = 0xF0F37 , WeatherSunnyOff = 0xF14E4 ,
  WeatherSunset = 0xF059A , WeatherSunsetDown = 0xF059B , WeatherSunsetUp = 0xF059C , WeatherTornado = 0xF0F38 ,
  WeatherWindy = 0xF059D , WeatherWindyVariant = 0xF059E , Web = 0xF059F , WebBox = 0xF0F94 ,
  WebCancel = 0xF1790 , WebCheck = 0xF0789 , WebClock = 0xF124A , WebMinus = 0xF10A0 ,
  WebOff = 0xF0A8E , WebPlus = 0xF0033 , WebRefresh = 0xF1791 , WebRemove = 0xF0551 ,
  WebSync = 0xF1792 , Webcam = 0xF05A0 , WebcamOff = 0xF1737 , Webhook = 0xF062F ,
  Webpack = 0xF072B , Webrtc = 0xF1248 , Wechat = 0xF0611 , Weight = 0xF05A1 ,
  WeightGram = 0xF0D3F , WeightKilogram = 0xF05A2 , WeightLifter = 0xF115D , WeightPound = 0xF09B5 ,
  Whatsapp = 0xF05A3 , WheelBarrow = 0xF14F2 , Wheelchair = 0xF1A87 , WheelchairAccessibility = 0xF05A4 ,
  Whistle = 0xF09B6 , WhistleOutline = 0xF12BC , WhiteBalanceAuto = 0xF05A5 , WhiteBalanceIncandescent = 0xF05A6 ,
  WhiteBalanceIridescent = 0xF05A7 , WhiteBalanceSunny = 0xF05A8 , Widgets = 0xF072C , WidgetsOutline = 0xF1355 ,
  Wifi = 0xF05A9 , WifiAlert = 0xF16B5 , WifiArrowDown = 0xF16B6 , WifiArrowLeft = 0xF16B7 ,
  WifiArrowLeftRight = 0xF16B8 , WifiArrowRight = 0xF16B9 , WifiArrowUp = 0xF16BA , WifiArrowUpDown = 0xF16BB ,
  WifiCancel = 0xF16BC , WifiCheck = 0xF16BD , WifiCog = 0xF16BE , WifiLock = 0xF16BF ,
  WifiLockOpen = 0xF16C0 , WifiMarker = 0xF16C1 , WifiMinus = 0xF16C2 , WifiOff = 0xF05AA ,
  WifiPlus = 0xF16C3 , WifiRefresh = 0xF16C4 , WifiRemove = 0xF16C5 , WifiSettings = 0xF16C6 ,
  WifiStar = 0xF0E0B , WifiStrength1 = 0xF091F , WifiStrength1Alert = 0xF0920 , WifiStrength1Lock = 0xF0921 ,
  WifiStrength1LockOpen = 0xF16CB , WifiStrength2 = 0xF0922 , WifiStrength2Alert = 0xF0923 , WifiStrength2Lock = 0xF0924 ,
  WifiStrength2LockOpen = 0xF16CC , WifiStrength3 = 0xF0925 , WifiStrength3Alert = 0xF0926 , WifiStrength3Lock = 0xF0927 ,
  WifiStrength3LockOpen = 0xF16CD , WifiStrength4 = 0xF0928 , WifiStrength4Alert = 0xF0929 , WifiStrength4Lock = 0xF092A ,
  WifiStrength4LockOpen = 0xF16CE , WifiStrengthAlertOutline = 0xF092B , WifiStrengthLockOpenOutline = 0xF16CF , WifiStrengthLockOutline = 0xF092C ,
  WifiStrengthOff = 0xF092D , WifiStrengthOffOutline = 0xF092E , WifiStrengthOutline = 0xF092F , WifiSync = 0xF16C7 ,
  Wikipedia = 0xF05AC , WindPower = 0xF1A88 , WindPowerOutline = 0xF1A89 , WindTurbine = 0xF0DA5 ,
  WindTurbineAlert = 0xF19AB , WindTurbineCheck = 0xF19AC , WindowClose = 0xF05AD , WindowClosed = 0xF05AE ,
  WindowClosedVariant = 0xF11DB , WindowMaximize = 0xF05AF , WindowMinimize = 0xF05B0 , WindowOpen = 0xF05B1 ,
  WindowOpenVariant = 0xF11DC , WindowRestore = 0xF05B2 , WindowShutter = 0xF111C , WindowShutterAlert = 0xF111D ,
  WindowShutterAuto = 0xF1BA3 , WindowShutterCog = 0xF1A8A , WindowShutterOpen = 0xF111E , WindowShutterSettings = 0xF1A8B ,
  Windsock = 0xF15FA , Wiper = 0xF0AE9 , WiperWash = 0xF0DA6 , WiperWashAlert = 0xF18DF ,
  WizardHat = 0xF1477 , Wordpress = 0xF05B4 , Wrap = 0xF05B6 , WrapDisabled = 0xF0BDF ,
  Wrench = 0xF05B7 , WrenchCheck = 0xF1B8F , WrenchCheckOutline = 0xF1B90 , WrenchClock = 0xF19A3 ,
  WrenchClockOutline = 0xF1B93 , WrenchCog = 0xF1B91 , WrenchCogOutline = 0xF1B92 , WrenchOutline = 0xF0BE0 ,
  Xamarin = 0xF0845 , Xml = 0xF05C0 , Xmpp = 0xF07FF , Yahoo = 0xF0B4F ,
  Yeast = 0xF05C1 , YinYang = 0xF0680 , Yoga = 0xF117C , Youtube = 0xF05C3 ,
  YoutubeGaming = 0xF0848 , YoutubeStudio = 0xF0847 , YoutubeSubscription = 0xF0D40 , YoutubeTv = 0xF0448 ,
  Yurt = 0xF1516 , ZWave = 0xF0AEA , Zend = 0xF0AEB , Zigbee = 0xF0D41 ,
  ZipBox = 0xF05C4 , ZipBoxOutline = 0xF0FFA , ZipDisk = 0xF0A23 , ZodiacAquarius = 0xF0A7D ,
  ZodiacAries = 0xF0A7E , ZodiacCancer = 0xF0A7F , ZodiacCapricorn = 0xF0A80 , ZodiacGemini = 0xF0A81 ,
  ZodiacLeo = 0xF0A82 , ZodiacLibra = 0xF0A83 , ZodiacPisces = 0xF0A84 , ZodiacSagittarius = 0xF0A85 ,
  ZodiacScorpio = 0xF0A86 , ZodiacTaurus = 0xF0A87 , ZodiacVirgo = 0xF0A88 , First = 0xF0001 ,
  Last = 0xF1D17
}
 Unicode code points of common ideographs More...
enum class  ScanCode : int32_t {
  None = 0 , Key_A = 4 , Key_B = 5 , Key_C = 6 ,
  Key_D = 7 , Key_E = 8 , Key_F = 9 , Key_G = 10 ,
  Key_H = 11 , Key_I = 12 , Key_J = 13 , Key_K = 14 ,
  Key_L = 15 , Key_M = 16 , Key_N = 17 , Key_O = 18 ,
  Key_P = 19 , Key_Q = 20 , Key_R = 21 , Key_S = 22 ,
  Key_T = 23 , Key_U = 24 , Key_V = 25 , Key_W = 26 ,
  Key_X = 27 , Key_Y = 28 , Key_Z = 29 , Key_1 = 30 ,
  Key_2 = 31 , Key_3 = 32 , Key_4 = 33 , Key_5 = 34 ,
  Key_6 = 35 , Key_7 = 36 , Key_8 = 37 , Key_9 = 38 ,
  Key_0 = 39 , Key_Return = 40 , Key_Escape = 41 , Key_Backspace = 42 ,
  Key_Tab = 43 , Key_Space = 44 , Key_Minus = 45 , Key_Equals = 46 ,
  Key_LeftBracket = 47 , Key_RightBracket = 48 , Key_Backslash = 49 , Key_NonUsHash = 50 ,
  Key_Semicolon = 51 , Key_Apostrophe = 52 , Key_Grave = 53 , Key_Comma = 54 ,
  Key_Period = 55 , Key_Slash = 56 , Key_CapsLock = 57 , Key_F1 = 58 ,
  Key_F2 = 59 , Key_F3 = 60 , Key_F4 = 61 , Key_F5 = 62 ,
  Key_F6 = 63 , Key_F7 = 64 , Key_F8 = 65 , Key_F9 = 66 ,
  Key_F10 = 67 , Key_F11 = 68 , Key_F12 = 69 , Key_PrintScreen = 70 ,
  Key_ScrollLock = 71 , Key_Pause = 72 , Key_Insert = 73 , Key_Home = 74 ,
  Key_PageUp = 75 , Key_Delete = 76 , Key_End = 77 , Key_PageDown = 78 ,
  Key_Right = 79 , Key_Left = 80 , Key_Down = 81 , Key_Up = 82 ,
  Key_NumLockClear = 83 , KeyPad_Divide = 84 , KeyPad_Multiply = 85 , KeyPad_Minus = 86 ,
  KeyPad_Plus = 87 , KeyPad_Enter = 88 , KeyPad_1 = 89 , KeyPad_2 = 90 ,
  KeyPad_3 = 91 , KeyPad_4 = 92 , KeyPad_5 = 93 , KeyPad_6 = 94 ,
  KeyPad_7 = 95 , KeyPad_8 = 96 , KeyPad_9 = 97 , KeyPad_0 = 98 ,
  KeyPad_Period = 99 , Key_NonUsBackslash = 100 , Key_Application = 101 , Key_Power = 102 ,
  KeyPad_Equals = 103 , Key_F13 = 104 , Key_F14 = 105 , Key_F15 = 106 ,
  Key_F16 = 107 , Key_F17 = 108 , Key_F18 = 109 , Key_F19 = 110 ,
  Key_F20 = 111 , Key_F21 = 112 , Key_F22 = 113 , Key_F23 = 114 ,
  Key_F24 = 115 , Key_Execute = 116 , Key_Help = 117 , Key_Menu = 118 ,
  Key_Select = 119 , Key_Stop = 120 , Key_Again = 121 , Key_Undo = 122 ,
  Key_Cut = 123 , Key_Copy = 124 , Key_Paste = 125 , Key_Find = 126 ,
  Key_Mute = 127 , Key_VolumeUp = 128 , Key_VolumeDown = 129 , Key_LockingCapsLock = 130 ,
  Key_LockingNumLock = 131 , Key_LockingScrollLock = 132 , KeyPad_Comma = 133 , KeyPad_EqualsAs400 = 134 ,
  Key_International1 = 135 , Key_International2 = 136 , Key_International3 = 137 , Key_International4 = 138 ,
  Key_International5 = 139 , Key_International6 = 140 , Key_International7 = 141 , Key_International8 = 142 ,
  Key_International9 = 143 , Key_Lang1 = 144 , Key_Lang2 = 145 , Key_Lang3 = 146 ,
  Key_Lang4 = 147 , Key_Lang5 = 148 , Key_Lang6 = 149 , Key_Lang7 = 150 ,
  Key_Lang8 = 151 , Key_Lang9 = 152 , Key_AltErase = 153 , Key_SysReq = 154 ,
  Key_Cancel = 155 , Key_Clear = 156 , Key_Prior = 157 , Key_Return2 = 158 ,
  Key_Separator = 159 , Key_Out = 160 , Key_Oper = 161 , Key_ClearAgain = 162 ,
  Key_CrSel = 163 , Key_ExSel = 164 , KeyPad_00 = 176 , KeyPad_000 = 177 ,
  Key_ThousandsSeparator = 178 , Key_DecimalSeparator = 179 , Key_CurrencyUnit = 180 , Key_CurrencySubUnit = 181 ,
  KeyPad_LeftParenthesis = 182 , KeyPad_RightParenthesis = 183 , KeyPad_LeftBrace = 184 , KeyPad_RightBrace = 185 ,
  KeyPad_Tab = 186 , KeyPad_Backspace = 187 , KeyPad_A = 188 , KeyPad_B = 189 ,
  KeyPad_C = 190 , KeyPad_D = 191 , KeyPad_E = 192 , KeyPad_F = 193 ,
  KeyPad_Xor = 194 , KeyPad_Power = 195 , KeyPad_Percent = 196 , KeyPad_Less = 197 ,
  KeyPad_Greater = 198 , KeyPad_Ampersand = 199 , KeyPad_DoubleAmpersand = 200 , KeyPad_VerticalBar = 201 ,
  KeyPad_DoubleVerticalBar = 202 , KeyPad_Colon = 203 , KeyPad_Hash = 204 , KeyPad_Space = 205 ,
  KeyPad_At = 206 , KeyPad_ExclamationMark = 207 , KeyPad_MemoryStore = 208 , KeyPad_MemoryRecall = 209 ,
  KeyPad_MemoryClear = 210 , KeyPad_MemoryAdd = 211 , KeyPad_MemorySubstract = 212 , KeyPad_MemoryMultiply = 213 ,
  KeyPad_MemoryDivide = 214 , KeyPad_PlusMinus = 215 , KeyPad_Clear = 216 , KeyPad_ClearEntry = 217 ,
  KeyPad_Binary = 218 , KeyPad_Octal = 219 , KeyPad_Decimal = 220 , KeyPad_Hexadecimal = 221 ,
  Key_LeftControl = 224 , Key_LeftShift = 225 , Key_LeftAlt = 226 , Key_LeftMeta = 227 ,
  Key_RightControl = 228 , Key_RightShift = 229 , Key_RightAlt = 230 , Key_RightMeta = 231 ,
  Key_Mode = 257 , Key_AudioNext = 258 , Key_AudioPrevious = 259 , Key_AudioStop = 260 ,
  Key_AudioPlay = 261 , Key_AudioMute = 262 , Key_MediaSelect = 263 , Key_Internet = 264 ,
  Key_Mail = 265 , Key_Calculator = 266 , Key_Computer = 267 , Key_AppSearch = 268 ,
  Key_AppHome = 269 , Key_AppBack = 270 , Key_AppForward = 271 , Key_AppStop = 272 ,
  Key_AppRefresh = 273 , Key_AppBookmarks = 274 , Key_BrightnessDown = 275 , Key_BrightnessUp = 276 ,
  Key_DisplaySwitch = 277 , Key_KeyboardLightToggle = 278 , Key_KeyboardLightDown = 279 , Key_KeyboardLightUp = 280 ,
  Key_Eject = 281 , Key_Sleep = 282 , Key_App1 = 283 , Key_App2 = 284 ,
  Key_AudioRewind = 285 , Key_AudioFastForward = 286
}
 Keyboard scan code. More...
enum class  KeyCode : int32_t {
  None = 0 , Key_Return = '\r' , Key_Escape = '\033' , Key_Backspace = '\b' ,
  Key_Tab = '\t' , Key_Space = ' ' , Key_ExclamationMark = '!' , Key_DoubleQuote = '"' ,
  Key_Hash = '#' , Key_Percent = '' , Key_Dollar = '$' , Key_Ampersand = '&' ,
  Key_Quote = '\'' , Key_LeftParenthesis = '(' , Key_RightParenthesis = ')' , Key_Asterisk = '*' ,
  Key_Plus = '+' , Key_Comma = ',' , Key_Minus = '-' , Key_Period = '.' ,
  Key_Slash = '/' , Key_0 = '0' , Key_1 = '1' , Key_2 = '2' ,
  Key_3 = '3' , Key_4 = '4' , Key_5 = '5' , Key_6 = '6' ,
  Key_7 = '7' , Key_8 = '8' , Key_9 = '9' , Key_Colon = ':' ,
  Key_Semicolon = ';' , Key_Less = '<' , Key_Equals = '=' , Key_Greater = '>' ,
  Key_Question = '?' , Key_At = '@' , Key_LeftBracket = '[' , Key_BackSlash = '\\' ,
  Key_RightBracket = ']' , Key_Caret = '^' , Key_Underscore = '_' , Key_Backquote = '`' ,
  Key_A = 'a' , Key_B = 'b' , Key_C = 'c' , Key_D = 'd' ,
  Key_E = 'e' , Key_F = 'f' , Key_G = 'g' , Key_H = 'h' ,
  Key_I = 'i' , Key_J = 'j' , Key_K = 'k' , Key_L = 'l' ,
  Key_M = 'm' , Key_N = 'n' , Key_O = 'o' , Key_P = 'p' ,
  Key_Q = 'q' , Key_R = 'r' , Key_S = 's' , Key_T = 't' ,
  Key_U = 'u' , Key_V = 'v' , Key_W = 'w' , Key_X = 'x' ,
  Key_Y = 'y' , Key_Z = 'z' , Key_CapsLock = static_cast<int32_t>(ScanCode::Key_CapsLock) | (1 << 30) , Key_F1 = static_cast<int32_t>(ScanCode::Key_F1) | (1 << 30) ,
  Key_F2 = static_cast<int32_t>(ScanCode::Key_F2) | (1 << 30) , Key_F3 = static_cast<int32_t>(ScanCode::Key_F3) | (1 << 30) , Key_F4 = static_cast<int32_t>(ScanCode::Key_F4) | (1 << 30) , Key_F5 = static_cast<int32_t>(ScanCode::Key_F5) | (1 << 30) ,
  Key_F6 = static_cast<int32_t>(ScanCode::Key_F6) | (1 << 30) , Key_F7 = static_cast<int32_t>(ScanCode::Key_F7) | (1 << 30) , Key_F8 = static_cast<int32_t>(ScanCode::Key_F8) | (1 << 30) , Key_F9 = static_cast<int32_t>(ScanCode::Key_F9) | (1 << 30) ,
  Key_F10 = static_cast<int32_t>(ScanCode::Key_F10) | (1 << 30) , Key_F11 = static_cast<int32_t>(ScanCode::Key_F11) | (1 << 30) , Key_F12 = static_cast<int32_t>(ScanCode::Key_F12) | (1 << 30) , Key_PrintScreen = static_cast<int32_t>(ScanCode::Key_PrintScreen) | (1 << 30) ,
  Key_ScrollLock = static_cast<int32_t>(ScanCode::Key_ScrollLock) | (1 << 30) , Key_Pause = static_cast<int32_t>(ScanCode::Key_Pause) | (1 << 30) , Key_Insert = static_cast<int32_t>(ScanCode::Key_Insert) | (1 << 30) , Key_Home = static_cast<int32_t>(ScanCode::Key_Home) | (1 << 30) ,
  Key_PageUp = static_cast<int32_t>(ScanCode::Key_PageUp) | (1 << 30) , Key_Delete = '\177' , Key_End = static_cast<int32_t>(ScanCode::Key_End) | (1 << 30) , Key_PageDown = static_cast<int32_t>(ScanCode::Key_PageDown) | (1 << 30) ,
  Key_Right = static_cast<int32_t>(ScanCode::Key_Right) | (1 << 30) , Key_Left = static_cast<int32_t>(ScanCode::Key_Left) | (1 << 30) , Key_Down = static_cast<int32_t>(ScanCode::Key_Down) | (1 << 30) , Key_Up = static_cast<int32_t>(ScanCode::Key_Up) | (1 << 30) ,
  Key_NumLockClear = static_cast<int32_t>(ScanCode::Key_NumLockClear) | (1 << 30) , KeyPad_Divide = static_cast<int32_t>(ScanCode::KeyPad_Divide) | (1 << 30) , KeyPad_Multiply = static_cast<int32_t>(ScanCode::KeyPad_Multiply) | (1 << 30) , KeyPad_Minus = static_cast<int32_t>(ScanCode::KeyPad_Minus) | (1 << 30) ,
  KeyPad_Plus = static_cast<int32_t>(ScanCode::KeyPad_Plus) | (1 << 30) , KeyPad_Enter = static_cast<int32_t>(ScanCode::KeyPad_Enter) | (1 << 30) , KeyPad_1 = static_cast<int32_t>(ScanCode::KeyPad_1) | (1 << 30) , KeyPad_2 = static_cast<int32_t>(ScanCode::KeyPad_2) | (1 << 30) ,
  KeyPad_3 = static_cast<int32_t>(ScanCode::KeyPad_3) | (1 << 30) , KeyPad_4 = static_cast<int32_t>(ScanCode::KeyPad_4) | (1 << 30) , KeyPad_5 = static_cast<int32_t>(ScanCode::KeyPad_5) | (1 << 30) , KeyPad_6 = static_cast<int32_t>(ScanCode::KeyPad_6) | (1 << 30) ,
  KeyPad_7 = static_cast<int32_t>(ScanCode::KeyPad_7) | (1 << 30) , KeyPad_8 = static_cast<int32_t>(ScanCode::KeyPad_8) | (1 << 30) , KeyPad_9 = static_cast<int32_t>(ScanCode::KeyPad_9) | (1 << 30) , KeyPad_0 = static_cast<int32_t>(ScanCode::KeyPad_0) | (1 << 30) ,
  KeyPad_Period = static_cast<int32_t>(ScanCode::KeyPad_Period) | (1 << 30) , Key_Application = static_cast<int32_t>(ScanCode::Key_Application) | (1 << 30) , Key_Power = static_cast<int32_t>(ScanCode::Key_Power) | (1 << 30) , KeyPad_Equals = static_cast<int32_t>(ScanCode::KeyPad_Equals) | (1 << 30) ,
  Key_F13 = static_cast<int32_t>(ScanCode::Key_F13) | (1 << 30) , Key_F14 = static_cast<int32_t>(ScanCode::Key_F14) | (1 << 30) , Key_F15 = static_cast<int32_t>(ScanCode::Key_F15) | (1 << 30) , Key_F16 = static_cast<int32_t>(ScanCode::Key_F16) | (1 << 30) ,
  Key_F17 = static_cast<int32_t>(ScanCode::Key_F17) | (1 << 30) , Key_F18 = static_cast<int32_t>(ScanCode::Key_F18) | (1 << 30) , Key_F19 = static_cast<int32_t>(ScanCode::Key_F19) | (1 << 30) , Key_F20 = static_cast<int32_t>(ScanCode::Key_F20) | (1 << 30) ,
  Key_F21 = static_cast<int32_t>(ScanCode::Key_F21) | (1 << 30) , Key_F22 = static_cast<int32_t>(ScanCode::Key_F22) | (1 << 30) , Key_F23 = static_cast<int32_t>(ScanCode::Key_F23) | (1 << 30) , Key_F24 = static_cast<int32_t>(ScanCode::Key_F24) | (1 << 30) ,
  Key_Execute = static_cast<int32_t>(ScanCode::Key_Execute) | (1 << 30) , Key_Help = static_cast<int32_t>(ScanCode::Key_Help) | (1 << 30) , Key_Menu = static_cast<int32_t>(ScanCode::Key_Menu) | (1 << 30) , Key_Select = static_cast<int32_t>(ScanCode::Key_Select) | (1 << 30) ,
  Key_Stop = static_cast<int32_t>(ScanCode::Key_Stop) | (1 << 30) , Key_Again = static_cast<int32_t>(ScanCode::Key_Again) | (1 << 30) , Key_Undo = static_cast<int32_t>(ScanCode::Key_Undo) | (1 << 30) , Key_Cut = static_cast<int32_t>(ScanCode::Key_Cut) | (1 << 30) ,
  Key_Copy = static_cast<int32_t>(ScanCode::Key_Copy) | (1 << 30) , Key_Paste = static_cast<int32_t>(ScanCode::Key_Paste) | (1 << 30) , Key_Find = static_cast<int32_t>(ScanCode::Key_Find) | (1 << 30) , Key_Mute = static_cast<int32_t>(ScanCode::Key_Mute) | (1 << 30) ,
  Key_VolumeUp = static_cast<int32_t>(ScanCode::Key_VolumeUp) | (1 << 30) , Key_VolumeDown = static_cast<int32_t>(ScanCode::Key_VolumeDown) | (1 << 30) , KeyPad_Comma = static_cast<int32_t>(ScanCode::KeyPad_Comma) | (1 << 30) , KeyPad_EqualsAs400 = static_cast<int32_t>(ScanCode::KeyPad_EqualsAs400) | (1 << 30) ,
  Key_AltErase = static_cast<int32_t>(ScanCode::Key_AltErase) | (1 << 30) , Key_SysReq = static_cast<int32_t>(ScanCode::Key_SysReq) | (1 << 30) , Key_Cancel = static_cast<int32_t>(ScanCode::Key_Cancel) | (1 << 30) , Key_Clear = static_cast<int32_t>(ScanCode::Key_Clear) | (1 << 30) ,
  Key_Prior = static_cast<int32_t>(ScanCode::Key_Prior) | (1 << 30) , Key_Return2 = static_cast<int32_t>(ScanCode::Key_Return2) | (1 << 30) , Key_Separator = static_cast<int32_t>(ScanCode::Key_Separator) | (1 << 30) , Key_Out = static_cast<int32_t>(ScanCode::Key_Out) | (1 << 30) ,
  Key_Oper = static_cast<int32_t>(ScanCode::Key_Oper) | (1 << 30) , Key_ClearAgain = static_cast<int32_t>(ScanCode::Key_ClearAgain) | (1 << 30) , Key_CrSel = static_cast<int32_t>(ScanCode::Key_CrSel) | (1 << 30) , Key_ExSel = static_cast<int32_t>(ScanCode::Key_ExSel) | (1 << 30) ,
  KeyPad_00 = static_cast<int32_t>(ScanCode::KeyPad_00) | (1 << 30) , KeyPad_000 = static_cast<int32_t>(ScanCode::KeyPad_000) | (1 << 30) , Key_ThousandsSeparator = static_cast<int32_t>(ScanCode::Key_ThousandsSeparator) | (1 << 30) , Key_DecimalSeparator = static_cast<int32_t>(ScanCode::Key_DecimalSeparator) | (1 << 30) ,
  Key_CurrencyUnit = static_cast<int32_t>(ScanCode::Key_CurrencyUnit) | (1 << 30) , Key_CurrencySubUnit = static_cast<int32_t>(ScanCode::Key_CurrencySubUnit) | (1 << 30) , KeyPad_LeftParenthesis = static_cast<int32_t>(ScanCode::KeyPad_LeftParenthesis) | (1 << 30) , KeyPad_RightParenthesis = static_cast<int32_t>(ScanCode::KeyPad_RightParenthesis) | (1 << 30) ,
  KeyPad_LeftBrace = static_cast<int32_t>(ScanCode::KeyPad_LeftBrace) | (1 << 30) , KeyPad_RightBrace = static_cast<int32_t>(ScanCode::KeyPad_RightBrace) | (1 << 30) , KeyPad_Tab = static_cast<int32_t>(ScanCode::KeyPad_Tab) | (1 << 30) , KeyPad_Backspace = static_cast<int32_t>(ScanCode::KeyPad_Backspace) | (1 << 30) ,
  KeyPad_A = static_cast<int32_t>(ScanCode::KeyPad_A) | (1 << 30) , KeyPad_B = static_cast<int32_t>(ScanCode::KeyPad_B) | (1 << 30) , KeyPad_C = static_cast<int32_t>(ScanCode::KeyPad_C) | (1 << 30) , KeyPad_D = static_cast<int32_t>(ScanCode::KeyPad_D) | (1 << 30) ,
  KeyPad_E = static_cast<int32_t>(ScanCode::KeyPad_E) | (1 << 30) , KeyPad_F = static_cast<int32_t>(ScanCode::KeyPad_F) | (1 << 30) , KeyPad_Xor = static_cast<int32_t>(ScanCode::KeyPad_Xor) | (1 << 30) , KeyPad_Power = static_cast<int32_t>(ScanCode::KeyPad_Power) | (1 << 30) ,
  KeyPad_Percent = static_cast<int32_t>(ScanCode::KeyPad_Percent) | (1 << 30) , KeyPad_Less = static_cast<int32_t>(ScanCode::KeyPad_Less) | (1 << 30) , KeyPad_Greater = static_cast<int32_t>(ScanCode::KeyPad_Greater) | (1 << 30) , KeyPad_Ampersand = static_cast<int32_t>(ScanCode::KeyPad_Ampersand) | (1 << 30) ,
  KeyPad_DoubleAmpersand = static_cast<int32_t>(ScanCode::KeyPad_DoubleAmpersand) | (1 << 30) , KeyPad_VerticalBar = static_cast<int32_t>(ScanCode::KeyPad_VerticalBar) | (1 << 30) , KeyPad_DoubleVerticalBar = static_cast<int32_t>(ScanCode::KeyPad_DoubleVerticalBar) | (1 << 30) , KeyPad_Colon = static_cast<int32_t>(ScanCode::KeyPad_Colon) | (1 << 30) ,
  KeyPad_Hash = static_cast<int32_t>(ScanCode::KeyPad_Hash) | (1 << 30) , KeyPad_Space = static_cast<int32_t>(ScanCode::KeyPad_Space) | (1 << 30) , KeyPad_At = static_cast<int32_t>(ScanCode::KeyPad_At) | (1 << 30) , KeyPad_ExclamationMark = static_cast<int32_t>(ScanCode::KeyPad_ExclamationMark) | (1 << 30) ,
  KeyPad_MemoryStore = static_cast<int32_t>(ScanCode::KeyPad_MemoryStore) | (1 << 30) , KeyPad_MemoryRecall = static_cast<int32_t>(ScanCode::KeyPad_MemoryRecall) | (1 << 30) , KeyPad_MemoryClear = static_cast<int32_t>(ScanCode::KeyPad_MemoryClear) | (1 << 30) , KeyPad_MemoryAdd = static_cast<int32_t>(ScanCode::KeyPad_MemoryAdd) | (1 << 30) ,
  KeyPad_MemorySubstract = static_cast<int32_t>(ScanCode::KeyPad_MemorySubstract) | (1 << 30) , KeyPad_MemoryMultiply = static_cast<int32_t>(ScanCode::KeyPad_MemoryMultiply) | (1 << 30) , KeyPad_MemoryDivide = static_cast<int32_t>(ScanCode::KeyPad_MemoryDivide) | (1 << 30) , KeyPad_PlusMinus = static_cast<int32_t>(ScanCode::KeyPad_PlusMinus) | (1 << 30) ,
  KeyPad_Clear = static_cast<int32_t>(ScanCode::KeyPad_Clear) | (1 << 30) , KeyPad_ClearEntry = static_cast<int32_t>(ScanCode::KeyPad_ClearEntry) | (1 << 30) , KeyPad_Binary = static_cast<int32_t>(ScanCode::KeyPad_Binary) | (1 << 30) , KeyPad_Octal = static_cast<int32_t>(ScanCode::KeyPad_Octal) | (1 << 30) ,
  KeyPad_Decimal = static_cast<int32_t>(ScanCode::KeyPad_Decimal) | (1 << 30) , KeyPad_Hexadecimal = static_cast<int32_t>(ScanCode::KeyPad_Hexadecimal) | (1 << 30) , Key_LeftControl = static_cast<int32_t>(ScanCode::Key_LeftControl) | (1 << 30) , Key_LeftShift = static_cast<int32_t>(ScanCode::Key_LeftShift) | (1 << 30) ,
  Key_LeftAlt = static_cast<int32_t>(ScanCode::Key_LeftAlt) | (1 << 30) , Key_LeftMeta = static_cast<int32_t>(ScanCode::Key_LeftMeta) | (1 << 30) , Key_RightControl = static_cast<int32_t>(ScanCode::Key_RightControl) | (1 << 30) , Key_RightShift = static_cast<int32_t>(ScanCode::Key_RightShift) | (1 << 30) ,
  Key_RightAlt = static_cast<int32_t>(ScanCode::Key_RightAlt) | (1 << 30) , Key_RightMeta = static_cast<int32_t>(ScanCode::Key_RightMeta) | (1 << 30) , Key_Mode = static_cast<int32_t>(ScanCode::Key_Mode) | (1 << 30) , Key_AudioNext = static_cast<int32_t>(ScanCode::Key_AudioNext) | (1 << 30) ,
  Key_AudioPrevious = static_cast<int32_t>(ScanCode::Key_AudioPrevious) | (1 << 30) , Key_AudioStop = static_cast<int32_t>(ScanCode::Key_AudioStop) | (1 << 30) , Key_AudioPlay = static_cast<int32_t>(ScanCode::Key_AudioPlay) | (1 << 30) , Key_AudioMute = static_cast<int32_t>(ScanCode::Key_AudioMute) | (1 << 30) ,
  Key_MediaSelect = static_cast<int32_t>(ScanCode::Key_MediaSelect) | (1 << 30) , Key_Internet = static_cast<int32_t>(ScanCode::Key_Internet) | (1 << 30) , Key_Mail = static_cast<int32_t>(ScanCode::Key_Mail) | (1 << 30) , Key_Calculator = static_cast<int32_t>(ScanCode::Key_Calculator) | (1 << 30) ,
  Key_Computer = static_cast<int32_t>(ScanCode::Key_Computer) | (1 << 30) , Key_AppSearch = static_cast<int32_t>(ScanCode::Key_AppSearch) | (1 << 30) , Key_AppHome = static_cast<int32_t>(ScanCode::Key_AppHome) | (1 << 30) , Key_AppBack = static_cast<int32_t>(ScanCode::Key_AppBack) | (1 << 30) ,
  Key_AppForward = static_cast<int32_t>(ScanCode::Key_AppForward) | (1 << 30) , Key_AppStop = static_cast<int32_t>(ScanCode::Key_AppStop) | (1 << 30) , Key_AppRefresh = static_cast<int32_t>(ScanCode::Key_AppRefresh) | (1 << 30) , Key_AppBookmarks = static_cast<int32_t>(ScanCode::Key_AppBookmarks) | (1 << 30) ,
  Key_BrightnessDown = static_cast<int32_t>(ScanCode::Key_BrightnessDown) | (1 << 30) , Key_BrightnessUp = static_cast<int32_t>(ScanCode::Key_BrightnessUp) | (1 << 30) , Key_DisplaySwitch = static_cast<int32_t>(ScanCode::Key_DisplaySwitch) | (1 << 30) , Key_KeyboardLightToggle = static_cast<int32_t>(ScanCode::Key_KeyboardLightToggle) | (1 << 30) ,
  Key_KeyboardLightDown = static_cast<int32_t>(ScanCode::Key_KeyboardLightDown) | (1 << 30) , Key_KeyboardLightUp = static_cast<int32_t>(ScanCode::Key_KeyboardLightUp) | (1 << 30) , Key_Eject = static_cast<int32_t>(ScanCode::Key_Eject) | (1 << 30) , Key_Sleep = static_cast<int32_t>(ScanCode::Key_Sleep) | (1 << 30) ,
  Key_App1 = static_cast<int32_t>(ScanCode::Key_App1) | (1 << 30) , Key_App2 = static_cast<int32_t>(ScanCode::Key_App2) | (1 << 30) , Key_AudioRewind = static_cast<int32_t>(ScanCode::Key_AudioRewind) | (1 << 30) , Key_AudioFastForward = static_cast<int32_t>(ScanCode::Key_AudioFastForward) | (1 << 30)
}
 Hardware independent key code. More...
enum class  KeyModifier : int32_t {
  None = 0x0000 , LeftShift = 0x0001 , RightShift = 0x0002 , LeftControl = 0x0040 ,
  RightControl = 0x0080 , LeftAlt = 0x0100 , RightAlt = 0x0200 , LeftMeta = 0x0400 ,
  RightMeta = 0x0800 , NumLock = 0x1000 , CapsLock = 0x2000 , ModeLock = 0x4000 ,
  Shift = LeftShift | RightShift | CapsLock , Control = LeftControl | RightControl , Alt = LeftAlt | RightAlt , Meta = LeftMeta | RightMeta
}
 Shortcut keys More...
enum class  LineCap : short { Butt , Round , Square , Undef = -1 }
 Line cap rendering style More...
enum class  LineJoin : short { Miter , Round , Bevel , Undef = -1 }
 Line join rendering style More...
enum class  FontSmoothing : uint8_t {
  Default = 0 , None = 1 , Grayscale = 2 , RgbSubpixel = 3 ,
  BgrSubpixel = 4 , VrgbSubpixel = 5 , VbgrSubpixel = 6
}
 Text anti-aliasing strategy More...
enum class  OutlineHinting : uint8_t {
  Default = 0 , None = 1 , Slight = 2 , Medium = 3 ,
  Full = 4
}
 Glyph outline hinting strategy More...
enum class  MetricsHinting : uint8_t { Default = 0 , Off = 1 , On = 2 }
 Font metrics hinting mode More...
enum class  Slant : uint8_t { Normal = 0 , Italic = 1 , Oblique = Italic }
 Font slant More...
enum class  Weight : uint8_t {
  Thin = 1 , ExtraLight = 2 , Light = 3 , Normal = 4 ,
  Medium = 5 , SemiBold = 6 , Bold = 7 , ExtraBold = 8 ,
  Black = 9
}
 Visual thickness of a font More...
enum class  Stretch : uint8_t {
  UltraCondensed = 1 , ExtraCondensed = 2 , Condensed = 3 , SemiCondensed = 4 ,
  Normal = 5 , SemiExpanded = 6 , Expanded = 7 , ExtraExpanded = 8 ,
  UltraExpanded = 9
}
 Font width to height ratio More...
enum class  Pitch : uint8_t { Fixed = 0 , Variable = 1 }
 Font pitch More...
enum class  TextAlign : uint8_t { Left , Right , Center , Justify }
 Text alignment More...
enum class  Decoration : uint8_t { None = 0 , Underline = 1 , StrikeOut = 2 }
 Text decoration More...
enum class  RowAlign { Top , Bottom , Center }
 Alignment within a RowLayout More...
enum class  ColumnAlign { Auto , Left , Right , Center }
 Alignment within a ManagedColumn More...
enum class  UpdateReason {
  Moved , Changed , Resized , Exposed ,
  Hidden , Faded
}
enum class  MouseButton : unsigned int {
  None = 0 , Left = 1 , Right = 2 , Middle = 4 ,
  X1 = 8 , X2 = 16
}
 Mouse button flags More...
enum class  PenAction { Moved , Hovered , Pressed , Released }
 Pressure-sensitive pen action. More...
enum class  PenButton : uint32_t {
  None = 0 , InkTip = 1u << 0 , Button1 = 1u << 1 , Button2 = 1u << 2 ,
  Button3 = 1u << 3 , Button4 = 1u << 4 , Button5 = 1u << 5 , EraseTip = 1u << 30
}
 Pressure-sensitive pen button flags. More...
enum class  PointerAction { Moved , Pressed , Released }
 Type of input action. More...
enum class  KeyAction { Pressed , Released }
 Keyboard key action More...
enum class  CursorShape {
  Arrow , IBeam , Wait , CrossHair ,
  WaitArrow , ResizeNorthWestSouthEast , ResizeNorthEastSouthWest , ResizeWestEast ,
  ResizeNorthSouth , ResizeCross , Forbidden , Hand ,
  Custom
}
 Predefined cursor shapes. More...
enum class  Orientation { Vertical , Horizontal , Portrait = Vertical , Landscape = Horizontal }
 Orientation More...
enum class  PushButtonStyle {
  Elevated , Floating , TinyFloating , FloatingWithLabel ,
  Default = Elevated
}
 Push button style. More...
enum class  TouchButtonStyle {
  Filled , Tonal , Outline , Text ,
  Default = Filled
}
 Touch button style More...
enum class  WindowMode : uint64_t {
  Fullscreen = UINT64_C(0x0000000000000001) , Borderless = UINT64_C(0x0000000000000010) , Resizable = UINT64_C(0x0000000000000020) , Minimized = UINT64_C(0x0000000000000040) ,
  Maximized = UINT64_C(0x0000000000000080) , MouseGrabbed = UINT64_C(0x0000000000000100) , KeyboardGrabbed = UINT64_C(0x0000000000100000) , InputFocus = UINT64_C(0x0000000000000200) ,
  MouseFocus = UINT64_C(0x0000000000000400) , HighDpi = UINT64_C(0x0000000000002000) , MouseCapture = UINT64_C(0x0000000000004000) , MouseRelativeMode = UINT64_C(0x0000000000008000) ,
  AlwaysOnTop = UINT64_C(0x0000000000010000) , Utility = UINT64_C(0x0000000000020000) , Tooltip = UINT64_C(0x0000000000040000) , PopupMenu = UINT64_C(0x0000000000080000) ,
  Transparent = UINT64_C(0x0000000040000000) , Occluded = UINT64_C(0x0000000000000004) , NotFocusable = UINT64_C(0x0000000080000000) , OpenGl = UINT64_C(0x0000000000000002) ,
  Vulkan = UINT64_C(0x0000000010000000) , Metal = UINT64_C(0x0000000020000000) , VSync = UINT64_C(0x8000000000000000) , Default = WindowMode::HighDpi|WindowMode::Resizable
}
 Window mode flags. More...

Functions

template<class T>
min (T a, T b, T c)
template<class T>
max (T a, T b, T c)
std::uint32_t crc32 (const void *buffer, long size)
 Generate CRC-32 checksum.
std::uint32_t crc32 (const char *buffer)
 Generate CRC-32 checksum.
std::uint32_t crc32 (const Bytes &buffer)
 Generate CRC-32 checksum.
bool leapYear (int y)
static int leaps (int x, int y)
 Number of leap years between x and y (excluding x, y).
int daysInYear (int y)
 Days in a year are arbitrarily distributed but weighted to make the average length of a year match the length of the solar year.
int daysInMonth (int i, int y)
String hexdump (const Bytes &data)
 Generate a human readable hexadecimal dump of data.
String base64 (const Bytes &data)
 Base64 encode data using the Mime alphabet and Mime padding mode.
String base64 (const char *data)
 Base64 encode data using the Mime alphabet and Mime padding mode.
String base64UrlSafe (const Bytes &data)
 Base64 encode data using the url-safe alphabet (without appending padding characters).
String fromBase64 (const String &text)
 Decode Base64 encoded data.
template<class B, class A>
union_cast (A a)
 Optimization safe raw type casting.
ByteOrder localEndian ()
 Return the current system byte order
template<class T>
byteSwap (T x)
 Swap endianess of x.
template<class T>
endianGate (T x, const ByteOrder channelByteOrder=ByteOrder::BigEndian)
 Swap endianess of x from channelByteOrder to system byte order.
template<unsigned j, unsigned i = j, class T, class V>
void bitAssign (T &word, V newValue)
 Access bits i to j in word.
template<class T>
bitmask (unsigned n)
 Get bitmask of n bits.
template<class T>
bit (unsigned j, unsigned i, const T &word)
 Get bits i to j in word.
template<unsigned j, unsigned i = j, class T>
bit (const T &word)
 Get bits i to j in word.
template<class T>
Casefree< T > casefree (const T &s)
uint32_t operator+ (const Color &c)
 Explicity convert to an unsigned 32-bit word.
String str (const Color &c)
 Stringify color c.
template<class T>
String str (const std::complex< T > &x)
template<class T>
String fixed (const std::complex< T > &x, int nf)
constexpr double minutes (double n)
 Convenience method to translate minutes to seconds.
constexpr double hours (double n)
 Convenience method to translate hours to seconds.
constexpr double days (double n)
 Convenience method to translate days to seconds.
String str (const Date &date)
EnumMask< DirWalk::Modeoperator& (DirWalk::Mode x, DirWalk::Mode y)
EnumMask< DirWalk::Modeoperator| (DirWalk::Mode x, DirWalk::Mode y)
EnumMask< DirWalk::Modeoperator^ (DirWalk::Mode x, DirWalk::Mode y)
constexpr DirWalk::Mode operator~ (DirWalk::Mode x)
DirWalk::Mode operator~ (const EnumMask< DirWalk::Mode > &mask)
DirWalk::Modeoperator&= (DirWalk::Mode &x, DirWalk::Mode y)
DirWalk::Modeoperator|= (DirWalk::Mode &x, DirWalk::Mode y)
DirWalk::Modeoperator^= (DirWalk::Mode &x, DirWalk::Mode y)
constexpr std::underlying_type< DirWalk::Mode >::type operator+ (const DirWalk::Mode &x)
String str (const Exception &ex)
EnumMask< FileAccessoperator& (FileAccess x, FileAccess y)
EnumMask< FileAccessoperator| (FileAccess x, FileAccess y)
EnumMask< FileAccessoperator^ (FileAccess x, FileAccess y)
constexpr FileAccess operator~ (FileAccess x)
FileAccess operator~ (const EnumMask< FileAccess > &mask)
FileAccessoperator&= (FileAccess &x, FileAccess y)
FileAccessoperator|= (FileAccess &x, FileAccess y)
FileAccessoperator^= (FileAccess &x, FileAccess y)
constexpr std::underlying_type< FileAccess >::type operator+ (const FileAccess &x)
EnumMask< FileOpenoperator& (FileOpen x, FileOpen y)
EnumMask< FileOpenoperator| (FileOpen x, FileOpen y)
EnumMask< FileOpenoperator^ (FileOpen x, FileOpen y)
constexpr FileOpen operator~ (FileOpen x)
FileOpen operator~ (const EnumMask< FileOpen > &mask)
FileOpenoperator&= (FileOpen &x, FileOpen y)
FileOpenoperator|= (FileOpen &x, FileOpen y)
FileOpenoperator^= (FileOpen &x, FileOpen y)
constexpr std::underlying_type< FileOpen >::type operator+ (const FileOpen &x)
EnumMask< FileModeoperator& (FileMode x, FileMode y)
EnumMask< FileModeoperator| (FileMode x, FileMode y)
EnumMask< FileModeoperator^ (FileMode x, FileMode y)
constexpr FileMode operator~ (FileMode x)
FileMode operator~ (const EnumMask< FileMode > &mask)
FileModeoperator&= (FileMode &x, FileMode y)
FileModeoperator|= (FileMode &x, FileMode y)
FileModeoperator^= (FileMode &x, FileMode y)
constexpr std::underlying_type< FileMode >::type operator+ (const FileMode &x)
EnumMask< Seekoperator& (Seek x, Seek y)
EnumMask< Seekoperator| (Seek x, Seek y)
EnumMask< Seekoperator^ (Seek x, Seek y)
constexpr Seek operator~ (Seek x)
Seek operator~ (const EnumMask< Seek > &mask)
Seekoperator&= (Seek &x, Seek y)
Seekoperator|= (Seek &x, Seek y)
Seekoperator^= (Seek &x, Seek y)
constexpr std::underlying_type< Seek >::type operator+ (const Seek &x)
EnumMask< FileTypeoperator& (FileType x, FileType y)
EnumMask< FileTypeoperator| (FileType x, FileType y)
EnumMask< FileTypeoperator^ (FileType x, FileType y)
constexpr FileType operator~ (FileType x)
FileType operator~ (const EnumMask< FileType > &mask)
FileTypeoperator&= (FileType &x, FileType y)
FileTypeoperator|= (FileType &x, FileType y)
FileTypeoperator^= (FileType &x, FileType y)
constexpr std::underlying_type< FileType >::type operator+ (const FileType &x)
int operator+ (FileContention type)
template<class T>
const T & global ()
 Return reference to the singleton of type T without invoking a full memory barrier except the first time in each thread.
template<class T>
bool operator< (const Handle< T > &a, const T *b)
 Lower than operator.
template<class T>
bool operator< (const T *a, const Handle< T > &b)
 Lower than operator.
int operator+ (IoShutdown mode)
IoStreamstdInput ()
 Standard input stream.
IoStreamstdOutput ()
 Standard output stream.
IoStreamstdError ()
 Standard error stream.
std::strong_ordering operator<=> (const Prefix &a, const String &b)
 Ordering operator.
std::strong_ordering operator<=> (const String &a, const Prefix &b)
 Ordering operator.
template<class T>
String str (const Property< T > &property)
int operator+ (Signal signal)
String str (Signal signal)
 Convert signal number to string.
int operator+ (ProtocolFamily family)
 Prefix plus operator: shorthand to convert ProtocolFamily to int
String str (ProtocolFamily family)
 Stringify protocol family.
int operator+ (SocketType type)
 Prefix plus operator: shorthand to convert SocketType to int
String str (SocketType type)
 Stringify socket type.
int operator+ (InternetProtocol protocol)
 Prefix plus operator: shorthand to convert InternetProtocol to int
String str (InternetProtocol protocol)
 Stringify internet protocol.
String str (const SocketAddress &address)
Format fout (const String &pattern="")
 Generate formatted text on the standard output stream.
Format ferr (const String &pattern="")
 Generate formatted text on the standard error stream.
void print (const String &message)
void error (const String &message)
template<typename... Args>
void print (const String &pattern, Args... args)
template<typename... Args>
void error (const String &pattern, Args... args)
template<typename... Args>
Format format (const String &pattern, Args... args)
template<class T>
int signBit (T x)
EnumMask< IoEventoperator& (IoEvent x, IoEvent y)
EnumMask< IoEventoperator| (IoEvent x, IoEvent y)
EnumMask< IoEventoperator^ (IoEvent x, IoEvent y)
constexpr IoEvent operator~ (IoEvent x)
IoEvent operator~ (const EnumMask< IoEvent > &mask)
IoEventoperator&= (IoEvent &x, IoEvent y)
IoEventoperator|= (IoEvent &x, IoEvent y)
IoEventoperator^= (IoEvent &x, IoEvent y)
constexpr std::underlying_type< IoEvent >::type operator+ (const IoEvent &x)
template<class Number, class Text>
long scanNumber (const Text &text, Out< Number > value, int base=-1, long i0=0, long i1=-1)
 Scan a number literal
bool operator== (const String &a, const char *b)
 Equal to operator.
bool operator== (const char *a, const String &b)
 Equal to operator.
List< Stringoperator+ (const String &a, const String &b)
 String concatenation operator
List< Stringoperator+ (List< String > &a, const String &b)
 String concatenation operator
List< Stringoperator+ (const char *a, const String &b)
 String concatenation operator
List< Stringoperator+ (const String &a, const char *b)
 String concatenation operator
List< Stringoperator+ (const String &a, char b)
 String concatenation operator
List< Stringoperator+ (char a, const String &b)
 String concatenation operator
template<class T>
commonPrefix (const T &a, const T &b)
 Determine the common prefix between a and b.
template<class T>
readNumber (const String &text, T fallback=T{}, Out< int > check=None{})
 Read text as a number literal.
template<class T>
readNumber (const String &text, Out< int > check)
 Read text as a number literal.
String systemError (int errorCode)
 Translate system error code to error message.
int systemCall (int ret, const char *file, int line)
int operator+ (SchedulingPolicy policy)
String str (const Variant &value)
 Convert value to string.
String str (const List< Variant > &list)
 Convert list to string.
template<class S, class T, int N>
Vector< T, N > operator* (S a, const Vector< T, N > &b)
 Multiply a scalar with a vector.
template<class T, int N>
String str (const Vector< T, N > &v)
 Stringify vector v.
template<class T, int N>
String fixed (const Vector< T, N > &v, int nf)
 Stringify vector v (fixed notation).
template<class T, int N>
String fixed (const Vector< T, N > &v, int ni, int nf)
 Stringify vector v (fixed notation).
String str (const Version &version)
uint8_t readHexDigit (char ch)
void keccak_permutate (uint64_t *state)
Bytes md5 (const Bytes &data)
 Compute the MD5 sum of byte array data
Bytes sha1 (const Bytes &data)
 Compute the SHA-1 sum of data
Bytes sha256 (const Bytes &data)
 Compute the SHA-256 sum of data
Bytes sha512 (const Bytes &data)
 Compute the SHA-512 sum of data
String httpDateToString (const Date &date)
 Stringify date for use in HTTP header fields.
Date httpDateFromString (const String &text, Out< bool > ok=None{})
 Read the textual representation of a HTTP date from text (e.g.
LoggingLevel readLoggingLevel (const String &text)
String formatDeliveryNotice (const HttpClientConnection &client, const HttpRequest &request, HttpStatus statusCode, long long bytesWritten, const String &statusMessage)
const char * syslogLoggingServiceName ()
const char * foregroundLoggingServiceName ()
const char * pluginTarget ()
uint16_t operator+ (WebSocketStatus status)
 Get the underlying numeric value of status.
Variant jsonParse (const String &message)
 Convenience function to parse a JSON message.
String jsonStringify (const Variant &value)
 Convenience function to stringify a variant value.
String str (const Uri &uri)
Variant yasonParse (const String &message, const MetaProtocol &protocol=MetaProtocol{})
 Convenience function to parse a YASON message
String yasonStringify (const Variant &value)
 Convenience function to stringify a variant value.
String str (const MountPoint &entry)
String str (const MountTable &table)
 Stringify mount table table.
EnumMask< NetworkInterfaceFlagsoperator& (NetworkInterfaceFlags x, NetworkInterfaceFlags y)
EnumMask< NetworkInterfaceFlagsoperator| (NetworkInterfaceFlags x, NetworkInterfaceFlags y)
EnumMask< NetworkInterfaceFlagsoperator^ (NetworkInterfaceFlags x, NetworkInterfaceFlags y)
constexpr NetworkInterfaceFlags operator~ (NetworkInterfaceFlags x)
NetworkInterfaceFlags operator~ (const EnumMask< NetworkInterfaceFlags > &mask)
NetworkInterfaceFlagsoperator&= (NetworkInterfaceFlags &x, NetworkInterfaceFlags y)
NetworkInterfaceFlagsoperator|= (NetworkInterfaceFlags &x, NetworkInterfaceFlags y)
NetworkInterfaceFlagsoperator^= (NetworkInterfaceFlags &x, NetworkInterfaceFlags y)
constexpr std::underlying_type< NetworkInterfaceFlags >::type operator+ (const NetworkInterfaceFlags &x)
void testLayout (const auto &layout)
Application app ()
static double fastAbs (Vector< double, 2 > v)
String str (const Font &font)
 Stringify font for debugging purposes.
String str (const DisplayMode &mode)
Font operator* (const Font &font, double scale)
 Scale size of font by a factor of scale.
Font operator* (double scale, const Font &font)
 Scale size of font by a factor of scale.
Font operator+ (const Font &a, const Font &b)
String str (const FontMetrics &metrics)
uint32_t operator+ (Icon ch)
 Static cast to underlying Unicode code point.
int32_t operator+ (ScanCode scanCode)
String str (ScanCode scanCode)
int32_t operator+ (KeyCode keyCode)
bool operator== (KeyCode keyCode, char ch)
bool operator!= (KeyCode keyCode, char ch)
String str (KeyCode keyCode)
EnumMask< KeyModifieroperator& (KeyModifier x, KeyModifier y)
EnumMask< KeyModifieroperator| (KeyModifier x, KeyModifier y)
EnumMask< KeyModifieroperator^ (KeyModifier x, KeyModifier y)
constexpr KeyModifier operator~ (KeyModifier x)
KeyModifier operator~ (const EnumMask< KeyModifier > &mask)
KeyModifieroperator&= (KeyModifier &x, KeyModifier y)
KeyModifieroperator|= (KeyModifier &x, KeyModifier y)
KeyModifieroperator^= (KeyModifier &x, KeyModifier y)
constexpr std::underlying_type< KeyModifier >::type operator+ (const KeyModifier &x)
String str (KeyModifier modifiers)
String str (const KeyEvent &event)
constexpr short operator+ (LineCap style)
String str (LineCap style)
constexpr short operator+ (LineJoin style)
String str (LineJoin style)
bool operator== (const Pen &a, const Pen &b)
bool operator!= (const Pen &a, const Pen &b)
String str (const PenEvent &event)
PlatformPlugin platform ()
double angle (Point v)
 Get positive angle of vector v in range [0, 2*PI).
double abs (Point v)
 Get magnitude of vector v.
constexpr double rad (double angle)
 Translate angle in degree (0..360) to radian (0..2*M_PI).
constexpr double deg (double angle)
 Translate angle in radian (0..2*M_PI) to degree (0..360).
String str (const PointerEvent &event)
String str (const cc::Rect &rect)
 Stringify rect.
String fixed (const cc::Rect &rect, int ni, int nf)
 Stringify rect in fixed floating point notation.
String fixed (const cc::Rect &rect, int nf)
 Stringify rect in fixed floating point notation.
String str (const ScaledFont &sf)
void shadowBlur (Image &image, int radius, Color shadowColor)
StylePlugin style ()
 Convenience function to get the currently active user interface style.
Theme theme ()
 Convenience function to get the currently active color theme.
String str (const TextCursor &cursor)
uint8_t operator+ (FontSmoothing smoothing)
String str (FontSmoothing smoothing)
uint8_t operator+ (OutlineHinting hinting)
String str (OutlineHinting outlineHinting)
uint8_t operator+ (MetricsHinting hinting)
String str (MetricsHinting metricsHinting)
uint8_t operator+ (Slant slant)
String str (Slant slant)
uint8_t operator+ (Weight weight)
String str (Weight weight)
uint8_t operator+ (Stretch stretch)
String str (Stretch stretch)
uint8_t operator+ (Pitch pitch)
String str (Pitch pitch)
uint8_t operator+ (TextAlign align)
String str (TextAlign align)
EnumMask< Decorationoperator& (Decoration x, Decoration y)
EnumMask< Decorationoperator| (Decoration x, Decoration y)
EnumMask< Decorationoperator^ (Decoration x, Decoration y)
constexpr Decoration operator~ (Decoration x)
Decoration operator~ (const EnumMask< Decoration > &mask)
Decorationoperator&= (Decoration &x, Decoration y)
Decorationoperator|= (Decoration &x, Decoration y)
Decorationoperator^= (Decoration &x, Decoration y)
constexpr std::underlying_type< Decoration >::type operator+ (const Decoration &x)
String str (Decoration decoration)
String str (RowAlign align)
String str (ColumnAlign align)
EnumMask< MouseButtonoperator& (MouseButton x, MouseButton y)
EnumMask< MouseButtonoperator| (MouseButton x, MouseButton y)
EnumMask< MouseButtonoperator^ (MouseButton x, MouseButton y)
constexpr MouseButton operator~ (MouseButton x)
MouseButton operator~ (const EnumMask< MouseButton > &mask)
MouseButtonoperator&= (MouseButton &x, MouseButton y)
MouseButtonoperator|= (MouseButton &x, MouseButton y)
MouseButtonoperator^= (MouseButton &x, MouseButton y)
constexpr std::underlying_type< MouseButton >::type operator+ (const MouseButton &x)
String str (MouseButton mask)
String str (PenAction action)
EnumMask< PenButtonoperator& (PenButton x, PenButton y)
EnumMask< PenButtonoperator| (PenButton x, PenButton y)
EnumMask< PenButtonoperator^ (PenButton x, PenButton y)
constexpr PenButton operator~ (PenButton x)
PenButton operator~ (const EnumMask< PenButton > &mask)
PenButtonoperator&= (PenButton &x, PenButton y)
PenButtonoperator|= (PenButton &x, PenButton y)
PenButtonoperator^= (PenButton &x, PenButton y)
constexpr std::underlying_type< PenButton >::type operator+ (const PenButton &x)
String str (PenButton mask)
String str (PointerAction action)
String str (KeyAction action)
String str (CursorShape shape)
String str (Orientation orientation)
String str (PushButtonStyle style)
String str (TouchButtonStyle style)
bool textWrapBehindDefault (const String &text, long byteOffset, long byteCount)
 Check if text can be wrapped behind a text fragment.
double dp (double x)
 Translate design units (x) to pixels.
double sp (double x)
 Translate scaleable design units (x) to pixels.
double gu (int n)
 Translate grid units (n) to pixels.
String str (const WheelEvent &event)
EnumMask< WindowModeoperator& (WindowMode x, WindowMode y)
EnumMask< WindowModeoperator| (WindowMode x, WindowMode y)
EnumMask< WindowModeoperator^ (WindowMode x, WindowMode y)
constexpr WindowMode operator~ (WindowMode x)
WindowMode operator~ (const EnumMask< WindowMode > &mask)
WindowModeoperator&= (WindowMode &x, WindowMode y)
WindowModeoperator|= (WindowMode &x, WindowMode y)
WindowModeoperator^= (WindowMode &x, WindowMode y)
constexpr std::underlying_type< WindowMode >::type operator+ (const WindowMode &x)

Variables

static const std::uint32_t crcTable []
NewLine nl
 Newline formatting signal: causes a newline character to be added.
Flush flush
 Flush formatting signal: causes the formatting list to be flushed.
static constexpr int SecondsPerHour = 3600
 Number of seconds per hour
static constexpr int SecondsPerDay = 24 * SecondsPerHour
 Number of seconds per day
static constexpr uint64_t keccak_round_word [24]
static constexpr int BlurSumShift = 15

Color space transformation functions

void rgbToHsv (double r, double g, double b, Out< double > h, Out< double > s, Out< double > v)
 Translate from the RGB to the HSV color space.
void hsvToRgb (double h, double s, double v, Out< double > r, Out< double > g, Out< double > b)
 Translate from the HSV to the RGB color space.
void rgbToHsl (double r, double g, double b, Out< double > h, Out< double > s, Out< double > l)
 Translate from the RGB to the HSL color space.
void hslToRgb (double h, double s, double l, Out< double > r, Out< double > g, Out< double > b)
 Translate from the HSL to the RGB color space.

Character Functions

template<class T>
toLower (T ch)
 Convert character ch to the corresponding lower-case character.
template<class T>
toUpper (T ch)
 Convert character ch to the corresponding upper-case character.
template<class T>
bool isLower (T ch)
 Check if ch is a lower-case character.
template<class T>
bool isUpper (T ch)
 Check if ch is an upper-case character.
template<class T>
bool isSpace (T ch)
 Check if ch is a space character.

Fast Fourier Transform (FFT)

template<template< class > class Vector, class Complex>
void fft (Vector< Complex > *vf, const Vector< Complex > &vt)
 Translate vt from time domain to vf in frequency domain.
template<template< class > class Vector, class Complex>
void fft (Vector< Complex > *v)
 Translate v in-place from time domain to frequency domain.
template<template< class > class Vector, class Complex>
void ift (Vector< Complex > *vf, const Vector< Complex > &vt)
 Translate vf from frequency domain to vt in time domain.
template<template< class > class Vector, class Complex>
void ift (Vector< Complex > *v)
 Translate v in-place from frequency domain to time domain.

Text Input Functions

long scanToken (const String &text, Out< String > token, const char *lt=" \t\n", long i0=0, long i1=-1)
 Scan for a sub-string up to a lexical termination
bool offsetToLinePos (const String &text, long offset, Out< long > line=None{}, Out< long > pos=None{})
 Map byte offset to editor coordinates
bool linePosToOffset (const String &text, long line, long pos, Out< long > offset=None{})
 Map editor coordinates to byte offset
String escape (const String &text)
 Replace all non-printable and non-ASCII characters in text by escape sequences.
String normalize (const String &text, bool nameCase=true)
 Common user input normalization.
String xmlEscape (const String &text)
 Escape all XML tags an entities in text.
String xmlSanitize (const String &text)
 Remove all XML tags and entities in text.

Rounding Functions

double roundNearestOrOut (double x)
 Round x towards nearest integral number or if ambigious towards +-infinity.
double roundNearestOrIn (double x)
 Round x towards nearest integral number or if ambigious towards zero.
double roundNearestOrIn (double x, double y)
 Round x towards the nearest multiple of y or if ambiguous towards zero.
double roundNearestOrOut (double x, double y)
 Round x towards the nearest multiple of y or if ambiguous towards +-infinity.
double roundOut (double x)
 Round x towards next integral number towards +-infinity.
double roundIn (double x)
 Round x towards next integral number towards zero.
double roundUp (double x)
 Round x towards the next integral number towards +infinity.
double roundDown (double x)
 Round x towards the next integral number towards -infinity.
template<class G, class X>
downToNext (G g, X x)
 Round x down to the next multiple of a whole number g.
template<class G, class X>
upToNext (G g, X x)
 Round x up to the next multiple of a whole number g.
template<int B>
int ilog (int n)
 Rounded up logarithm of n to base B.

Utility Functions

template<class T>
int sign (T x)
 Return sign of x -1 if x < 0, +1 if x >= 0)
template<class T>
int sgn (T x)
 Return signum of x (-1 if x < 0, +1 if x > 0, 0 if x == 0)
template<class T>
bound (T min, T x, T max)
 Limit x to the range [min, max].

Number Formatting Functions

template<class T>
String inum (T x, int base=10, int n=-1)
 Convert an integer value to string.
template<class T>
String dec (T x, int n=-1)
 Convert an integer to a decimal string.
template<class T>
String hex (T x, int n=-1)
 Convert an integer to a hexadecimal string.
String hex (const Bytes &data, char a='A')
 Convert data to hexadecimal.
Bytes readHex (const String &hex)
 Convert hexadecimal literal hex to a byte array.
String hex (const String &data, char a='A')
 Convert data to hexadecimal.
template<class T>
String oct (T x, int n=-1)
 Convert an integer to an octal string.
template<class T>
String bin (T x, int n=-1)
 Convert an integer to a binary string.
String fnum (double x, int precision=16, int base=10, int screen=6)
 Convert a floating-point number to string.
String fixed (double x, int nf)
 Convert a floating point number to a fixed point notation string.
String fixed (double x, int ni, int nf)
 Convert a floating point number to a fixed point notation string.
String sci (float x, int precision=8)
 Convert a floating point number to a exponential notation string.
String sci (double x, int precision=17)
 Convert a floating point number to a exponential notation string.
String dec (float x, int precision=8)
 Convert a floating point number to decimal string.
String dec (double x, int precision=17)
 Convert a floating point number to decimal string.

Default Stringification Functions

String str (const String &x)
 Convert x to string.
String str (const char *x)
 Convert x to string.
String str (char *x)
 Convert x to string.
String str (bool x)
 Convert x to string.
String str (const void *x)
 Convert x to string.
String str (char x)
 Convert x to string.
String str (char32_t ch)
 Convert an unicode character to a string.
String str (unsigned char x)
 Convert x to string.
String str (unsigned short x)
 Convert x to string.
String str (unsigned int x)
 Convert x to string.
String str (unsigned long x)
 Convert x to string.
String str (unsigned long long x)
 Convert x to string.
String str (short x)
 Convert x to string.
String str (int x)
 Convert x to string.
String str (long x)
 Convert x to string.
String str (long long x)
 Convert x to string.
String str (float x)
 Convert x to string.
String str (double x)
 Convert x to string.
template<class T>
String str (const List< T > &list)
 Convert list to string.
template<class K, class T, class O>
String str (const Map< K, T, O > &map)
 Convert map to string.
template<class K, class T, class O>
String str (const MultiMap< K, T, O > &map)
 Convert map to string.
template<class T, class O>
String str (const Set< T, O > &set)
 Convert set to string.
template<class T, class O>
String str (const MultiSet< T, O > &set)
 Convert set to string.
String str (const Range &range)
 Convert range to string.
template<class T, unsigned j, unsigned i = j>
String str (const Bit< T, j, i > &bit)
const char * httpReasonPhrase (HttpStatus status)
 Translate a HTTP status code into a human-readable form.
int operator+ (HttpStatus status)
 Unary plus operator: cast HTTP status to integer.
bool httpSuccess (HttpStatus status)
 Check if the HTTP status code indicates that the request was processed successfully by the server.
bool httpRedirection (HttpStatus status)
 Check if the HTTP status code indicates that further client actions are necessary to fullfil the request.
bool httpError (HttpStatus status)
 Check if the HTTP status code indicates an error condition.
String str (HttpStatus status)
 Stringify a HTTP status code.

Detailed Description

Root namespace of all CoreComponents libraries


Class Documentation

◆ cc::ArrayIteratorItemAccess

class cc::ArrayIteratorItemAccess
template<class Container>
class cc::ArrayIteratorItemAccess< Container >

Policy for selecting the item access type.

Class Members
typedef typename Item & Type typename Container::Item & Item access type.

◆ cc::None

class cc::None

Type of an unused return value.

See also
InOut

Typedef Documentation

◆ Bytes

using Bytes = Array<uint8_t>

Convenience alias.

◆ Function

template<class T>
using Function = std::function<T>

Convenience type alias for std::function.

◆ Out

template<class T>
using Out = InOut<T>

Convenience alias for InOut<T>.

◆ In

template<class T>
using In = InOut<T>

Convenience alias for InOut<T>.

◆ Definition

template<class T>
using Definition = Function<T()>

Property definition function

Template Parameters
TProperty value type

◆ TlsServiceSelector

using TlsServiceSelector = Function<TlsServerOptions(const String &serverName, const SocketAddress &peerAddress)>

Function used to select service after TLS client hello

◆ Filter

template<class T>
using Filter = Function<bool(const T &)>

Event filter

Template Parameters
TEvent type

◆ Point

using Point = Vector<double, 2>

Raster point

◆ Size

using Size = Vector<double, 2>

Raster dimensions

◆ Step

using Step = Vector<double, 2>

Point delta type

◆ Scale

using Scale = Vector<double, 2>

Scaling type.

◆ TextWrapBehind

using TextWrapBehind = Function<bool(const String &, long , long )>

Check if a text can be wrapped behind a certain text fragment.

◆ TouchDeviceId

using TouchDeviceId = std::int64_t

Touch device ID.

◆ TouchFingerId

using TouchFingerId = std::int64_t

Touch finger ID.

Enumeration Type Documentation

◆ Weekday

enum Weekday

Day of week.

Enumerator
Sun 

Sunday.

Mon 

Monday.

Tue 

Tuesday.

Wed 

Wednesday.

Thu 

Thursday.

Fri 

Friday.

Sat 

Saturday.

◆ FileContention

enum class FileContention : int
strong

File access type.

Enumerator
Shared 

Lock for reading.

Exclusive 

Lock for reading and writing.

◆ SchedulingPolicy

enum class SchedulingPolicy : int
strong

Thread scheduling policy.

Enumerator
Other 

best guess scheduling

Fifo 

priority based scheduling

RoundRobin 

priority based fixed time-slice scheduling

◆ WebSocketStatus

enum class WebSocketStatus : uint16_t
strong

WebSocket status code.

Enumerator
Ok 

The WebSocket has not been closed, yet, and therefore no status information is available.

NormalClosure 

Normal connection closure.

GoingAway 

Endpoint is going away (e.g. browser leaves a site).

ProtocolError 

Protocol error.

UnsupportedDataType 

Message data type is not supported.

NotPresent 

Close frame did not contain a status code.

PrematureClosure 

Connection was closed before exchange of Close frames.

InvalidData 

Connection was closed because message data does not conform to message data type.

PolicyViolation 

Generic error code.

MessageToBig 

Received message is to big.

ExtensionsMissing 

Used by the client when the server is lacking required extensions.

UnexpectedError 

Server hit an unexpected internal error.

TlsHandshakeFailed 

TLS handshake failed.

◆ ScanCode

enum class ScanCode : int32_t
strong

Keyboard scan code.

Keyboard scan codes reflect the physical location of individual keys on a keyboard. The keys may be labelled differently depending on the currently active keyboard layout. These keyboard scan codes are based on the USB specification.

See also
KeyCode

◆ KeyCode

enum class KeyCode : int32_t
strong

Hardware independent key code.

◆ KeyModifier

enum class KeyModifier : int32_t
strong

Shortcut keys

Enumerator
None 

No special keyboard modifiers are pressed.

LeftShift 

Left shift key is pressed.

RightShift 

Right shift key is pressed.

LeftControl 

Left control key is pressed.

RightControl 

Right control key is pressed.

LeftAlt 

Left alt key is pressed.

RightAlt 

Right alt key is pressed.

LeftMeta 

Left meta key is pressed.

RightMeta 

Right meta key is pressed.

NumLock 

Numeric lock is active (numpad).

CapsLock 

Capital letters lock is active.

ModeLock 

Mode lock is active.

Shift 

Convenience mask for both shift and the caplock key.

Control 

Convenience mask for both control keys.

Alt 

Convenience mask for both alt keys.

Meta 

Convenience mask for both meta keys.

◆ LineCap

enum class LineCap : short
strong

Line cap rendering style

Enumerator
Butt 

Line ends exactly at end point

Round 

Line end is rounded around the end point

Square 

Line end shows a rectangle around the end point

◆ LineJoin

enum class LineJoin : short
strong

Line join rendering style

Enumerator
Miter 

Sharp angled corner

Round 

Rounded corner

Bevel 

Beveled corner

◆ FontSmoothing

enum class FontSmoothing : uint8_t
strong

Text anti-aliasing strategy

Enumerator
Default 

Use platform default font anti-aliasing strategy

None 

Do not perform any anti-aliasing.

Grayscale 

Smooth font outlines with shades of gray.

RgbSubpixel 

Smooth font outlines with shades of gray taking advantage of the arragement of the LCD cells of an horizontal RGB display.

BgrSubpixel 

Smooth font outlines with shades of gray taking advantage of the arragement of the LCD cells of an horizontal RGB display.

VrgbSubpixel 

Smooth font outlines with shades of gray taking advantage of the arragement of the LCD cells of an vertical RGB display.

VbgrSubpixel 

Smooth font outlines with shades of gray taking advantage of the arragement of the LCD cells of an vertical BGR display.

◆ OutlineHinting

enum class OutlineHinting : uint8_t
strong

Glyph outline hinting strategy

Enumerator
Default 

Use platform default outline hinting strategy

None 

Do not perform any outline hinting.

Slight 

Hint the glyph outlines slightly towards the pixel raster.

Medium 

Hint the glyph outlines slightly more towards the pixel raster.

Full 

Hint the glyph outlines fully with the pixel raster.

◆ MetricsHinting

enum class MetricsHinting : uint8_t
strong

Font metrics hinting mode

Enumerator
Default 

Use platform default metrics hinting mode

Off 

Disable metrics hinting.

On 

Enable metrics hinting.

◆ Slant

enum class Slant : uint8_t
strong

Font slant

Enumerator
Normal 

Regular font slant.

Italic 

Cursive font slant.

Oblique 

Cursive font slant.

◆ Weight

enum class Weight : uint8_t
strong

Visual thickness of a font

Enumerator
Thin 

Thinnest thickness.

ExtraLight 

Extra-light thickness.

Light 

Light thickness.

Normal 

Regular thickness.

Medium 

Medium thickness.

SemiBold 

Semi-bold thickness.

Bold 

Bold thickness.

ExtraBold 

Extra-bold thickness.

Black 

Black thickness.

◆ Stretch

enum class Stretch : uint8_t
strong

Font width to height ratio

Enumerator
UltraCondensed 

Ultra-condensed stretch.

ExtraCondensed 

Extra-condensed stretch.

Condensed 

Condensed stretch.

SemiCondensed 

Semi-condensed stretch.

Normal 

Regular stretch.

SemiExpanded 

Semi-expanded stretch.

Expanded 

Expanded stretch.

ExtraExpanded 

Extra-expanded stretch.

UltraExpanded 

Ultra-expanded stretch.

◆ Pitch

enum class Pitch : uint8_t
strong

Font pitch

Enumerator
Fixed 

All glyphs have same width.

Variable 

Glyphs have varying widths.

◆ TextAlign

enum class TextAlign : uint8_t
strong

Text alignment

Enumerator
Left 

Align left

Right 

Align right

Center 

Align center

Justify 

Align justify

◆ Decoration

enum class Decoration : uint8_t
strong

Text decoration

Enumerator
None 

No text decoration.

Underline 

Underline decoration.

StrikeOut 

Strike-out decoration.

◆ RowAlign

enum class RowAlign
strong

Alignment within a RowLayout

Enumerator
Top 

Align top

Bottom 

Align bottom

Center 

Align center

◆ ColumnAlign

enum class ColumnAlign
strong

Alignment within a ManagedColumn

Enumerator
Auto 

Align according to language preference

Left 

Align left

Right 

Align right

Center 

Align center

◆ MouseButton

enum class MouseButton : unsigned int
strong

Mouse button flags

Enumerator
None 

No mouse button.

Left 

Left mouse button.

Right 

Right mouse button.

Middle 

Middle mouse button.

X1 

X1 mouse button.

X2 

X2 mouse button.

◆ PenAction

enum class PenAction
strong

Pressure-sensitive pen action.

Enumerator
Moved 

Pen touched the surface or is moved on the surface.

Hovered 

Pen lifted from the surface or is moved above the surface.

Pressed 

Pen button is pressed.

Released 

Pen button is released.

◆ PenButton

enum class PenButton : uint32_t
strong

Pressure-sensitive pen button flags.

Enumerator
None 

Empty set of buttons.

InkTip 

Painting tip is touching the surface.

Button1 

Button 1 is pressed

Button2 

Button 2 is pressed

Button3 

Button 3 is pressed

Button4 

Button 4 is pressed

Button5 

Button 5 is pressed

EraseTip 

Erase tip is touching the surface.

◆ PointerAction

enum class PointerAction
strong

Type of input action.

Enumerator
Moved 

Pointer was moved.

Pressed 

Pointer has been pressed.

Released 

Pointer has been released.

◆ KeyAction

enum class KeyAction
strong

Keyboard key action

Enumerator
Pressed 

Key was pressed.

Released 

Key was released.

◆ CursorShape

enum class CursorShape
strong

Predefined cursor shapes.

Enumerator
Arrow 

Arrow cursor.

IBeam 

I-beam text selection cursor.

Wait 

Hourglass cursor.

CrossHair 

Crosshair cursor.

WaitArrow 

Arrow cursor with an hourglass.

ResizeNorthWestSouthEast 

Resizing cursor (NW to SE).

ResizeNorthEastSouthWest 

Resizing cursor (NE to SW).

ResizeWestEast 

Resizing cursor (W to E).

ResizeNorthSouth 

Resizing cursor (N to S).

ResizeCross 

Resiging cursor.

Forbidden 

Forbidden action cursor.

Hand 

Grabbing hand cursor.

Custom 

Custom image.

◆ Orientation

enum class Orientation
strong

Orientation

Enumerator
Vertical 

Portrait orientation.

Horizontal 

Landscape orientation.

Portrait 

Portrait orientation.

Landscape 

Landscape orientation.

◆ PushButtonStyle

enum class PushButtonStyle
strong

Push button style.

Enumerator
Elevated 

Elevated Button.

Floating 

Floating Action Button (FAB).

TinyFloating 

Tiny Floating Action Button (FAB).

FloatingWithLabel 

Extended Floating Action Button (FAB with label).

Default 

Default push button style.

◆ TouchButtonStyle

enum class TouchButtonStyle
strong

Touch button style

Enumerator
Filled 

Filled with a prominent color.

Tonal 

Filled with a more subtle color.

Outline 

Outline, not filled.

Text 

Just a touchable text.

Default 

Default touch button style.

◆ WindowMode

enum class WindowMode : uint64_t
strong

Window mode flags.

Enumerator
Fullscreen 

Fullscreen window.

Borderless 

Window without window decorations

Resizable 

Window can be resized

Minimized 

Window is minimized

Maximized 

Window is maximized

MouseGrabbed 

Window has grabbed mouse input

KeyboardGrabbed 

Window has grabbed keyboard input

InputFocus 

Window has input focus

MouseFocus 

Window has mouse focus

HighDpi 

Enable High-DPI mode if supported.

MouseCapture 

Window has captured the mouse input

MouseRelativeMode 

Relative mouse input mode.

AlwaysOnTop 

Window should always stay on top

Utility 

Utility window, omit window from taskbar

Tooltip 

Tooltip window

PopupMenu 

Window for a popup menu

Transparent 

Window is transparent.

Occluded 

Window is partially obscured by other windows.

NotFocusable 

Window cannot acquire input focus.

OpenGl 

Enable OpenGL for this window.

Vulkan 

Enable Vulkan for this window.

Metal 

Enable Metal for this window.

VSync 

Enable VSYNC for this window.

Default 

Default window mode

Function Documentation

◆ leaps()

int leaps ( int x,
int y )
static

Number of leap years between x and y (excluding x, y).

◆ daysInYear()

int daysInYear ( int y)

Days in a year are arbitrarily distributed but weighted to make the average length of a year match the length of the solar year.

Interestingly the length of the year is measured in days, which is a duration depending on Earth's angular velocity.

◆ hexdump()

String hexdump ( const Bytes & data)

Generate a human readable hexadecimal dump of data.

◆ base64() [1/2]

String base64 ( const Bytes & data)

Base64 encode data using the Mime alphabet and Mime padding mode.

◆ base64() [2/2]

String base64 ( const char * data)

Base64 encode data using the Mime alphabet and Mime padding mode.

◆ base64UrlSafe()

String base64UrlSafe ( const Bytes & data)

Base64 encode data using the url-safe alphabet (without appending padding characters).

◆ fromBase64()

String fromBase64 ( const String & text)

Decode Base64 encoded data.

◆ operator+() [1/9]

uint32_t operator+ ( const Color & c)

Explicity convert to an unsigned 32-bit word.

◆ str() [1/7]

String str ( const Color & c)

Stringify color c.

◆ minutes()

double minutes ( double n)
constexpr

Convenience method to translate minutes to seconds.

◆ hours()

double hours ( double n)
constexpr

Convenience method to translate hours to seconds.

◆ days()

double days ( double n)
constexpr

Convenience method to translate days to seconds.

◆ global()

template<class T>
const T & global ( )

Return reference to the singleton of type T without invoking a full memory barrier except the first time in each thread.

Note
Any new type instance of global() cost another Thread Local Storage (TLS) entry.

◆ operator<() [1/2]

template<class T>
bool operator< ( const Handle< T > & a,
const T * b )

Lower than operator.

◆ operator<() [2/2]

template<class T>
bool operator< ( const T * a,
const Handle< T > & b )

Lower than operator.

◆ stdInput()

IoStream & stdInput ( )

Standard input stream.

◆ stdOutput()

IoStream & stdOutput ( )

Standard output stream.

◆ stdError()

IoStream & stdError ( )

Standard error stream.

◆ operator<=>() [1/2]

std::strong_ordering operator<=> ( const Prefix & a,
const String & b )

Ordering operator.

◆ operator<=>() [2/2]

std::strong_ordering operator<=> ( const String & a,
const Prefix & b )

Ordering operator.

◆ str() [2/7]

String str ( Signal signal)

Convert signal number to string.

◆ scanNumber()

template<class Number, class Text>
long scanNumber ( const Text & text,
Out< Number > value,
int base = -1,
long i0 = 0,
long i1 = -1 )

Scan a number literal

Parameters
textInput text
valueReturns the value of the scanned number
baseNumber base to use
i0Begin of range to scan (index of first character)
i1End of range to scan (index behind the last charater)
Returns
Final scan position

◆ operator==() [1/2]

bool operator== ( const String & a,
const char * b )

Equal to operator.

◆ operator==() [2/2]

bool operator== ( const char * a,
const String & b )

Equal to operator.

◆ operator+() [2/9]

List< String > operator+ ( const String & a,
const String & b )

String concatenation operator

◆ operator+() [3/9]

List< String > operator+ ( List< String > & a,
const String & b )

String concatenation operator

◆ operator+() [4/9]

List< String > operator+ ( const char * a,
const String & b )

String concatenation operator

◆ operator+() [5/9]

List< String > operator+ ( const String & a,
const char * b )

String concatenation operator

◆ operator+() [6/9]

List< String > operator+ ( const String & a,
char b )

String concatenation operator

◆ operator+() [7/9]

List< String > operator+ ( char a,
const String & b )

String concatenation operator

◆ readNumber() [1/2]

template<class T>
T readNumber ( const String & text,
T fallback = T{},
Out< int > check = None{} )

Read text as a number literal.

Parameters
textInput text
fallbackFallback value if parsing of the number literal fails
checkReturn value which is incremented when the text could be completely interpreted as a number literal
Returns
Parsed value

◆ readNumber() [2/2]

template<class T>
T readNumber ( const String & text,
Out< int > check )

Read text as a number literal.

Parameters
textInput text
checkReturn value which is incremented when the text could be completely interpreted as a number literal
Returns
Parsed value

◆ str() [3/7]

String str ( const Variant & value)

Convert value to string.

◆ str() [4/7]

String str ( const List< Variant > & list)

Convert list to string.

◆ str() [5/7]

template<class T, int N>
String str ( const Vector< T, N > & v)

Stringify vector v.

◆ fixed() [1/2]

template<class T, int N>
String fixed ( const Vector< T, N > & v,
int nf )

Stringify vector v (fixed notation).

Parameters
vVector to ne stringified
nfNumber of fractional digits

◆ fixed() [2/2]

template<class T, int N>
String fixed ( const Vector< T, N > & v,
int ni,
int nf )

Stringify vector v (fixed notation).

Parameters
vVector to ne stringified
niNumber of integral digits
nfNumber of fractional digits

◆ md5()

Bytes md5 ( const Bytes & data)

Compute the MD5 sum of byte array data

◆ sha1()

Bytes sha1 ( const Bytes & data)

Compute the SHA-1 sum of data

◆ sha256()

Bytes sha256 ( const Bytes & data)

Compute the SHA-256 sum of data

◆ sha512()

Bytes sha512 ( const Bytes & data)

Compute the SHA-512 sum of data

◆ operator+() [8/9]

uint16_t operator+ ( WebSocketStatus status)

Get the underlying numeric value of status.

◆ str() [6/7]

String str ( const MountTable & table)

Stringify mount table table.

◆ str() [7/7]

String str ( const Font & font)

Stringify font for debugging purposes.

◆ operator*() [1/2]

Font operator* ( const Font & font,
double scale )

Scale size of font by a factor of scale.

◆ operator*() [2/2]

Font operator* ( double scale,
const Font & font )

Scale size of font by a factor of scale.

◆ operator+() [9/9]

uint32_t operator+ ( Icon ch)

Static cast to underlying Unicode code point.

◆ angle()

double angle ( Point v)

Get positive angle of vector v in range [0, 2*PI).

Get positive angle of vector v.

Returns
Angle in range [0, 2*PI)

◆ abs()

double abs ( Point v)

Get magnitude of vector v.

◆ rad()

double rad ( double angle)
constexpr

Translate angle in degree (0..360) to radian (0..2*M_PI).

◆ deg()

double deg ( double angle)
constexpr

Translate angle in radian (0..2*M_PI) to degree (0..360).

◆ style()

StylePlugin style ( )

Convenience function to get the currently active user interface style.

◆ theme()

Theme theme ( )

Convenience function to get the currently active color theme.

◆ textWrapBehindDefault()

bool textWrapBehindDefault ( const String & text,
long byteOffset,
long byteCount )

Check if text can be wrapped behind a text fragment.

Parameters
textText to be wrapped
byteOffsetOffset of the text fragment
byteCountLength of the text fragment

◆ dp()

double dp ( double x)

Translate design units (x) to pixels.

◆ sp()

double sp ( double x)

Translate scaleable design units (x) to pixels.

◆ gu()

double gu ( int n)

Translate grid units (n) to pixels.

Variable Documentation

◆ nl

NewLine nl

Newline formatting signal: causes a newline character to be added.

◆ flush

Flush flush

Flush formatting signal: causes the formatting list to be flushed.

◆ SecondsPerHour

int SecondsPerHour = 3600
staticconstexpr

Number of seconds per hour

◆ SecondsPerDay

int SecondsPerDay = 24 * SecondsPerHour
staticconstexpr

Number of seconds per day

◆ keccak_round_word

uint64_t keccak_round_word[24]
staticconstexpr
Initial value:
= {
0x1ull,
0x8082ull,
0x800000000000808Aull,
0x8000000080008000ull,
0x808Bull,
0x80000001ull,
0x8000000080008081ull,
0x8000000000008009ull,
0x8Aull,
0x88ull,
0x80008009ull,
0x8000000Aull,
0x8000808Bull,
0x800000000000008Bull,
0x8000000000008089ull,
0x8000000000008003ull,
0x8000000000008002ull,
0x8000000000000080ull,
0x800Aull,
0x800000008000000Aull,
0x8000000080008081ull,
0x8000000000008080ull,
0x80000001ull,
0x8000000080008008ull
}