Browse Source

use new colorizer neovim plugin + add uppkg alias + use new sick picom config + add nerdglyph dmenu prompt script

Noah Vogt 3 years ago
parent
commit
7c66379cfa

+ 3 - 1
dot-config/aliasrc

@@ -115,11 +115,13 @@ b() {
 c() {
     pushd "$HOME/.local/src/dotfiles" > /dev/null || exit 1
     file="$(find dot-config -type f | fzf)"
-    [ -n "$file" ] && 
+    [ -n "$file" ] &&
         "$EDITOR" "${file/dot-config\//${XDG_CONFIG_HOME:-$HOME/.config}/}"
     popd > /dev/null
 }
 
+alias uppkg='git commit -m "uppkg -> $(grep "^pkgver=\|^pkgrel=" PKGBUILD | sed "s/^pkgver=//; s/^pkgrel=/-/"| tr -d "\n")"'
+
 # useful extended system aliases
 alias perm="stat -c \"%a %n\" --"
 installedsize() {

+ 3 - 0
dot-config/nvim/general/basic.vim

@@ -81,3 +81,6 @@ endif
 if !&sidescrolloff
     set sidescrolloff=5   
 endif
+
+" needed for colorizer plugin
+set termguicolors

+ 1 - 0
dot-config/nvim/init.vim

@@ -20,6 +20,7 @@ lua require 'treesitter'
 lua require 'indent-blankline'
 lua require 'telescope'
 lua require 'whichkey'
+lua require 'colorizer'.setup()
 " get theme
 source $XDG_CONFIG_HOME/nvim/theme/theme.vim
 " get keybinds

+ 3 - 3
dot-config/nvim/vim-plug/plugins.vim

@@ -44,9 +44,6 @@ Plug 'vim-airline/vim-airline-themes'
 " some git integration
 Plug 'tpope/vim-fugitive'
 
-" preview colours
-Plug 'ap/vim-css-color'
-
 " intellisense
 Plug 'neoclide/coc.nvim', {'branch': 'release'}
 
@@ -122,4 +119,7 @@ Plug 'honza/vim-snippets'
 " easier buffer resizing
 Plug 'ahonn/resize.vim'
 
+" fast colorizer
+Plug 'norcalli/nvim-colorizer.lua'
+
 call plug#end()

+ 459 - 8
dot-config/picom.conf

@@ -1,13 +1,464 @@
-backend = "glx";
-vsync = true;
-unredir-if-possible = false;
+# backend = "glx";
+# vsync = true;
+# unredir-if-possible = false;
 
-# enable client side shadows
-shadow = true;
+# # enable client side shadows
+# shadow = true;
+
+# # round-borders = 1;
+# # corner-radius = 15.0;
+# rounded-corners-exclude = [
+#   "class_g = 'dwm'",
+#   "class_g = 'Dunst'"
+# ];
 
-# round-borders = 1;
-# corner-radius = 15.0;
+#################################
+#          Animations           #
+#################################
+transition-length = 200
+transition-pow-x = 0.05
+transition-pow-y = 0.05
+transition-pow-w = 0.05
+transition-pow-h = 0.05
+size-transition = true
+
+
+#################################
+#        Borders / Corners      #
+#################################
+corner-radius = 10
 rounded-corners-exclude = [
+#  "class_g = 'Polybar'",
   "class_g = 'dwm'",
-  "class_g = 'Dunst'"
+  "class_g = 'Dunst'",
+  "window_type = 'dock'",
+  "window_type = 'desktop'"
+];
+#round-borders = 1;
+#round-borders-exclude = [
+#  "window_type = 'dock'",
+#  "window_type = 'desktop'"
+#];
+
+#################################
+#             Shadows           #
+#################################
+
+
+# Enabled client-side shadows on windows. Note desktop windows 
+# (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, 
+# unless explicitly requested using the wintypes option.
+#
+# shadow = false
+shadow = true;
+
+# The blur radius for shadows, in pixels. (defaults to 12)
+shadow-radius = 20
+
+# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
+shadow-opacity = .55
+
+# The left offset for shadows, in pixels. (defaults to -15)
+# shadow-offset-x = -15
+shadow-offset-x = -20;
+
+# The top offset for shadows, in pixels. (defaults to -15)
+# shadow-offset-y = -15
+shadow-offset-y = -20;
+
+# RGB color value of shadow (0.0 - 1.0, defaults to 0).
+shadow-red = 0
+shadow-green = 0
+shadow-blue = 0
+
+# Do not paint shadows on shaped windows. Note shaped windows 
+# here means windows setting its shape through X Shape extension. 
+# Those using ARGB background is beyond our control. 
+# Deprecated, use 
+#   shadow-exclude = 'bounding_shaped'
+# or 
+#   shadow-exclude = 'bounding_shaped && !rounded_corners'
+# instead.
+#
+# shadow-ignore-shaped = ''
+
+shadow-exclude = [
+"class_g = 'farge'",
+"class_g = 'Thunar'"
+#  "class_g = 'Polybar'",
 ];
+
+# Specify a X geometry that describes the region in which shadow should not
+# be painted in, such as a dock window region. Use 
+#    shadow-exclude-reg = "x10+0+0"
+# for example, if the 10 pixels on the bottom of the screen should not have shadows painted on.
+#
+# shadow-exclude-reg = "" 
+
+# Crop shadow of a window fully on a particular Xinerama screen to the screen.
+# xinerama-shadow-crop = false
+
+
+#################################
+#           Fading              #
+#################################
+
+
+# Fade windows in/out when opening/closing and when opacity changes,
+#  unless no-fading-openclose is used.
+fading = true;
+
+# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
+fade-in-step = 0.03;
+
+# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
+fade-out-step = 0.03;
+
+# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
+fade-delta = 5
+
+# Specify a list of conditions of windows that should not be faded.
+# don't need this, we disable fading for all normal windows with wintypes: {}
+fade-exclude = [
+]
+
+# Do not fade on window open/close.
+# no-fading-openclose = false
+
+# Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc.
+# no-fading-destroyed-argb = false
+
+
+#################################
+#   Transparency / Opacity      #
+#################################
+
+
+# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
+# inactive-opacity = 1
+inactive-opacity = 0.85;
+
+# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
+# frame-opacity = 1.0
+#frame-opacity = 0.7;
+
+# Default opacity for dropdown menus and popup menus. (0.0 - 1.0, defaults to 1.0)
+# menu-opacity = 1.0 
+# menu-opacity is deprecated, use dropdown-menu and popup-menu instead.
+
+# If using these 2 below change their values in line 510 & 511 aswell
+popup_menu = { opacity = 0.8; }
+dropdown_menu = { opacity = 0.8; }
+
+
+# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
+#inactive-opacity-override = true
+inactive-opacity-override = false;
+
+# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
+active-opacity = 0.95;
+
+# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
+# inactive-dim = 0.0
+
+# Specify a list of conditions of windows that should always be considered focused.
+# focus-exclude = []
+focus-exclude = [
+  "class_g = 'st'",
+  "class_g = 'Zathura'"
+];
+
+# Use fixed inactive dim value, instead of adjusting according to window opacity.
+# inactive-dim-fixed = 1.0
+
+# Specify a list of opacity rules, in the format `PERCENT:PATTERN`, 
+# like `50:name *= "Firefox"`. picom-trans is recommended over this. 
+# Note we don't make any guarantee about possible conflicts with other 
+# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
+# example:
+#    opacity-rule = [ "80:class_g = 'URxvt'" ];
+#
+# opacity-rule = []
+opacity-rule = [
+  "100:fullscreen",
+  "100:class_g = 'mpv'",
+  "100:class_g = 'gl'",
+  "100:class_g = 'farge'"
+];
+
+
+#################################
+#     Background-Blurring       #
+#################################
+
+
+# Parameters for background blurring, see the *BLUR* section for more information.
+# blur-method = 
+# blur-size = 12
+#
+# blur-deviation = false
+
+# Blur background of semi-transparent / ARGB windows. 
+# Bad in performance, with driver-dependent behavior. 
+# The name of the switch may change without prior notifications.
+#
+# blur-background = true;
+
+# Blur background of windows when the window frame is not opaque. 
+# Implies:
+#    blur-background 
+# Bad in performance, with driver-dependent behavior. The name may change.
+#
+# blur-background-frame = false;
+
+
+# Use fixed blur strength rather than adjusting according to window opacity.
+# blur-background-fixed = false;
+
+
+# Specify the blur convolution kernel, with the following format:
+# example:
+#   blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
+#
+# blur-kern = ''
+# blur-kern = "3x3box";
+
+blur: {
+  #method = "kawase";
+  #method = "kernel";
+  method = "dual_kawase";
+  strength = 1;
+  # deviation = 1.0;
+  # kernel = "11x11gaussian";
+  background = false;
+  background-frame = false;
+  background-fixed = false;
+  kern = "3x3gaussian";
+}
+
+# Exclude conditions for background blur.
+blur-background-exclude = [  #
+#    "class_g = 'Polybar'",
+    "class_g = 'mpv'",
+    "class_g = 'gl'",
+];
+
+
+#################################
+#       General Settings        #
+#################################
+
+# Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers.
+# daemon = false
+
+# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
+# `xrender` is the default one.
+experimental-backends = true;
+backend = "glx";
+
+vsync = true
+
+# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
+# dbus = false
+
+# Try to detect WM windows (a non-override-redirect window with no 
+# child that has 'WM_STATE') and mark them as active.
+#
+# mark-wmwin-focused = false
+mark-wmwin-focused = true;
+
+# Mark override-redirect windows that doesn't have a child window with 'WM_STATE' focused.
+mark-ovredir-focused = false
+#mark-ovredir-focused = true;
+
+# Try to detect windows with rounded corners and don't consider them 
+# shaped windows. The accuracy is not very high, unfortunately.
+detect-rounded-corners = true;
+
+# Detect '_NET_WM_OPACITY' on client windows, useful for window managers
+# not passing '_NET_WM_OPACITY' of client windows to frame windows.
+#
+# detect-client-opacity = false
+detect-client-opacity = true;
+
+# Specify refresh rate of the screen. If not specified or 0, picom will 
+# try detecting this with X RandR extension.
+refresh-rate = 0
+
+# Limit picom to repaint at most once every 1 / 'refresh_rate' second to 
+# boost performance. This should not be used with 
+#   vsync drm/opengl/opengl-oml
+# as they essentially does sw-opti's job already, 
+# unless you wish to specify a lower refresh rate than the actual value.
+#
+# sw-opti = 
+
+# Use EWMH '_NET_ACTIVE_WINDOW' to determine currently focused window, 
+# rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, 
+# provided that the WM supports it.
+#
+# use-ewmh-active-win = false
+
+# Unredirect all windows if a full-screen opaque window is detected, 
+# to maximize performance for full-screen windows. Known to cause flickering 
+# when redirecting/unredirecting windows. paint-on-overlay may make the flickering less obvious.
+#
+# unredir-if-possible = false
+
+# Delay before unredirecting the window, in milliseconds. Defaults to 0.
+# unredir-if-possible-delay = 0
+
+# Conditions of windows that shouldn't be considered full-screen for unredirecting screen.
+# unredir-if-possible-exclude = []
+
+# Use 'WM_TRANSIENT_FOR' to group windows, and consider windows 
+# in the same group focused at the same time.
+#
+# detect-transient = false
+detect-transient = true
+
+# Use 'WM_CLIENT_LEADER' to group windows, and consider windows in the same 
+# group focused at the same time. 'WM_TRANSIENT_FOR' has higher priority if 
+# detect-transient is enabled, too.
+#
+# detect-client-leader = false
+detect-client-leader = true
+
+# Resize damaged region by a specific number of pixels. 
+# A positive value enlarges it while a negative one shrinks it. 
+# If the value is positive, those additional pixels will not be actually painted 
+# to screen, only used in blur calculation, and such. (Due to technical limitations, 
+# with use-damage, those pixels will still be incorrectly painted to screen.) 
+# Primarily used to fix the line corruption issues of blur, 
+# in which case you should use the blur radius value here 
+# (e.g. with a 3x3 kernel, you should use `--resize-damage 1`, 
+# with a 5x5 one you use `--resize-damage 2`, and so on). 
+# May or may not work with *--glx-no-stencil*. Shrinking doesn't function correctly.
+#
+# resize-damage = 1
+
+# Specify a list of conditions of windows that should be painted with inverted color. 
+# Resource-hogging, and is not well tested.
+#
+# invert-color-include = []
+
+# GLX backend: Avoid using stencil buffer, useful if you don't have a stencil buffer. 
+# Might cause incorrect opacity when rendering transparent content (but never 
+# practically happened) and may not work with blur-background. 
+# My tests show a 15% performance boost. Recommended.
+#
+# glx-no-stencil = false
+
+# GLX backend: Avoid rebinding pixmap on window damage. 
+# Probably could improve performance on rapid window content changes, 
+# but is known to break things on some drivers (LLVMpipe, xf86-video-intel, etc.).
+# Recommended if it works.
+#
+# glx-no-rebind-pixmap = false
+
+# Disable the use of damage information. 
+# This cause the whole screen to be redrawn everytime, instead of the part of the screen
+# has actually changed. Potentially degrades the performance, but might fix some artifacts.
+# The opposing option is use-damage
+#
+# no-use-damage = false
+#use-damage = true (Causing Weird Black semi opaque rectangles when terminal is opened)
+#Changing use-damage to false fixes the problem
+use-damage = false
+
+# Use X Sync fence to sync clients' draw calls, to make sure all draw 
+# calls are finished before picom starts drawing. Needed on nvidia-drivers 
+# with GLX backend for some users.
+#
+xrender-sync-fence = true
+
+# GLX backend: Use specified GLSL fragment shader for rendering window contents. 
+# See `compton-default-fshader-win.glsl` and `compton-fake-transparency-fshader-win.glsl` 
+# in the source tree for examples.
+#
+# glx-fshader-win = ''
+
+# Force all windows to be painted with blending. Useful if you 
+# have a glx-fshader-win that could turn opaque pixels transparent.
+#
+# force-win-blend = false
+
+# Do not use EWMH to detect fullscreen windows. 
+# Reverts to checking if a window is fullscreen based only on its size and coordinates.
+#
+# no-ewmh-fullscreen = false
+
+# Dimming bright windows so their brightness doesn't exceed this set value. 
+# Brightness of a window is estimated by averaging all pixels in the window, 
+# so this could comes with a performance hit. 
+# Setting this to 1.0 disables this behaviour. Requires --use-damage to be disabled. (default: 1.0)
+#
+# max-brightness = 1.0
+
+# Make transparent windows clip other windows like non-transparent windows do,
+# instead of blending on top of them.
+#
+# transparent-clipping = false
+
+# Set the log level. Possible values are:
+#  "trace", "debug", "info", "warn", "error"
+# in increasing level of importance. Case doesn't matter. 
+# If using the "TRACE" log level, it's better to log into a file 
+# using *--log-file*, since it can generate a huge stream of logs.
+#
+#log-level = "debug"
+log-level = "warn";
+
+# Set the log file.
+# If *--log-file* is never specified, logs will be written to stderr. 
+# Otherwise, logs will to written to the given file, though some of the early 
+# logs might still be written to the stderr. 
+# When setting this option from the config file, it is recommended to use an absolute path.
+#
+# log-file = '/path/to/your/log/file'
+
+# Show all X errors (for debugging)
+# show-all-xerrors = false
+
+# Write process ID to a file.
+# write-pid-path = '/path/to/your/log/file'
+
+# Window type settings
+# 
+# 'WINDOW_TYPE' is one of the 15 window types defined in EWMH standard: 
+#     "unknown", "desktop", "dock", "toolbar", "menu", "utility", 
+#     "splash", "dialog", "normal", "dropdown_menu", "popup_menu", 
+#     "tooltip", "notification", "combo", and "dnd".
+# 
+# Following per window-type options are available: ::
+# 
+#   fade, shadow:::
+#     Controls window-type-specific shadow and fade settings.
+# 
+#   opacity:::
+#     Controls default opacity of the window type.
+# 
+#   focus:::
+#     Controls whether the window of this type is to be always considered focused. 
+#     (By default, all window types except "normal" and "dialog" has this on.)
+# 
+#   full-shadow:::
+#     Controls whether shadow is drawn under the parts of the window that you 
+#     normally won't be able to see. Useful when the window has parts of it 
+#     transparent, and you want shadows in those areas.
+# 
+#   redir-ignore:::
+#     Controls whether this type of windows should cause screen to become 
+#     redirected again after been unredirected. If you have unredir-if-possible
+#     set, and doesn't want certain window to cause unnecessary screen redirection, 
+#     you can set this to `true`.
+#
+wintypes:
+{
+  normal = { fade = true; shadow = true; }
+  tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
+  #dock = { shadow = false; }
+  dnd = { shadow = true; }
+  popup_menu = { opacity = 0.85; }
+  dropdown_menu = { opacity = 0.85; }
+};

+ 4 - 0
dot-config/xbindkeys/config

@@ -64,6 +64,10 @@
 "dmenuunicode"
    Mod4 + E
 
+# dmenu nerd glyph selector
+"dmenunerd"
+   Mod4 + Shift + E
+
 # command prompt (only non-root commands)
 "dmenuprompt"
    Mod4 + R

+ 3692 - 0
local-share/norisa/nerdglyphs

@@ -0,0 +1,3692 @@
+ dev bing small; 1FE700;
+ dev css tricks; 1FE701;
+ dev git; 1FE702;
+ dev bitbucket; 1FE703;
+ dev mysql; 1FE704;
+ dev streamline; 1FE705;
+ dev database; 1FE706;
+ dev dropbox; 1FE707;
+ dev github alt; 1FE708;
+ dev github badge; 1FE709;
+ dev github; 1FE70A;
+ dev wordpress; 1FE70B;
+ dev visualstudio; 1FE70C;
+ dev jekyll small; 1FE70D;
+ dev android; 1FE70E;
+ dev windows; 1FE70F;
+ dev stackoverflow; 1FE710;
+ dev apple; 1FE711;
+ dev linux; 1FE712;
+ dev appstore; 1FE713;
+ dev ghost small; 1FE714;
+ dev yahoo; 1FE715;
+ dev codepen; 1FE716;
+ dev github full; 1FE717;
+ dev nodejs small; 1FE718;
+ dev nodejs; 1FE719;
+ dev hackernews; 1FE71A;
+ dev ember; 1FE71B;
+ dev dojo; 1FE71C;
+ dev django; 1FE71D;
+ dev npm; 1FE71E;
+ dev ghost; 1FE71F;
+ dev modernizr; 1FE720;
+ dev unity small; 1FE721;
+ dev rasberry pi; 1FE722;
+ dev blackberry; 1FE723;
+ dev go; 1FE724;
+ dev git branch; 1FE725;
+ dev git pull request; 1FE726;
+ dev git merge; 1FE727;
+ dev git compare; 1FE728;
+ dev git commit; 1FE729;
+ dev cssdeck; 1FE72A;
+ dev yahoo small; 1FE72B;
+ dev techcrunch; 1FE72C;
+ dev smashing magazine; 1FE72D;
+ dev netmagazine; 1FE72E;
+ dev codrops; 1FE72F;
+ dev phonegap; 1FE730;
+ dev google drive; 1FE731;
+ dev html5 multimedia; 1FE732;
+ dev html5 device access; 1FE733;
+ dev html5 connectivity; 1FE734;
+ dev html5 3d effects; 1FE735;
+ dev html5; 1FE736;
+ dev scala; 1FE737;
+ dev java; 1FE738;
+ dev ruby; 1FE739;
+ dev ubuntu; 1FE73A;
+ dev ruby on rails; 1FE73B;
+ dev python; 1FE73C;
+ dev php; 1FE73D;
+ dev markdown; 1FE73E;
+ dev laravel; 1FE73F;
+ dev magento; 1FE740;
+ dev joomla; 1FE741;
+ dev drupal; 1FE742;
+ dev chrome; 1FE743;
+ dev ie; 1FE744;
+ dev firefox; 1FE745;
+ dev opera; 1FE746;
+ dev bootstrap; 1FE747;
+ dev safari; 1FE748;
+ dev css3; 1FE749;
+ dev css3 full; 1FE74A;
+ dev sass; 1FE74B;
+ dev grunt; 1FE74C;
+ dev bower; 1FE74D;
+ dev javascript; 1FE74E;
+ dev javascript shield; 1FE74F;
+ dev jquery; 1FE750;
+ dev coffeescript; 1FE751;
+ dev backbone; 1FE752;
+ dev angular; 1FE753;
+ dev jquery ui; 1FE754;
+ dev swift; 1FE755;
+ dev symfony; 1FE756;
+ dev symfony badge; 1FE757;
+ dev less; 1FE758;
+ dev stylus; 1FE759;
+ dev trello; 1FE75A;
+ dev atlassian; 1FE75B;
+ dev jira; 1FE75C;
+ dev envato; 1FE75D;
+ dev snap svg; 1FE75E;
+ dev raphael; 1FE75F;
+ dev chart; 1FE760;
+ dev compass; 1FE761;
+ dev onedrive; 1FE762;
+ dev gulp; 1FE763;
+ dev atom; 1FE764;
+ dev cisco; 1FE765;
+ dev nancy; 1FE766;
+ dev jenkins; 1FE767;
+ dev clojure; 1FE768;
+ dev perl; 1FE769;
+ dev clojure alt; 1FE76A;
+ dev celluloid; 1FE76B;
+ dev w3c; 1FE76C;
+ dev redis; 1FE76D;
+ dev postgresql; 1FE76E;
+ dev webplatform; 1FE76F;
+ dev requirejs; 1FE770;
+ dev opensource; 1FE771;
+ dev typo3; 1FE772;
+ dev uikit; 1FE773;
+ dev doctrine; 1FE774;
+ dev groovy; 1FE775;
+ dev nginx; 1FE776;
+ dev haskell; 1FE777;
+ dev zend; 1FE778;
+ dev gnu; 1FE779;
+ dev yeoman; 1FE77A;
+ dev heroku; 1FE77B;
+ dev msql server; 1FE77C;
+ dev debian; 1FE77D;
+ dev travis; 1FE77E;
+ dev dotnet; 1FE77F;
+ dev codeigniter; 1FE780;
+ dev javascript badge; 1FE781;
+ dev yii; 1FE782;
+ dev composer; 1FE783;
+ dev krakenjs badge; 1FE784;
+ dev krakenjs; 1FE785;
+ dev mozilla; 1FE786;
+ dev firebase; 1FE787;
+ dev sizzlejs; 1FE788;
+ dev creativecommons; 1FE789;
+ dev creativecommons badge; 1FE78A;
+ dev mitlicence; 1FE78B;
+ dev senchatouch; 1FE78C;
+ dev bugsense; 1FE78D;
+ dev extjs; 1FE78E;
+ dev mootools badge; 1FE78F;
+ dev mootools; 1FE790;
+ dev ruby rough; 1FE791;
+ dev komodo; 1FE792;
+ dev coda; 1FE793;
+ dev bintray; 1FE794;
+ dev terminal; 1FE795;
+ dev code; 1FE796;
+ dev responsive; 1FE797;
+ dev dart; 1FE798;
+ dev aptana; 1FE799;
+ dev mailchimp; 1FE79A;
+ dev netbeans; 1FE79B;
+ dev dreamweaver; 1FE79C;
+ dev brackets; 1FE79D;
+ dev eclipse; 1FE79E;
+ dev cloud9; 1FE79F;
+ dev scrum; 1FE7A0;
+ dev prolog; 1FE7A1;
+ dev terminal badge; 1FE7A2;
+ dev code badge; 1FE7A3;
+ dev mongodb; 1FE7A4;
+ dev meteor; 1FE7A5;
+ dev meteorfull; 1FE7A6;
+ dev fsharp; 1FE7A7;
+ dev rust; 1FE7A8;
+ dev ionic; 1FE7A9;
+ dev sublime; 1FE7AA;
+ dev appcelerator; 1FE7AB;
+ dev asterisk; 1FE7AC;
+ dev aws; 1FE7AD;
+ dev digital ocean; 1FE7AE;
+ dev dlang; 1FE7AF;
+ dev docker; 1FE7B0;
+ dev erlang; 1FE7B1;
+ dev google cloud platform; 1FE7B2;
+ dev grails; 1FE7B3;
+ dev illustrator; 1FE7B4;
+ dev intellij; 1FE7B5;
+ dev materializecss; 1FE7B6;
+ dev openshift; 1FE7B7;
+ dev photoshop; 1FE7B8;
+ dev rackspace; 1FE7B9;
+ dev react; 1FE7BA;
+ dev redhat; 1FE7BB;
+ dev scriptcs; 1FE7BC;
+ dev sqllite; 1FE7C4;
+ dev vim; 1FE7C5;
+ fae smaller; 1FE200;
+ fae snowing; 1FE201;
+ fae soda; 1FE202;
+ fae sofa; 1FE203;
+ fae soup; 1FE204;
+ fae spermatozoon; 1FE205;
+ fae spin double; 1FE206;
+ fae stomach; 1FE207;
+ fae storm; 1FE208;
+ fae telescope; 1FE209;
+ fae thermometer; 1FE20A;
+ fae thermometer high; 1FE20B;
+ fae thermometer low; 1FE20C;
+ fae thin close; 1FE20D;
+ fae toilet; 1FE20E;
+ fae tools; 1FE20F;
+ fae tooth; 1FE210;
+ fae uterus; 1FE211;
+ fae w3c; 1FE212;
+ fae walking; 1FE213;
+ fae virus; 1FE214;
+ fae telegram circle; 1FE215;
+ fae slash; 1FE216;
+ fae telegram; 1FE217;
+ fae shirt; 1FE218;
+ fae tacos; 1FE219;
+ fae sushi; 1FE21A;
+ fae triangle ruler; 1FE21B;
+ fae tree; 1FE21C;
+ fae sun cloud; 1FE21D;
+ fae ruby o; 1FE21E;
+ fae ruler; 1FE21F;
+ fae umbrella; 1FE220;
+ fae medicine; 1FE221;
+ fae microscope; 1FE222;
+ fae milk bottle; 1FE223;
+ fae minimize; 1FE224;
+ fae molecule; 1FE225;
+ fae moon cloud; 1FE226;
+ fae mushroom; 1FE227;
+ fae mustache; 1FE228;
+ fae mysql; 1FE229;
+ fae nintendo; 1FE22A;
+ fae palette color; 1FE22B;
+ fae pi; 1FE22C;
+ fae pizza; 1FE22D;
+ fae planet; 1FE22E;
+ fae plant; 1FE22F;
+ fae playstation; 1FE230;
+ fae poison; 1FE231;
+ fae popcorn; 1FE232;
+ fae popsicle; 1FE233;
+ fae pulse; 1FE234;
+ fae python; 1FE235;
+ fae quora circle; 1FE236;
+ fae quora square; 1FE237;
+ fae radioactive; 1FE238;
+ fae raining; 1FE239;
+ fae real heart; 1FE23A;
+ fae refrigerator; 1FE23B;
+ fae restore; 1FE23C;
+ fae ring; 1FE23D;
+ fae ruby; 1FE23E;
+ fae fingerprint; 1FE23F;
+ fae floppy; 1FE240;
+ fae footprint; 1FE241;
+ fae freecodecamp; 1FE242;
+ fae galaxy; 1FE243;
+ fae galery; 1FE244;
+ fae glass; 1FE245;
+ fae google drive; 1FE246;
+ fae google play; 1FE247;
+ fae gps; 1FE248;
+ fae grav; 1FE249;
+ fae guitar; 1FE24A;
+ fae gut; 1FE24B;
+ fae halter; 1FE24C;
+ fae hamburger; 1FE24D;
+ fae hat; 1FE24E;
+ fae hexagon; 1FE24F;
+ fae high heel; 1FE250;
+ fae hotdog; 1FE251;
+ fae ice cream; 1FE252;
+ fae id card; 1FE253;
+ fae imdb; 1FE254;
+ fae infinity; 1FE255;
+ fae java; 1FE256;
+ fae layers; 1FE257;
+ fae lips; 1FE258;
+ fae lipstick; 1FE259;
+ fae liver; 1FE25A;
+ fae lung; 1FE25B;
+ fae makeup brushes; 1FE25C;
+ fae maximize; 1FE25D;
+ fae wallet; 1FE25E;
+ fae chess horse; 1FE25F;
+ fae chess king; 1FE260;
+ fae chess pawn; 1FE261;
+ fae chess queen; 1FE262;
+ fae chess tower; 1FE263;
+ fae cheese; 1FE264;
+ fae chilli; 1FE265;
+ fae chip; 1FE266;
+ fae cicling; 1FE267;
+ fae cloud; 1FE268;
+ fae cockroach; 1FE269;
+ fae coffe beans; 1FE26A;
+ fae coins; 1FE26B;
+ fae comb; 1FE26C;
+ fae comet; 1FE26D;
+ fae crown; 1FE26E;
+ fae cup coffe; 1FE26F;
+ fae dice; 1FE270;
+ fae disco; 1FE271;
+ fae dna; 1FE272;
+ fae donut; 1FE273;
+ fae dress; 1FE274;
+ fae drop; 1FE275;
+ fae ello; 1FE276;
+ fae envelope open; 1FE277;
+ fae envelope open o; 1FE278;
+ fae equal; 1FE279;
+ fae equal bigger; 1FE27A;
+ fae feedly; 1FE27B;
+ fae file export; 1FE27C;
+ fae file import; 1FE27D;
+ fae wind; 1FE27E;
+ fae atom; 1FE27F;
+ fae bacteria; 1FE280;
+ fae banana; 1FE281;
+ fae bath; 1FE282;
+ fae bed; 1FE283;
+ fae benzene; 1FE284;
+ fae bigger; 1FE285;
+ fae biohazard; 1FE286;
+ fae blogger circle; 1FE287;
+ fae blogger square; 1FE288;
+ fae bones; 1FE289;
+ fae book open; 1FE28A;
+ fae book open o; 1FE28B;
+ fae brain; 1FE28C;
+ fae bread; 1FE28D;
+ fae butterfly; 1FE28E;
+ fae carot; 1FE28F;
+ fae cc by; 1FE290;
+ fae cc cc; 1FE291;
+ fae cc nc; 1FE292;
+ fae cc nc eu; 1FE293;
+ fae cc nc jp; 1FE294;
+ fae cc nd; 1FE295;
+ fae cc remix; 1FE296;
+ fae cc sa; 1FE297;
+ fae cc share; 1FE298;
+ fae cc zero; 1FE299;
+ fae checklist o; 1FE29A;
+ fae cherry; 1FE29B;
+ fae chess bishop; 1FE29C;
+ fae xbox; 1FE29D;
+ fae apple fruit; 1FE29E;
+ fae chicken thigh; 1FE29F;
+ fae gift card; 1FE2A0;
+ fae injection; 1FE2A1;
+ fae isle; 1FE2A2;
+ fae lollipop; 1FE2A3;
+ fae loyalty card; 1FE2A4;
+ fae meat; 1FE2A5;
+ fae mountains; 1FE2A6;
+ fae orange; 1FE2A7;
+ fae peach; 1FE2A8;
+ fae pear; 1FE2A9;
+ fa glass; 1FF000;
+ fa music; 1FF001;
+ fa search; 1FF002;
+ fa envelope o; 1FF003;
+ fa heart; 1FF004;
+ fa star; 1FF005;
+ fa star o; 1FF006;
+ fa user; 1FF007;
+ fa film; 1FF008;
+ fa th large; 1FF009;
+ fa th; 1FF00A;
+ fa th list; 1FF00B;
+ fa check; 1FF00C;
+ fa times; 1FF00D;
+ fa search plus; 1FF00E;
+ fa search minus; 1FF010;
+ fa power off; 1FF011;
+ fa signal; 1FF012;
+ fa cog; 1FF013;
+ fa trash o; 1FF014;
+ fa home; 1FF015;
+ fa file o; 1FF016;
+ fa clock o; 1FF017;
+ fa road; 1FF018;
+ fa download; 1FF019;
+ fa arrow circle o down; 1FF01A;
+ fa arrow circle o up; 1FF01B;
+ fa inbox; 1FF01C;
+ fa play circle o; 1FF01D;
+ fa repeat; 1FF01E;
+ fa refresh; 1FF021;
+ fa list alt; 1FF022;
+ fa lock; 1FF023;
+ fa flag; 1FF024;
+ fa headphones; 1FF025;
+ fa volume off; 1FF026;
+ fa volume down; 1FF027;
+ fa volume up; 1FF028;
+ fa qrcode; 1FF029;
+ fa barcode; 1FF02A;
+ fa tag; 1FF02B;
+ fa tags; 1FF02C;
+ fa book; 1FF02D;
+ fa bookmark; 1FF02E;
+ fa print; 1FF02F;
+ fa camera; 1FF030;
+ fa font; 1FF031;
+ fa bold; 1FF032;
+ fa italic; 1FF033;
+ fa text height; 1FF034;
+ fa text width; 1FF035;
+ fa align left; 1FF036;
+ fa align center; 1FF037;
+ fa align right; 1FF038;
+ fa align justify; 1FF039;
+ fa list; 1FF03A;
+ fa outdent; 1FF03B;
+ fa indent; 1FF03C;
+ fa video camera; 1FF03D;
+ fa picture o; 1FF03E;
+ fa pencil; 1FF040;
+ fa map marker; 1FF041;
+ fa adjust; 1FF042;
+ fa tint; 1FF043;
+ fa pencil square o; 1FF044;
+ fa share square o; 1FF045;
+ fa check square o; 1FF046;
+ fa arrows; 1FF047;
+ fa step backward; 1FF048;
+ fa fast backward; 1FF049;
+ fa backward; 1FF04A;
+ fa play; 1FF04B;
+ fa pause; 1FF04C;
+ fa stop; 1FF04D;
+ fa forward; 1FF04E;
+ fa fast forward; 1FF050;
+ fa step forward; 1FF051;
+ fa eject; 1FF052;
+ fa chevron left; 1FF053;
+ fa chevron right; 1FF054;
+ fa plus circle; 1FF055;
+ fa minus circle; 1FF056;
+ fa times circle; 1FF057;
+ fa check circle; 1FF058;
+ fa question circle; 1FF059;
+ fa info circle; 1FF05A;
+ fa crosshairs; 1FF05B;
+ fa times circle o; 1FF05C;
+ fa check circle o; 1FF05D;
+ fa ban; 1FF05E;
+ fa arrow left; 1FF060;
+ fa arrow right; 1FF061;
+ fa arrow up; 1FF062;
+ fa arrow down; 1FF063;
+ fa share; 1FF064;
+ fa expand; 1FF065;
+ fa compress; 1FF066;
+ fa plus; 1FF067;
+ fa minus; 1FF068;
+ fa asterisk; 1FF069;
+ fa exclamation circle; 1FF06A;
+ fa gift; 1FF06B;
+ fa leaf; 1FF06C;
+ fa fire; 1FF06D;
+ fa eye; 1FF06E;
+ fa eye slash; 1FF070;
+ fa exclamation triangle; 1FF071;
+ fa plane; 1FF072;
+ fa calendar; 1FF073;
+ fa random; 1FF074;
+ fa comment; 1FF075;
+ fa magnet; 1FF076;
+ fa chevron up; 1FF077;
+ fa chevron down; 1FF078;
+ fa retweet; 1FF079;
+ fa shopping cart; 1FF07A;
+ fa folder; 1FF07B;
+ fa folder open; 1FF07C;
+ fa arrows v; 1FF07D;
+ fa arrows h; 1FF07E;
+ fa bar chart; 1FF080;
+ fa twitter square; 1FF081;
+ fa facebook square; 1FF082;
+ fa camera retro; 1FF083;
+ fa key; 1FF084;
+ fa cogs; 1FF085;
+ fa comments; 1FF086;
+ fa thumbs o up; 1FF087;
+ fa thumbs o down; 1FF088;
+ fa star half; 1FF089;
+ fa heart o; 1FF08A;
+ fa sign out; 1FF08B;
+ fa linkedin square; 1FF08C;
+ fa thumb tack; 1FF08D;
+ fa external link; 1FF08E;
+ fa sign in; 1FF090;
+ fa trophy; 1FF091;
+ fa github square; 1FF092;
+ fa upload; 1FF093;
+ fa lemon o; 1FF094;
+ fa phone; 1FF095;
+ fa square o; 1FF096;
+ fa bookmark o; 1FF097;
+ fa phone square; 1FF098;
+ fa twitter; 1FF099;
+ fa facebook; 1FF09A;
+ fa github; 1FF09B;
+ fa unlock; 1FF09C;
+ fa credit card; 1FF09D;
+ fa rss; 1FF09E;
+ fa hdd o; 1FF0A0;
+ fa bullhorn; 1FF0A1;
+ fa bell o; 1FF0A2;
+ fa certificate; 1FF0A3;
+ fa hand o right; 1FF0A4;
+ fa hand o left; 1FF0A5;
+ fa hand o up; 1FF0A6;
+ fa hand o down; 1FF0A7;
+ fa arrow circle left; 1FF0A8;
+ fa arrow circle right; 1FF0A9;
+ fa arrow circle up; 1FF0AA;
+ fa arrow circle down; 1FF0AB;
+ fa globe; 1FF0AC;
+ fa wrench; 1FF0AD;
+ fa tasks; 1FF0AE;
+ fa filter; 1FF0B0;
+ fa briefcase; 1FF0B1;
+ fa arrows alt; 1FF0B2;
+ fa users; 1FF0C0;
+ fa link; 1FF0C1;
+ fa cloud; 1FF0C2;
+ fa flask; 1FF0C3;
+ fa scissors; 1FF0C4;
+ fa files o; 1FF0C5;
+ fa paperclip; 1FF0C6;
+ fa floppy o; 1FF0C7;
+ fa square; 1FF0C8;
+ fa bars; 1FF0C9;
+ fa list ul; 1FF0CA;
+ fa list ol; 1FF0CB;
+ fa strikethrough; 1FF0CC;
+ fa underline; 1FF0CD;
+ fa table; 1FF0CE;
+ fa magic; 1FF0D0;
+ fa truck; 1FF0D1;
+ fa pinterest; 1FF0D2;
+ fa pinterest square; 1FF0D3;
+ fa google plus square; 1FF0D4;
+ fa google plus; 1FF0D5;
+ fa money; 1FF0D6;
+ fa caret down; 1FF0D7;
+ fa caret up; 1FF0D8;
+ fa caret left; 1FF0D9;
+ fa caret right; 1FF0DA;
+ fa columns; 1FF0DB;
+ fa sort; 1FF0DC;
+ fa sort desc; 1FF0DD;
+ fa sort asc; 1FF0DE;
+ fa envelope; 1FF0E0;
+ fa linkedin; 1FF0E1;
+ fa undo; 1FF0E2;
+ fa gavel; 1FF0E3;
+ fa tachometer; 1FF0E4;
+ fa comment o; 1FF0E5;
+ fa comments o; 1FF0E6;
+ fa bolt; 1FF0E7;
+ fa sitemap; 1FF0E8;
+ fa umbrella; 1FF0E9;
+ fa clipboard; 1FF0EA;
+ fa lightbulb o; 1FF0EB;
+ fa exchange; 1FF0EC;
+ fa cloud download; 1FF0ED;
+ fa cloud upload; 1FF0EE;
+ fa user md; 1FF0F0;
+ fa stethoscope; 1FF0F1;
+ fa suitcase; 1FF0F2;
+ fa bell; 1FF0F3;
+ fa coffee; 1FF0F4;
+ fa cutlery; 1FF0F5;
+ fa file text o; 1FF0F6;
+ fa building o; 1FF0F7;
+ fa hospital o; 1FF0F8;
+ fa ambulance; 1FF0F9;
+ fa medkit; 1FF0FA;
+ fa fighter jet; 1FF0FB;
+ fa beer; 1FF0FC;
+ fa h square; 1FF0FD;
+ fa plus square; 1FF0FE;
+ fa angle double left; 1FF100;
+ fa angle double right; 1FF101;
+ fa angle double up; 1FF102;
+ fa angle double down; 1FF103;
+ fa angle left; 1FF104;
+ fa angle right; 1FF105;
+ fa angle up; 1FF106;
+ fa angle down; 1FF107;
+ fa desktop; 1FF108;
+ fa laptop; 1FF109;
+ fa tablet; 1FF10A;
+ fa mobile; 1FF10B;
+ fa circle o; 1FF10C;
+ fa quote left; 1FF10D;
+ fa quote right; 1FF10E;
+ fa spinner; 1FF110;
+ fa circle; 1FF111;
+ fa reply; 1FF112;
+ fa github alt; 1FF113;
+ fa folder o; 1FF114;
+ fa folder open o; 1FF115;
+ fa smile o; 1FF118;
+ fa frown o; 1FF119;
+ fa meh o; 1FF11A;
+ fa gamepad; 1FF11B;
+ fa keyboard o; 1FF11C;
+ fa flag o; 1FF11D;
+ fa flag checkered; 1FF11E;
+ fa terminal; 1FF120;
+ fa code; 1FF121;
+ fa reply all; 1FF122;
+ fa star half o; 1FF123;
+ fa location arrow; 1FF124;
+ fa crop; 1FF125;
+ fa code fork; 1FF126;
+ fa chain broken; 1FF127;
+ fa question; 1FF128;
+ fa info; 1FF129;
+ fa exclamation; 1FF12A;
+ fa superscript; 1FF12B;
+ fa subscript; 1FF12C;
+ fa eraser; 1FF12D;
+ fa puzzle piece; 1FF12E;
+ fa microphone; 1FF130;
+ fa microphone slash; 1FF131;
+ fa shield; 1FF132;
+ fa calendar o; 1FF133;
+ fa fire extinguisher; 1FF134;
+ fa rocket; 1FF135;
+ fa maxcdn; 1FF136;
+ fa chevron circle left; 1FF137;
+ fa chevron circle right; 1FF138;
+ fa chevron circle up; 1FF139;
+ fa chevron circle down; 1FF13A;
+ fa html5; 1FF13B;
+ fa css3; 1FF13C;
+ fa anchor; 1FF13D;
+ fa unlock alt; 1FF13E;
+ fa bullseye; 1FF140;
+ fa ellipsis h; 1FF141;
+ fa ellipsis v; 1FF142;
+ fa rss square; 1FF143;
+ fa play circle; 1FF144;
+ fa ticket; 1FF145;
+ fa minus square; 1FF146;
+ fa minus square o; 1FF147;
+ fa level up; 1FF148;
+ fa level down; 1FF149;
+ fa check square; 1FF14A;
+ fa pencil square; 1FF14B;
+ fa external link square; 1FF14C;
+ fa share square; 1FF14D;
+ fa compass; 1FF14E;
+ fa caret square o down; 1FF150;
+ fa caret square o up; 1FF151;
+ fa caret square o right; 1FF152;
+ fa eur; 1FF153;
+ fa gbp; 1FF154;
+ fa usd; 1FF155;
+ fa inr; 1FF156;
+ fa jpy; 1FF157;
+ fa rub; 1FF158;
+ fa krw; 1FF159;
+ fa btc; 1FF15A;
+ fa file; 1FF15B;
+ fa file text; 1FF15C;
+ fa sort alpha asc; 1FF15D;
+ fa sort alpha desc; 1FF15E;
+ fa sort amount asc; 1FF160;
+ fa sort amount desc; 1FF161;
+ fa sort numeric asc; 1FF162;
+ fa sort numeric desc; 1FF163;
+ fa thumbs up; 1FF164;
+ fa thumbs down; 1FF165;
+ fa youtube square; 1FF166;
+ fa youtube; 1FF167;
+ fa xing; 1FF168;
+ fa xing square; 1FF169;
+ fa youtube play; 1FF16A;
+ fa dropbox; 1FF16B;
+ fa stack overflow; 1FF16C;
+ fa instagram; 1FF16D;
+ fa flickr; 1FF16E;
+ fa adn; 1FF170;
+ fa bitbucket; 1FF171;
+ fa bitbucket square; 1FF172;
+ fa tumblr; 1FF173;
+ fa tumblr square; 1FF174;
+ fa long arrow down; 1FF175;
+ fa long arrow up; 1FF176;
+ fa long arrow left; 1FF177;
+ fa long arrow right; 1FF178;
+ fa apple; 1FF179;
+ fa windows; 1FF17A;
+ fa android; 1FF17B;
+ fa linux; 1FF17C;
+ fa dribbble; 1FF17D;
+ fa skype; 1FF17E;
+ fa foursquare; 1FF180;
+ fa trello; 1FF181;
+ fa female; 1FF182;
+ fa male; 1FF183;
+ fa gratipay; 1FF184;
+ fa sun o; 1FF185;
+ fa moon o; 1FF186;
+ fa archive; 1FF187;
+ fa bug; 1FF188;
+ fa vk; 1FF189;
+ fa weibo; 1FF18A;
+ fa renren; 1FF18B;
+ fa pagelines; 1FF18C;
+ fa stack exchange; 1FF18D;
+ fa arrow circle o right; 1FF18E;
+ fa arrow circle o left; 1FF190;
+ fa caret square o left; 1FF191;
+ fa dot circle o; 1FF192;
+ fa wheelchair; 1FF193;
+ fa vimeo square; 1FF194;
+ fa try; 1FF195;
+ fa plus square o; 1FF196;
+ fa space shuttle; 1FF197;
+ fa slack; 1FF198;
+ fa envelope square; 1FF199;
+ fa wordpress; 1FF19A;
+ fa openid; 1FF19B;
+ fa university; 1FF19C;
+ fa graduation cap; 1FF19D;
+ fa yahoo; 1FF19E;
+ fa google; 1FF1A0;
+ fa reddit; 1FF1A1;
+ fa reddit square; 1FF1A2;
+ fa stumbleupon circle; 1FF1A3;
+ fa stumbleupon; 1FF1A4;
+ fa delicious; 1FF1A5;
+ fa digg; 1FF1A6;
+ fa pied piper pp; 1FF1A7;
+ fa pied piper alt; 1FF1A8;
+ fa drupal; 1FF1A9;
+ fa joomla; 1FF1AA;
+ fa language; 1FF1AB;
+ fa fax; 1FF1AC;
+ fa building; 1FF1AD;
+ fa child; 1FF1AE;
+ fa paw; 1FF1B0;
+ fa spoon; 1FF1B1;
+ fa cube; 1FF1B2;
+ fa cubes; 1FF1B3;
+ fa behance; 1FF1B4;
+ fa behance square; 1FF1B5;
+ fa steam; 1FF1B6;
+ fa steam square; 1FF1B7;
+ fa recycle; 1FF1B8;
+ fa car; 1FF1B9;
+ fa taxi; 1FF1BA;
+ fa tree; 1FF1BB;
+ fa spotify; 1FF1BC;
+ fa deviantart; 1FF1BD;
+ fa soundcloud; 1FF1BE;
+ fa database; 1FF1C0;
+ fa file pdf o; 1FF1C1;
+ fa file word o; 1FF1C2;
+ fa file excel o; 1FF1C3;
+ fa file powerpoint o; 1FF1C4;
+ fa file image o; 1FF1C5;
+ fa file archive o; 1FF1C6;
+ fa file audio o; 1FF1C7;
+ fa file video o; 1FF1C8;
+ fa file code o; 1FF1C9;
+ fa vine; 1FF1CA;
+ fa codepen; 1FF1CB;
+ fa jsfiddle; 1FF1CC;
+ fa life ring; 1FF1CD;
+ fa circle o notch; 1FF1CE;
+ fa rebel; 1FF1D0;
+ fa empire; 1FF1D1;
+ fa git square; 1FF1D2;
+ fa git; 1FF1D3;
+ fa hacker news; 1FF1D4;
+ fa tencent weibo; 1FF1D5;
+ fa qq; 1FF1D6;
+ fa weixin; 1FF1D7;
+ fa paper plane; 1FF1D8;
+ fa paper plane o; 1FF1D9;
+ fa history; 1FF1DA;
+ fa circle thin; 1FF1DB;
+ fa header; 1FF1DC;
+ fa paragraph; 1FF1DD;
+ fa sliders; 1FF1DE;
+ fa share alt; 1FF1E0;
+ fa share alt square; 1FF1E1;
+ fa bomb; 1FF1E2;
+ fa futbol o; 1FF1E3;
+ fa tty; 1FF1E4;
+ fa binoculars; 1FF1E5;
+ fa plug; 1FF1E6;
+ fa slideshare; 1FF1E7;
+ fa twitch; 1FF1E8;
+ fa yelp; 1FF1E9;
+ fa newspaper o; 1FF1EA;
+ fa wifi; 1FF1EB;
+ fa calculator; 1FF1EC;
+ fa paypal; 1FF1ED;
+ fa google wallet; 1FF1EE;
+ fa cc visa; 1FF1F0;
+ fa cc mastercard; 1FF1F1;
+ fa cc discover; 1FF1F2;
+ fa cc amex; 1FF1F3;
+ fa cc paypal; 1FF1F4;
+ fa cc stripe; 1FF1F5;
+ fa bell slash; 1FF1F6;
+ fa bell slash o; 1FF1F7;
+ fa trash; 1FF1F8;
+ fa copyright; 1FF1F9;
+ fa at; 1FF1FA;
+ fa eyedropper; 1FF1FB;
+ fa paint brush; 1FF1FC;
+ fa birthday cake; 1FF1FD;
+ fa area chart; 1FF1FE;
+ fa pie chart; 1FF200;
+ fa line chart; 1FF201;
+ fa lastfm; 1FF202;
+ fa lastfm square; 1FF203;
+ fa toggle off; 1FF204;
+ fa toggle on; 1FF205;
+ fa bicycle; 1FF206;
+ fa bus; 1FF207;
+ fa ioxhost; 1FF208;
+ fa angellist; 1FF209;
+ fa cc; 1FF20A;
+ fa ils; 1FF20B;
+ fa meanpath; 1FF20C;
+ fa buysellads; 1FF20D;
+ fa connectdevelop; 1FF20E;
+ fa dashcube; 1FF210;
+ fa forumbee; 1FF211;
+ fa leanpub; 1FF212;
+ fa sellsy; 1FF213;
+ fa shirtsinbulk; 1FF214;
+ fa simplybuilt; 1FF215;
+ fa skyatlas; 1FF216;
+ fa cart plus; 1FF217;
+ fa cart arrow down; 1FF218;
+ fa diamond; 1FF219;
+ fa ship; 1FF21A;
+ fa user secret; 1FF21B;
+ fa motorcycle; 1FF21C;
+ fa street view; 1FF21D;
+ fa heartbeat; 1FF21E;
+ fa venus; 1FF221;
+ fa mars; 1FF222;
+ fa mercury; 1FF223;
+ fa transgender; 1FF224;
+ fa transgender alt; 1FF225;
+ fa venus double; 1FF226;
+ fa mars double; 1FF227;
+ fa venus mars; 1FF228;
+ fa mars stroke; 1FF229;
+ fa mars stroke v; 1FF22A;
+ fa mars stroke h; 1FF22B;
+ fa neuter; 1FF22C;
+ fa genderless; 1FF22D;
+ fa facebook official; 1FF230;
+ fa pinterest p; 1FF231;
+ fa whatsapp; 1FF232;
+ fa server; 1FF233;
+ fa user plus; 1FF234;
+ fa user times; 1FF235;
+ fa bed; 1FF236;
+ fa viacoin; 1FF237;
+ fa train; 1FF238;
+ fa subway; 1FF239;
+ fa medium; 1FF23A;
+ fa y combinator; 1FF23B;
+ fa optin monster; 1FF23C;
+ fa opencart; 1FF23D;
+ fa expeditedssl; 1FF23E;
+ fa battery full; 1FF240;
+ fa battery three quarters; 1FF241;
+ fa battery half; 1FF242;
+ fa battery quarter; 1FF243;
+ fa battery empty; 1FF244;
+ fa mouse pointer; 1FF245;
+ fa i cursor; 1FF246;
+ fa object group; 1FF247;
+ fa object ungroup; 1FF248;
+ fa sticky note; 1FF249;
+ fa sticky note o; 1FF24A;
+ fa cc jcb; 1FF24B;
+ fa cc diners club; 1FF24C;
+ fa clone; 1FF24D;
+ fa balance scale; 1FF24E;
+ fa hourglass o; 1FF250;
+ fa hourglass start; 1FF251;
+ fa hourglass half; 1FF252;
+ fa hourglass end; 1FF253;
+ fa hourglass; 1FF254;
+ fa hand rock o; 1FF255;
+ fa hand paper o; 1FF256;
+ fa hand scissors o; 1FF257;
+ fa hand lizard o; 1FF258;
+ fa hand spock o; 1FF259;
+ fa hand pointer o; 1FF25A;
+ fa hand peace o; 1FF25B;
+ fa trademark; 1FF25C;
+ fa registered; 1FF25D;
+ fa creative commons; 1FF25E;
+ fa gg; 1FF260;
+ fa gg circle; 1FF261;
+ fa tripadvisor; 1FF262;
+ fa odnoklassniki; 1FF263;
+ fa odnoklassniki square; 1FF264;
+ fa get pocket; 1FF265;
+ fa wikipedia w; 1FF266;
+ fa safari; 1FF267;
+ fa chrome; 1FF268;
+ fa firefox; 1FF269;
+ fa opera; 1FF26A;
+ fa internet explorer; 1FF26B;
+ fa television; 1FF26C;
+ fa contao; 1FF26D;
+ fa 500px; 1FF26E;
+ fa amazon; 1FF270;
+ fa calendar plus o; 1FF271;
+ fa calendar minus o; 1FF272;
+ fa calendar times o; 1FF273;
+ fa calendar check o; 1FF274;
+ fa industry; 1FF275;
+ fa map pin; 1FF276;
+ fa map signs; 1FF277;
+ fa map o; 1FF278;
+ fa map; 1FF279;
+ fa commenting; 1FF27A;
+ fa commenting o; 1FF27B;
+ fa houzz; 1FF27C;
+ fa vimeo; 1FF27D;
+ fa black tie; 1FF27E;
+ fa fonticons; 1FF280;
+ fa reddit alien; 1FF281;
+ fa edge; 1FF282;
+ fa credit card alt; 1FF283;
+ fa codiepie; 1FF284;
+ fa modx; 1FF285;
+ fa fort awesome; 1FF286;
+ fa usb; 1FF287;
+ fa product hunt; 1FF288;
+ fa mixcloud; 1FF289;
+ fa scribd; 1FF28A;
+ fa pause circle; 1FF28B;
+ fa pause circle o; 1FF28C;
+ fa stop circle; 1FF28D;
+ fa stop circle o; 1FF28E;
+ fa shopping bag; 1FF290;
+ fa shopping basket; 1FF291;
+ fa hashtag; 1FF292;
+ fa bluetooth; 1FF293;
+ fa bluetooth b; 1FF294;
+ fa percent; 1FF295;
+ fa gitlab; 1FF296;
+ fa wpbeginner; 1FF297;
+ fa wpforms; 1FF298;
+ fa envira; 1FF299;
+ fa universal access; 1FF29A;
+ fa wheelchair alt; 1FF29B;
+ fa question circle o; 1FF29C;
+ fa blind; 1FF29D;
+ fa audio description; 1FF29E;
+ fa volume control phone; 1FF2A0;
+ fa braille; 1FF2A1;
+ fa assistive listening systems; 1FF2A2;
+ fa american sign language interpreting; 1FF2A3;
+ fa deaf; 1FF2A4;
+ fa glide; 1FF2A5;
+ fa glide g; 1FF2A6;
+ fa sign language; 1FF2A7;
+ fa low vision; 1FF2A8;
+ fa viadeo; 1FF2A9;
+ fa viadeo square; 1FF2AA;
+ fa snapchat; 1FF2AB;
+ fa snapchat ghost; 1FF2AC;
+ fa snapchat square; 1FF2AD;
+ fa pied piper; 1FF2AE;
+ fa first order; 1FF2B0;
+ fa yoast; 1FF2B1;
+ fa themeisle; 1FF2B2;
+ fa google plus official; 1FF2B3;
+ fa font awesome; 1FF2B4;
+ fa handshake o; 1FF2B5;
+ fa envelope open; 1FF2B6;
+ fa envelope open o; 1FF2B7;
+ fa linode; 1FF2B8;
+ fa address book; 1FF2B9;
+ fa address book o; 1FF2BA;
+ fa address card; 1FF2BB;
+ fa address card o; 1FF2BC;
+ fa user circle; 1FF2BD;
+ fa user circle o; 1FF2BE;
+ fa user o; 1FF2C0;
+ fa id badge; 1FF2C1;
+ fa id card; 1FF2C2;
+ fa id card o; 1FF2C3;
+ fa quora; 1FF2C4;
+ fa free code camp; 1FF2C5;
+ fa telegram; 1FF2C6;
+ fa thermometer full; 1FF2C7;
+ fa thermometer three quarters; 1FF2C8;
+ fa thermometer half; 1FF2C9;
+ fa thermometer quarter; 1FF2CA;
+ fa thermometer empty; 1FF2CB;
+ fa shower; 1FF2CC;
+ fa bath; 1FF2CD;
+ fa podcast; 1FF2CE;
+ fa window maximize; 1FF2D0;
+ fa window minimize; 1FF2D1;
+ fa window restore; 1FF2D2;
+ fa window close; 1FF2D3;
+ fa window close o; 1FF2D4;
+ fa bandcamp; 1FF2D5;
+ fa grav; 1FF2D6;
+ fa etsy; 1FF2D7;
+ fa imdb; 1FF2D8;
+ fa ravelry; 1FF2D9;
+ fa eercast; 1FF2DA;
+ fa microchip; 1FF2DB;
+ fa snowflake o; 1FF2DC;
+ fa superpowers; 1FF2DD;
+ fa wpexplorer; 1FF2DE;
+ fa meetup; 1FF2E0;
+⏻ iec power; 1F23FB;
+⏼ iec toggle power; 1F23FC;
+⏽ iec power on; 1F23FD;
+⏾ iec sleep mode; 1F23FE;
+⭘ iec power off; 1F2B58;
+ linux alpine; 1FF300;
+ linux aosc; 1FF301;
+ linux apple; 1FF302;
+ linux archlinux; 1FF303;
+ linux centos; 1FF304;
+ linux coreos; 1FF305;
+ linux debian; 1FF306;
+ linux devuan; 1FF307;
+ linux docker; 1FF308;
+ linux elementary; 1FF309;
+ linux fedora; 1FF30A;
+ linux fedora inverse; 1FF30B;
+ linux freebsd; 1FF30C;
+ linux gentoo; 1FF30D;
+ linux linuxmint; 1FF30E;
+ linux linuxmint inverse; 1FF30F;
+ linux mageia; 1FF310;
+ linux mandriva; 1FF311;
+ linux manjaro; 1FF312;
+ linux nixos; 1FF313;
+ linux opensuse; 1FF314;
+ linux raspberry pi; 1FF315;
+ linux redhat; 1FF316;
+ linux sabayon; 1FF317;
+ linux slackware; 1FF318;
+ linux slackware inverse; 1FF319;
+ linux tux; 1FF31A;
+ linux ubuntu; 1FF31B;
+ linux ubuntu inverse; 1FF31C;
+♥ oct heart; 1F2665;
+⚡ oct zap; 1F26A1;
+ oct light bulb; 1FF400;
+ oct repo; 1FF401;
+ oct repo forked; 1FF402;
+ oct repo push; 1FF403;
+ oct repo pull; 1FF404;
+ oct book; 1FF405;
+ oct octoface; 1FF406;
+ oct git pull request; 1FF407;
+ oct mark github; 1FF408;
+ oct cloud download; 1FF409;
+ oct cloud upload; 1FF40A;
+ oct keyboard; 1FF40B;
+ oct gist; 1FF40C;
+ oct file code; 1FF40D;
+ oct file text; 1FF40E;
+ oct file media; 1FF40F;
+ oct file zip; 1FF410;
+ oct file pdf; 1FF411;
+ oct tag; 1FF412;
+ oct file directory; 1FF413;
+ oct file submodule; 1FF414;
+ oct person; 1FF415;
+ oct jersey; 1FF416;
+ oct git commit; 1FF417;
+ oct git branch; 1FF418;
+ oct git merge; 1FF419;
+ oct mirror; 1FF41A;
+ oct issue opened; 1FF41B;
+ oct issue reopened; 1FF41C;
+ oct issue closed; 1FF41D;
+ oct star; 1FF41E;
+ oct comment; 1FF41F;
+ oct question; 1FF420;
+ oct alert; 1FF421;
+ oct search; 1FF422;
+ oct gear; 1FF423;
+ oct radio tower; 1FF424;
+ oct tools; 1FF425;
+ oct sign out; 1FF426;
+ oct rocket; 1FF427;
+ oct rss; 1FF428;
+ oct clippy; 1FF429;
+ oct sign in; 1FF42A;
+ oct organization; 1FF42B;
+ oct device mobile; 1FF42C;
+ oct unfold; 1FF42D;
+ oct check; 1FF42E;
+ oct mail; 1FF42F;
+ oct mail read; 1FF430;
+ oct arrow up; 1FF431;
+ oct arrow right; 1FF432;
+ oct arrow down; 1FF433;
+ oct arrow left; 1FF434;
+ oct pin; 1FF435;
+ oct gift; 1FF436;
+ oct graph; 1FF437;
+ oct triangle left; 1FF438;
+ oct credit card; 1FF439;
+ oct clock; 1FF43A;
+ oct ruby; 1FF43B;
+ oct broadcast; 1FF43C;
+ oct key; 1FF43D;
+ oct repo force push; 1FF43E;
+ oct repo clone; 1FF43F;
+ oct diff; 1FF440;
+ oct eye; 1FF441;
+ oct comment discussion; 1FF442;
+ oct mail reply; 1FF443;
+ oct primitive dot; 1FF444;
+ oct primitive square; 1FF445;
+ oct device camera; 1FF446;
+ oct device camera video; 1FF447;
+ oct pencil; 1FF448;
+ oct info; 1FF449;
+ oct triangle right; 1FF44A;
+ oct triangle down; 1FF44B;
+ oct link; 1FF44C;
+ oct plus; 1FF44D;
+ oct three bars; 1FF44E;
+ oct code; 1FF44F;
+ oct location; 1FF450;
+ oct list unordered; 1FF451;
+ oct list ordered; 1FF452;
+ oct quote; 1FF453;
+ oct versions; 1FF454;
+ oct calendar; 1FF455;
+ oct lock; 1FF456;
+ oct diff added; 1FF457;
+ oct diff removed; 1FF458;
+ oct diff modified; 1FF459;
+ oct diff renamed; 1FF45A;
+ oct horizontal rule; 1FF45B;
+ oct arrow small right; 1FF45C;
+ oct milestone; 1FF45D;
+ oct checklist; 1FF45E;
+ oct megaphone; 1FF45F;
+ oct chevron right; 1FF460;
+ oct bookmark; 1FF461;
+ oct settings; 1FF462;
+ oct dashboard; 1FF463;
+ oct history; 1FF464;
+ oct link external; 1FF465;
+ oct mute; 1FF466;
+ oct x; 1FF467;
+ oct circle slash; 1FF468;
+ oct pulse; 1FF469;
+ oct sync; 1FF46A;
+ oct telescope; 1FF46B;
+ oct gist secret; 1FF46C;
+ oct home; 1FF46D;
+ oct stop; 1FF46E;
+ oct bug; 1FF46F;
+ oct logo github; 1FF470;
+ oct file binary; 1FF471;
+ oct database; 1FF472;
+ oct server; 1FF473;
+ oct diff ignored; 1FF474;
+ oct ellipsis; 1FF475;
+ oct no newline; 1FF476;
+ oct hubot; 1FF477;
+ oct arrow small up; 1FF478;
+ oct arrow small down; 1FF479;
+ oct arrow small left; 1FF47A;
+ oct chevron up; 1FF47B;
+ oct chevron down; 1FF47C;
+ oct chevron left; 1FF47D;
+ oct triangle up; 1FF47E;
+ oct git compare; 1FF47F;
+ oct logo gist; 1FF480;
+ oct file symlink file; 1FF481;
+ oct file symlink directory; 1FF482;
+ oct squirrel; 1FF483;
+ oct globe; 1FF484;
+ oct unmute; 1FF485;
+ oct mention; 1FF486;
+ oct package; 1FF487;
+ oct browser; 1FF488;
+ oct terminal; 1FF489;
+ oct markdown; 1FF48A;
+ oct dash; 1FF48B;
+ oct fold; 1FF48C;
+ oct inbox; 1FF48D;
+ oct trashcan; 1FF48E;
+ oct paintcan; 1FF48F;
+ oct flame; 1FF490;
+ oct briefcase; 1FF491;
+ oct plug; 1FF492;
+ oct circuit board; 1FF493;
+ oct mortar board; 1FF494;
+ oct law; 1FF495;
+ oct thumbsup; 1FF496;
+ oct thumbsdown; 1FF497;
+ oct desktop download; 1FF498;
+ oct beaker; 1FF499;
+ oct bell; 1FF49A;
+ oct watch; 1FF49B;
+ oct shield; 1FF49C;
+ oct bold; 1FF49D;
+ oct text size; 1FF49E;
+ oct italic; 1FF49F;
+ oct tasklist; 1FF4A0;
+ oct verified; 1FF4A1;
+ oct smiley; 1FF4A2;
+ oct unverified; 1FF4A3;
+ oct ellipses; 1FF4A4;
+ oct file; 1FF4A5;
+ oct grabber; 1FF4A6;
+ oct plus small; 1FF4A7;
+ oct reply; 1FF4A8;
+ oct device desktop; 1FF67C;
+ pl branch; 1FE0A0;
+ pl line number; 1FE0A1;
+ pl hostname; 1FE0A2;
+ ple column number; 1FE0A3;
+ pl left hard divider; 1FE0B0;
+ pl left soft divider; 1FE0B1;
+ pl right hard divider; 1FE0B2;
+ pl right soft divider; 1FE0B3;
+ ple right half circle thick; 1FE0B4;
+ ple right half circle thin; 1FE0B5;
+ ple left half circle thick; 1FE0B6;
+ ple left half circle thin; 1FE0B7;
+ ple lower left triangle; 1FE0B8;
+ ple backslash separator; 1FE0B9;
+ ple lower right triangle; 1FE0BA;
+ ple forwardslash separator; 1FE0BB;
+ ple upper left triangle; 1FE0BC;
+ ple forwardslash separator redundant; 1FE0BD;
+ ple upper right triangle; 1FE0BE;
+ ple backslash separator redundant; 1FE0BF;
+ ple flame thick; 1FE0C0;
+ ple flame thin; 1FE0C1;
+ ple flame thick mirrored; 1FE0C2;
+ ple flame thin mirrored; 1FE0C3;
+ ple pixelated squares small; 1FE0C4;
+ ple pixelated squares small mirrored; 1FE0C5;
+ ple pixelated squares big; 1FE0C6;
+ ple pixelated squares big mirrored; 1FE0C7;
+ ple ice waveform; 1FE0C8;
+ ple ice waveform mirrored; 1FE0CA;
+ ple honeycomb; 1FE0CC;
+ ple honeycomb outline; 1FE0CD;
+ ple lego separator; 1FE0CE;
+ ple lego separator thin; 1FE0CF;
+ ple lego block facing; 1FE0D0;
+ ple lego block sideways; 1FE0D1;
+ ple trapezoid top bottom; 1FE0D2;
+ ple trapezoid top bottom mirrored; 1FE0D4;
+ pom clean code; 1FE000;
+ pom pomodoro done; 1FE001;
+ pom pomodoro estimated; 1FE002;
+ pom pomodoro ticking; 1FE003;
+ pom pomodoro squashed; 1FE004;
+ pom short pause; 1FE005;
+ pom long pause; 1FE006;
+ pom away; 1FE007;
+ pom pair programming; 1FE008;
+ pom internal interruption; 1FE009;
+ pom external interruption; 1FE00A;
+ custom folder npm; 1FE5FA;
+ custom folder git; 1FE5FB;
+ custom folder config; 1FE5FC;
+ custom folder github; 1FE5FD;
+ custom folder open; 1FE5FE;
+ custom folder; 1FE5FF;
+ seti stylus; 1FE600;
+ seti project; 1FE601;
+ seti play arrow; 1FE602;
+ seti sass; 1FE603;
+ seti rails; 1FE604;
+ seti ruby; 1FE605;
+ seti python; 1FE606;
+ seti heroku; 1FE607;
+ seti php; 1FE608;
+ seti markdown; 1FE609;
+ seti license; 1FE60A;
+ seti json; 1FE60B;
+ seti javascript; 1FE60C;
+ seti image; 1FE60D;
+ seti html; 1FE60E;
+ seti mustache; 1FE60F;
+ seti gulp; 1FE610;
+ seti grunt; 1FE611;
+ seti default; 1FE612;
+ seti folder; 1FE613;
+ seti css; 1FE614;
+ seti config; 1FE615;
+ seti npm; 1FE616;
+ seti home; 1FE617;
+ seti ejs; 1FE618;
+ seti xml; 1FE619;
+ seti bower; 1FE61A;
+ seti coffee; 1FE61B;
+ seti twig; 1FE61C;
+ custom cpp; 1FE61D;
+ custom c; 1FE61E;
+ seti haskell; 1FE61F;
+ seti lua; 1FE620;
+ indent line; 1FE621;
+ seti karma; 1FE622;
+ seti favicon; 1FE623;
+ seti julia; 1FE624;
+ seti react; 1FE625;
+ custom go; 1FE626;
+ seti go; 1FE627;
+ seti typescript; 1FE628;
+ custom msdos; 1FE629;
+ custom windows; 1FE62A;
+ custom vim; 1FE62B;
+ custom elm; 1FE62C;
+ custom elixir; 1FE62D;
+ custom electron; 1FE62E;
+ custom crystal; 1FE62F;
+ mdi vector square; 1FF500;
+ mdi access point; 1FF501;
+ mdi access point network; 1FF502;
+ mdi account; 1FF503;
+ mdi account alert; 1FF504;
+ mdi account box; 1FF505;
+ mdi account box outline; 1FF506;
+ mdi account check; 1FF507;
+ mdi account circle; 1FF508;
+ mdi account convert; 1FF509;
+ mdi account key; 1FF50A;
+ mdi account location; 1FF50B;
+ mdi account minus; 1FF50C;
+ mdi account multiple; 1FF50D;
+ mdi account multiple outline; 1FF50E;
+ mdi account multiple plus; 1FF50F;
+ mdi account network; 1FF510;
+ mdi account off; 1FF511;
+ mdi account outline; 1FF512;
+ mdi account plus; 1FF513;
+ mdi account remove; 1FF514;
+ mdi account search; 1FF515;
+ mdi account star; 1FF516;
+ mdi orbit; 1FF517;
+ mdi account switch; 1FF518;
+ mdi adjust; 1FF519;
+ mdi air conditioner; 1FF51A;
+ mdi airballoon; 1FF51B;
+ mdi airplane; 1FF51C;
+ mdi airplane off; 1FF51D;
+ mdi airplay; 1FF51E;
+ mdi alarm; 1FF51F;
+ mdi alarm check; 1FF520;
+ mdi alarm multiple; 1FF521;
+ mdi alarm off; 1FF522;
+ mdi alarm plus; 1FF523;
+ mdi album; 1FF524;
+ mdi alert; 1FF525;
+ mdi alert box; 1FF526;
+ mdi alert circle; 1FF527;
+ mdi alert octagon; 1FF528;
+ mdi alert outline; 1FF529;
+ mdi alpha; 1FF52A;
+ mdi alphabetical; 1FF52B;
+ mdi amazon; 1FF52C;
+ mdi amazon clouddrive; 1FF52D;
+ mdi ambulance; 1FF52E;
+ mdi amplifier; 1FF52F;
+ mdi anchor; 1FF530;
+ mdi android; 1FF531;
+ mdi android debug bridge; 1FF532;
+ mdi android studio; 1FF533;
+ mdi apple; 1FF534;
+ mdi apple finder; 1FF535;
+ mdi apple ios; 1FF536;
+ mdi apple mobileme; 1FF537;
+ mdi apple safari; 1FF538;
+ mdi font awesome; 1FF539;
+ mdi apps; 1FF53A;
+ mdi archive; 1FF53B;
+ mdi arrange bring forward; 1FF53C;
+ mdi arrange bring to front; 1FF53D;
+ mdi arrange send backward; 1FF53E;
+ mdi arrange send to back; 1FF53F;
+ mdi arrow all; 1FF540;
+ mdi arrow bottom left; 1FF541;
+ mdi arrow bottom right; 1FF542;
+ mdi arrow collapse all; 1FF543;
+ mdi arrow down; 1FF544;
+ mdi arrow down thick; 1FF545;
+ mdi arrow down bold circle; 1FF546;
+ mdi arrow down bold circle outline; 1FF547;
+ mdi arrow down bold hexagon outline; 1FF548;
+ mdi arrow down drop circle; 1FF549;
+ mdi arrow down drop circle outline; 1FF54A;
+ mdi arrow expand all; 1FF54B;
+ mdi arrow left; 1FF54C;
+ mdi arrow left thick; 1FF54D;
+ mdi arrow left bold circle; 1FF54E;
+ mdi arrow left bold circle outline; 1FF54F;
+ mdi arrow left bold hexagon outline; 1FF550;
+ mdi arrow left drop circle; 1FF551;
+ mdi arrow left drop circle outline; 1FF552;
+ mdi arrow right; 1FF553;
+ mdi arrow right thick; 1FF554;
+ mdi arrow right bold circle; 1FF555;
+ mdi arrow right bold circle outline; 1FF556;
+ mdi arrow right bold hexagon outline; 1FF557;
+ mdi arrow right drop circle; 1FF558;
+ mdi arrow right drop circle outline; 1FF559;
+ mdi arrow top left; 1FF55A;
+ mdi arrow top right; 1FF55B;
+ mdi arrow up; 1FF55C;
+ mdi arrow up thick; 1FF55D;
+ mdi arrow up bold circle; 1FF55E;
+ mdi arrow up bold circle outline; 1FF55F;
+ mdi arrow up bold hexagon outline; 1FF560;
+ mdi arrow up drop circle; 1FF561;
+ mdi arrow up drop circle outline; 1FF562;
+ mdi assistant; 1FF563;
+ mdi at; 1FF564;
+ mdi attachment; 1FF565;
+ mdi audiobook; 1FF566;
+ mdi auto fix; 1FF567;
+ mdi auto upload; 1FF568;
+ mdi autorenew; 1FF569;
+ mdi av timer; 1FF56A;
+ mdi baby; 1FF56B;
+ mdi backburger; 1FF56C;
+ mdi backspace; 1FF56D;
+ mdi backup restore; 1FF56E;
+ mdi bank; 1FF56F;
+ mdi barcode; 1FF570;
+ mdi barcode scan; 1FF571;
+ mdi barley; 1FF572;
+ mdi barrel; 1FF573;
+ mdi basecamp; 1FF574;
+ mdi basket; 1FF575;
+ mdi basket fill; 1FF576;
+ mdi basket unfill; 1FF577;
+ mdi battery; 1FF578;
+ mdi battery 10; 1FF579;
+ mdi battery 20; 1FF57A;
+ mdi battery 30; 1FF57B;
+ mdi battery 40; 1FF57C;
+ mdi battery 50; 1FF57D;
+ mdi battery 60; 1FF57E;
+ mdi battery 70; 1FF57F;
+ mdi battery 80; 1FF580;
+ mdi battery 90; 1FF581;
+ mdi battery alert; 1FF582;
+ mdi battery charging; 1FF583;
+ mdi battery charging 100; 1FF584;
+ mdi battery charging 20; 1FF585;
+ mdi battery charging 30; 1FF586;
+ mdi battery charging 40; 1FF587;
+ mdi battery charging 60; 1FF588;
+ mdi battery charging 80; 1FF589;
+ mdi battery charging 90; 1FF58A;
+ mdi battery minus; 1FF58B;
+ mdi battery negative; 1FF58C;
+ mdi battery outline; 1FF58D;
+ mdi battery plus; 1FF58E;
+ mdi battery positive; 1FF58F;
+ mdi battery unknown; 1FF590;
+ mdi beach; 1FF591;
+ mdi flask; 1FF592;
+ mdi flask empty; 1FF593;
+ mdi flask empty outline; 1FF594;
+ mdi flask outline; 1FF595;
+ mdi beats; 1FF596;
+ mdi beer; 1FF597;
+ mdi behance; 1FF598;
+ mdi bell; 1FF599;
+ mdi bell off; 1FF59A;
+ mdi bell outline; 1FF59B;
+ mdi bell plus; 1FF59C;
+ mdi bell ring; 1FF59D;
+ mdi bell ring outline; 1FF59E;
+ mdi bell sleep; 1FF59F;
+ mdi beta; 1FF5A0;
+ mdi bible; 1FF5A1;
+ mdi bike; 1FF5A2;
+ mdi bing; 1FF5A3;
+ mdi binoculars; 1FF5A4;
+ mdi bio; 1FF5A5;
+ mdi biohazard; 1FF5A6;
+ mdi bitbucket; 1FF5A7;
+ mdi black mesa; 1FF5A8;
+ mdi blackberry; 1FF5A9;
+ mdi blender; 1FF5AA;
+ mdi blinds; 1FF5AB;
+ mdi block helper; 1FF5AC;
+ mdi blogger; 1FF5AD;
+ mdi bluetooth; 1FF5AE;
+ mdi bluetooth audio; 1FF5AF;
+ mdi bluetooth connect; 1FF5B0;
+ mdi bluetooth off; 1FF5B1;
+ mdi bluetooth settings; 1FF5B2;
+ mdi bluetooth transfer; 1FF5B3;
+ mdi blur; 1FF5B4;
+ mdi blur linear; 1FF5B5;
+ mdi blur off; 1FF5B6;
+ mdi blur radial; 1FF5B7;
+ mdi bone; 1FF5B8;
+ mdi book; 1FF5B9;
+ mdi book multiple; 1FF5BA;
+ mdi book multiple variant; 1FF5BB;
+ mdi book open; 1FF5BC;
+ mdi book open variant; 1FF5BD;
+ mdi book variant; 1FF5BE;
+ mdi bookmark; 1FF5BF;
+ mdi bookmark check; 1FF5C0;
+ mdi bookmark music; 1FF5C1;
+ mdi bookmark outline; 1FF5C2;
+ mdi bookmark plus outline; 1FF5C3;
+ mdi bookmark plus; 1FF5C4;
+ mdi bookmark remove; 1FF5C5;
+ mdi border all; 1FF5C6;
+ mdi border bottom; 1FF5C7;
+ mdi border color; 1FF5C8;
+ mdi border horizontal; 1FF5C9;
+ mdi border inside; 1FF5CA;
+ mdi border left; 1FF5CB;
+ mdi border none; 1FF5CC;
+ mdi border outside; 1FF5CD;
+ mdi border right; 1FF5CE;
+ mdi border style; 1FF5CF;
+ mdi border top; 1FF5D0;
+ mdi border vertical; 1FF5D1;
+ mdi bowling; 1FF5D2;
+ mdi box; 1FF5D3;
+ mdi box cutter; 1FF5D4;
+ mdi briefcase; 1FF5D5;
+ mdi briefcase check; 1FF5D6;
+ mdi briefcase download; 1FF5D7;
+ mdi briefcase upload; 1FF5D8;
+ mdi brightness 1; 1FF5D9;
+ mdi brightness 2; 1FF5DA;
+ mdi brightness 3; 1FF5DB;
+ mdi brightness 4; 1FF5DC;
+ mdi brightness 5; 1FF5DD;
+ mdi brightness 6; 1FF5DE;
+ mdi brightness 7; 1FF5DF;
+ mdi brightness auto; 1FF5E0;
+ mdi broom; 1FF5E1;
+ mdi brush; 1FF5E2;
+ mdi bug; 1FF5E3;
+ mdi bulletin board; 1FF5E4;
+ mdi bullhorn; 1FF5E5;
+ mdi bus; 1FF5E6;
+ mdi cached; 1FF5E7;
+ mdi cake; 1FF5E8;
+ mdi cake layered; 1FF5E9;
+ mdi cake variant; 1FF5EA;
+ mdi calculator; 1FF5EB;
+ mdi calendar; 1FF5EC;
+ mdi calendar blank; 1FF5ED;
+ mdi calendar check; 1FF5EE;
+ mdi calendar clock; 1FF5EF;
+ mdi calendar multiple; 1FF5F0;
+ mdi calendar multiple check; 1FF5F1;
+ mdi calendar plus; 1FF5F2;
+ mdi calendar remove; 1FF5F3;
+ mdi calendar text; 1FF5F4;
+ mdi calendar today; 1FF5F5;
+ mdi call made; 1FF5F6;
+ mdi call merge; 1FF5F7;
+ mdi call missed; 1FF5F8;
+ mdi call received; 1FF5F9;
+ mdi call split; 1FF5FA;
+ mdi camcorder; 1FF5FB;
+ mdi camcorder box; 1FF5FC;
+ mdi camcorder box off; 1FF5FD;
+ mdi camcorder off; 1FF5FE;
+ mdi camera; 1FF5FF;
+ mdi camera enhance; 1FF600;
+ mdi camera front; 1FF601;
+ mdi camera front variant; 1FF602;
+ mdi camera iris; 1FF603;
+ mdi camera party mode; 1FF604;
+ mdi camera rear; 1FF605;
+ mdi camera rear variant; 1FF606;
+ mdi camera switch; 1FF607;
+ mdi camera timer; 1FF608;
+ mdi candycane; 1FF609;
+ mdi car; 1FF60A;
+ mdi car battery; 1FF60B;
+ mdi car connected; 1FF60C;
+ mdi car wash; 1FF60D;
+ mdi carrot; 1FF60E;
+ mdi cart; 1FF60F;
+ mdi cart outline; 1FF610;
+ mdi cart plus; 1FF611;
+ mdi case sensitive alt; 1FF612;
+ mdi cash; 1FF613;
+ mdi cash 100; 1FF614;
+ mdi cash multiple; 1FF615;
+ mdi cash usd; 1FF616;
+ mdi cast; 1FF617;
+ mdi cast connected; 1FF618;
+ mdi castle; 1FF619;
+ mdi cat; 1FF61A;
+ mdi cellphone; 1FF61B;
+ mdi cellphone android; 1FF61C;
+ mdi cellphone basic; 1FF61D;
+ mdi cellphone dock; 1FF61E;
+ mdi cellphone iphone; 1FF61F;
+ mdi cellphone link; 1FF620;
+ mdi cellphone link off; 1FF621;
+ mdi cellphone settings; 1FF622;
+ mdi certificate; 1FF623;
+ mdi chair school; 1FF624;
+ mdi chart arc; 1FF625;
+ mdi chart areaspline; 1FF626;
+ mdi chart bar; 1FF627;
+ mdi chart histogram; 1FF628;
+ mdi chart line; 1FF629;
+ mdi chart pie; 1FF62A;
+ mdi check; 1FF62B;
+ mdi check all; 1FF62C;
+ mdi checkbox blank; 1FF62D;
+ mdi checkbox blank circle; 1FF62E;
+ mdi checkbox blank circle outline; 1FF62F;
+ mdi checkbox blank outline; 1FF630;
+ mdi checkbox marked; 1FF631;
+ mdi checkbox marked circle; 1FF632;
+ mdi checkbox marked circle outline; 1FF633;
+ mdi checkbox marked outline; 1FF634;
+ mdi checkbox multiple blank; 1FF635;
+ mdi checkbox multiple blank outline; 1FF636;
+ mdi checkbox multiple marked; 1FF637;
+ mdi checkbox multiple marked outline; 1FF638;
+ mdi checkerboard; 1FF639;
+ mdi chemical weapon; 1FF63A;
+ mdi chevron double down; 1FF63B;
+ mdi chevron double left; 1FF63C;
+ mdi chevron double right; 1FF63D;
+ mdi chevron double up; 1FF63E;
+ mdi chevron down; 1FF63F;
+ mdi chevron left; 1FF640;
+ mdi chevron right; 1FF641;
+ mdi chevron up; 1FF642;
+ mdi church; 1FF643;
+ mdi cisco webex; 1FF644;
+ mdi city; 1FF645;
+ mdi clipboard; 1FF646;
+ mdi clipboard account; 1FF647;
+ mdi clipboard alert; 1FF648;
+ mdi clipboard arrow down; 1FF649;
+ mdi clipboard arrow left; 1FF64A;
+ mdi clipboard check; 1FF64B;
+ mdi clipboard outline; 1FF64C;
+ mdi clipboard text; 1FF64D;
+ mdi clippy; 1FF64E;
+ mdi clock; 1FF64F;
+ mdi clock end; 1FF650;
+ mdi clock fast; 1FF651;
+ mdi clock in; 1FF652;
+ mdi clock out; 1FF653;
+ mdi clock start; 1FF654;
+ mdi close; 1FF655;
+ mdi close box; 1FF656;
+ mdi close box outline; 1FF657;
+ mdi close circle; 1FF658;
+ mdi close circle outline; 1FF659;
+ mdi close network; 1FF65A;
+ mdi close octagon; 1FF65B;
+ mdi close octagon outline; 1FF65C;
+ mdi closed caption; 1FF65D;
+ mdi cloud; 1FF65E;
+ mdi cloud check; 1FF65F;
+ mdi cloud circle; 1FF660;
+ mdi cloud download; 1FF661;
+ mdi cloud outline; 1FF662;
+ mdi cloud off outline; 1FF663;
+ mdi cloud print; 1FF664;
+ mdi cloud print outline; 1FF665;
+ mdi cloud upload; 1FF666;
+ mdi code array; 1FF667;
+ mdi code braces; 1FF668;
+ mdi code brackets; 1FF669;
+ mdi code equal; 1FF66A;
+ mdi code greater than; 1FF66B;
+ mdi code greater than or equal; 1FF66C;
+ mdi code less than; 1FF66D;
+ mdi code less than or equal; 1FF66E;
+ mdi code not equal; 1FF66F;
+ mdi code not equal variant; 1FF670;
+ mdi code parentheses; 1FF671;
+ mdi code string; 1FF672;
+ mdi code tags; 1FF673;
+ mdi codepen; 1FF674;
+ mdi coffee; 1FF675;
+ mdi coffee to go; 1FF676;
+ mdi coin; 1FF677;
+ mdi color helper; 1FF678;
+ mdi comment; 1FF679;
+ mdi comment account; 1FF67A;
+ mdi comment account outline; 1FF67B;
+ mdi comment alert; 1FF67C;
+ mdi comment alert outline; 1FF67D;
+ mdi comment check; 1FF67E;
+ mdi comment check outline; 1FF67F;
+ mdi comment multiple outline; 1FF680;
+ mdi comment outline; 1FF681;
+ mdi comment plus outline; 1FF682;
+ mdi comment processing; 1FF683;
+ mdi comment processing outline; 1FF684;
+ mdi comment question outline; 1FF685;
+ mdi comment remove outline; 1FF686;
+ mdi comment text; 1FF687;
+ mdi comment text outline; 1FF688;
+ mdi compare; 1FF689;
+ mdi compass; 1FF68A;
+ mdi compass outline; 1FF68B;
+ mdi console; 1FF68C;
+ mdi contact mail; 1FF68D;
+ mdi content copy; 1FF68E;
+ mdi content cut; 1FF68F;
+ mdi content duplicate; 1FF690;
+ mdi content paste; 1FF691;
+ mdi content save; 1FF692;
+ mdi content save all; 1FF693;
+ mdi contrast; 1FF694;
+ mdi contrast box; 1FF695;
+ mdi contrast circle; 1FF696;
+ mdi cookie; 1FF697;
+ mdi counter; 1FF698;
+ mdi cow; 1FF699;
+ mdi credit card; 1FF69A;
+ mdi credit card multiple; 1FF69B;
+ mdi credit card scan; 1FF69C;
+ mdi crop; 1FF69D;
+ mdi crop free; 1FF69E;
+ mdi crop landscape; 1FF69F;
+ mdi crop portrait; 1FF6A0;
+ mdi crop square; 1FF6A1;
+ mdi crosshairs; 1FF6A2;
+ mdi crosshairs gps; 1FF6A3;
+ mdi crown; 1FF6A4;
+ mdi cube; 1FF6A5;
+ mdi cube outline; 1FF6A6;
+ mdi cube send; 1FF6A7;
+ mdi cube unfolded; 1FF6A8;
+ mdi cup; 1FF6A9;
+ mdi cup water; 1FF6AA;
+ mdi currency btc; 1FF6AB;
+ mdi currency eur; 1FF6AC;
+ mdi currency gbp; 1FF6AD;
+ mdi currency inr; 1FF6AE;
+ mdi currency ngn; 1FF6AF;
+ mdi currency rub; 1FF6B0;
+ mdi currency try; 1FF6B1;
+ mdi currency usd; 1FF6B2;
+ mdi cursor default; 1FF6B3;
+ mdi cursor default outline; 1FF6B4;
+ mdi cursor move; 1FF6B5;
+ mdi cursor pointer; 1FF6B6;
+ mdi database; 1FF6B7;
+ mdi database minus; 1FF6B8;
+ mdi database plus; 1FF6B9;
+ mdi debug step into; 1FF6BA;
+ mdi debug step out; 1FF6BB;
+ mdi debug step over; 1FF6BC;
+ mdi decimal decrease; 1FF6BD;
+ mdi decimal increase; 1FF6BE;
+ mdi delete; 1FF6BF;
+ mdi delete variant; 1FF6C0;
+ mdi delta; 1FF6C1;
+ mdi deskphone; 1FF6C2;
+ mdi desktop mac; 1FF6C3;
+ mdi desktop tower; 1FF6C4;
+ mdi details; 1FF6C5;
+ mdi deviantart; 1FF6C6;
+ mdi diamond; 1FF6C7;
+ mdi creation; 1FF6C8;
+ mdi dice 1; 1FF6C9;
+ mdi dice 2; 1FF6CA;
+ mdi dice 3; 1FF6CB;
+ mdi dice 4; 1FF6CC;
+ mdi dice 5; 1FF6CD;
+ mdi dice 6; 1FF6CE;
+ mdi directions; 1FF6CF;
+ mdi disk alert; 1FF6D0;
+ mdi disqus; 1FF6D1;
+ mdi disqus outline; 1FF6D2;
+ mdi division; 1FF6D3;
+ mdi division box; 1FF6D4;
+ mdi dns; 1FF6D5;
+ mdi domain; 1FF6D6;
+ mdi dots horizontal; 1FF6D7;
+ mdi dots vertical; 1FF6D8;
+ mdi download; 1FF6D9;
+ mdi drag; 1FF6DA;
+ mdi drag horizontal; 1FF6DB;
+ mdi drag vertical; 1FF6DC;
+ mdi drawing; 1FF6DD;
+ mdi drawing box; 1FF6DE;
+ mdi dribbble; 1FF6DF;
+ mdi dribbble box; 1FF6E0;
+ mdi drone; 1FF6E1;
+ mdi dropbox; 1FF6E2;
+ mdi drupal; 1FF6E3;
+ mdi duck; 1FF6E4;
+ mdi dumbbell; 1FF6E5;
+ mdi earth; 1FF6E6;
+ mdi earth off; 1FF6E7;
+ mdi edge; 1FF6E8;
+ mdi eject; 1FF6E9;
+ mdi elevation decline; 1FF6EA;
+ mdi elevation rise; 1FF6EB;
+ mdi elevator; 1FF6EC;
+ mdi email; 1FF6ED;
+ mdi email open; 1FF6EE;
+ mdi email outline; 1FF6EF;
+ mdi email secure; 1FF6F0;
+ mdi emoticon; 1FF6F1;
+ mdi emoticon cool; 1FF6F2;
+ mdi emoticon devil; 1FF6F3;
+ mdi emoticon happy; 1FF6F4;
+ mdi emoticon neutral; 1FF6F5;
+ mdi emoticon poop; 1FF6F6;
+ mdi emoticon sad; 1FF6F7;
+ mdi emoticon tongue; 1FF6F8;
+ mdi engine; 1FF6F9;
+ mdi engine outline; 1FF6FA;
+ mdi equal; 1FF6FB;
+ mdi equal box; 1FF6FC;
+ mdi eraser; 1FF6FD;
+ mdi escalator; 1FF6FE;
+ mdi ethernet; 1FF6FF;
+ mdi ethernet cable; 1FF700;
+ mdi ethernet cable off; 1FF701;
+ mdi etsy; 1FF702;
+ mdi evernote; 1FF703;
+ mdi exclamation; 1FF704;
+ mdi exit to app; 1FF705;
+ mdi export; 1FF706;
+ mdi eye; 1FF707;
+ mdi eye off; 1FF708;
+ mdi eyedropper; 1FF709;
+ mdi eyedropper variant; 1FF70A;
+ mdi facebook; 1FF70B;
+ mdi facebook box; 1FF70C;
+ mdi facebook messenger; 1FF70D;
+ mdi factory; 1FF70E;
+ mdi fan; 1FF70F;
+ mdi fast forward; 1FF710;
+ mdi fax; 1FF711;
+ mdi ferry; 1FF712;
+ mdi file; 1FF713;
+ mdi file chart; 1FF714;
+ mdi file check; 1FF715;
+ mdi file cloud; 1FF716;
+ mdi file delimited; 1FF717;
+ mdi file document; 1FF718;
+ mdi file document box; 1FF719;
+ mdi file excel; 1FF71A;
+ mdi file excel box; 1FF71B;
+ mdi file export; 1FF71C;
+ mdi file find; 1FF71D;
+ mdi file image; 1FF71E;
+ mdi file import; 1FF71F;
+ mdi file lock; 1FF720;
+ mdi file multiple; 1FF721;
+ mdi file music; 1FF722;
+ mdi file outline; 1FF723;
+ mdi file pdf; 1FF724;
+ mdi file pdf box; 1FF725;
+ mdi file powerpoint; 1FF726;
+ mdi file powerpoint box; 1FF727;
+ mdi file presentation box; 1FF728;
+ mdi file send; 1FF729;
+ mdi file video; 1FF72A;
+ mdi file word; 1FF72B;
+ mdi file word box; 1FF72C;
+ mdi file xml; 1FF72D;
+ mdi film; 1FF72E;
+ mdi filmstrip; 1FF72F;
+ mdi filmstrip off; 1FF730;
+ mdi filter; 1FF731;
+ mdi filter outline; 1FF732;
+ mdi filter remove; 1FF733;
+ mdi filter remove outline; 1FF734;
+ mdi filter variant; 1FF735;
+ mdi fingerprint; 1FF736;
+ mdi fire; 1FF737;
+ mdi firefox; 1FF738;
+ mdi fish; 1FF739;
+ mdi flag; 1FF73A;
+ mdi flag checkered; 1FF73B;
+ mdi flag outline; 1FF73C;
+ mdi flag variant outline; 1FF73D;
+ mdi flag triangle; 1FF73E;
+ mdi flag variant; 1FF73F;
+ mdi flash; 1FF740;
+ mdi flash auto; 1FF741;
+ mdi flash off; 1FF742;
+ mdi flashlight; 1FF743;
+ mdi flashlight off; 1FF744;
+ mdi flattr; 1FF745;
+ mdi flip to back; 1FF746;
+ mdi flip to front; 1FF747;
+ mdi floppy; 1FF748;
+ mdi flower; 1FF749;
+ mdi folder; 1FF74A;
+ mdi folder account; 1FF74B;
+ mdi folder download; 1FF74C;
+ mdi folder google drive; 1FF74D;
+ mdi folder image; 1FF74E;
+ mdi folder lock; 1FF74F;
+ mdi folder lock open; 1FF750;
+ mdi folder move; 1FF751;
+ mdi folder multiple; 1FF752;
+ mdi folder multiple image; 1FF753;
+ mdi folder multiple outline; 1FF754;
+ mdi folder outline; 1FF755;
+ mdi folder plus; 1FF756;
+ mdi folder remove; 1FF757;
+ mdi folder upload; 1FF758;
+ mdi food; 1FF759;
+ mdi food apple; 1FF75A;
+ mdi food variant; 1FF75B;
+ mdi football; 1FF75C;
+ mdi football australian; 1FF75D;
+ mdi football helmet; 1FF75E;
+ mdi format align center; 1FF75F;
+ mdi format align justify; 1FF760;
+ mdi format align left; 1FF761;
+ mdi format align right; 1FF762;
+ mdi format bold; 1FF763;
+ mdi format clear; 1FF764;
+ mdi format color fill; 1FF765;
+ mdi format float center; 1FF766;
+ mdi format float left; 1FF767;
+ mdi format float none; 1FF768;
+ mdi format float right; 1FF769;
+ mdi format header 1; 1FF76A;
+ mdi format header 2; 1FF76B;
+ mdi format header 3; 1FF76C;
+ mdi format header 4; 1FF76D;
+ mdi format header 5; 1FF76E;
+ mdi format header 6; 1FF76F;
+ mdi format header decrease; 1FF770;
+ mdi format header equal; 1FF771;
+ mdi format header increase; 1FF772;
+ mdi format header pound; 1FF773;
+ mdi format indent decrease; 1FF774;
+ mdi format indent increase; 1FF775;
+ mdi format italic; 1FF776;
+ mdi format line spacing; 1FF777;
+ mdi format list bulleted; 1FF778;
+ mdi format list bulleted type; 1FF779;
+ mdi format list numbers; 1FF77A;
+ mdi format paint; 1FF77B;
+ mdi format paragraph; 1FF77C;
+ mdi format quote close; 1FF77D;
+ mdi format size; 1FF77E;
+ mdi format strikethrough; 1FF77F;
+ mdi format strikethrough variant; 1FF780;
+ mdi format subscript; 1FF781;
+ mdi format superscript; 1FF782;
+ mdi format text; 1FF783;
+ mdi format textdirection l to r; 1FF784;
+ mdi format textdirection r to l; 1FF785;
+ mdi format underline; 1FF786;
+ mdi format wrap inline; 1FF787;
+ mdi format wrap square; 1FF788;
+ mdi format wrap tight; 1FF789;
+ mdi format wrap top bottom; 1FF78A;
+ mdi forum; 1FF78B;
+ mdi forward; 1FF78C;
+ mdi foursquare; 1FF78D;
+ mdi fridge; 1FF78E;
+ mdi fridge filled; 1FF78F;
+ mdi fridge filled bottom; 1FF790;
+ mdi fridge filled top; 1FF791;
+ mdi fullscreen; 1FF792;
+ mdi fullscreen exit; 1FF793;
+ mdi function; 1FF794;
+ mdi gamepad; 1FF795;
+ mdi gamepad variant; 1FF796;
+ mdi gas station; 1FF797;
+ mdi gate; 1FF798;
+ mdi gauge; 1FF799;
+ mdi gavel; 1FF79A;
+ mdi gender female; 1FF79B;
+ mdi gender male; 1FF79C;
+ mdi gender male female; 1FF79D;
+ mdi gender transgender; 1FF79E;
+ mdi ghost; 1FF79F;
+ mdi gift; 1FF7A0;
+ mdi git; 1FF7A1;
+ mdi github box; 1FF7A2;
+ mdi github circle; 1FF7A3;
+ mdi glass flute; 1FF7A4;
+ mdi glass mug; 1FF7A5;
+ mdi glass stange; 1FF7A6;
+ mdi glass tulip; 1FF7A7;
+ mdi glassdoor; 1FF7A8;
+ mdi glasses; 1FF7A9;
+ mdi gmail; 1FF7AA;
+ mdi gnome; 1FF7AB;
+ mdi google; 1FF7AC;
+ mdi google cardboard; 1FF7AD;
+ mdi google chrome; 1FF7AE;
+ mdi google circles; 1FF7AF;
+ mdi google circles communities; 1FF7B0;
+ mdi google circles extended; 1FF7B1;
+ mdi google circles group; 1FF7B2;
+ mdi google controller; 1FF7B3;
+ mdi google controller off; 1FF7B4;
+ mdi google drive; 1FF7B5;
+ mdi google earth; 1FF7B6;
+ mdi google glass; 1FF7B7;
+ mdi google nearby; 1FF7B8;
+ mdi google pages; 1FF7B9;
+ mdi google physical web; 1FF7BA;
+ mdi google play; 1FF7BB;
+ mdi google plus; 1FF7BC;
+ mdi google plus box; 1FF7BD;
+ mdi google translate; 1FF7BE;
+ mdi google wallet; 1FF7BF;
+ mdi grid; 1FF7C0;
+ mdi grid off; 1FF7C1;
+ mdi group; 1FF7C2;
+ mdi guitar electric; 1FF7C3;
+ mdi guitar pick; 1FF7C4;
+ mdi guitar pick outline; 1FF7C5;
+ mdi hand pointing right; 1FF7C6;
+ mdi hanger; 1FF7C7;
+ mdi hangouts; 1FF7C8;
+ mdi harddisk; 1FF7C9;
+ mdi headphones; 1FF7CA;
+ mdi headphones box; 1FF7CB;
+ mdi headphones settings; 1FF7CC;
+ mdi headset; 1FF7CD;
+ mdi headset dock; 1FF7CE;
+ mdi headset off; 1FF7CF;
+ mdi heart; 1FF7D0;
+ mdi heart box; 1FF7D1;
+ mdi heart box outline; 1FF7D2;
+ mdi heart broken; 1FF7D3;
+ mdi heart outline; 1FF7D4;
+ mdi help; 1FF7D5;
+ mdi help circle; 1FF7D6;
+ mdi hexagon; 1FF7D7;
+ mdi hexagon outline; 1FF7D8;
+ mdi history; 1FF7D9;
+ mdi hololens; 1FF7DA;
+ mdi home; 1FF7DB;
+ mdi home modern; 1FF7DC;
+ mdi home variant; 1FF7DD;
+ mdi hops; 1FF7DE;
+ mdi hospital; 1FF7DF;
+ mdi hospital building; 1FF7E0;
+ mdi hospital marker; 1FF7E1;
+ mdi hotel; 1FF7E2;
+ mdi houzz; 1FF7E3;
+ mdi houzz box; 1FF7E4;
+ mdi human; 1FF7E5;
+ mdi human child; 1FF7E6;
+ mdi human male female; 1FF7E7;
+ mdi image; 1FF7E8;
+ mdi image album; 1FF7E9;
+ mdi image area; 1FF7EA;
+ mdi image area close; 1FF7EB;
+ mdi image broken; 1FF7EC;
+ mdi image broken variant; 1FF7ED;
+ mdi image filter; 1FF7EE;
+ mdi image filter black white; 1FF7EF;
+ mdi image filter center focus; 1FF7F0;
+ mdi image filter center focus weak; 1FF7F1;
+ mdi image filter drama; 1FF7F2;
+ mdi image filter frames; 1FF7F3;
+ mdi image filter hdr; 1FF7F4;
+ mdi image filter none; 1FF7F5;
+ mdi image filter tilt shift; 1FF7F6;
+ mdi image filter vintage; 1FF7F7;
+ mdi image multiple; 1FF7F8;
+ mdi import; 1FF7F9;
+ mdi inbox arrow down; 1FF7FA;
+ mdi information; 1FF7FB;
+ mdi information outline; 1FF7FC;
+ mdi instagram; 1FF7FD;
+ mdi instapaper; 1FF7FE;
+ mdi internet explorer; 1FF7FF;
+ mdi invert colors; 1FF800;
+ mdi jeepney; 1FF801;
+ mdi jira; 1FF802;
+ mdi jsfiddle; 1FF803;
+ mdi keg; 1FF804;
+ mdi key; 1FF805;
+ mdi key change; 1FF806;
+ mdi key minus; 1FF807;
+ mdi key plus; 1FF808;
+ mdi key remove; 1FF809;
+ mdi key variant; 1FF80A;
+ mdi keyboard; 1FF80B;
+ mdi keyboard backspace; 1FF80C;
+ mdi keyboard caps; 1FF80D;
+ mdi keyboard close; 1FF80E;
+ mdi keyboard off; 1FF80F;
+ mdi keyboard return; 1FF810;
+ mdi keyboard tab; 1FF811;
+ mdi keyboard variant; 1FF812;
+ mdi kodi; 1FF813;
+ mdi label; 1FF814;
+ mdi label outline; 1FF815;
+ mdi lan; 1FF816;
+ mdi lan connect; 1FF817;
+ mdi lan disconnect; 1FF818;
+ mdi lan pending; 1FF819;
+ mdi language csharp; 1FF81A;
+ mdi language css3; 1FF81B;
+ mdi language html5; 1FF81C;
+ mdi language javascript; 1FF81D;
+ mdi language php; 1FF81E;
+ mdi language python; 1FF81F;
+ mdi language python text; 1FF820;
+ mdi laptop; 1FF821;
+ mdi laptop chromebook; 1FF822;
+ mdi laptop mac; 1FF823;
+ mdi laptop windows; 1FF824;
+ mdi lastfm; 1FF825;
+ mdi launch; 1FF826;
+ mdi layers; 1FF827;
+ mdi layers off; 1FF828;
+ mdi leaf; 1FF829;
+ mdi led off; 1FF82A;
+ mdi led on; 1FF82B;
+ mdi led outline; 1FF82C;
+ mdi led variant off; 1FF82D;
+ mdi led variant on; 1FF82E;
+ mdi led variant outline; 1FF82F;
+ mdi library; 1FF830;
+ mdi library books; 1FF831;
+ mdi library music; 1FF832;
+ mdi library plus; 1FF833;
+ mdi lightbulb; 1FF834;
+ mdi lightbulb outline; 1FF835;
+ mdi link; 1FF836;
+ mdi link off; 1FF837;
+ mdi link variant; 1FF838;
+ mdi link variant off; 1FF839;
+ mdi linkedin; 1FF83A;
+ mdi linkedin box; 1FF83B;
+ mdi linux; 1FF83C;
+ mdi lock; 1FF83D;
+ mdi lock open; 1FF83E;
+ mdi lock open outline; 1FF83F;
+ mdi lock outline; 1FF840;
+ mdi login; 1FF841;
+ mdi logout; 1FF842;
+ mdi looks; 1FF843;
+ mdi loupe; 1FF844;
+ mdi lumx; 1FF845;
+ mdi magnet; 1FF846;
+ mdi magnet on; 1FF847;
+ mdi magnify; 1FF848;
+ mdi magnify minus; 1FF849;
+ mdi magnify plus; 1FF84A;
+ mdi mail ru; 1FF84B;
+ mdi map; 1FF84C;
+ mdi map marker; 1FF84D;
+ mdi map marker circle; 1FF84E;
+ mdi map marker multiple; 1FF84F;
+ mdi map marker off; 1FF850;
+ mdi map marker radius; 1FF851;
+ mdi margin; 1FF852;
+ mdi markdown; 1FF853;
+ mdi marker check; 1FF854;
+ mdi martini; 1FF855;
+ mdi material ui; 1FF856;
+ mdi math compass; 1FF857;
+ mdi maxcdn; 1FF858;
+ mdi medium; 1FF859;
+ mdi memory; 1FF85A;
+ mdi menu; 1FF85B;
+ mdi menu down; 1FF85C;
+ mdi menu left; 1FF85D;
+ mdi menu right; 1FF85E;
+ mdi menu up; 1FF85F;
+ mdi message; 1FF860;
+ mdi message alert; 1FF861;
+ mdi message draw; 1FF862;
+ mdi message image; 1FF863;
+ mdi message outline; 1FF864;
+ mdi message processing; 1FF865;
+ mdi message reply; 1FF866;
+ mdi message reply text; 1FF867;
+ mdi message text; 1FF868;
+ mdi message text outline; 1FF869;
+ mdi message video; 1FF86A;
+ mdi microphone; 1FF86B;
+ mdi microphone off; 1FF86C;
+ mdi microphone outline; 1FF86D;
+ mdi microphone settings; 1FF86E;
+ mdi microphone variant; 1FF86F;
+ mdi microphone variant off; 1FF870;
+ mdi microsoft; 1FF871;
+ mdi minecraft; 1FF872;
+ mdi minus; 1FF873;
+ mdi minus box; 1FF874;
+ mdi minus circle; 1FF875;
+ mdi minus circle outline; 1FF876;
+ mdi minus network; 1FF877;
+ mdi monitor; 1FF878;
+ mdi monitor multiple; 1FF879;
+ mdi more; 1FF87A;
+ mdi motorbike; 1FF87B;
+ mdi mouse; 1FF87C;
+ mdi mouse off; 1FF87D;
+ mdi mouse variant; 1FF87E;
+ mdi mouse variant off; 1FF87F;
+ mdi movie; 1FF880;
+ mdi multiplication; 1FF881;
+ mdi multiplication box; 1FF882;
+ mdi music box; 1FF883;
+ mdi music box outline; 1FF884;
+ mdi music circle; 1FF885;
+ mdi music note; 1FF886;
+ mdi music note eighth; 1FF887;
+ mdi music note half; 1FF888;
+ mdi music note off; 1FF889;
+ mdi music note quarter; 1FF88A;
+ mdi music note sixteenth; 1FF88B;
+ mdi music note whole; 1FF88C;
+ mdi nature; 1FF88D;
+ mdi nature people; 1FF88E;
+ mdi navigation; 1FF88F;
+ mdi needle; 1FF890;
+ mdi nest protect; 1FF891;
+ mdi nest thermostat; 1FF892;
+ mdi new box; 1FF893;
+ mdi newspaper; 1FF894;
+ mdi nfc; 1FF895;
+ mdi nfc tap; 1FF896;
+ mdi nfc variant; 1FF897;
+ mdi nodejs; 1FF898;
+ mdi note; 1FF899;
+ mdi note outline; 1FF89A;
+ mdi note plus; 1FF89B;
+ mdi note plus outline; 1FF89C;
+ mdi note text; 1FF89D;
+ mdi notification clear all; 1FF89E;
+ mdi numeric; 1FF89F;
+ mdi numeric 0 box; 1FF8A0;
+ mdi numeric 0 box multiple outline; 1FF8A1;
+ mdi numeric 0 box outline; 1FF8A2;
+ mdi numeric 1 box; 1FF8A3;
+ mdi numeric 1 box multiple outline; 1FF8A4;
+ mdi numeric 1 box outline; 1FF8A5;
+ mdi numeric 2 box; 1FF8A6;
+ mdi numeric 2 box multiple outline; 1FF8A7;
+ mdi numeric 2 box outline; 1FF8A8;
+ mdi numeric 3 box; 1FF8A9;
+ mdi numeric 3 box multiple outline; 1FF8AA;
+ mdi numeric 3 box outline; 1FF8AB;
+ mdi numeric 4 box; 1FF8AC;
+ mdi numeric 4 box multiple outline; 1FF8AD;
+ mdi numeric 4 box outline; 1FF8AE;
+ mdi numeric 5 box; 1FF8AF;
+ mdi numeric 5 box multiple outline; 1FF8B0;
+ mdi numeric 5 box outline; 1FF8B1;
+ mdi numeric 6 box; 1FF8B2;
+ mdi numeric 6 box multiple outline; 1FF8B3;
+ mdi numeric 6 box outline; 1FF8B4;
+ mdi numeric 7 box; 1FF8B5;
+ mdi numeric 7 box multiple outline; 1FF8B6;
+ mdi numeric 7 box outline; 1FF8B7;
+ mdi numeric 8 box; 1FF8B8;
+ mdi numeric 8 box multiple outline; 1FF8B9;
+ mdi numeric 8 box outline; 1FF8BA;
+ mdi numeric 9 box; 1FF8BB;
+ mdi numeric 9 box multiple outline; 1FF8BC;
+ mdi numeric 9 box outline; 1FF8BD;
+ mdi numeric 9 plus box; 1FF8BE;
+ mdi numeric 9 plus box multiple outline; 1FF8BF;
+ mdi numeric 9 plus box outline; 1FF8C0;
+ mdi nutrition; 1FF8C1;
+ mdi octagon; 1FF8C2;
+ mdi octagon outline; 1FF8C3;
+ mdi odnoklassniki; 1FF8C4;
+ mdi office; 1FF8C5;
+ mdi oil; 1FF8C6;
+ mdi oil temperature; 1FF8C7;
+ mdi omega; 1FF8C8;
+ mdi onedrive; 1FF8C9;
+ mdi open in app; 1FF8CA;
+ mdi open in new; 1FF8CB;
+ mdi openid; 1FF8CC;
+ mdi opera; 1FF8CD;
+ mdi ornament; 1FF8CE;
+ mdi ornament variant; 1FF8CF;
+ mdi inbox arrow up; 1FF8D0;
+ mdi owl; 1FF8D1;
+ mdi package; 1FF8D2;
+ mdi package down; 1FF8D3;
+ mdi package up; 1FF8D4;
+ mdi package variant; 1FF8D5;
+ mdi package variant closed; 1FF8D6;
+ mdi palette; 1FF8D7;
+ mdi palette advanced; 1FF8D8;
+ mdi panda; 1FF8D9;
+ mdi pandora; 1FF8DA;
+ mdi panorama; 1FF8DB;
+ mdi panorama fisheye; 1FF8DC;
+ mdi panorama horizontal; 1FF8DD;
+ mdi panorama vertical; 1FF8DE;
+ mdi panorama wide angle; 1FF8DF;
+ mdi paper cut vertical; 1FF8E0;
+ mdi paperclip; 1FF8E1;
+ mdi parking; 1FF8E2;
+ mdi pause; 1FF8E3;
+ mdi pause circle; 1FF8E4;
+ mdi pause circle outline; 1FF8E5;
+ mdi pause octagon; 1FF8E6;
+ mdi pause octagon outline; 1FF8E7;
+ mdi paw; 1FF8E8;
+ mdi pen; 1FF8E9;
+ mdi pencil; 1FF8EA;
+ mdi pencil box; 1FF8EB;
+ mdi pencil box outline; 1FF8EC;
+ mdi pencil lock; 1FF8ED;
+ mdi pencil off; 1FF8EE;
+ mdi percent; 1FF8EF;
+ mdi pharmacy; 1FF8F0;
+ mdi phone; 1FF8F1;
+ mdi phone bluetooth; 1FF8F2;
+ mdi phone forward; 1FF8F3;
+ mdi phone hangup; 1FF8F4;
+ mdi phone in talk; 1FF8F5;
+ mdi phone incoming; 1FF8F6;
+ mdi phone locked; 1FF8F7;
+ mdi phone log; 1FF8F8;
+ mdi phone missed; 1FF8F9;
+ mdi phone outgoing; 1FF8FA;
+ mdi phone paused; 1FF8FB;
+ mdi phone settings; 1FF8FC;
+ mdi phone voip; 1FF8FD;
+ mdi pi; 1FF8FE;
+ mdi pi box; 1FF8FF;
+豈 mdi pig; 1FF900;
+更 mdi pill; 1FF901;
+車 mdi pin; 1FF902;
+賈 mdi pin off; 1FF903;
+滑 mdi pine tree; 1FF904;
+串 mdi pine tree box; 1FF905;
+句 mdi pinterest; 1FF906;
+龜 mdi pinterest box; 1FF907;
+龜 mdi pizza; 1FF908;
+契 mdi play; 1FF909;
+金 mdi play box outline; 1FF90A;
+喇 mdi play circle; 1FF90B;
+奈 mdi play circle outline; 1FF90C;
+懶 mdi play pause; 1FF90D;
+癩 mdi play protected content; 1FF90E;
+羅 mdi playlist minus; 1FF90F;
+蘿 mdi playlist play; 1FF910;
+螺 mdi playlist plus; 1FF911;
+裸 mdi playlist remove; 1FF912;
+邏 mdi playstation; 1FF913;
+樂 mdi plus; 1FF914;
+洛 mdi plus box; 1FF915;
+烙 mdi plus circle; 1FF916;
+珞 mdi plus circle multiple outline; 1FF917;
+落 mdi plus circle outline; 1FF918;
+酪 mdi plus network; 1FF919;
+駱 mdi plus one; 1FF91A;
+亂 mdi pocket; 1FF91B;
+卵 mdi pokeball; 1FF91C;
+欄 mdi polaroid; 1FF91D;
+爛 mdi poll; 1FF91E;
+蘭 mdi poll box; 1FF91F;
+鸞 mdi polymer; 1FF920;
+嵐 mdi popcorn; 1FF921;
+濫 mdi pound; 1FF922;
+藍 mdi pound box; 1FF923;
+襤 mdi power; 1FF924;
+拉 mdi power settings; 1FF925;
+臘 mdi power socket; 1FF926;
+蠟 mdi presentation; 1FF927;
+廊 mdi presentation play; 1FF928;
+朗 mdi printer; 1FF929;
+浪 mdi printer 3d; 1FF92A;
+狼 mdi printer alert; 1FF92B;
+郎 mdi professional hexagon; 1FF92C;
+來 mdi projector; 1FF92D;
+冷 mdi projector screen; 1FF92E;
+勞 mdi pulse; 1FF92F;
+擄 mdi puzzle; 1FF930;
+櫓 mdi qrcode; 1FF931;
+爐 mdi qrcode scan; 1FF932;
+盧 mdi quadcopter; 1FF933;
+老 mdi quality high; 1FF934;
+蘆 mdi quicktime; 1FF935;
+虜 mdi radar; 1FF936;
+路 mdi radiator; 1FF937;
+露 mdi radio; 1FF938;
+魯 mdi radio handheld; 1FF939;
+鷺 mdi radio tower; 1FF93A;
+碌 mdi radioactive; 1FF93B;
+祿 mdi radiobox blank; 1FF93C;
+綠 mdi radiobox marked; 1FF93D;
+菉 mdi raspberrypi; 1FF93E;
+錄 mdi ray end; 1FF93F;
+鹿 mdi ray end arrow; 1FF940;
+論 mdi ray start; 1FF941;
+壟 mdi ray start arrow; 1FF942;
+弄 mdi ray start end; 1FF943;
+籠 mdi ray vertex; 1FF944;
+聾 mdi lastpass; 1FF945;
+牢 mdi read; 1FF946;
+磊 mdi youtube tv; 1FF947;
+賂 mdi receipt; 1FF948;
+雷 mdi record; 1FF949;
+壘 mdi record rec; 1FF94A;
+屢 mdi recycle; 1FF94B;
+樓 mdi reddit; 1FF94C;
+淚 mdi redo; 1FF94D;
+漏 mdi redo variant; 1FF94E;
+累 mdi refresh; 1FF94F;
+縷 mdi regex; 1FF950;
+陋 mdi relative scale; 1FF951;
+勒 mdi reload; 1FF952;
+肋 mdi remote; 1FF953;
+凜 mdi rename box; 1FF954;
+凌 mdi repeat; 1FF955;
+稜 mdi repeat off; 1FF956;
+綾 mdi repeat once; 1FF957;
+菱 mdi replay; 1FF958;
+陵 mdi reply; 1FF959;
+讀 mdi reply all; 1FF95A;
+拏 mdi reproduction; 1FF95B;
+樂 mdi resize bottom right; 1FF95C;
+諾 mdi responsive; 1FF95D;
+丹 mdi rewind; 1FF95E;
+寧 mdi ribbon; 1FF95F;
+怒 mdi road; 1FF960;
+率 mdi road variant; 1FF961;
+異 mdi rocket; 1FF962;
+北 mdi rotate 3d; 1FF963;
+磻 mdi rotate left; 1FF964;
+便 mdi rotate left variant; 1FF965;
+復 mdi rotate right; 1FF966;
+不 mdi rotate right variant; 1FF967;
+泌 mdi router wireless; 1FF968;
+數 mdi routes; 1FF969;
+索 mdi rss; 1FF96A;
+參 mdi rss box; 1FF96B;
+塞 mdi ruler; 1FF96C;
+省 mdi run fast; 1FF96D;
+葉 mdi sale; 1FF96E;
+說 mdi satellite; 1FF96F;
+殺 mdi satellite variant; 1FF970;
+辰 mdi scale; 1FF971;
+沈 mdi scale bathroom; 1FF972;
+拾 mdi school; 1FF973;
+若 mdi screen rotation; 1FF974;
+掠 mdi screen rotation lock; 1FF975;
+略 mdi screwdriver; 1FF976;
+亮 mdi script; 1FF977;
+兩 mdi sd; 1FF978;
+凉 mdi seal; 1FF979;
+梁 mdi seat flat; 1FF97A;
+糧 mdi seat flat angled; 1FF97B;
+良 mdi seat individual suite; 1FF97C;
+諒 mdi seat legroom extra; 1FF97D;
+量 mdi seat legroom normal; 1FF97E;
+勵 mdi seat legroom reduced; 1FF97F;
+呂 mdi seat recline extra; 1FF980;
+女 mdi seat recline normal; 1FF981;
+廬 mdi security; 1FF982;
+旅 mdi security network; 1FF983;
+濾 mdi select; 1FF984;
+礪 mdi select all; 1FF985;
+閭 mdi select inverse; 1FF986;
+驪 mdi select off; 1FF987;
+麗 mdi selection; 1FF988;
+黎 mdi send; 1FF989;
+力 mdi server; 1FF98A;
+曆 mdi server minus; 1FF98B;
+歷 mdi server network; 1FF98C;
+轢 mdi server network off; 1FF98D;
+年 mdi server off; 1FF98E;
+憐 mdi server plus; 1FF98F;
+戀 mdi server remove; 1FF990;
+撚 mdi server security; 1FF991;
+漣 mdi settings; 1FF992;
+煉 mdi settings box; 1FF993;
+璉 mdi shape plus; 1FF994;
+秊 mdi share; 1FF995;
+練 mdi share variant; 1FF996;
+聯 mdi shield; 1FF997;
+輦 mdi shield outline; 1FF998;
+蓮 mdi shopping; 1FF999;
+連 mdi shopping music; 1FF99A;
+鍊 mdi shredder; 1FF99B;
+列 mdi shuffle; 1FF99C;
+劣 mdi shuffle disabled; 1FF99D;
+咽 mdi shuffle variant; 1FF99E;
+烈 mdi sigma; 1FF99F;
+裂 mdi sign caution; 1FF9A0;
+說 mdi signal; 1FF9A1;
+廉 mdi silverware; 1FF9A2;
+念 mdi silverware fork; 1FF9A3;
+捻 mdi silverware spoon; 1FF9A4;
+殮 mdi silverware variant; 1FF9A5;
+簾 mdi sim; 1FF9A6;
+獵 mdi sim alert; 1FF9A7;
+令 mdi sim off; 1FF9A8;
+囹 mdi sitemap; 1FF9A9;
+寧 mdi skip backward; 1FF9AA;
+嶺 mdi skip forward; 1FF9AB;
+怜 mdi skip next; 1FF9AC;
+玲 mdi skip previous; 1FF9AD;
+瑩 mdi skype; 1FF9AE;
+羚 mdi skype business; 1FF9AF;
+聆 mdi slack; 1FF9B0;
+鈴 mdi sleep; 1FF9B1;
+零 mdi sleep off; 1FF9B2;
+靈 mdi smoking; 1FF9B3;
+領 mdi smoking off; 1FF9B4;
+例 mdi snapchat; 1FF9B5;
+禮 mdi snowman; 1FF9B6;
+醴 mdi soccer; 1FF9B7;
+隸 mdi sofa; 1FF9B8;
+惡 mdi sort; 1FF9B9;
+了 mdi sort alphabetical; 1FF9BA;
+僚 mdi sort ascending; 1FF9BB;
+寮 mdi sort descending; 1FF9BC;
+尿 mdi sort numeric; 1FF9BD;
+料 mdi sort variant; 1FF9BE;
+樂 mdi soundcloud; 1FF9BF;
+燎 mdi source fork; 1FF9C0;
+療 mdi source pull; 1FF9C1;
+蓼 mdi speaker; 1FF9C2;
+遼 mdi speaker off; 1FF9C3;
+龍 mdi speedometer; 1FF9C4;
+暈 mdi spellcheck; 1FF9C5;
+阮 mdi spotify; 1FF9C6;
+劉 mdi spotlight; 1FF9C7;
+杻 mdi spotlight beam; 1FF9C8;
+柳 mdi square inc; 1FF9C9;
+流 mdi square inc cash; 1FF9CA;
+溜 mdi stack overflow; 1FF9CB;
+琉 mdi stairs; 1FF9CC;
+留 mdi star; 1FF9CD;
+硫 mdi star circle; 1FF9CE;
+紐 mdi star half; 1FF9CF;
+類 mdi star off; 1FF9D0;
+六 mdi star outline; 1FF9D1;
+戮 mdi steam; 1FF9D2;
+陸 mdi steering; 1FF9D3;
+倫 mdi step backward; 1FF9D4;
+崙 mdi step backward 2; 1FF9D5;
+淪 mdi step forward; 1FF9D6;
+輪 mdi step forward 2; 1FF9D7;
+律 mdi stethoscope; 1FF9D8;
+慄 mdi stocking; 1FF9D9;
+栗 mdi stop; 1FF9DA;
+率 mdi store; 1FF9DB;
+隆 mdi store 24 hour; 1FF9DC;
+利 mdi stove; 1FF9DD;
+吏 mdi subway variant; 1FF9DE;
+履 mdi sunglasses; 1FF9DF;
+易 mdi swap horizontal; 1FF9E0;
+李 mdi swap vertical; 1FF9E1;
+梨 mdi swim; 1FF9E2;
+泥 mdi switch; 1FF9E3;
+理 mdi sword; 1FF9E4;
+痢 mdi sync; 1FF9E5;
+罹 mdi sync alert; 1FF9E6;
+裏 mdi sync off; 1FF9E7;
+裡 mdi tab; 1FF9E8;
+里 mdi tab unselected; 1FF9E9;
+離 mdi table; 1FF9EA;
+匿 mdi table column plus after; 1FF9EB;
+溺 mdi table column plus before; 1FF9EC;
+吝 mdi table column remove; 1FF9ED;
+燐 mdi table column width; 1FF9EE;
+璘 mdi table edit; 1FF9EF;
+藺 mdi table large; 1FF9F0;
+隣 mdi table row height; 1FF9F1;
+鱗 mdi table row plus after; 1FF9F2;
+麟 mdi table row plus before; 1FF9F3;
+林 mdi table row remove; 1FF9F4;
+淋 mdi tablet; 1FF9F5;
+臨 mdi tablet android; 1FF9F6;
+立 mdi tablet ipad; 1FF9F7;
+笠 mdi tag; 1FF9F8;
+粒 mdi tag faces; 1FF9F9;
+狀 mdi tag multiple; 1FF9FA;
+炙 mdi tag outline; 1FF9FB;
+識 mdi tag text outline; 1FF9FC;
+什 mdi target; 1FF9FD;
+茶 mdi taxi; 1FF9FE;
+刺 mdi teamviewer; 1FF9FF;
+切 mdi telegram; 1FFA00;
+度 mdi television; 1FFA01;
+拓 mdi television guide; 1FFA02;
+糖 mdi temperature celsius; 1FFA03;
+宅 mdi temperature fahrenheit; 1FFA04;
+洞 mdi temperature kelvin; 1FFA05;
+暴 mdi tennis; 1FFA06;
+輻 mdi tent; 1FFA07;
+行 mdi terrain; 1FFA08;
+降 mdi text to speech; 1FFA09;
+見 mdi text to speech off; 1FFA0A;
+廓 mdi texture; 1FFA0B;
+兀 mdi theater; 1FFA0C;
+嗀 mdi theme light dark; 1FFA0D;
+﨎 mdi thermometer; 1FFA0E;
+﨏 mdi thermometer lines; 1FFA0F;
+塚 mdi thumb down; 1FFA10;
+﨑 mdi thumb down outline; 1FFA11;
+晴 mdi thumb up; 1FFA12;
+﨓 mdi thumb up outline; 1FFA13;
+﨔 mdi thumbs up down; 1FFA14;
+凞 mdi ticket; 1FFA15;
+猪 mdi ticket account; 1FFA16;
+益 mdi ticket confirmation; 1FFA17;
+礼 mdi tie; 1FFA18;
+神 mdi timelapse; 1FFA19;
+祥 mdi timer; 1FFA1A;
+福 mdi timer 10; 1FFA1B;
+靖 mdi timer 3; 1FFA1C;
+精 mdi timer off; 1FFA1D;
+羽 mdi timer sand; 1FFA1E;
+﨟 mdi timetable; 1FFA1F;
+蘒 mdi toggle switch; 1FFA20;
+﨡 mdi toggle switch off; 1FFA21;
+諸 mdi tooltip; 1FFA22;
+﨣 mdi tooltip edit; 1FFA23;
+﨤 mdi tooltip image; 1FFA24;
+逸 mdi tooltip outline; 1FFA25;
+都 mdi tooltip outline plus; 1FFA26;
+﨧 mdi tooltip text; 1FFA27;
+﨨 mdi tooth; 1FFA28;
+﨩 mdi tor; 1FFA29;
+飯 mdi traffic light; 1FFA2A;
+飼 mdi train; 1FFA2B;
+館 mdi tram; 1FFA2C;
+鶴 mdi transcribe; 1FFA2D;
+郞 mdi transcribe close; 1FFA2E;
+隷 mdi transfer; 1FFA2F;
+侮 mdi tree; 1FFA30;
+僧 mdi trello; 1FFA31;
+免 mdi trending down; 1FFA32;
+勉 mdi trending neutral; 1FFA33;
+勤 mdi trending up; 1FFA34;
+卑 mdi triangle; 1FFA35;
+喝 mdi triangle outline; 1FFA36;
+嘆 mdi trophy; 1FFA37;
+器 mdi trophy award; 1FFA38;
+塀 mdi trophy outline; 1FFA39;
+墨 mdi trophy variant; 1FFA3A;
+層 mdi trophy variant outline; 1FFA3B;
+屮 mdi truck; 1FFA3C;
+悔 mdi truck delivery; 1FFA3D;
+慨 mdi tshirt crew; 1FFA3E;
+憎 mdi tshirt v; 1FFA3F;
+懲 mdi tumblr; 1FFA40;
+敏 mdi tumblr reblog; 1FFA41;
+既 mdi twitch; 1FFA42;
+暑 mdi twitter; 1FFA43;
+梅 mdi twitter box; 1FFA44;
+海 mdi twitter circle; 1FFA45;
+渚 mdi twitter retweet; 1FFA46;
+漢 mdi ubuntu; 1FFA47;
+煮 mdi umbraco; 1FFA48;
+爫 mdi umbrella; 1FFA49;
+琢 mdi umbrella outline; 1FFA4A;
+碑 mdi undo; 1FFA4B;
+社 mdi undo variant; 1FFA4C;
+祉 mdi unfold less horizontal; 1FFA4D;
+祈 mdi unfold more horizontal; 1FFA4E;
+祐 mdi ungroup; 1FFA4F;
+祖 mdi untappd; 1FFA50;
+祝 mdi upload; 1FFA51;
+禍 mdi usb; 1FFA52;
+禎 mdi vector arrange above; 1FFA53;
+穀 mdi vector arrange below; 1FFA54;
+突 mdi vector circle; 1FFA55;
+節 mdi vector circle variant; 1FFA56;
+練 mdi vector combine; 1FFA57;
+縉 mdi vector curve; 1FFA58;
+繁 mdi vector difference; 1FFA59;
+署 mdi vector difference ab; 1FFA5A;
+者 mdi vector difference ba; 1FFA5B;
+臭 mdi vector intersection; 1FFA5C;
+艹 mdi vector line; 1FFA5D;
+艹 mdi vector point; 1FFA5E;
+著 mdi vector polygon; 1FFA5F;
+褐 mdi vector polyline; 1FFA60;
+視 mdi vector selection; 1FFA61;
+謁 mdi vector triangle; 1FFA62;
+謹 mdi vector union; 1FFA63;
+賓 mdi verified; 1FFA64;
+贈 mdi vibrate; 1FFA65;
+辶 mdi video; 1FFA66;
+逸 mdi video off; 1FFA67;
+難 mdi video switch; 1FFA68;
+響 mdi view agenda; 1FFA69;
+頻 mdi view array; 1FFA6A;
+恵 mdi view carousel; 1FFA6B;
+𤋮 mdi view column; 1FFA6C;
+舘 mdi view dashboard; 1FFA6D;
+﩮 mdi view day; 1FFA6E;
+﩯 mdi view grid; 1FFA6F;
+並 mdi view headline; 1FFA70;
+况 mdi view list; 1FFA71;
+全 mdi view module; 1FFA72;
+侀 mdi view quilt; 1FFA73;
+充 mdi view stream; 1FFA74;
+冀 mdi view week; 1FFA75;
+勇 mdi vimeo; 1FFA76;
+勺 mdi venmo; 1FFA77;
+喝 mdi vk; 1FFA78;
+啕 mdi vk box; 1FFA79;
+喙 mdi vk circle; 1FFA7A;
+嗢 mdi vlc; 1FFA7B;
+塚 mdi voicemail; 1FFA7C;
+墳 mdi volume high; 1FFA7D;
+奄 mdi volume low; 1FFA7E;
+奔 mdi volume medium; 1FFA7F;
+婢 mdi volume off; 1FFA80;
+嬨 mdi vpn; 1FFA81;
+廒 mdi walk; 1FFA82;
+廙 mdi wallet; 1FFA83;
+彩 mdi wallet giftcard; 1FFA84;
+徭 mdi wallet membership; 1FFA85;
+惘 mdi wallet travel; 1FFA86;
+慎 mdi wan; 1FFA87;
+愈 mdi watch; 1FFA88;
+憎 mdi watch export; 1FFA89;
+慠 mdi watch import; 1FFA8A;
+懲 mdi water; 1FFA8B;
+戴 mdi water off; 1FFA8C;
+揄 mdi water percent; 1FFA8D;
+搜 mdi water pump; 1FFA8E;
+摒 mdi weather cloudy; 1FFA8F;
+敖 mdi weather fog; 1FFA90;
+晴 mdi weather hail; 1FFA91;
+朗 mdi weather lightning; 1FFA92;
+望 mdi weather night; 1FFA93;
+杖 mdi weather partlycloudy; 1FFA94;
+歹 mdi weather pouring; 1FFA95;
+殺 mdi weather rainy; 1FFA96;
+流 mdi weather snowy; 1FFA97;
+滛 mdi weather sunny; 1FFA98;
+滋 mdi weather sunset; 1FFA99;
+漢 mdi weather sunset down; 1FFA9A;
+瀞 mdi weather sunset up; 1FFA9B;
+煮 mdi weather windy; 1FFA9C;
+瞧 mdi weather windy variant; 1FFA9D;
+爵 mdi web; 1FFA9E;
+犯 mdi webcam; 1FFA9F;
+猪 mdi weight; 1FFAA0;
+瑱 mdi weight kilogram; 1FFAA1;
+甆 mdi whatsapp; 1FFAA2;
+画 mdi wheelchair accessibility; 1FFAA3;
+瘝 mdi white balance auto; 1FFAA4;
+瘟 mdi white balance incandescent; 1FFAA5;
+益 mdi white balance iridescent; 1FFAA6;
+盛 mdi white balance sunny; 1FFAA7;
+直 mdi wifi; 1FFAA8;
+睊 mdi wifi off; 1FFAA9;
+着 mdi wii; 1FFAAA;
+磌 mdi wikipedia; 1FFAAB;
+窱 mdi window close; 1FFAAC;
+節 mdi window closed; 1FFAAD;
+类 mdi window maximize; 1FFAAE;
+絛 mdi window minimize; 1FFAAF;
+練 mdi window open; 1FFAB0;
+缾 mdi window restore; 1FFAB1;
+者 mdi windows; 1FFAB2;
+荒 mdi wordpress; 1FFAB3;
+華 mdi worker; 1FFAB4;
+蝹 mdi wrap; 1FFAB5;
+襁 mdi wrench; 1FFAB6;
+覆 mdi wunderlist; 1FFAB7;
+視 mdi xbox; 1FFAB8;
+調 mdi xbox controller; 1FFAB9;
+諸 mdi xbox controller off; 1FFABA;
+請 mdi xda; 1FFABB;
+謁 mdi xing; 1FFABC;
+諾 mdi xing box; 1FFABD;
+諭 mdi xing circle; 1FFABE;
+謹 mdi xml; 1FFABF;
+變 mdi yeast; 1FFAC0;
+贈 mdi yelp; 1FFAC1;
+輸 mdi youtube play; 1FFAC2;
+遲 mdi zip box; 1FFAC3;
+醙 mdi surround sound; 1FFAC4;
+鉶 mdi vector rectangle; 1FFAC5;
+陼 mdi playlist check; 1FFAC6;
+難 mdi format line style; 1FFAC7;
+靖 mdi format line weight; 1FFAC8;
+韛 mdi translate; 1FFAC9;
+響 mdi voice; 1FFACA;
+頋 mdi opacity; 1FFACB;
+頻 mdi near me; 1FFACC;
+鬒 mdi clock alert; 1FFACD;
+龜 mdi human pregnant; 1FFACE;
+𢡊 mdi sticker; 1FFACF;
+𢡄 mdi scale balance; 1FFAD0;
+𣏕 mdi account card details; 1FFAD1;
+㮝 mdi account multiple minus; 1FFAD2;
+䀘 mdi airplane landing; 1FFAD3;
+䀹 mdi airplane takeoff; 1FFAD4;
+𥉉 mdi alert circle outline; 1FFAD5;
+𥳐 mdi altimeter; 1FFAD6;
+𧻓 mdi animation; 1FFAD7;
+齃 mdi book minus; 1FFAD8;
+龎 mdi book open page variant; 1FFAD9;
+﫚 mdi book plus; 1FFADA;
+﫛 mdi boombox; 1FFADB;
+﫜 mdi bullseye; 1FFADC;
+﫝 mdi comment remove; 1FFADD;
+﫞 mdi camera off; 1FFADE;
+﫟 mdi check circle; 1FFADF;
+﫠 mdi check circle outline; 1FFAE0;
+﫡 mdi candle; 1FFAE1;
+﫢 mdi chart bubble; 1FFAE2;
+﫣 mdi credit card off; 1FFAE3;
+﫤 mdi cup off; 1FFAE4;
+﫥 mdi copyright; 1FFAE5;
+﫦 mdi cursor text; 1FFAE6;
+﫧 mdi delete forever; 1FFAE7;
+﫨 mdi delete sweep; 1FFAE8;
+﫩 mdi dice d20; 1FFAE9;
+﫪 mdi dice d4; 1FFAEA;
+﫫 mdi dice d6; 1FFAEB;
+﫬 mdi dice d8; 1FFAEC;
+﫭 mdi disk; 1FFAED;
+﫮 mdi email open outline; 1FFAEE;
+﫯 mdi email variant; 1FFAEF;
+﫰 mdi ev station; 1FFAF0;
+﫱 mdi food fork drink; 1FFAF1;
+﫲 mdi food off; 1FFAF2;
+﫳 mdi format title; 1FFAF3;
+﫴 mdi google maps; 1FFAF4;
+﫵 mdi heart pulse; 1FFAF5;
+﫶 mdi highway; 1FFAF6;
+﫷 mdi home map marker; 1FFAF7;
+﫸 mdi incognito; 1FFAF8;
+﫹 mdi kettle; 1FFAF9;
+﫺 mdi lock plus; 1FFAFA;
+﫻 mdi login variant; 1FFAFB;
+﫼 mdi logout variant; 1FFAFC;
+﫽 mdi music note bluetooth; 1FFAFD;
+﫾 mdi music note bluetooth off; 1FFAFE;
+﫿 mdi page first; 1FFAFF;
+ff mdi page last; 1FFB00;
+fi mdi phone classic; 1FFB01;
+fl mdi priority high; 1FFB02;
+ffi mdi priority low; 1FFB03;
+ffl mdi qqchat; 1FFB04;
+ſt mdi pool; 1FFB05;
+st mdi rounded corner; 1FFB06;
+﬇ mdi rowing; 1FFB07;
+﬈ mdi saxophone; 1FFB08;
+﬉ mdi signal variant; 1FFB09;
+﬊ mdi stackexchange; 1FFB0A;
+﬋ mdi subdirectory arrow left; 1FFB0B;
+﬌ mdi subdirectory arrow right; 1FFB0C;
+﬍ mdi textbox; 1FFB0D;
+﬎ mdi violin; 1FFB0E;
+﬏ mdi visualstudio; 1FFB0F;
+﬐ mdi wechat; 1FFB10;
+﬑ mdi watermark; 1FFB11;
+﬒ mdi file hidden; 1FFB12;
+ﬓ mdi application; 1FFB13;
+ﬔ mdi arrow collapse; 1FFB14;
+ﬕ mdi arrow expand; 1FFB15;
+ﬖ mdi bowl; 1FFB16;
+ﬗ mdi bridge; 1FFB17;
+﬘ mdi buffer; 1FFB18;
+﬙ mdi chip; 1FFB19;
+﬚ mdi content save settings; 1FFB1A;
+﬛ mdi dialpad; 1FFB1B;
+﬜ mdi dictionary; 1FFB1C;
+יִ mdi format horizontal align center; 1FFB1D;
+ﬞ mdi format horizontal align left; 1FFB1E;
+ײַ mdi format horizontal align right; 1FFB1F;
+ﬠ mdi format vertical align bottom; 1FFB20;
+ﬡ mdi format vertical align center; 1FFB21;
+ﬢ mdi format vertical align top; 1FFB22;
+ﬣ mdi hackernews; 1FFB23;
+ﬤ mdi help circle outline; 1FFB24;
+ﬥ mdi json; 1FFB25;
+ﬦ mdi lambda; 1FFB26;
+ﬧ mdi matrix; 1FFB27;
+ﬨ mdi meteor; 1FFB28;
+﬩ mdi mixcloud; 1FFB29;
+שׁ mdi sigma lower; 1FFB2A;
+שׂ mdi source branch; 1FFB2B;
+שּׁ mdi source merge; 1FFB2C;
+שּׂ mdi tune; 1FFB2D;
+אַ mdi webhook; 1FFB2E;
+אָ mdi account settings; 1FFB2F;
+אּ mdi account settings variant; 1FFB30;
+בּ mdi apple keyboard caps; 1FFB31;
+גּ mdi apple keyboard command; 1FFB32;
+דּ mdi apple keyboard control; 1FFB33;
+הּ mdi apple keyboard option; 1FFB34;
+וּ mdi apple keyboard shift; 1FFB35;
+זּ mdi box shadow; 1FFB36;
+﬷ mdi cards; 1FFB37;
+טּ mdi cards outline; 1FFB38;
+יּ mdi cards playing outline; 1FFB39;
+ךּ mdi checkbox multiple blank circle; 1FFB3A;
+כּ mdi checkbox multiple blank circle outline; 1FFB3B;
+לּ mdi checkbox multiple marked circle; 1FFB3C;
+﬽ mdi checkbox multiple marked circle outline; 1FFB3D;
+מּ mdi cloud sync; 1FFB3E;
+﬿ mdi collage; 1FFB3F;
+נּ mdi directions fork; 1FFB40;
+סּ mdi eraser variant; 1FFB41;
+﭂ mdi face; 1FFB42;
+ףּ mdi face profile; 1FFB43;
+פּ mdi file tree; 1FFB44;
+﭅ mdi format annotation plus; 1FFB45;
+צּ mdi gas cylinder; 1FFB46;
+קּ mdi grease pencil; 1FFB47;
+רּ mdi human female; 1FFB48;
+שּ mdi human greeting; 1FFB49;
+תּ mdi human handsdown; 1FFB4A;
+וֹ mdi human handsup; 1FFB4B;
+בֿ mdi human male; 1FFB4C;
+כֿ mdi information variant; 1FFB4D;
+פֿ mdi lead pencil; 1FFB4E;
+ﭏ mdi map marker minus; 1FFB4F;
+ﭐ mdi map marker plus; 1FFB50;
+ﭑ mdi marker; 1FFB51;
+ﭒ mdi message plus; 1FFB52;
+ﭓ mdi microscope; 1FFB53;
+ﭔ mdi move resize; 1FFB54;
+ﭕ mdi move resize variant; 1FFB55;
+ﭖ mdi paw off; 1FFB56;
+ﭗ mdi phone minus; 1FFB57;
+ﭘ mdi phone plus; 1FFB58;
+ﭙ mdi pot; 1FFB59;
+ﭚ mdi pot mix; 1FFB5A;
+ﭛ mdi serial port; 1FFB5B;
+ﭜ mdi shape circle plus; 1FFB5C;
+ﭝ mdi shape polygon plus; 1FFB5D;
+ﭞ mdi shape rectangle plus; 1FFB5E;
+ﭟ mdi shape square plus; 1FFB5F;
+ﭠ mdi skip next circle; 1FFB60;
+ﭡ mdi skip next circle outline; 1FFB61;
+ﭢ mdi skip previous circle; 1FFB62;
+ﭣ mdi skip previous circle outline; 1FFB63;
+ﭤ mdi spray; 1FFB64;
+ﭥ mdi stop circle; 1FFB65;
+ﭦ mdi stop circle outline; 1FFB66;
+ﭧ mdi test tube; 1FFB67;
+ﭨ mdi text shadow; 1FFB68;
+ﭩ mdi tune vertical; 1FFB69;
+ﭪ mdi cart off; 1FFB6A;
+ﭫ mdi chart gantt; 1FFB6B;
+ﭬ mdi chart scatterplot hexbin; 1FFB6C;
+ﭭ mdi chart timeline; 1FFB6D;
+ﭮ mdi discord; 1FFB6E;
+ﭯ mdi file restore; 1FFB6F;
+ﭰ mdi language c; 1FFB70;
+ﭱ mdi language cpp; 1FFB71;
+ﭲ mdi xaml; 1FFB72;
+ﭳ mdi bandcamp; 1FFB73;
+ﭴ mdi credit card plus; 1FFB74;
+ﭵ mdi itunes; 1FFB75;
+ﭶ mdi bow tie; 1FFB76;
+ﭷ mdi calendar range; 1FFB77;
+ﭸ mdi currency usd off; 1FFB78;
+ﭹ mdi flash red eye; 1FFB79;
+ﭺ mdi oar; 1FFB7A;
+ﭻ mdi piano; 1FFB7B;
+ﭼ mdi weather lightning rainy; 1FFB7C;
+ﭽ mdi weather snowy rainy; 1FFB7D;
+ﭾ mdi yin yang; 1FFB7E;
+ﭿ mdi tower beach; 1FFB7F;
+ﮀ mdi tower fire; 1FFB80;
+ﮁ mdi delete circle; 1FFB81;
+ﮂ mdi dna; 1FFB82;
+ﮃ mdi hamburger; 1FFB83;
+ﮄ mdi gondola; 1FFB84;
+ﮅ mdi inbox; 1FFB85;
+ﮆ mdi reorder horizontal; 1FFB86;
+ﮇ mdi reorder vertical; 1FFB87;
+ﮈ mdi security home; 1FFB88;
+ﮉ mdi tag heart; 1FFB89;
+ﮊ mdi skull; 1FFB8A;
+ﮋ mdi solid; 1FFB8B;
+ﮌ mdi alarm snooze; 1FFB8C;
+ﮍ mdi baby buggy; 1FFB8D;
+ﮎ mdi beaker; 1FFB8E;
+ﮏ mdi bomb; 1FFB8F;
+ﮐ mdi calendar question; 1FFB90;
+ﮑ mdi camera burst; 1FFB91;
+ﮒ mdi code tags check; 1FFB92;
+ﮓ mdi coins; 1FFB93;
+ﮔ mdi crop rotate; 1FFB94;
+ﮕ mdi developer board; 1FFB95;
+ﮖ mdi do not disturb; 1FFB96;
+ﮗ mdi do not disturb off; 1FFB97;
+ﮘ mdi douban; 1FFB98;
+ﮙ mdi emoticon dead; 1FFB99;
+ﮚ mdi emoticon excited; 1FFB9A;
+ﮛ mdi folder star; 1FFB9B;
+ﮜ mdi format color text; 1FFB9C;
+ﮝ mdi format section; 1FFB9D;
+ﮞ mdi gradient; 1FFB9E;
+ﮟ mdi home outline; 1FFB9F;
+ﮠ mdi message bulleted; 1FFBA0;
+ﮡ mdi message bulleted off; 1FFBA1;
+ﮢ mdi nuke; 1FFBA2;
+ﮣ mdi power plug; 1FFBA3;
+ﮤ mdi power plug off; 1FFBA4;
+ﮥ mdi publish; 1FFBA5;
+ﮦ mdi restore; 1FFBA6;
+ﮧ mdi robot; 1FFBA7;
+ﮨ mdi format rotate 90; 1FFBA8;
+ﮩ mdi scanner; 1FFBA9;
+ﮪ mdi subway; 1FFBAA;
+ﮫ mdi timer sand empty; 1FFBAB;
+ﮬ mdi transit transfer; 1FFBAC;
+ﮭ mdi unity; 1FFBAD;
+ﮮ mdi update; 1FFBAE;
+ﮯ mdi watch vibrate; 1FFBAF;
+ﮰ mdi angular; 1FFBB0;
+ﮱ mdi dolby; 1FFBB1;
+﮲ mdi emby; 1FFBB2;
+﮳ mdi lamp; 1FFBB3;
+﮴ mdi menu down outline; 1FFBB4;
+﮵ mdi menu up outline; 1FFBB5;
+﮶ mdi note multiple; 1FFBB6;
+﮷ mdi note multiple outline; 1FFBB7;
+﮸ mdi plex; 1FFBB8;
+﮹ mdi plane shield; 1FFBB9;
+﮺ mdi account edit; 1FFBBA;
+﮻ mdi alert decagram; 1FFBBB;
+﮼ mdi all inclusive; 1FFBBC;
+﮽ mdi angularjs; 1FFBBD;
+﮾ mdi arrow down box; 1FFBBE;
+﮿ mdi arrow left box; 1FFBBF;
+﯀ mdi arrow right box; 1FFBC0;
+﯁ mdi arrow up box; 1FFBC1;
+﯂ mdi asterisk; 1FFBC2;
+﯃ mdi bomb off; 1FFBC3;
+﯄ mdi bootstrap; 1FFBC4;
+﯅ mdi cards variant; 1FFBC5;
+﯆ mdi clipboard flow; 1FFBC6;
+﯇ mdi close outline; 1FFBC7;
+﯈ mdi coffee outline; 1FFBC8;
+﯉ mdi contacts; 1FFBC9;
+﯊ mdi delete empty; 1FFBCA;
+﯋ mdi earth box; 1FFBCB;
+﯌ mdi earth box off; 1FFBCC;
+﯍ mdi email alert; 1FFBCD;
+﯎ mdi eye outline; 1FFBCE;
+﯏ mdi eye off outline; 1FFBCF;
+﯐ mdi fast forward outline; 1FFBD0;
+﯑ mdi feather; 1FFBD1;
+﯒ mdi find replace; 1FFBD2;
+ﯓ mdi flash outline; 1FFBD3;
+ﯔ mdi format font; 1FFBD4;
+ﯕ mdi format page break; 1FFBD5;
+ﯖ mdi format pilcrow; 1FFBD6;
+ﯗ mdi garage; 1FFBD7;
+ﯘ mdi garage open; 1FFBD8;
+ﯙ mdi github face; 1FFBD9;
+ﯚ mdi google keep; 1FFBDA;
+ﯛ mdi google photos; 1FFBDB;
+ﯜ mdi heart half full; 1FFBDC;
+ﯝ mdi heart half; 1FFBDD;
+ﯞ mdi heart half outline; 1FFBDE;
+ﯟ mdi hexagon multiple; 1FFBDF;
+ﯠ mdi hook; 1FFBE0;
+ﯡ mdi hook off; 1FFBE1;
+ﯢ mdi infinity; 1FFBE2;
+ﯣ mdi language swift; 1FFBE3;
+ﯤ mdi language typescript; 1FFBE4;
+ﯥ mdi laptop off; 1FFBE5;
+ﯦ mdi lightbulb on; 1FFBE6;
+ﯧ mdi lightbulb on outline; 1FFBE7;
+ﯨ mdi lock pattern; 1FFBE8;
+ﯩ mdi loop; 1FFBE9;
+ﯪ mdi magnify minus outline; 1FFBEA;
+ﯫ mdi magnify plus outline; 1FFBEB;
+ﯬ mdi mailbox; 1FFBEC;
+ﯭ mdi medical bag; 1FFBED;
+ﯮ mdi message settings; 1FFBEE;
+ﯯ mdi message settings variant; 1FFBEF;
+ﯰ mdi minus box outline; 1FFBF0;
+ﯱ mdi network; 1FFBF1;
+ﯲ mdi download network; 1FFBF2;
+ﯳ mdi help network; 1FFBF3;
+ﯴ mdi upload network; 1FFBF4;
+ﯵ mdi npm; 1FFBF5;
+ﯶ mdi nut; 1FFBF6;
+ﯷ mdi octagram; 1FFBF7;
+ﯸ mdi page layout body; 1FFBF8;
+ﯹ mdi page layout footer; 1FFBF9;
+ﯺ mdi page layout header; 1FFBFA;
+ﯻ mdi page layout sidebar left; 1FFBFB;
+ﯼ mdi page layout sidebar right; 1FFBFC;
+ﯽ mdi pencil circle; 1FFBFD;
+ﯾ mdi pentagon; 1FFBFE;
+ﯿ mdi pentagon outline; 1FFBFF;
+ﰀ mdi pillar; 1FFC00;
+ﰁ mdi pistol; 1FFC01;
+ﰂ mdi plus box outline; 1FFC02;
+ﰃ mdi plus outline; 1FFC03;
+ﰄ mdi prescription; 1FFC04;
+ﰅ mdi printer settings; 1FFC05;
+ﰆ mdi react; 1FFC06;
+ﰇ mdi restart; 1FFC07;
+ﰈ mdi rewind outline; 1FFC08;
+ﰉ mdi rhombus; 1FFC09;
+ﰊ mdi rhombus outline; 1FFC0A;
+ﰋ mdi roomba; 1FFC0B;
+ﰌ mdi run; 1FFC0C;
+ﰍ mdi search web; 1FFC0D;
+ﰎ mdi shovel; 1FFC0E;
+ﰏ mdi shovel off; 1FFC0F;
+ﰐ mdi signal 2g; 1FFC10;
+ﰑ mdi signal 3g; 1FFC11;
+ﰒ mdi signal 4g; 1FFC12;
+ﰓ mdi signal hspa; 1FFC13;
+ﰔ mdi signal hspa plus; 1FFC14;
+ﰕ mdi snowflake; 1FFC15;
+ﰖ mdi source commit; 1FFC16;
+ﰗ mdi source commit end; 1FFC17;
+ﰘ mdi source commit end local; 1FFC18;
+ﰙ mdi source commit local; 1FFC19;
+ﰚ mdi source commit next local; 1FFC1A;
+ﰛ mdi source commit start; 1FFC1B;
+ﰜ mdi source commit start next local; 1FFC1C;
+ﰝ mdi speaker wireless; 1FFC1D;
+ﰞ mdi stadium; 1FFC1E;
+ﰟ mdi svg; 1FFC1F;
+ﰠ mdi tag plus; 1FFC20;
+ﰡ mdi tag remove; 1FFC21;
+ﰢ mdi ticket percent; 1FFC22;
+ﰣ mdi tilde; 1FFC23;
+ﰤ mdi treasure chest; 1FFC24;
+ﰥ mdi truck trailer; 1FFC25;
+ﰦ mdi view parallel; 1FFC26;
+ﰧ mdi view sequential; 1FFC27;
+ﰨ mdi washing machine; 1FFC28;
+ﰩ mdi webpack; 1FFC29;
+ﰪ mdi widgets; 1FFC2A;
+ﰫ mdi wiiu; 1FFC2B;
+ﰬ mdi arrow down bold; 1FFC2C;
+ﰭ mdi arrow down bold box; 1FFC2D;
+ﰮ mdi arrow down bold box outline; 1FFC2E;
+ﰯ mdi arrow left bold; 1FFC2F;
+ﰰ mdi arrow left bold box; 1FFC30;
+ﰱ mdi arrow left bold box outline; 1FFC31;
+ﰲ mdi arrow right bold; 1FFC32;
+ﰳ mdi arrow right bold box; 1FFC33;
+ﰴ mdi arrow right bold box outline; 1FFC34;
+ﰵ mdi arrow up bold; 1FFC35;
+ﰶ mdi arrow up bold box; 1FFC36;
+ﰷ mdi arrow up bold box outline; 1FFC37;
+ﰸ mdi cancel; 1FFC38;
+ﰹ mdi file account; 1FFC39;
+ﰺ mdi gesture double tap; 1FFC3A;
+ﰻ mdi gesture swipe down; 1FFC3B;
+ﰼ mdi gesture swipe left; 1FFC3C;
+ﰽ mdi gesture swipe right; 1FFC3D;
+ﰾ mdi gesture swipe up; 1FFC3E;
+ﰿ mdi gesture tap; 1FFC3F;
+ﱀ mdi gesture two double tap; 1FFC40;
+ﱁ mdi gesture two tap; 1FFC41;
+ﱂ mdi humble bundle; 1FFC42;
+ﱃ mdi kickstarter; 1FFC43;
+ﱄ mdi netflix; 1FFC44;
+ﱅ mdi onenote; 1FFC45;
+ﱆ mdi periscope; 1FFC46;
+ﱇ mdi uber; 1FFC47;
+ﱈ mdi vector radius; 1FFC48;
+ﱉ mdi xbox controller battery alert; 1FFC49;
+ﱊ mdi xbox controller battery empty; 1FFC4A;
+ﱋ mdi xbox controller battery full; 1FFC4B;
+ﱌ mdi xbox controller battery low; 1FFC4C;
+ﱍ mdi xbox controller battery medium; 1FFC4D;
+ﱎ mdi xbox controller battery unknown; 1FFC4E;
+ﱏ mdi clipboard plus; 1FFC4F;
+ﱐ mdi file plus; 1FFC50;
+ﱑ mdi format align bottom; 1FFC51;
+ﱒ mdi format align middle; 1FFC52;
+ﱓ mdi format align top; 1FFC53;
+ﱔ mdi format list checks; 1FFC54;
+ﱕ mdi format quote open; 1FFC55;
+ﱖ mdi grid large; 1FFC56;
+ﱗ mdi heart off; 1FFC57;
+ﱘ mdi music; 1FFC58;
+ﱙ mdi music off; 1FFC59;
+ﱚ mdi tab plus; 1FFC5A;
+ﱛ mdi volume plus; 1FFC5B;
+ﱜ mdi volume minus; 1FFC5C;
+ﱝ mdi volume mute; 1FFC5D;
+ﱞ mdi unfold less vertical; 1FFC5E;
+ﱟ mdi unfold more vertical; 1FFC5F;
+ﱠ mdi taco; 1FFC60;
+ﱡ mdi square outline; 1FFC61;
+ﱢ mdi square; 1FFC62;
+ﱣ mdi circle; 1FFC63;
+ﱤ mdi circle outline; 1FFC64;
+ﱥ mdi alert octagram; 1FFC65;
+ﱦ mdi atom; 1FFC66;
+ﱧ mdi ceiling light; 1FFC67;
+ﱨ mdi chart bar stacked; 1FFC68;
+ﱩ mdi chart line stacked; 1FFC69;
+ﱪ mdi decagram; 1FFC6A;
+ﱫ mdi decagram outline; 1FFC6B;
+ﱬ mdi dice multiple; 1FFC6C;
+ﱭ mdi dice d10; 1FFC6D;
+ﱮ mdi folder open; 1FFC6E;
+ﱯ mdi guitar acoustic; 1FFC6F;
+ﱰ mdi loading; 1FFC70;
+ﱱ mdi lock reset; 1FFC71;
+ﱲ mdi ninja; 1FFC72;
+ﱳ mdi octagram outline; 1FFC73;
+ﱴ mdi pencil circle outline; 1FFC74;
+ﱵ mdi selection off; 1FFC75;
+ﱶ mdi set all; 1FFC76;
+ﱷ mdi set center; 1FFC77;
+ﱸ mdi set center right; 1FFC78;
+ﱹ mdi set left; 1FFC79;
+ﱺ mdi set left center; 1FFC7A;
+ﱻ mdi set left right; 1FFC7B;
+ﱼ mdi set none; 1FFC7C;
+ﱽ mdi set right; 1FFC7D;
+ﱾ mdi shield half full; 1FFC7E;
+ﱿ mdi sign direction; 1FFC7F;
+ﲀ mdi sign text; 1FFC80;
+ﲁ mdi signal off; 1FFC81;
+ﲂ mdi square root; 1FFC82;
+ﲃ mdi sticker emoji; 1FFC83;
+ﲄ mdi summit; 1FFC84;
+ﲅ mdi sword cross; 1FFC85;
+ﲆ mdi truck fast; 1FFC86;
+ﲇ mdi yammer; 1FFC87;
+ﲈ mdi cast off; 1FFC88;
+ﲉ mdi help box; 1FFC89;
+ﲊ mdi timer sand full; 1FFC8A;
+ﲋ mdi waves; 1FFC8B;
+ﲌ mdi alarm bell; 1FFC8C;
+ﲍ mdi alarm light; 1FFC8D;
+ﲎ mdi android head; 1FFC8E;
+ﲏ mdi approval; 1FFC8F;
+ﲐ mdi arrow collapse down; 1FFC90;
+ﲑ mdi arrow collapse left; 1FFC91;
+ﲒ mdi arrow collapse right; 1FFC92;
+ﲓ mdi arrow collapse up; 1FFC93;
+ﲔ mdi arrow expand down; 1FFC94;
+ﲕ mdi arrow expand left; 1FFC95;
+ﲖ mdi arrow expand right; 1FFC96;
+ﲗ mdi arrow expand up; 1FFC97;
+ﲘ mdi book secure; 1FFC98;
+ﲙ mdi book unsecure; 1FFC99;
+ﲚ mdi bus articulated end; 1FFC9A;
+ﲛ mdi bus articulated front; 1FFC9B;
+ﲜ mdi bus double decker; 1FFC9C;
+ﲝ mdi bus school; 1FFC9D;
+ﲞ mdi bus side; 1FFC9E;
+ﲟ mdi camera gopro; 1FFC9F;
+ﲠ mdi camera metering center; 1FFCA0;
+ﲡ mdi camera metering matrix; 1FFCA1;
+ﲢ mdi camera metering partial; 1FFCA2;
+ﲣ mdi camera metering spot; 1FFCA3;
+ﲤ mdi cannabis; 1FFCA4;
+ﲥ mdi car convertible; 1FFCA5;
+ﲦ mdi car estate; 1FFCA6;
+ﲧ mdi car hatchback; 1FFCA7;
+ﲨ mdi car pickup; 1FFCA8;
+ﲩ mdi car side; 1FFCA9;
+ﲪ mdi car sports; 1FFCAA;
+ﲫ mdi caravan; 1FFCAB;
+ﲬ mdi cctv; 1FFCAC;
+ﲭ mdi chart donut; 1FFCAD;
+ﲮ mdi chart donut variant; 1FFCAE;
+ﲯ mdi chart line variant; 1FFCAF;
+ﲰ mdi chili hot; 1FFCB0;
+ﲱ mdi chili medium; 1FFCB1;
+ﲲ mdi chili mild; 1FFCB2;
+ﲳ mdi cloud braces; 1FFCB3;
+ﲴ mdi cloud tags; 1FFCB4;
+ﲵ mdi console line; 1FFCB5;
+ﲶ mdi corn; 1FFCB6;
+ﲷ mdi currency chf; 1FFCB7;
+ﲸ mdi currency cny; 1FFCB8;
+ﲹ mdi currency eth; 1FFCB9;
+ﲺ mdi currency jpy; 1FFCBA;
+ﲻ mdi currency krw; 1FFCBB;
+ﲼ mdi currency sign; 1FFCBC;
+ﲽ mdi currency twd; 1FFCBD;
+ﲾ mdi desktop classic; 1FFCBE;
+ﲿ mdi dip switch; 1FFCBF;
+ﳀ mdi donkey; 1FFCC0;
+ﳁ mdi dots horizontal circle; 1FFCC1;
+ﳂ mdi dots vertical circle; 1FFCC2;
+ﳃ mdi ear hearing; 1FFCC3;
+ﳄ mdi elephant; 1FFCC4;
+ﳅ mdi eventbrite; 1FFCC5;
+ﳆ mdi food croissant; 1FFCC6;
+ﳇ mdi forklift; 1FFCC7;
+ﳈ mdi fuel; 1FFCC8;
+ﳉ mdi gesture; 1FFCC9;
+ﳊ mdi google analytics; 1FFCCA;
+ﳋ mdi google assistant; 1FFCCB;
+ﳌ mdi headphones off; 1FFCCC;
+ﳍ mdi high definition; 1FFCCD;
+ﳎ mdi home assistant; 1FFCCE;
+ﳏ mdi home automation; 1FFCCF;
+ﳐ mdi home circle; 1FFCD0;
+ﳑ mdi language go; 1FFCD1;
+ﳒ mdi language r; 1FFCD2;
+ﳓ mdi lava lamp; 1FFCD3;
+ﳔ mdi led strip; 1FFCD4;
+ﳕ mdi locker; 1FFCD5;
+ﳖ mdi locker multiple; 1FFCD6;
+ﳗ mdi map marker outline; 1FFCD7;
+ﳘ mdi metronome; 1FFCD8;
+ﳙ mdi metronome tick; 1FFCD9;
+ﳚ mdi micro sd; 1FFCDA;
+ﳛ mdi mixer; 1FFCDB;
+ﳜ mdi movie roll; 1FFCDC;
+ﳝ mdi mushroom; 1FFCDD;
+ﳞ mdi mushroom outline; 1FFCDE;
+ﳟ mdi nintendo switch; 1FFCDF;
+ﳠ mdi null; 1FFCE0;
+ﳡ mdi passport; 1FFCE1;
+ﳢ mdi periodic table co2; 1FFCE2;
+ﳣ mdi pipe; 1FFCE3;
+ﳤ mdi pipe disconnected; 1FFCE4;
+ﳥ mdi power socket eu; 1FFCE5;
+ﳦ mdi power socket uk; 1FFCE6;
+ﳧ mdi power socket us; 1FFCE7;
+ﳨ mdi rice; 1FFCE8;
+ﳩ mdi ring; 1FFCE9;
+ﳪ mdi sass; 1FFCEA;
+ﳫ mdi send secure; 1FFCEB;
+ﳬ mdi soy sauce; 1FFCEC;
+ﳭ mdi standard definition; 1FFCED;
+ﳮ mdi surround sound 2 0; 1FFCEE;
+ﳯ mdi surround sound 3 1; 1FFCEF;
+ﳰ mdi surround sound 5 1; 1FFCF0;
+ﳱ mdi surround sound 7 1; 1FFCF1;
+ﳲ mdi television classic; 1FFCF2;
+ﳳ mdi textbox password; 1FFCF3;
+ﳴ mdi thought bubble; 1FFCF4;
+ﳵ mdi thought bubble outline; 1FFCF5;
+ﳶ mdi trackpad; 1FFCF6;
+ﳷ mdi ultra high definition; 1FFCF7;
+ﳸ mdi van passenger; 1FFCF8;
+ﳹ mdi van utility; 1FFCF9;
+ﳺ mdi vanish; 1FFCFA;
+ﳻ mdi video 3d; 1FFCFB;
+ﳼ mdi wall; 1FFCFC;
+ﳽ mdi xmpp; 1FFCFD;
+ﳾ mdi account multiple plus outline; 1FFCFE;
+ﳿ mdi account plus outline; 1FFCFF;
+ﴀ mdi allo; 1FFD00;
+ﴁ mdi artist; 1FFD01;
+ﴂ mdi atlassian; 1FFD02;
+ﴃ mdi azure; 1FFD03;
+ﴄ mdi basketball; 1FFD04;
+ﴅ mdi battery charging wireless; 1FFD05;
+ﴆ mdi battery charging wireless 10; 1FFD06;
+ﴇ mdi battery charging wireless 20; 1FFD07;
+ﴈ mdi battery charging wireless 30; 1FFD08;
+ﴉ mdi battery charging wireless 40; 1FFD09;
+ﴊ mdi battery charging wireless 50; 1FFD0A;
+ﴋ mdi battery charging wireless 60; 1FFD0B;
+ﴌ mdi battery charging wireless 70; 1FFD0C;
+ﴍ mdi battery charging wireless 80; 1FFD0D;
+ﴎ mdi battery charging wireless 90; 1FFD0E;
+ﴏ mdi battery charging wireless alert; 1FFD0F;
+ﴐ mdi battery charging wireless outline; 1FFD10;
+ﴑ mdi bitcoin; 1FFD11;
+ﴒ mdi briefcase outline; 1FFD12;
+ﴓ mdi cellphone wireless; 1FFD13;
+ﴔ mdi clover; 1FFD14;
+ﴕ mdi comment question; 1FFD15;
+ﴖ mdi content save outline; 1FFD16;
+ﴗ mdi delete restore; 1FFD17;
+ﴘ mdi door; 1FFD18;
+ﴙ mdi door closed; 1FFD19;
+ﴚ mdi door open; 1FFD1A;
+ﴛ mdi fan off; 1FFD1B;
+ﴜ mdi file percent; 1FFD1C;
+ﴝ mdi finance; 1FFD1D;
+ﴞ mdi flash circle; 1FFD1E;
+ﴟ mdi floor plan; 1FFD1F;
+ﴠ mdi forum outline; 1FFD20;
+ﴡ mdi golf; 1FFD21;
+ﴢ mdi google home; 1FFD22;
+ﴣ mdi guy fawkes mask; 1FFD23;
+ﴤ mdi home account; 1FFD24;
+ﴥ mdi home heart; 1FFD25;
+ﴦ mdi hot tub; 1FFD26;
+ﴧ mdi hulu; 1FFD27;
+ﴨ mdi ice cream; 1FFD28;
+ﴩ mdi image off; 1FFD29;
+ﴪ mdi karate; 1FFD2A;
+ﴫ mdi ladybug; 1FFD2B;
+ﴬ mdi notebook; 1FFD2C;
+ﴭ mdi phone return; 1FFD2D;
+ﴮ mdi poker chip; 1FFD2E;
+ﴯ mdi shape; 1FFD2F;
+ﴰ mdi shape outline; 1FFD30;
+ﴱ mdi ship wheel; 1FFD31;
+ﴲ mdi soccer field; 1FFD32;
+ﴳ mdi table column; 1FFD33;
+ﴴ mdi table of contents; 1FFD34;
+ﴵ mdi table row; 1FFD35;
+ﴶ mdi table settings; 1FFD36;
+ﴷ mdi television box; 1FFD37;
+ﴸ mdi television classic off; 1FFD38;
+ﴹ mdi television off; 1FFD39;
+ﴺ mdi towing; 1FFD3A;
+ﴻ mdi upload multiple; 1FFD3B;
+ﴼ mdi video 4k box; 1FFD3C;
+ﴽ mdi video input antenna; 1FFD3D;
+﴾ mdi video input component; 1FFD3E;
+﴿ mdi video input hdmi; 1FFD3F;
+﵀ mdi video input svideo; 1FFD40;
+﵁ mdi view dashboard variant; 1FFD41;
+﵂ mdi vuejs; 1FFD42;
+﵃ mdi xamarin; 1FFD43;
+﵄ mdi xamarin outline; 1FFD44;
+﵅ mdi youtube creator studio; 1FFD45;
+﵆ mdi youtube gaming; 1FFD46;
+ weather day cloudy gusts; 1FE300;
+ weather day cloudy windy; 1FE301;
+ weather day cloudy; 1FE302;
+ weather day fog; 1FE303;
+ weather day hail; 1FE304;
+ weather day lightning; 1FE305;
+ weather day rain mix; 1FE306;
+ weather day rain wind; 1FE307;
+ weather day rain; 1FE308;
+ weather day showers; 1FE309;
+ weather day snow; 1FE30A;
+ weather day sprinkle; 1FE30B;
+ weather day sunny overcast; 1FE30C;
+ weather day sunny; 1FE30D;
+ weather day storm showers; 1FE30E;
+ weather day thunderstorm; 1FE30F;
+ weather cloudy gusts; 1FE310;
+ weather cloudy windy; 1FE311;
+ weather cloudy; 1FE312;
+ weather fog; 1FE313;
+ weather hail; 1FE314;
+ weather lightning; 1FE315;
+ weather rain mix; 1FE316;
+ weather rain wind; 1FE317;
+ weather rain; 1FE318;
+ weather showers; 1FE319;
+ weather snow; 1FE31A;
+ weather sprinkle; 1FE31B;
+ weather storm showers; 1FE31C;
+ weather thunderstorm; 1FE31D;
+ weather windy; 1FE31E;
+ weather night alt cloudy gusts; 1FE31F;
+ weather night alt cloudy windy; 1FE320;
+ weather night alt hail; 1FE321;
+ weather night alt lightning; 1FE322;
+ weather night alt rain mix; 1FE323;
+ weather night alt rain wind; 1FE324;
+ weather night alt rain; 1FE325;
+ weather night alt rain mix; 1FE326;
+ weather night alt snow; 1FE327;
+ weather night alt sprinkle; 1FE328;
+ weather night alt storm showers; 1FE329;
+ weather night alt thunderstorm; 1FE32A;
+ weather night clear; 1FE32B;
+ weather night cloudy gusts; 1FE32C;
+ weather night cloudy windy; 1FE32D;
+ weather night cloudy; 1FE32E;
+ weather night hail; 1FE32F;
+ weather night lightning; 1FE330;
+ weather night rain mix; 1FE331;
+ weather night rain wind; 1FE332;
+ weather night rain; 1FE333;
+ weather night showers; 1FE334;
+ weather night snow; 1FE335;
+ weather night sprinkle; 1FE336;
+ weather night storm showers; 1FE337;
+ weather night thunderstorm; 1FE338;
+ weather celsius; 1FE339;
+ weather cloud down; 1FE33A;
+ weather cloud refresh; 1FE33B;
+ weather cloud up; 1FE33C;
+ weather cloud; 1FE33D;
+ weather degrees; 1FE33E;
+ weather direction down left; 1FE33F;
+ weather direction down; 1FE340;
+ weather fahrenheit; 1FE341;
+ weather horizon alt; 1FE342;
+ weather horizon; 1FE343;
+ weather direction left; 1FE344;
+ weather aliens; 1FE345;
+ weather night fog; 1FE346;
+ weather refresh alt; 1FE347;
+ weather refresh; 1FE348;
+ weather direction right; 1FE349;
+ weather raindrops; 1FE34A;
+ weather strong wind; 1FE34B;
+ weather sunrise; 1FE34C;
+ weather sunset; 1FE34D;
+ weather thermometer exterior; 1FE34E;
+ weather thermometer internal; 1FE34F;
+ weather thermometer; 1FE350;
+ weather tornado; 1FE351;
+ weather direction up right; 1FE352;
+ weather direction up; 1FE353;
+ weather wind west; 1FE354;
+ weather wind south west; 1FE355;
+ weather wind south east; 1FE356;
+ weather wind south; 1FE357;
+ weather wind north west; 1FE358;
+ weather wind north east; 1FE359;
+ weather wind north; 1FE35A;
+ weather wind east; 1FE35B;
+ weather smoke; 1FE35C;
+ weather dust; 1FE35D;
+ weather snow wind; 1FE35E;
+ weather day snow wind; 1FE35F;
+ weather night snow wind; 1FE360;
+ weather night alt snow wind; 1FE361;
+ weather day sleet storm; 1FE362;
+ weather night sleet storm; 1FE363;
+ weather night alt sleet storm; 1FE364;
+ weather day snow thunderstorm; 1FE365;
+ weather night snow thunderstorm; 1FE366;
+ weather night alt snow thunderstorm; 1FE367;
+ weather solar eclipse; 1FE368;
+ weather lunar eclipse; 1FE369;
+ weather meteor; 1FE36A;
+ weather hot; 1FE36B;
+ weather hurricane; 1FE36C;
+ weather smog; 1FE36D;
+ weather alien; 1FE36E;
+ weather snowflake cold; 1FE36F;
+ weather stars; 1FE370;
+ weather raindrop; 1FE371;
+ weather barometer; 1FE372;
+ weather humidity; 1FE373;
+ weather na; 1FE374;
+ weather flood; 1FE375;
+ weather day cloudy high; 1FE376;
+ weather night alt cloudy high; 1FE377;
+ weather night cloudy high; 1FE378;
+ weather night alt partly cloudy; 1FE379;
+ weather sandstorm; 1FE37A;
+ weather night partly cloudy; 1FE37B;
+ weather umbrella; 1FE37C;
+ weather day windy; 1FE37D;
+ weather night alt cloudy; 1FE37E;
+ weather direction up left; 1FE37F;
+ weather direction down right; 1FE380;
+ weather time 12; 1FE381;
+ weather time 1; 1FE382;
+ weather time 2; 1FE383;
+ weather time 3; 1FE384;
+ weather time 4; 1FE385;
+ weather time 5; 1FE386;
+ weather time 6; 1FE387;
+ weather time 7; 1FE388;
+ weather time 8; 1FE389;
+ weather time 9; 1FE38A;
+ weather time 10; 1FE38B;
+ weather time 11; 1FE38C;
+ weather moon new; 1FE38D;
+ weather moon waxing crescent 1; 1FE38E;
+ weather moon waxing crescent 2; 1FE38F;
+ weather moon waxing crescent 3; 1FE390;
+ weather moon waxing crescent 4; 1FE391;
+ weather moon waxing crescent 5; 1FE392;
+ weather moon waxing crescent 6; 1FE393;
+ weather moon first quarter; 1FE394;
+ weather moon waxing gibbous 1; 1FE395;
+ weather moon waxing gibbous 2; 1FE396;
+ weather moon waxing gibbous 3; 1FE397;
+ weather moon waxing gibbous 4; 1FE398;
+ weather moon waxing gibbous 5; 1FE399;
+ weather moon waxing gibbous 6; 1FE39A;
+ weather moon full; 1FE39B;
+ weather moon waning gibbous 1; 1FE39C;
+ weather moon waning gibbous 2; 1FE39D;
+ weather moon waning gibbous 3; 1FE39E;
+ weather moon waning gibbous 4; 1FE39F;
+ weather moon waning gibbous 5; 1FE3A0;
+ weather moon waning gibbous 6; 1FE3A1;
+ weather moon third quarter; 1FE3A2;
+ weather moon waning crescent 1; 1FE3A3;
+ weather moon waning crescent 2; 1FE3A4;
+ weather moon waning crescent 3; 1FE3A5;
+ weather moon waning crescent 4; 1FE3A6;
+ weather moon waning crescent 5; 1FE3A7;
+ weather moon waning crescent 6; 1FE3A8;
+ weather wind direction; 1FE3A9;
+ weather day sleet; 1FE3AA;
+ weather night sleet; 1FE3AB;
+ weather night alt sleet; 1FE3AC;
+ weather sleet; 1FE3AD;
+ weather day haze; 1FE3AE;
+ weather wind beaufort 0; 1FE3AF;
+ weather wind beaufort 1; 1FE3B0;
+ weather wind beaufort 2; 1FE3B1;
+ weather wind beaufort 3; 1FE3B2;
+ weather wind beaufort 4; 1FE3B3;
+ weather wind beaufort 5; 1FE3B4;
+ weather wind beaufort 6; 1FE3B5;
+ weather wind beaufort 7; 1FE3B6;
+ weather wind beaufort 8; 1FE3B7;
+ weather wind beaufort 9; 1FE3B8;
+ weather wind beaufort 10; 1FE3B9;
+ weather wind beaufort 11; 1FE3BA;
+ weather wind beaufort 12; 1FE3BB;
+ weather day light wind; 1FE3BC;
+ weather tsunami; 1FE3BD;
+ weather earthquake; 1FE3BE;
+ weather fire; 1FE3BF;
+ weather volcano; 1FE3C0;
+ weather moonrise; 1FE3C1;
+ weather moonset; 1FE3C2;
+ weather train; 1FE3C3;
+ weather small craft advisory; 1FE3C4;
+ weather gale warning; 1FE3C5;
+ weather storm warning; 1FE3C6;
+ weather hurricane warning; 1FE3C7;
+ weather moon alt waxing crescent 1; 1FE3C8;
+ weather moon alt waxing crescent 2; 1FE3C9;
+ weather moon alt waxing crescent 3; 1FE3CA;
+ weather moon alt waxing crescent 4; 1FE3CB;
+ weather moon alt waxing crescent 5; 1FE3CC;
+ weather moon alt waxing crescent 6; 1FE3CD;
+ weather moon alt first quarter; 1FE3CE;
+ weather moon alt waxing gibbous 1; 1FE3CF;
+ weather moon alt waxing gibbous 2; 1FE3D0;
+ weather moon alt waxing gibbous 3; 1FE3D1;
+ weather moon alt waxing gibbous 4; 1FE3D2;
+ weather moon alt waxing gibbous 5; 1FE3D3;
+ weather moon alt waxing gibbous 6; 1FE3D4;
+ weather moon alt full; 1FE3D5;
+ weather moon alt waning gibbous 1; 1FE3D6;
+ weather moon alt waning gibbous 2; 1FE3D7;
+ weather moon alt waning gibbous 3; 1FE3D8;
+ weather moon alt waning gibbous 4; 1FE3D9;
+ weather moon alt waning gibbous 5; 1FE3DA;
+ weather moon alt waning gibbous 6; 1FE3DB;
+ weather moon alt third quarter; 1FE3DC;
+ weather moon alt waning crescent 1; 1FE3DD;
+ weather moon alt waning crescent 2; 1FE3DE;
+ weather moon alt waning crescent 3; 1FE3DF;
+ weather moon alt waning crescent 4; 1FE3E0;
+ weather moon alt waning crescent 5; 1FE3E1;
+ weather moon alt waning crescent 6; 1FE3E2;
+ weather moon alt new; 1FE3E3;