aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/default/elements
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/default/elements
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/default/elements')
-rw-r--r--semantic/src/themes/default/elements/button.overrides3
-rw-r--r--semantic/src/themes/default/elements/button.variables404
-rw-r--r--semantic/src/themes/default/elements/container.overrides3
-rw-r--r--semantic/src/themes/default/elements/container.variables58
-rw-r--r--semantic/src/themes/default/elements/divider.overrides18
-rw-r--r--semantic/src/themes/default/elements/divider.variables54
-rw-r--r--semantic/src/themes/default/elements/emoji.overrides3094
-rw-r--r--semantic/src/themes/default/elements/emoji.variables18
-rw-r--r--semantic/src/themes/default/elements/flag.overrides994
-rw-r--r--semantic/src/themes/default/elements/flag.variables13
-rw-r--r--semantic/src/themes/default/elements/header.overrides4
-rw-r--r--semantic/src/themes/default/elements/header.variables168
-rw-r--r--semantic/src/themes/default/elements/icon.overrides2038
-rw-r--r--semantic/src/themes/default/elements/icon.variables95
-rw-r--r--semantic/src/themes/default/elements/image.overrides3
-rw-r--r--semantic/src/themes/default/elements/image.variables44
-rw-r--r--semantic/src/themes/default/elements/input.overrides3
-rw-r--r--semantic/src/themes/default/elements/input.variables102
-rw-r--r--semantic/src/themes/default/elements/label.overrides3
-rw-r--r--semantic/src/themes/default/elements/label.variables268
-rw-r--r--semantic/src/themes/default/elements/list.overrides3
-rw-r--r--semantic/src/themes/default/elements/list.variables236
-rw-r--r--semantic/src/themes/default/elements/loader.overrides3
-rw-r--r--semantic/src/themes/default/elements/loader.variables73
-rw-r--r--semantic/src/themes/default/elements/placeholder.overrides3
-rw-r--r--semantic/src/themes/default/elements/placeholder.variables55
-rw-r--r--semantic/src/themes/default/elements/rail.overrides3
-rw-r--r--semantic/src/themes/default/elements/rail.variables34
-rw-r--r--semantic/src/themes/default/elements/reveal.overrides3
-rw-r--r--semantic/src/themes/default/elements/reveal.variables18
-rw-r--r--semantic/src/themes/default/elements/segment.overrides3
-rw-r--r--semantic/src/themes/default/elements/segment.variables155
-rw-r--r--semantic/src/themes/default/elements/step.overrides16
-rw-r--r--semantic/src/themes/default/elements/step.variables139
-rw-r--r--semantic/src/themes/default/elements/text.overrides3
-rw-r--r--semantic/src/themes/default/elements/text.variables18
36 files changed, 0 insertions, 8152 deletions
diff --git a/semantic/src/themes/default/elements/button.overrides b/semantic/src/themes/default/elements/button.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/button.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/button.variables b/semantic/src/themes/default/elements/button.variables
deleted file mode 100644
index a37b9e4..0000000
--- a/semantic/src/themes/default/elements/button.variables
+++ /dev/null
@@ -1,404 +0,0 @@
-/*******************************
- Button
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-/* Button */
-@verticalMargin: 0;
-@horizontalMargin: 0.25em;
-@backgroundColor: #E0E1E2;
-@backgroundImage: none;
-@background: @backgroundColor @backgroundImage;
-@lineHeight: 1em;
-
-/* Button defaults to using same height as input globally */
-@verticalPadding: @inputVerticalPadding;
-@horizontalPadding: 1.5em;
-
-/* Text */
-@textTransform: none;
-@tapColor: transparent;
-@fontFamily: @pageFont;
-@fontWeight: @bold;
-@textColor: rgba(0, 0, 0, 0.6);
-@textShadow: none;
-@invertedTextShadow: @textShadow;
-@borderRadius: @defaultBorderRadius;
-@verticalAlign: baseline;
-
-/* Internal Shadow */
-@shadowDistance: 0;
-@shadowOffset: (@shadowDistance / 2);
-@shadowBoxShadow: 0 -@shadowDistance 0 0 @borderColor inset;
-
-/* Box Shadow */
-@borderBoxShadowColor: transparent;
-@borderBoxShadowWidth: 1px;
-@borderBoxShadow: 0 0 0 @borderBoxShadowWidth @borderBoxShadowColor inset;
-@boxShadow:
- @borderBoxShadow,
- @shadowBoxShadow
-;
-
-/* Icon */
-@iconHeight: auto;
-@iconOpacity: 0.8;
-@iconDistance: @relative6px;
-@iconColor: '';
-@iconTransition: opacity @defaultDuration @defaultEasing;
-@iconVerticalAlign: baseline;
-
-@iconMargin: 0 @iconDistance 0 -(@iconDistance / 2);
-@rightIconMargin: 0 -(@iconDistance / 2) 0 @iconDistance;
-
-/* Loader */
-@invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
-
-@transition:
- opacity @defaultDuration @defaultEasing,
- background-color @defaultDuration @defaultEasing,
- color @defaultDuration @defaultEasing,
- box-shadow @defaultDuration @defaultEasing,
- background @defaultDuration @defaultEasing
-;
-/*
-@willChange: box-shadow, transform, opacity, color, background;
-*/
-@willChange: auto;
-
-/*-------------------
- Group
---------------------*/
-
-@groupBoxShadow: none;
-@groupButtonBoxShadow: @boxShadow;
-@verticalBoxShadow: none;
-@groupButtonOffset: 0 0 0 0;
-@verticalGroupOffset: 0 0 0 0;
-
-/*-------------------
- States
---------------------*/
-
-/* Hovered */
-@hoverBackgroundColor: #CACBCD;
-@hoverBackgroundImage: @backgroundImage;
-@hoverBoxShadow: @boxShadow;
-@hoverColor: @hoveredTextColor;
-@iconHoverOpacity: 0.85;
-
-/* Focused */
-@focusBackgroundColor: @hoverBackgroundColor;
-@focusBackgroundImage: none;
-@focusBoxShadow: '';
-@focusColor: @hoveredTextColor;
-@iconFocusOpacity: 0.85;
-
-/* Disabled */
-@disabledBackgroundImage: none;
-@disabledBoxShadow: none;
-
-/* Pressed Down */
-@downBackgroundColor: #BABBBC;
-@downBackgroundImage: '';
-@downPressedShadow: none;
-@downBoxShadow:
- @borderBoxShadow,
- @downPressedShadow
-;
-@downColor: @pressedTextColor;
-
-/* Active */
-@activeBackgroundColor: #C0C1C2;
-@activeBackgroundImage: none;
-@activeColor: @selectedTextColor;
-@activeBoxShadow: @borderBoxShadow;
-
-/* Active + Hovered */
-@activeHoverBackgroundColor: @activeBackgroundColor;
-@activeHoverBackgroundImage: none;
-@activeHoverColor: @activeColor;
-@activeHoverBoxShadow: @activeBoxShadow;
-
-/* Loading */
-@loadingOpacity: 1;
-@loadingPointerEvents: auto;
-@loadingTransition:
- all 0s linear,
- opacity @defaultDuration @defaultEasing
-;
-
-/*-------------------
- Types
---------------------*/
-
-/* Or */
-@orText: 'or';
-
-@orGap: 0.3em;
-@orHeight: (@verticalPadding * 2) + 1em;
-@orZIndex: 3;
-
-@orCircleDistanceToEdge: (@verticalPadding);
-@orCircleSize: @orHeight - @orCircleDistanceToEdge;
-@orLineHeight: (@orCircleSize);
-@orBoxShadow: @borderBoxShadow;
-
-@orVerticalOffset: -(@orCircleSize / 2);
-@orHorizontalOffset: -(@orCircleSize / 2);
-
-@orBackgroundColor: @white;
-@orTextShadow: @invertedTextShadow;
-@orTextStyle: @normal;
-@orTextWeight: @bold;
-@orTextColor: @lightTextColor;
-
-
-@orSpacerHeight: @verticalPadding;
-@orSpacerColor: transparent;
-
-/* Icon */
-@iconButtonOpacity: 0.9;
-
-/* Labeled */
-@labeledLabelFontSize: @medium;
-@labeledLabelAlign: center;
-@labeledLabelPadding: '';
-@labeledLabelFontSize: @relativeMedium;
-@labeledLabelBorderColor: @borderColor;
-@labeledLabelBorderOffset: -@borderBoxShadowWidth;
-@labeledTagLabelSize: 1.85em; /* hypotenuse of triangle */
-@labeledIconMargin: 0;
-
-/* Labeled Icon */
-@labeledIconWidth: 1em + (@verticalPadding * 2);
-@labeledIconBackgroundColor: rgba(0, 0, 0, 0.05);
-@labeledIconPadding: (@horizontalPadding + @labeledIconWidth);
-@labeledIconBorder: transparent;
-@labeledIconColor: '';
-
-@labeledIconLeftShadow: -1px 0 0 0 @labeledIconBorder inset;
-@labeledIconRightShadow: 1px 0 0 0 @labeledIconBorder inset;
-
-
-/* Inverted */
-@invertedBorderSize: 2px;
-@invertedTextColor: @white;
-@invertedTextHoverColor: @hoverColor;
-@invertedGroupButtonOffset: 0 0 0 -(@invertedBorderSize);
-@invertedVerticalGroupButtonOffset: 0 0 -(@invertedBorderSize) 0;
-
-/* Basic */
-@basicBorderRadius: @borderRadius;
-@basicBorderSize: 1px;
-@basicTextColor: @textColor;
-@basicColoredBorderSize: 1px;
-
-@basicBackground: transparent none;
-@basicFontWeight: @normal;
-@basicBorder: 1px solid @borderColor;
-@basicBoxShadow: 0 0 0 @basicBorderSize @borderColor inset;
-@basicLoadingColor: @offWhite;
-@basicTextTransform: none;
-
-/* Basic Hover */
-@basicHoverBackground: #FFFFFF;
-@basicHoverTextColor: @hoveredTextColor;
-@basicHoverBoxShadow:
- 0 0 0 @basicBorderSize @selectedBorderColor inset,
- 0 0 0 0 @borderColor inset
-;
-/* Basic Focus */
-@basicFocusBackground: @basicHoverBackground;
-@basicFocusTextColor: @basicHoverTextColor;
-@basicFocusBoxShadow: @basicHoverBoxShadow;
-
-/* Basic Down */
-@basicDownBackground: #F8F8F8;
-@basicDownTextColor: @pressedTextColor;
-@basicDownBoxShadow:
- 0 0 0 @basicBorderSize rgba(0, 0, 0, 0.15) inset,
- 0 1px 4px 0 @borderColor inset
-;
-/* Basic Active */
-@basicActiveBackground: @transparentBlack;
-@basicActiveBoxShadow: '';
-@basicActiveTextColor: @selectedTextColor;
-
-/* Basic Inverted */
-@basicInvertedBackground: transparent;
-@basicInvertedFocusBackground: transparent;
-@basicInvertedDownBackground: @transparentWhite;
-@basicInvertedActiveBackground: @transparentWhite;
-
-@basicInvertedBoxShadow: 0 0 0 @invertedBorderSize rgba(255, 255, 255, 0.5) inset;
-@basicInvertedHoverBoxShadow: 0 0 0 @invertedBorderSize rgba(255, 255, 255, 1) inset;
-@basicInvertedFocusBoxShadow: 0 0 0 @invertedBorderSize rgba(255, 255, 255, 1) inset;
-@basicInvertedDownBoxShadow: 0 0 0 @invertedBorderSize rgba(255, 255, 255, 0.9) inset;
-@basicInvertedActiveBoxShadow: 0 0 0 @invertedBorderSize rgba(255, 255, 255, 0.7) inset;
-
-@basicInvertedColor: @darkWhite;
-@basicInvertedHoverColor: @darkWhiteHover;
-@basicInvertedDownColor: @darkWhiteActive;
-@basicInvertedActiveColor: @invertedTextColor;
-
-
-/* Basic Group */
-@basicGroupBorder: @basicBorderSize solid @borderColor;
-@basicGroupBoxShadow: none;
-
-/*-------------
- Tertiary
--------------*/
-@tertiaryLinePadding: 0.5em;
-@tertiaryLineHeight: 0.2em;
-@tertiaryTextColor: @textColor;
-@tertiaryLineColor: lighten(@tertiaryTextColor, 20%);
-@tertiaryWithUnderline: false;
-@tertiaryWithOverline: false;
-@tertiaryBackgroundColor: none;
-
-/* Tertiary Hover */
-@tertiaryHoverColor: lighten(fadein(@tertiaryTextColor, 100%), 20%);
-@tertiaryHoverLineColor: lighten(@tertiaryHoverColor, 20%);
-@tertiaryHoverWithUnderline: true;
-@tertiaryHoverWithOverline: false;
-@tertiaryHoverBackgroundColor: none;
-
-/* Tertiary Focus */
-@tertiaryFocusColor: lighten(fadein(@tertiaryTextColor, 100%), 20%);
-@tertiaryFocusLineColor: lighten(@tertiaryHoverColor, 20%);
-@tertiaryFocusWithUnderline: true;
-@tertiaryFocusWithOverline: false;
-@tertiaryFocusBackgroundColor: none;
-
-/* Tertiary Active */
-@tertiaryActiveColor: lighten(@tertiaryHoverColor, 20%);
-@tertiaryActiveLineColor: lighten(@tertiaryActiveColor, 20%);
-@tertiaryActiveWithUnderline: true;
-@tertiaryActiveWithOverline: false;
-@tertiaryActiveBackgroundColor: none;
-
-/*-------------------
- Variations
---------------------*/
-
-/* Colors */
-@coloredBackgroundImage: none;
-@coloredBoxShadow: @shadowBoxShadow;
-
-/* Colored */
-@brownTextColor: @invertedTextColor;
-@brownTextShadow: @invertedTextShadow;
-@redTextColor: @invertedTextColor;
-@redTextShadow: @invertedTextShadow;
-@orangeTextColor: @invertedTextColor;
-@orangeTextShadow: @invertedTextShadow;
-@greenTextColor: @invertedTextColor;
-@greenTextShadow: @invertedTextShadow;
-@blueTextColor: @invertedTextColor;
-@blueTextShadow: @invertedTextShadow;
-@violetTextColor: @invertedTextColor;
-@violetTextShadow: @invertedTextShadow;
-@purpleTextColor: @invertedTextColor;
-@purpleTextShadow: @invertedTextShadow;
-@pinkTextColor: @invertedTextColor;
-@pinkTextShadow: @invertedTextShadow;
-@blackTextColor: @invertedTextColor;
-@blackTextShadow: @invertedTextShadow;
-@oliveTextColor: @invertedTextColor;
-@oliveTextShadow: @invertedTextShadow;
-@yellowTextColor: @invertedTextColor;
-@yellowTextShadow: @invertedTextShadow;
-@tealTextColor: @invertedTextColor;
-@tealTextShadow: @invertedTextShadow;
-@greyTextColor: @invertedTextColor;
-@greyTextShadow: @invertedTextShadow;
-
-/* Inverted */
-@lightBrownTextColor: @invertedTextColor;
-@lightBrownTextShadow: @invertedTextShadow;
-@lightRedTextColor: @invertedTextColor;
-@lightRedTextShadow: @invertedTextShadow;
-@lightOrangeTextColor: @invertedTextColor;
-@lightOrangeTextShadow: @invertedTextShadow;
-@lightGreenTextColor: @invertedTextColor;
-@lightGreenTextShadow: @invertedTextShadow;
-@lightBlueTextColor: @invertedTextColor;
-@lightBlueTextShadow: @invertedTextShadow;
-@lightVioletTextColor: @invertedTextColor;
-@lightVioletTextShadow: @invertedTextShadow;
-@lightPurpleTextColor: @invertedTextColor;
-@lightPurpleTextShadow: @invertedTextShadow;
-@lightPinkTextColor: @invertedTextColor;
-@lightPinkTextShadow: @invertedTextShadow;
-@lightBlackTextColor: @invertedTextColor;
-@lightBlackTextShadow: @invertedTextShadow;
-@lightOliveTextColor: @textColor;
-@lightOliveTextShadow: @textShadow;
-@lightYellowTextColor: @textColor;
-@lightYellowTextShadow: @textShadow;
-@lightTealTextColor: @textColor;
-@lightTealTextShadow: @textShadow;
-@lightGreyTextColor: @textColor;
-@lightGreyTextShadow: @textShadow;
-
-
-/* Ordinality */
-@primaryBackgroundImage: @coloredBackgroundImage;
-@primaryTextColor: @invertedTextColor;
-@lightPrimaryTextColor: @invertedTextColor;
-@primaryTextShadow: @invertedTextShadow;
-@primaryBoxShadow: @coloredBoxShadow;
-
-@secondaryBackgroundImage: @coloredBackgroundImage;
-@secondaryTextColor: @invertedTextColor;
-@secondaryTextShadow: @invertedTextShadow;
-@lightSecondaryTextColor: @invertedTextColor;
-@secondaryBoxShadow: @coloredBoxShadow;
-
-@positiveBackgroundImage: @coloredBackgroundImage;
-@positiveTextColor: @invertedTextColor;
-@positiveTextShadow: @invertedTextShadow;
-@positiveBoxShadow: @coloredBoxShadow;
-
-@negativeBackgroundImage: @coloredBackgroundImage;
-@negativeTextColor: @invertedTextColor;
-@negativeTextShadow: @invertedTextShadow;
-@negativeBoxShadow: @coloredBoxShadow;
-
-/* Compact */
-@compactVerticalPadding: (@verticalPadding * 0.75);
-@compactHorizontalPadding: (@horizontalPadding * 0.75);
-
-/* Attached */
-@attachedOffset: -1px;
-@attachedBoxShadow: 0 0 0 1px @borderColor;
-@attachedHorizontalPadding: 0.75em;
-@attachedZIndex: auto;
-
-/* Floated */
-@floatedMargin: 0.25em;
-
-/* Animated */
-@animatedVerticalAlign: middle;
-@animatedZIndex: 1;
-@animationDuration: 0.3s;
-@animationEasing: ease;
-@fadeScaleHigh: 1.5;
-@fadeScaleLow: 0.75;
-
-/* Toggle */
-@toggleColor: @invertedTextColor;
-@toggleBackgroundColor: @positiveColor;
-@toggleTextShadow: @invertedTextShadow;
-@toggleHoverColor: @invertedTextColor;
-@toggleHoverBackgroundColor: @positiveColorHover;
-@toggleHoverTextShadow: @invertedTextShadow;
-
-/* Circular */
-@circularBorderRadius: 10em;
-@circularIconWidth: 1em;
diff --git a/semantic/src/themes/default/elements/container.overrides b/semantic/src/themes/default/elements/container.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/container.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/container.variables b/semantic/src/themes/default/elements/container.variables
deleted file mode 100644
index 29bddcd..0000000
--- a/semantic/src/themes/default/elements/container.variables
+++ /dev/null
@@ -1,58 +0,0 @@
-/*******************************
- Container
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-/* Minimum Gutter is used to determine the maximum container width for a given device */
-
-@maxWidth: 100%;
-
-/* Devices */
-@mobileMinimumGutter: 0;
-@mobileWidth: auto;
-@mobileGutter: 1em;
-
-@tabletMinimumGutter: (@emSize * 1);
-@tabletWidth: @tabletBreakpoint - (@tabletMinimumGutter * 2) - @scrollbarWidth;
-@tabletGutter: auto;
-
-@computerMinimumGutter: (@emSize * 1.5);
-@computerWidth: @computerBreakpoint - (@computerMinimumGutter * 2) - @scrollbarWidth;
-@computerGutter: auto;
-
-@largeMonitorMinimumGutter: (@emSize * 2);
-@largeMonitorWidth: @largeMonitorBreakpoint - (@largeMonitorMinimumGutter * 2) - @scrollbarWidth;
-@largeMonitorGutter: auto;
-
-/* Coupling (Add Negative Margin to container size) */
-@gridGutterWidth: 2rem;
-@relaxedGridGutterWidth: 3rem;
-@veryRelaxedGridGutterWidth: 5rem;
-
-@mobileGridWidth: @mobileWidth;
-@tabletGridWidth: e(%("calc(%d + %d)", @tabletWidth, @gridGutterWidth));
-@computerGridWidth: e(%("calc(%d + %d)", @computerWidth, @gridGutterWidth));
-@largeMonitorGridWidth: e(%("calc(%d + %d)", @largeMonitorWidth, @gridGutterWidth));
-
-@mobileRelaxedGridWidth: @mobileWidth;
-@tabletRelaxedGridWidth: e(%("calc(%d + %d)", @tabletWidth, @relaxedGridGutterWidth));
-@computerRelaxedGridWidth: e(%("calc(%d + %d)", @computerWidth, @relaxedGridGutterWidth));
-@largeMonitorRelaxedGridWidth: e(%("calc(%d + %d)", @largeMonitorWidth, @relaxedGridGutterWidth));
-
-@mobileVeryRelaxedGridWidth: @mobileWidth;
-@tabletVeryRelaxedGridWidth: e(%("calc(%d + %d)", @tabletWidth, @veryRelaxedGridGutterWidth));
-@computerVeryRelaxedGridWidth: e(%("calc(%d + %d)", @computerWidth, @veryRelaxedGridGutterWidth));
-@largeMonitorVeryRelaxedGridWidth: e(%("calc(%d + %d)", @largeMonitorWidth, @veryRelaxedGridGutterWidth));
-
-/*-------------------
- Types
---------------------*/
-
-/* Text */
-@textWidth: 700px;
-@textFontFamily: @pageFont;
-@textLineHeight: 1.5;
-@textSize: @large;
diff --git a/semantic/src/themes/default/elements/divider.overrides b/semantic/src/themes/default/elements/divider.overrides
deleted file mode 100644
index 2690ca2..0000000
--- a/semantic/src/themes/default/elements/divider.overrides
+++ /dev/null
@@ -1,18 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
-
-
-.ui.horizontal.divider:before,
-.ui.horizontal.divider:after {
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
-}
-
-@media only screen and (max-width : (@tabletBreakpoint - 1px)) {
- .ui.stackable.grid .ui.vertical.divider:before,
- .ui.grid .stackable.row .ui.vertical.divider:before,
- .ui.stackable.grid .ui.vertical.divider:after,
- .ui.grid .stackable.row .ui.vertical.divider:after {
- background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
- }
-} \ No newline at end of file
diff --git a/semantic/src/themes/default/elements/divider.variables b/semantic/src/themes/default/elements/divider.variables
deleted file mode 100644
index a9426fa..0000000
--- a/semantic/src/themes/default/elements/divider.variables
+++ /dev/null
@@ -1,54 +0,0 @@
-/*******************************
- Divider
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@margin: 1rem 0;
-@borderStyle: solid;
-
-@highlightWidth: 1px;
-@highlightColor: @whiteBorderColor;
-
-@shadowWidth: 1px;
-@shadowColor: @borderColor;
-
-/* Text */
-@letterSpacing: 0.05em;
-@fontWeight: @bold;
-@color: @darkTextColor;
-@textTransform: uppercase;
-
-/*-------------------
- Coupling
---------------------*/
-
-/* Icon */
-@dividerIconSize: 1rem;
-@dividerIconMargin: 0;
-
-
-/*******************************
- Variations
-*******************************/
-
-/* Horizontal / Vertical */
-@horizontalMargin: '';
-@horizontalDividerMargin: 1em;
-@horizontalRulerOffset: e(%("calc(-50%% - %d)", @horizontalDividerMargin));
-
-@verticalDividerMargin: 1rem;
-@verticalDividerHeight: e(%("calc(100%% - %d)", @verticalDividerMargin));
-
-/* Inverted */
-@invertedTextColor: @white;
-@invertedHighlightColor: rgba(255, 255, 255, 0.15);
-@invertedShadowColor: @borderColor;
-
-/* Section */
-@sectionMargin: 2rem;
-
-/* Sizes */
-@medium: 1rem;
diff --git a/semantic/src/themes/default/elements/emoji.overrides b/semantic/src/themes/default/elements/emoji.overrides
deleted file mode 100644
index bab7c61..0000000
--- a/semantic/src/themes/default/elements/emoji.overrides
+++ /dev/null
@@ -1,3094 +0,0 @@
-/*
-* Tweemoji v12.0 by @twitter - https://twemoji.twitter.com/ - @twitter
-* License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
-*/
-
-/*******************************
- Emojis
-*******************************/
-
-@emoji-map: {
- 2049: interrobang;
- 2122: tm;
- 2139: information_source;
- 2194: left_right_arrow;
- 2195: arrow_up_down;
- 2196: arrow_upper_left;
- 2197: arrow_upper_right;
- 2198: arrow_lower_right;
- 2199: arrow_lower_left;
- 2328: keyboard;
- 2600: sunny;
- 2601: cloud;
- 2602: umbrella2;
- 2603: snowman2;
- 2604: comet;
- 2611: ballot_box_with_check;
- 2614: umbrella;
- 2615: coffee;
- 2618: shamrock;
- 2620: skull_crossbones;
- 2622: radioactive;
- 2623: biohazard;
- 2626: orthodox_cross;
- 2638: wheel_of_dharma;
- 2639: frowning2;
- 2640: female_sign;
- 2642: male_sign;
- 2648: aries;
- 2649: taurus;
- 2650: sagittarius;
- 2651: capricorn;
- 2652: aquarius;
- 2653: pisces;
- 2660: spades;
- 2663: clubs;
- 2665: hearts;
- 2666: diamonds;
- 2668: hotsprings;
- 2692: hammer_pick;
- 2693: anchor;
- 2694: crossed_swords;
- 2695: medical_symbol;
- 2696: scales;
- 2697: alembic;
- 2699: gear;
- 2702: scissors;
- 2705: white_check_mark;
- 2708: airplane;
- 2709: envelope;
- 2712: black_nib;
- 2714: heavy_check_mark;
- 2716: heavy_multiplication_x;
- 2721: star_of_david;
- 2728: sparkles;
- 2733: eight_spoked_asterisk;
- 2734: eight_pointed_black_star;
- 2744: snowflake;
- 2747: sparkle;
- 2753: question;
- 2754: grey_question;
- 2755: grey_exclamation;
- 2757: exclamation;
- 2763: heart_exclamation;
- 2764: heart;
- 2795: heavy_plus_sign;
- 2796: heavy_minus_sign;
- 2797: heavy_division_sign;
- 2934: arrow_heading_up;
- 2935: arrow_heading_down;
- 3030: wavy_dash;
- 3297: congratulations;
- 3299: secret;
- 1f9e1: orange_heart;
- 1f49b: yellow_heart;
- 1f49a: green_heart;
- 1f499: blue_heart;
- 1f49c: purple_heart;
- 1f5a4: black_heart;
- 1f90e: brown_heart;
- 1f90d: white_heart;
- 1f494: broken_heart;
- 1f495: two_hearts;
- 1f49e: revolving_hearts;
- 1f493: heartbeat;
- 1f497: heartpulse;
- 1f496: sparkling_heart;
- 1f498: cupid;
- 1f49d: gift_heart;
- 1f49f: heart_decoration;
- 262e: peace;
- 271d: cross;
- 262a: star_and_crescent;
- 1f549: om_symbol;
- 1f52f: six_pointed_star;
- 1f54e: menorah;
- 262f: yin_yang;
- 1f6d0: place_of_worship;
- 26ce: ophiuchus;
- 264a: gemini;
- 264b: cancer;
- 264c: leo;
- 264d: virgo;
- 264e: libra;
- 264f: scorpius;
- 1f194: id;
- 269b: atom;
- 1f251: accept;
- 1f4f4: mobile_phone_off;
- 1f4f3: vibration_mode;
- 1f236: u6709;
- 1f21a: u7121;
- 1f238: u7533;
- 1f23a: u55b6;
- 1f237: u6708;
- 1f19a: vs;
- 1f4ae: white_flower;
- 1f250: ideograph_advantage;
- 1f234: u5408;
- 1f235: u6e80;
- 1f239: u5272;
- 1f232: u7981;
- 1f170: a;
- 1f171: b;
- 1f18e: ab;
- 1f191: cl;
- 1f17e: o2;
- 1f198: sos;
- 274c: x;
- 2b55: o;
- 1f6d1: octagonal_sign;
- 26d4: no_entry;
- 1f4db: name_badge;
- 1f6ab: no_entry_sign;
- 1f4af: 100;
- 1f4a2: anger;
- 1f6b7: no_pedestrians;
- 1f6af: do_not_litter;
- 1f6b3: no_bicycles;
- 1f6b1: non-potable_water;
- 1f51e: underage;
- 1f4f5: no_mobile_phones;
- 1f6ad: no_smoking;
- 203c: bangbang;
- 1f505: low_brightness;
- 1f506: high_brightness;
- 303d: part_alternation_mark;
- 26a0: warning;
- 1f6b8: children_crossing;
- 1f531: trident;
- 269c: fleur-de-lis;
- 1f530: beginner;
- 267b: recycle;
- 1f22f: u6307;
- 1f4b9: chart;
- 274e: negative_squared_cross_mark;
- 1f310: globe_with_meridians;
- 1f4a0: diamond_shape_with_a_dot_inside;
- 24c2: m;
- 1f300: cyclone;
- 1f4a4: zzz;
- 1f3e7: atm;
- 1f6be: wc;
- 267f: wheelchair;
- 1f17f: parking;
- 1f233: u7a7a;
- 1f202: sa;
- 1f6c2: passport_control;
- 1f6c3: customs;
- 1f6c4: baggage_claim;
- 1f6c5: left_luggage;
- 1f6b9: mens;
- 1f6ba: womens;
- 1f6bc: baby_symbol;
- 1f6bb: restroom;
- 1f6ae: put_litter_in_its_place;
- 1f3a6: cinema;
- 1f4f6: signal_strength;
- 1f201: koko;
- 1f523: symbols;
- 1f524: abc;
- 1f521: abcd;
- 1f520: capital_abcd;
- 1f196: ng;
- 1f197: ok;
- 1f199: up;
- 1f192: cool;
- 1f195: new;
- 1f193: free;
- 30-20e3: zero;
- 31-20e3: one;
- 32-20e3: two;
- 33-20e3: three;
- 34-20e3: four;
- 35-20e3: five;
- 36-20e3: six;
- 37-20e3: seven;
- 38-20e3: eight;
- 39-20e3: nine;
- 1f51f: keycap_ten;
- 1f522: 1234;
- 23-20e3: hash;
- 2a-20e3: asterisk;
- 23cf: eject;
- 25b6: arrow_forward;
- 23f8: pause_button;
- 23ef: play_pause;
- 23f9: stop_button;
- 23fa: record_button;
- 23ed: track_next;
- 23ee: track_previous;
- 23e9: fast_forward;
- 23ea: rewind;
- 23eb: arrow_double_up;
- 23ec: arrow_double_down;
- 25c0: arrow_backward;
- 1f53c: arrow_up_small;
- 1f53d: arrow_down_small;
- 27a1: arrow_right;
- 2b05: arrow_left;
- 2b06: arrow_up;
- 2b07: arrow_down;
- 21aa: arrow_right_hook;
- 21a9: leftwards_arrow_with_hook;
- 1f500: twisted_rightwards_arrows;
- 1f501: repeat;
- 1f502: repeat_one;
- 1f504: arrows_counterclockwise;
- 1f503: arrows_clockwise;
- 1f3b5: musical_note;
- 1f3b6: notes;
- 267e: infinity;
- 1f4b2: heavy_dollar_sign;
- 1f4b1: currency_exchange;
- a9: copyright;
- ae: registered;
- 27b0: curly_loop;
- 27bf: loop;
- 1f51a: end;
- 1f519: back;
- 1f51b: on;
- 1f51d: top;
- 1f51c: soon;
- 1f518: radio_button;
- 26aa: white_circle;
- 26ab: black_circle;
- 1f534: red_circle;
- 1f535: blue_circle;
- 1f7e4: brown_circle;
- 1f7e3: purple_circle;
- 1f7e2: green_circle;
- 1f7e1: yellow_circle;
- 1f7e0: orange_circle;
- 1f53a: small_red_triangle;
- 1f53b: small_red_triangle_down;
- 1f538: small_orange_diamond;
- 1f539: small_blue_diamond;
- 1f536: large_orange_diamond;
- 1f537: large_blue_diamond;
- 1f533: white_square_button;
- 1f532: black_square_button;
- 25aa: black_small_square;
- 25ab: white_small_square;
- 25fe: black_medium_small_square;
- 25fd: white_medium_small_square;
- 25fc: black_medium_square;
- 25fb: white_medium_square;
- 2b1b: black_large_square;
- 2b1c: white_large_square;
- 1f7e7: orange_square;
- 1f7e6: blue_square;
- 1f7e5: red_square;
- 1f7eb: brown_square;
- 1f7ea: purple_square;
- 1f7e9: green_square;
- 1f7e8: yellow_square;
- 1f508: speaker;
- 1f507: mute;
- 1f509: sound;
- 1f50a: loud_sound;
- 1f514: bell;
- 1f515: no_bell;
- 1f4e3: mega;
- 1f4e2: loudspeaker;
- 1f5e8: speech_left;
- 1f441-200d-1f5e8: eye_in_speech_bubble;
- 1f4ac: speech_balloon;
- 1f4ad: thought_balloon;
- 1f5ef: anger_right;
- 1f0cf: black_joker;
- 1f3b4: flower_playing_cards;
- 1f004: mahjong;
- 1f550: clock1;
- 1f551: clock2;
- 1f552: clock3;
- 1f553: clock4;
- 1f554: clock5;
- 1f555: clock6;
- 1f556: clock7;
- 1f557: clock8;
- 1f558: clock9;
- 1f559: clock10;
- 1f55a: clock11;
- 1f55b: clock12;
- 1f55c: clock130;
- 1f55d: clock230;
- 1f55e: clock330;
- 1f55f: clock430;
- 1f560: clock530;
- 1f561: clock630;
- 1f562: clock730;
- 1f563: clock830;
- 1f564: clock930;
- 1f565: clock1030;
- 1f566: clock1130;
- 1f567: clock1230;
- 30-20e3: digit_zero;
- 31-20e3: digit_one;
- 32-20e3: digit_two;
- 33-20e3: digit_three;
- 34-20e3: digit_four;
- 35-20e3: digit_five;
- 36-20e3: digit_six;
- 37-20e3: digit_seven;
- 38-20e3: digit_eight;
- 39-20e3: digit_nine;
- 23-20e3: pound_symbol;
- 2a-20e3: asterisk_symbol;
- 26bd: soccer;
- 1f3c0: basketball;
- 1f3c8: football;
- 26be: baseball;
- 1f94e: softball;
- 1f3be: tennis;
- 1f3d0: volleyball;
- 1f3c9: rugby_football;
- 1f94f: flying_disc;
- 1f3b1: 8ball;
- 1f3d3: ping_pong;
- 1f3f8: badminton;
- 1f3d2: hockey;
- 1f3d1: field_hockey;
- 1f94d: lacrosse;
- 1f3cf: cricket_game;
- 1f945: goal;
- 26f3: golf;
- 1f3f9: bow_and_arrow;
- 1f3a3: fishing_pole_and_fish;
- 1f94a: boxing_glove;
- 1f94b: martial_arts_uniform;
- 1f3bd: running_shirt_with_sash;
- 1f6f9: skateboard;
- 1f6f7: sled;
- 1fa82: parachute;
- 26f8: ice_skate;
- 1f94c: curling_stone;
- 1f3bf: ski;
- 26f7: skier;
- 1f3c2: snowboarder;
- 1f3c2-1f3fb: snowboarder_tone1;
- 1f3c2-1f3fc: snowboarder_tone2;
- 1f3c2-1f3fd: snowboarder_tone3;
- 1f3c2-1f3fe: snowboarder_tone4;
- 1f3c2-1f3ff: snowboarder_tone5;
- 1f3cb: person_lifting_weights;
- 1f3cb-1f3fb: person_lifting_weights_tone1;
- 1f3cb-1f3fc: person_lifting_weights_tone2;
- 1f3cb-1f3fd: person_lifting_weights_tone3;
- 1f3cb-1f3fe: person_lifting_weights_tone4;
- 1f3cb-1f3ff: person_lifting_weights_tone5;
- 1f3cb-fe0f-200d-2640-fe0f: woman_lifting_weights;
- 1f3cb-1f3fb-200d-2640-fe0f: woman_lifting_weights_tone1;
- 1f3cb-1f3fc-200d-2640-fe0f: woman_lifting_weights_tone2;
- 1f3cb-1f3fd-200d-2640-fe0f: woman_lifting_weights_tone3;
- 1f3cb-1f3fe-200d-2640-fe0f: woman_lifting_weights_tone4;
- 1f3cb-1f3ff-200d-2640-fe0f: woman_lifting_weights_tone5;
- 1f3cb-fe0f-200d-2642-fe0f: man_lifting_weights;
- 1f3cb-1f3fb-200d-2642-fe0f: man_lifting_weights_tone1;
- 1f3cb-1f3fc-200d-2642-fe0f: man_lifting_weights_tone2;
- 1f3cb-1f3fd-200d-2642-fe0f: man_lifting_weights_tone3;
- 1f3cb-1f3fe-200d-2642-fe0f: man_lifting_weights_tone4;
- 1f3cb-1f3ff-200d-2642-fe0f: man_lifting_weights_tone5;
- 1f93c: people_wrestling;
- 1f93c-200d-2640-fe0f: women_wrestling;
- 1f93c-200d-2642-fe0f: men_wrestling;
- 1f938: person_doing_cartwheel;
- 1f938-1f3fb: person_doing_cartwheel_tone1;
- 1f938-1f3fc: person_doing_cartwheel_tone2;
- 1f938-1f3fd: person_doing_cartwheel_tone3;
- 1f938-1f3fe: person_doing_cartwheel_tone4;
- 1f938-1f3ff: person_doing_cartwheel_tone5;
- 1f938-200d-2640-fe0f: woman_cartwheeling;
- 1f938-1f3fb-200d-2640-fe0f: woman_cartwheeling_tone1;
- 1f938-1f3fc-200d-2640-fe0f: woman_cartwheeling_tone2;
- 1f938-1f3fd-200d-2640-fe0f: woman_cartwheeling_tone3;
- 1f938-1f3fe-200d-2640-fe0f: woman_cartwheeling_tone4;
- 1f938-1f3ff-200d-2640-fe0f: woman_cartwheeling_tone5;
- 1f938-200d-2642-fe0f: man_cartwheeling;
- 1f938-1f3fb-200d-2642-fe0f: man_cartwheeling_tone1;
- 1f938-1f3fc-200d-2642-fe0f: man_cartwheeling_tone2;
- 1f938-1f3fd-200d-2642-fe0f: man_cartwheeling_tone3;
- 1f938-1f3fe-200d-2642-fe0f: man_cartwheeling_tone4;
- 1f938-1f3ff-200d-2642-fe0f: man_cartwheeling_tone5;
- 26f9: person_bouncing_ball;
- 26f9-1f3fb: person_bouncing_ball_tone1;
- 26f9-1f3fc: person_bouncing_ball_tone2;
- 26f9-1f3fd: person_bouncing_ball_tone3;
- 26f9-1f3fe: person_bouncing_ball_tone4;
- 26f9-1f3ff: person_bouncing_ball_tone5;
- 26f9-fe0f-200d-2640-fe0f: woman_bouncing_ball;
- 26f9-1f3fb-200d-2640-fe0f: woman_bouncing_ball_tone1;
- 26f9-1f3fc-200d-2640-fe0f: woman_bouncing_ball_tone2;
- 26f9-1f3fd-200d-2640-fe0f: woman_bouncing_ball_tone3;
- 26f9-1f3fe-200d-2640-fe0f: woman_bouncing_ball_tone4;
- 26f9-1f3ff-200d-2640-fe0f: woman_bouncing_ball_tone5;
- 26f9-fe0f-200d-2642-fe0f: man_bouncing_ball;
- 26f9-1f3fb-200d-2642-fe0f: man_bouncing_ball_tone1;
- 26f9-1f3fc-200d-2642-fe0f: man_bouncing_ball_tone2;
- 26f9-1f3fd-200d-2642-fe0f: man_bouncing_ball_tone3;
- 26f9-1f3fe-200d-2642-fe0f: man_bouncing_ball_tone4;
- 26f9-1f3ff-200d-2642-fe0f: man_bouncing_ball_tone5;
- 1f93a: person_fencing;
- 1f93e: person_playing_handball;
- 1f93e-1f3fb: person_playing_handball_tone1;
- 1f93e-1f3fc: person_playing_handball_tone2;
- 1f93e-1f3fd: person_playing_handball_tone3;
- 1f93e-1f3fe: person_playing_handball_tone4;
- 1f93e-1f3ff: person_playing_handball_tone5;
- 1f93e-200d-2640-fe0f: woman_playing_handball;
- 1f93e-1f3fb-200d-2640-fe0f: woman_playing_handball_tone1;
- 1f93e-1f3fc-200d-2640-fe0f: woman_playing_handball_tone2;
- 1f93e-1f3fd-200d-2640-fe0f: woman_playing_handball_tone3;
- 1f93e-1f3fe-200d-2640-fe0f: woman_playing_handball_tone4;
- 1f93e-1f3ff-200d-2640-fe0f: woman_playing_handball_tone5;
- 1f93e-200d-2642-fe0f: man_playing_handball;
- 1f93e-1f3fb-200d-2642-fe0f: man_playing_handball_tone1;
- 1f93e-1f3fc-200d-2642-fe0f: man_playing_handball_tone2;
- 1f93e-1f3fd-200d-2642-fe0f: man_playing_handball_tone3;
- 1f93e-1f3fe-200d-2642-fe0f: man_playing_handball_tone4;
- 1f93e-1f3ff-200d-2642-fe0f: man_playing_handball_tone5;
- 1f3cc: person_golfing;
- 1f3cc-1f3fb: person_golfing_tone1;
- 1f3cc-1f3fc: person_golfing_tone2;
- 1f3cc-1f3fd: person_golfing_tone3;
- 1f3cc-1f3fe: person_golfing_tone4;
- 1f3cc-1f3ff: person_golfing_tone5;
- 1f3cc-fe0f-200d-2640-fe0f: woman_golfing;
- 1f3cc-1f3fb-200d-2640-fe0f: woman_golfing_tone1;
- 1f3cc-1f3fc-200d-2640-fe0f: woman_golfing_tone2;
- 1f3cc-1f3fd-200d-2640-fe0f: woman_golfing_tone3;
- 1f3cc-1f3fe-200d-2640-fe0f: woman_golfing_tone4;
- 1f3cc-1f3ff-200d-2640-fe0f: woman_golfing_tone5;
- 1f3cc-fe0f-200d-2642-fe0f: man_golfing;
- 1f3cc-1f3fb-200d-2642-fe0f: man_golfing_tone1;
- 1f3cc-1f3fc-200d-2642-fe0f: man_golfing_tone2;
- 1f3cc-1f3fd-200d-2642-fe0f: man_golfing_tone3;
- 1f3cc-1f3fe-200d-2642-fe0f: man_golfing_tone4;
- 1f3cc-1f3ff-200d-2642-fe0f: man_golfing_tone5;
- 1f3c7: horse_racing;
- 1f3c7-1f3fb: horse_racing_tone1;
- 1f3c7-1f3fc: horse_racing_tone2;
- 1f3c7-1f3fd: horse_racing_tone3;
- 1f3c7-1f3fe: horse_racing_tone4;
- 1f3c7-1f3ff: horse_racing_tone5;
- 1f9d8: person_in_lotus_position;
- 1f9d8-1f3fb: person_in_lotus_position_tone1;
- 1f9d8-1f3fc: person_in_lotus_position_tone2;
- 1f9d8-1f3fd: person_in_lotus_position_tone3;
- 1f9d8-1f3fe: person_in_lotus_position_tone4;
- 1f9d8-1f3ff: person_in_lotus_position_tone5;
- 1f9d8-200d-2640-fe0f: woman_in_lotus_position;
- 1f9d8-1f3fb-200d-2640-fe0f: woman_in_lotus_position_tone1;
- 1f9d8-1f3fc-200d-2640-fe0f: woman_in_lotus_position_tone2;
- 1f9d8-1f3fd-200d-2640-fe0f: woman_in_lotus_position_tone3;
- 1f9d8-1f3fe-200d-2640-fe0f: woman_in_lotus_position_tone4;
- 1f9d8-1f3ff-200d-2640-fe0f: woman_in_lotus_position_tone5;
- 1f9d8-200d-2642-fe0f: man_in_lotus_position;
- 1f9d8-1f3fb-200d-2642-fe0f: man_in_lotus_position_tone1;
- 1f9d8-1f3fc-200d-2642-fe0f: man_in_lotus_position_tone2;
- 1f9d8-1f3fd-200d-2642-fe0f: man_in_lotus_position_tone3;
- 1f9d8-1f3fe-200d-2642-fe0f: man_in_lotus_position_tone4;
- 1f9d8-1f3ff-200d-2642-fe0f: man_in_lotus_position_tone5;
- 1f3c4: person_surfing;
- 1f3c4-1f3fb: person_surfing_tone1;
- 1f3c4-1f3fc: person_surfing_tone2;
- 1f3c4-1f3fd: person_surfing_tone3;
- 1f3c4-1f3fe: person_surfing_tone4;
- 1f3c4-1f3ff: person_surfing_tone5;
- 1f3c4-200d-2640-fe0f: woman_surfing;
- 1f3c4-1f3fb-200d-2640-fe0f: woman_surfing_tone1;
- 1f3c4-1f3fc-200d-2640-fe0f: woman_surfing_tone2;
- 1f3c4-1f3fd-200d-2640-fe0f: woman_surfing_tone3;
- 1f3c4-1f3fe-200d-2640-fe0f: woman_surfing_tone4;
- 1f3c4-1f3ff-200d-2640-fe0f: woman_surfing_tone5;
- 1f3c4-200d-2642-fe0f: man_surfing;
- 1f3c4-1f3fb-200d-2642-fe0f: man_surfing_tone1;
- 1f3c4-1f3fc-200d-2642-fe0f: man_surfing_tone2;
- 1f3c4-1f3fd-200d-2642-fe0f: man_surfing_tone3;
- 1f3c4-1f3fe-200d-2642-fe0f: man_surfing_tone4;
- 1f3c4-1f3ff-200d-2642-fe0f: man_surfing_tone5;
- 1f3ca: person_swimming;
- 1f3ca-1f3fb: person_swimming_tone1;
- 1f3ca-1f3fc: person_swimming_tone2;
- 1f3ca-1f3fd: person_swimming_tone3;
- 1f3ca-1f3fe: person_swimming_tone4;
- 1f3ca-1f3ff: person_swimming_tone5;
- 1f3ca-200d-2640-fe0f: woman_swimming;
- 1f3ca-1f3fb-200d-2640-fe0f: woman_swimming_tone1;
- 1f3ca-1f3fc-200d-2640-fe0f: woman_swimming_tone2;
- 1f3ca-1f3fd-200d-2640-fe0f: woman_swimming_tone3;
- 1f3ca-1f3fe-200d-2640-fe0f: woman_swimming_tone4;
- 1f3ca-1f3ff-200d-2640-fe0f: woman_swimming_tone5;
- 1f3ca-200d-2642-fe0f: man_swimming;
- 1f3ca-1f3fb-200d-2642-fe0f: man_swimming_tone1;
- 1f3ca-1f3fc-200d-2642-fe0f: man_swimming_tone2;
- 1f3ca-1f3fd-200d-2642-fe0f: man_swimming_tone3;
- 1f3ca-1f3fe-200d-2642-fe0f: man_swimming_tone4;
- 1f3ca-1f3ff-200d-2642-fe0f: man_swimming_tone5;
- 1f93d: person_playing_water_polo;
- 1f93d-1f3fb: person_playing_water_polo_tone1;
- 1f93d-1f3fc: person_playing_water_polo_tone2;
- 1f93d-1f3fd: person_playing_water_polo_tone3;
- 1f93d-1f3fe: person_playing_water_polo_tone4;
- 1f93d-1f3ff: person_playing_water_polo_tone5;
- 1f93d-200d-2640-fe0f: woman_playing_water_polo;
- 1f93d-1f3fb-200d-2640-fe0f: woman_playing_water_polo_tone1;
- 1f93d-1f3fc-200d-2640-fe0f: woman_playing_water_polo_tone2;
- 1f93d-1f3fd-200d-2640-fe0f: woman_playing_water_polo_tone3;
- 1f93d-1f3fe-200d-2640-fe0f: woman_playing_water_polo_tone4;
- 1f93d-1f3ff-200d-2640-fe0f: woman_playing_water_polo_tone5;
- 1f93d-200d-2642-fe0f: man_playing_water_polo;
- 1f93d-1f3fb-200d-2642-fe0f: man_playing_water_polo_tone1;
- 1f93d-1f3fc-200d-2642-fe0f: man_playing_water_polo_tone2;
- 1f93d-1f3fd-200d-2642-fe0f: man_playing_water_polo_tone3;
- 1f93d-1f3fe-200d-2642-fe0f: man_playing_water_polo_tone4;
- 1f93d-1f3ff-200d-2642-fe0f: man_playing_water_polo_tone5;
- 1f6a3: person_rowing_boat;
- 1f6a3-1f3fb: person_rowing_boat_tone1;
- 1f6a3-1f3fc: person_rowing_boat_tone2;
- 1f6a3-1f3fd: person_rowing_boat_tone3;
- 1f6a3-1f3fe: person_rowing_boat_tone4;
- 1f6a3-1f3ff: person_rowing_boat_tone5;
- 1f6a3-200d-2640-fe0f: woman_rowing_boat;
- 1f6a3-1f3fb-200d-2640-fe0f: woman_rowing_boat_tone1;
- 1f6a3-1f3fc-200d-2640-fe0f: woman_rowing_boat_tone2;
- 1f6a3-1f3fd-200d-2640-fe0f: woman_rowing_boat_tone3;
- 1f6a3-1f3fe-200d-2640-fe0f: woman_rowing_boat_tone4;
- 1f6a3-1f3ff-200d-2640-fe0f: woman_rowing_boat_tone5;
- 1f6a3-200d-2642-fe0f: man_rowing_boat;
- 1f6a3-1f3fb-200d-2642-fe0f: man_rowing_boat_tone1;
- 1f6a3-1f3fc-200d-2642-fe0f: man_rowing_boat_tone2;
- 1f6a3-1f3fd-200d-2642-fe0f: man_rowing_boat_tone3;
- 1f6a3-1f3fe-200d-2642-fe0f: man_rowing_boat_tone4;
- 1f6a3-1f3ff-200d-2642-fe0f: man_rowing_boat_tone5;
- 1f9d7: person_climbing;
- 1f9d7-1f3fb: person_climbing_tone1;
- 1f9d7-1f3fc: person_climbing_tone2;
- 1f9d7-1f3fd: person_climbing_tone3;
- 1f9d7-1f3fe: person_climbing_tone4;
- 1f9d7-1f3ff: person_climbing_tone5;
- 1f9d7-200d-2640-fe0f: woman_climbing;
- 1f9d7-1f3fb-200d-2640-fe0f: woman_climbing_tone1;
- 1f9d7-1f3fc-200d-2640-fe0f: woman_climbing_tone2;
- 1f9d7-1f3fd-200d-2640-fe0f: woman_climbing_tone3;
- 1f9d7-1f3fe-200d-2640-fe0f: woman_climbing_tone4;
- 1f9d7-1f3ff-200d-2640-fe0f: woman_climbing_tone5;
- 1f9d7-200d-2642-fe0f: man_climbing;
- 1f9d7-1f3fb-200d-2642-fe0f: man_climbing_tone1;
- 1f9d7-1f3fc-200d-2642-fe0f: man_climbing_tone2;
- 1f9d7-1f3fd-200d-2642-fe0f: man_climbing_tone3;
- 1f9d7-1f3fe-200d-2642-fe0f: man_climbing_tone4;
- 1f9d7-1f3ff-200d-2642-fe0f: man_climbing_tone5;
- 1f6b5: person_mountain_biking;
- 1f6b5-1f3fb: person_mountain_biking_tone1;
- 1f6b5-1f3fc: person_mountain_biking_tone2;
- 1f6b5-1f3fd: person_mountain_biking_tone3;
- 1f6b5-1f3fe: person_mountain_biking_tone4;
- 1f6b5-1f3ff: person_mountain_biking_tone5;
- 1f6b5-200d-2640-fe0f: woman_mountain_biking;
- 1f6b5-1f3fb-200d-2640-fe0f: woman_mountain_biking_tone1;
- 1f6b5-1f3fc-200d-2640-fe0f: woman_mountain_biking_tone2;
- 1f6b5-1f3fd-200d-2640-fe0f: woman_mountain_biking_tone3;
- 1f6b5-1f3fe-200d-2640-fe0f: woman_mountain_biking_tone4;
- 1f6b5-1f3ff-200d-2640-fe0f: woman_mountain_biking_tone5;
- 1f6b5-200d-2642-fe0f: man_mountain_biking;
- 1f6b5-1f3fb-200d-2642-fe0f: man_mountain_biking_tone1;
- 1f6b5-1f3fc-200d-2642-fe0f: man_mountain_biking_tone2;
- 1f6b5-1f3fd-200d-2642-fe0f: man_mountain_biking_tone3;
- 1f6b5-1f3fe-200d-2642-fe0f: man_mountain_biking_tone4;
- 1f6b5-1f3ff-200d-2642-fe0f: man_mountain_biking_tone5;
- 1f6b4: person_biking;
- 1f6b4-1f3fb: person_biking_tone1;
- 1f6b4-1f3fc: person_biking_tone2;
- 1f6b4-1f3fd: person_biking_tone3;
- 1f6b4-1f3fe: person_biking_tone4;
- 1f6b4-1f3ff: person_biking_tone5;
- 1f6b4-200d-2640-fe0f: woman_biking;
- 1f6b4-1f3fb-200d-2640-fe0f: woman_biking_tone1;
- 1f6b4-1f3fc-200d-2640-fe0f: woman_biking_tone2;
- 1f6b4-1f3fd-200d-2640-fe0f: woman_biking_tone3;
- 1f6b4-1f3fe-200d-2640-fe0f: woman_biking_tone4;
- 1f6b4-1f3ff-200d-2640-fe0f: woman_biking_tone5;
- 1f6b4-200d-2642-fe0f: man_biking;
- 1f6b4-1f3fb-200d-2642-fe0f: man_biking_tone1;
- 1f6b4-1f3fc-200d-2642-fe0f: man_biking_tone2;
- 1f6b4-1f3fd-200d-2642-fe0f: man_biking_tone3;
- 1f6b4-1f3fe-200d-2642-fe0f: man_biking_tone4;
- 1f6b4-1f3ff-200d-2642-fe0f: man_biking_tone5;
- 1f3c6: trophy;
- 1f947: first_place;
- 1f948: second_place;
- 1f949: third_place;
- 1f3c5: medal;
- 1f396: military_medal;
- 1f3f5: rosette;
- 1f397: reminder_ribbon;
- 1f3ab: ticket;
- 1f39f: tickets;
- 1f3aa: circus_tent;
- 1f939: person_juggling;
- 1f939-1f3fb: person_juggling_tone1;
- 1f939-1f3fc: person_juggling_tone2;
- 1f939-1f3fd: person_juggling_tone3;
- 1f939-1f3fe: person_juggling_tone4;
- 1f939-1f3ff: person_juggling_tone5;
- 1f939-200d-2640-fe0f: woman_juggling;
- 1f939-1f3fb-200d-2640-fe0f: woman_juggling_tone1;
- 1f939-1f3fc-200d-2640-fe0f: woman_juggling_tone2;
- 1f939-1f3fd-200d-2640-fe0f: woman_juggling_tone3;
- 1f939-1f3fe-200d-2640-fe0f: woman_juggling_tone4;
- 1f939-1f3ff-200d-2640-fe0f: woman_juggling_tone5;
- 1f939-200d-2642-fe0f: man_juggling;
- 1f939-1f3fb-200d-2642-fe0f: man_juggling_tone1;
- 1f939-1f3fc-200d-2642-fe0f: man_juggling_tone2;
- 1f939-1f3fd-200d-2642-fe0f: man_juggling_tone3;
- 1f939-1f3fe-200d-2642-fe0f: man_juggling_tone4;
- 1f939-1f3ff-200d-2642-fe0f: man_juggling_tone5;
- 1f3ad: performing_arts;
- 1f3a8: art;
- 1f3ac: clapper;
- 1f3a4: microphone;
- 1f3a7: headphones;
- 1f3bc: musical_score;
- 1f3b9: musical_keyboard;
- 1f941: drum;
- 1f3b7: saxophone;
- 1f3ba: trumpet;
- 1fa95: banjo;
- 1f3b8: guitar;
- 1f3bb: violin;
- 1f3b2: game_die;
- 265f: chess_pawn;
- 1f3af: dart;
- 1fa81: kite;
- 1fa80: yo_yo;
- 1f3b3: bowling;
- 1f3ae: video_game;
- 1f3b0: slot_machine;
- 1f9e9: jigsaw;
- 231a: watch;
- 1f4f1: iphone;
- 1f4f2: calling;
- 1f4bb: computer;
- 1f5a5: desktop;
- 1f5a8: printer;
- 1f5b1: mouse_three_button;
- 1f5b2: trackball;
- 1f579: joystick;
- 1f5dc: compression;
- 1f4bd: minidisc;
- 1f4be: floppy_disk;
- 1f4bf: cd;
- 1f4c0: dvd;
- 1f4fc: vhs;
- 1f4f7: camera;
- 1f4f8: camera_with_flash;
- 1f4f9: video_camera;
- 1f3a5: movie_camera;
- 1f4fd: projector;
- 1f39e: film_frames;
- 1f4de: telephone_receiver;
- 260e: telephone;
- 1f4df: pager;
- 1f4e0: fax;
- 1f4fa: tv;
- 1f4fb: radio;
- 1f399: microphone2;
- 1f39a: level_slider;
- 1f39b: control_knobs;
- 1f9ed: compass;
- 23f1: stopwatch;
- 23f2: timer;
- 23f0: alarm_clock;
- 1f570: clock;
- 231b: hourglass;
- 23f3: hourglass_flowing_sand;
- 1f4e1: satellite;
- 1f50b: battery;
- 1f50c: electric_plug;
- 1f4a1: bulb;
- 1f526: flashlight;
- 1f56f: candle;
- 1f9ef: fire_extinguisher;
- 1f6e2: oil;
- 1f4b8: money_with_wings;
- 1f4b5: dollar;
- 1f4b4: yen;
- 1f4b6: euro;
- 1f4b7: pound;
- 1f4b0: moneybag;
- 1f4b3: credit_card;
- 1f48e: gem;
- 1f9f0: toolbox;
- 1f527: wrench;
- 1f528: hammer;
- 1f6e0: tools;
- 26cf: pick;
- 1f529: nut_and_bolt;
- 1f9f1: bricks;
- 26d3: chains;
- 1f9f2: magnet;
- 1f52b: gun;
- 1f4a3: bomb;
- 1f9e8: firecracker;
- 1fa93: axe;
- 1fa92: razor;
- 1f52a: knife;
- 1f5e1: dagger;
- 1f6e1: shield;
- 1f6ac: smoking;
- 26b0: coffin;
- 26b1: urn;
- 1f3fa: amphora;
- 1fa94: diya_lamp;
- 1f52e: crystal_ball;
- 1f4ff: prayer_beads;
- 1f9ff: nazar_amulet;
- 1f488: barber;
- 1f52d: telescope;
- 1f52c: microscope;
- 1f573: hole;
- 1f9af: probing_cane;
- 1fa7a: stethoscope;
- 1fa79: adhesive_bandage;
- 1f48a: pill;
- 1f489: syringe;
- 1fa78: drop_of_blood;
- 1f9ec: dna;
- 1f9a0: microbe;
- 1f9eb: petri_dish;
- 1f9ea: test_tube;
- 1f321: thermometer;
- 1fa91: chair;
- 1f9f9: broom;
- 1f9fa: basket;
- 1f9fb: roll_of_paper;
- 1f6bd: toilet;
- 1f6b0: potable_water;
- 1f6bf: shower;
- 1f6c1: bathtub;
- 1f6c0: bath;
- 1f6c0-1f3fb: bath_tone1;
- 1f6c0-1f3fc: bath_tone2;
- 1f6c0-1f3fd: bath_tone3;
- 1f6c0-1f3fe: bath_tone4;
- 1f6c0-1f3ff: bath_tone5;
- 1f9fc: soap;
- 1f9fd: sponge;
- 1f9f4: squeeze_bottle;
- 1f6ce: bellhop;
- 1f511: key;
- 1f5dd: key2;
- 1f6aa: door;
- 1f6cb: couch;
- 1f6cf: bed;
- 1f6cc: sleeping_accommodation;
- 1f6cc-1f3fb: person_in_bed_tone1;
- 1f6cc-1f3fc: person_in_bed_tone2;
- 1f6cc-1f3fd: person_in_bed_tone3;
- 1f6cc-1f3fe: person_in_bed_tone4;
- 1f6cc-1f3ff: person_in_bed_tone5;
- 1f9f8: teddy_bear;
- 1f5bc: frame_photo;
- 1f6cd: shopping_bags;
- 1f6d2: shopping_cart;
- 1f381: gift;
- 1f388: balloon;
- 1f38f: flags;
- 1f380: ribbon;
- 1f38a: confetti_ball;
- 1f389: tada;
- 1f38e: dolls;
- 1f3ee: izakaya_lantern;
- 1f390: wind_chime;
- 1f9e7: red_envelope;
- 1f4e9: envelope_with_arrow;
- 1f4e8: incoming_envelope;
- 1f4e7: e-mail;
- 1f48c: love_letter;
- 1f4e5: inbox_tray;
- 1f4e4: outbox_tray;
- 1f4e6: package;
- 1f3f7: label;
- 1f4ea: mailbox_closed;
- 1f4eb: mailbox;
- 1f4ec: mailbox_with_mail;
- 1f4ed: mailbox_with_no_mail;
- 1f4ee: postbox;
- 1f4ef: postal_horn;
- 1f4dc: scroll;
- 1f4c3: page_with_curl;
- 1f4c4: page_facing_up;
- 1f4d1: bookmark_tabs;
- 1f9fe: receipt;
- 1f4ca: bar_chart;
- 1f4c8: chart_with_upwards_trend;
- 1f4c9: chart_with_downwards_trend;
- 1f5d2: notepad_spiral;
- 1f5d3: calendar_spiral;
- 1f4c6: calendar;
- 1f4c5: date;
- 1f5d1: wastebasket;
- 1f4c7: card_index;
- 1f5c3: card_box;
- 1f5f3: ballot_box;
- 1f5c4: file_cabinet;
- 1f4cb: clipboard;
- 1f4c1: file_folder;
- 1f4c2: open_file_folder;
- 1f5c2: dividers;
- 1f5de: newspaper2;
- 1f4f0: newspaper;
- 1f4d3: notebook;
- 1f4d4: notebook_with_decorative_cover;
- 1f4d2: ledger;
- 1f4d5: closed_book;
- 1f4d7: green_book;
- 1f4d8: blue_book;
- 1f4d9: orange_book;
- 1f4da: books;
- 1f4d6: book;
- 1f516: bookmark;
- 1f9f7: safety_pin;
- 1f517: link;
- 1f4ce: paperclip;
- 1f587: paperclips;
- 1f4d0: triangular_ruler;
- 1f4cf: straight_ruler;
- 1f9ee: abacus;
- 1f4cc: pushpin;
- 1f4cd: round_pushpin;
- 1f58a: pen_ballpoint;
- 1f58b: pen_fountain;
- 1f58c: paintbrush;
- 1f58d: crayon;
- 1f4dd: pencil;
- 270f: pencil2;
- 1f50d: mag;
- 1f50e: mag_right;
- 1f50f: lock_with_ink_pen;
- 1f510: closed_lock_with_key;
- 1f512: lock;
- 1f513: unlock;
- 1f436: dog;
- 1f431: cat;
- 1f42d: mouse;
- 1f439: hamster;
- 1f430: rabbit;
- 1f98a: fox;
- 1f43b: bear;
- 1f43c: panda_face;
- 1f428: koala;
- 1f42f: tiger;
- 1f981: lion_face;
- 1f42e: cow;
- 1f437: pig;
- 1f43d: pig_nose;
- 1f438: frog;
- 1f435: monkey_face;
- 1f648: see_no_evil;
- 1f649: hear_no_evil;
- 1f64a: speak_no_evil;
- 1f412: monkey;
- 1f414: chicken;
- 1f427: penguin;
- 1f426: bird;
- 1f424: baby_chick;
- 1f423: hatching_chick;
- 1f425: hatched_chick;
- 1f986: duck;
- 1f985: eagle;
- 1f989: owl;
- 1f987: bat;
- 1f43a: wolf;
- 1f417: boar;
- 1f434: horse;
- 1f984: unicorn;
- 1f41d: bee;
- 1f41b: bug;
- 1f98b: butterfly;
- 1f40c: snail;
- 1f41a: shell;
- 1f41e: beetle;
- 1f41c: ant;
- 1f99f: mosquito;
- 1f997: cricket;
- 1f577: spider;
- 1f578: spider_web;
- 1f982: scorpion;
- 1f422: turtle;
- 1f40d: snake;
- 1f98e: lizard;
- 1f996: t_rex;
- 1f995: sauropod;
- 1f419: octopus;
- 1f991: squid;
- 1f990: shrimp;
- 1f99e: lobster;
- 1f9aa: oyster;
- 1f980: crab;
- 1f421: blowfish;
- 1f420: tropical_fish;
- 1f41f: fish;
- 1f42c: dolphin;
- 1f433: whale;
- 1f40b: whale2;
- 1f988: shark;
- 1f40a: crocodile;
- 1f405: tiger2;
- 1f406: leopard;
- 1f993: zebra;
- 1f98d: gorilla;
- 1f9a7: orangutan;
- 1f418: elephant;
- 1f99b: hippopotamus;
- 1f98f: rhino;
- 1f42a: dromedary_camel;
- 1f42b: camel;
- 1f992: giraffe;
- 1f998: kangaroo;
- 1f403: water_buffalo;
- 1f402: ox;
- 1f404: cow2;
- 1f40e: racehorse;
- 1f416: pig2;
- 1f40f: ram;
- 1f999: llama;
- 1f411: sheep;
- 1f410: goat;
- 1f98c: deer;
- 1f415: dog2;
- 1f9ae: guide_dog;
- 1f415-200d-1f9ba: service_dog;
- 1f429: poodle;
- 1f408: cat2;
- 1f413: rooster;
- 1f983: turkey;
- 1f99a: peacock;
- 1f99c: parrot;
- 1f9a2: swan;
- 1f9a9: flamingo;
- 1f54a: dove;
- 1f407: rabbit2;
- 1f9a5: sloth;
- 1f9a6: otter;
- 1f9a8: skunk;
- 1f99d: raccoon;
- 1f9a1: badger;
- 1f401: mouse2;
- 1f400: rat;
- 1f43f: chipmunk;
- 1f994: hedgehog;
- 1f43e: feet;
- 1f409: dragon;
- 1f432: dragon_face;
- 1f335: cactus;
- 1f384: christmas_tree;
- 1f332: evergreen_tree;
- 1f333: deciduous_tree;
- 1f334: palm_tree;
- 1f331: seedling;
- 1f33f: herb;
- 1f340: four_leaf_clover;
- 1f38d: bamboo;
- 1f38b: tanabata_tree;
- 1f343: leaves;
- 1f342: fallen_leaf;
- 1f341: maple_leaf;
- 1f344: mushroom;
- 1f33e: ear_of_rice;
- 1f490: bouquet;
- 1f337: tulip;
- 1f339: rose;
- 1f940: wilted_rose;
- 1f33a: hibiscus;
- 1f338: cherry_blossom;
- 1f33c: blossom;
- 1f33b: sunflower;
- 1f31e: sun_with_face;
- 1f31d: full_moon_with_face;
- 1f31b: first_quarter_moon_with_face;
- 1f31c: last_quarter_moon_with_face;
- 1f31a: new_moon_with_face;
- 1f315: full_moon;
- 1f316: waning_gibbous_moon;
- 1f317: last_quarter_moon;
- 1f318: waning_crescent_moon;
- 1f311: new_moon;
- 1f312: waxing_crescent_moon;
- 1f313: first_quarter_moon;
- 1f314: waxing_gibbous_moon;
- 1f319: crescent_moon;
- 1f30e: earth_americas;
- 1f30d: earth_africa;
- 1f30f: earth_asia;
- 1fa90: ringed_planet;
- 1f4ab: dizzy;
- 2b50: star;
- 1f31f: star2;
- 26a1: zap;
- 1f4a5: boom;
- 1f525: fire;
- 1f32a: cloud_tornado;
- 1f308: rainbow;
- 1f324: white_sun_small_cloud;
- 26c5: partly_sunny;
- 1f325: white_sun_cloud;
- 1f326: white_sun_rain_cloud;
- 1f327: cloud_rain;
- 26c8: thunder_cloud_rain;
- 1f329: cloud_lightning;
- 1f328: cloud_snow;
- 26c4: snowman;
- 1f32c: wind_blowing_face;
- 1f4a8: dash;
- 1f4a7: droplet;
- 1f4a6: sweat_drops;
- 1f30a: ocean;
- 1f32b: fog;
- 1f34f: green_apple;
- 1f34e: apple;
- 1f350: pear;
- 1f34a: tangerine;
- 1f34b: lemon;
- 1f34c: banana;
- 1f349: watermelon;
- 1f347: grapes;
- 1f353: strawberry;
- 1f348: melon;
- 1f352: cherries;
- 1f351: peach;
- 1f96d: mango;
- 1f34d: pineapple;
- 1f965: coconut;
- 1f95d: kiwi;
- 1f345: tomato;
- 1f346: eggplant;
- 1f951: avocado;
- 1f966: broccoli;
- 1f96c: leafy_green;
- 1f952: cucumber;
- 1f336: hot_pepper;
- 1f33d: corn;
- 1f955: carrot;
- 1f9c5: onion;
- 1f9c4: garlic;
- 1f954: potato;
- 1f360: sweet_potato;
- 1f950: croissant;
- 1f96f: bagel;
- 1f35e: bread;
- 1f956: french_bread;
- 1f968: pretzel;
- 1f9c0: cheese;
- 1f95a: egg;
- 1f373: cooking;
- 1f95e: pancakes;
- 1f9c7: waffle;
- 1f953: bacon;
- 1f969: cut_of_meat;
- 1f357: poultry_leg;
- 1f356: meat_on_bone;
- 1f32d: hotdog;
- 1f354: hamburger;
- 1f35f: fries;
- 1f355: pizza;
- 1f96a: sandwich;
- 1f9c6: falafel;
- 1f959: stuffed_flatbread;
- 1f32e: taco;
- 1f32f: burrito;
- 1f957: salad;
- 1f958: shallow_pan_of_food;
- 1f96b: canned_food;
- 1f35d: spaghetti;
- 1f35c: ramen;
- 1f372: stew;
- 1f35b: curry;
- 1f363: sushi;
- 1f371: bento;
- 1f95f: dumpling;
- 1f364: fried_shrimp;
- 1f359: rice_ball;
- 1f35a: rice;
- 1f358: rice_cracker;
- 1f365: fish_cake;
- 1f960: fortune_cookie;
- 1f96e: moon_cake;
- 1f362: oden;
- 1f361: dango;
- 1f367: shaved_ice;
- 1f368: ice_cream;
- 1f366: icecream;
- 1f967: pie;
- 1f9c1: cupcake;
- 1f370: cake;
- 1f382: birthday;
- 1f36e: custard;
- 1f36d: lollipop;
- 1f36c: candy;
- 1f36b: chocolate_bar;
- 1f37f: popcorn;
- 1f369: doughnut;
- 1f36a: cookie;
- 1f330: chestnut;
- 1f95c: peanuts;
- 1f36f: honey_pot;
- 1f9c8: butter;
- 1f95b: milk;
- 1f37c: baby_bottle;
- 1f375: tea;
- 1f9c9: mate;
- 1f964: cup_with_straw;
- 1f9c3: beverage_box;
- 1f9ca: ice_cube;
- 1f376: sake;
- 1f37a: beer;
- 1f37b: beers;
- 1f942: champagne_glass;
- 1f377: wine_glass;
- 1f943: tumbler_glass;
- 1f378: cocktail;
- 1f379: tropical_drink;
- 1f37e: champagne;
- 1f944: spoon;
- 1f374: fork_and_knife;
- 1f37d: fork_knife_plate;
- 1f963: bowl_with_spoon;
- 1f961: takeout_box;
- 1f962: chopsticks;
- 1f9c2: salt;
- 1f60a: blush;
- 1f607: innocent;
- 1f642: slight_smile;
- 1f643: upside_down;
- 1f609: wink;
- 1f600: grinning;
- 1f603: smiley;
- 1f604: smile;
- 1f601: grin;
- 1f606: laughing;
- 1f605: sweat_smile;
- 1f602: joy;
- 1f923: rofl;
- 263a: relaxed;
- 1f60c: relieved;
- 1f60d: heart_eyes;
- 1f970: smiling_face_with_3_hearts;
- 1f618: kissing_heart;
- 1f617: kissing;
- 1f619: kissing_smiling_eyes;
- 1f61a: kissing_closed_eyes;
- 1f60b: yum;
- 1f61b: stuck_out_tongue;
- 1f61d: stuck_out_tongue_closed_eyes;
- 1f61c: stuck_out_tongue_winking_eye;
- 1f92a: zany_face;
- 1f928: face_with_raised_eyebrow;
- 1f9d0: face_with_monocle;
- 1f913: nerd;
- 1f60e: sunglasses;
- 1f929: star_struck;
- 1f973: partying_face;
- 1f60f: smirk;
- 1f612: unamused;
- 1f61e: disappointed;
- 1f614: pensive;
- 1f61f: worried;
- 1f615: confused;
- 1f641: slight_frown;
- 1f623: persevere;
- 1f616: confounded;
- 1f62b: tired_face;
- 1f629: weary;
- 1f971: yawning_face;
- 1f97a: pleading_face;
- 1f622: cry;
- 1f62d: sob;
- 1f624: triumph;
- 1f620: angry;
- 1f621: rage;
- 1f92c: face_with_symbols_over_mouth;
- 1f92f: exploding_head;
- 1f633: flushed;
- 1f975: hot_face;
- 1f976: cold_face;
- 1f631: scream;
- 1f628: fearful;
- 1f630: cold_sweat;
- 1f625: disappointed_relieved;
- 1f613: sweat;
- 1f917: hugging;
- 1f914: thinking;
- 1f92d: face_with_hand_over_mouth;
- 1f92b: shushing_face;
- 1f925: lying_face;
- 1f636: no_mouth;
- 1f610: neutral_face;
- 1f611: expressionless;
- 1f62c: grimacing;
- 1f644: rolling_eyes;
- 1f62f: hushed;
- 1f626: frowning;
- 1f627: anguished;
- 1f62e: open_mouth;
- 1f632: astonished;
- 1f634: sleeping;
- 1f924: drooling_face;
- 1f62a: sleepy;
- 1f635: dizzy_face;
- 1f910: zipper_mouth;
- 1f974: woozy_face;
- 1f922: nauseated_face;
- 1f92e: face_vomiting;
- 1f927: sneezing_face;
- 1f637: mask;
- 1f912: thermometer_face;
- 1f915: head_bandage;
- 1f911: money_mouth;
- 1f920: cowboy;
- 1f608: smiling_imp;
- 1f47f: imp;
- 1f479: japanese_ogre;
- 1f47a: japanese_goblin;
- 1f921: clown;
- 1f4a9: poop;
- 1f47b: ghost;
- 1f480: skull;
- 1f47d: alien;
- 1f47e: space_invader;
- 1f916: robot;
- 1f383: jack_o_lantern;
- 1f63a: smiley_cat;
- 1f638: smile_cat;
- 1f639: joy_cat;
- 1f63b: heart_eyes_cat;
- 1f63c: smirk_cat;
- 1f63d: kissing_cat;
- 1f640: scream_cat;
- 1f63f: crying_cat_face;
- 1f63e: pouting_cat;
- 1f91d: handshake;
- 1f932: palms_up_together;
- 1f932-1f3fb: palms_up_together_tone1;
- 1f932-1f3fc: palms_up_together_tone2;
- 1f932-1f3fd: palms_up_together_tone3;
- 1f932-1f3fe: palms_up_together_tone4;
- 1f932-1f3ff: palms_up_together_tone5;
- 1f450: open_hands;
- 1f450-1f3fb: open_hands_tone1;
- 1f450-1f3fc: open_hands_tone2;
- 1f450-1f3fd: open_hands_tone3;
- 1f450-1f3fe: open_hands_tone4;
- 1f450-1f3ff: open_hands_tone5;
- 1f64c: raised_hands;
- 1f64c-1f3fb: raised_hands_tone1;
- 1f64c-1f3fc: raised_hands_tone2;
- 1f64c-1f3fd: raised_hands_tone3;
- 1f64c-1f3fe: raised_hands_tone4;
- 1f64c-1f3ff: raised_hands_tone5;
- 1f44f: clap;
- 1f44f-1f3fb: clap_tone1;
- 1f44f-1f3fc: clap_tone2;
- 1f44f-1f3fd: clap_tone3;
- 1f44f-1f3fe: clap_tone4;
- 1f44f-1f3ff: clap_tone5;
- 1f44d: thumbsup;
- 1f44d-1f3fb: thumbsup_tone1;
- 1f44d-1f3fc: thumbsup_tone2;
- 1f44d-1f3fd: thumbsup_tone3;
- 1f44d-1f3fe: thumbsup_tone4;
- 1f44d-1f3ff: thumbsup_tone5;
- 1f44e: thumbsdown;
- 1f44e-1f3fb: thumbsdown_tone1;
- 1f44e-1f3fc: thumbsdown_tone2;
- 1f44e-1f3fd: thumbsdown_tone3;
- 1f44e-1f3fe: thumbsdown_tone4;
- 1f44e-1f3ff: thumbsdown_tone5;
- 1f44a: punch;
- 1f44a-1f3fb: punch_tone1;
- 1f44a-1f3fc: punch_tone2;
- 1f44a-1f3fd: punch_tone3;
- 1f44a-1f3fe: punch_tone4;
- 1f44a-1f3ff: punch_tone5;
- 270a: fist;
- 270a-1f3fb: fist_tone1;
- 270a-1f3fc: fist_tone2;
- 270a-1f3fd: fist_tone3;
- 270a-1f3fe: fist_tone4;
- 270a-1f3ff: fist_tone5;
- 1f91b: left_facing_fist;
- 1f91b-1f3fb: left_facing_fist_tone1;
- 1f91b-1f3fc: left_facing_fist_tone2;
- 1f91b-1f3fd: left_facing_fist_tone3;
- 1f91b-1f3fe: left_facing_fist_tone4;
- 1f91b-1f3ff: left_facing_fist_tone5;
- 1f91c: right_facing_fist;
- 1f91c-1f3fb: right_facing_fist_tone1;
- 1f91c-1f3fc: right_facing_fist_tone2;
- 1f91c-1f3fd: right_facing_fist_tone3;
- 1f91c-1f3fe: right_facing_fist_tone4;
- 1f91c-1f3ff: right_facing_fist_tone5;
- 1f91e: fingers_crossed;
- 1f91e-1f3fb: fingers_crossed_tone1;
- 1f91e-1f3fc: fingers_crossed_tone2;
- 1f91e-1f3fd: fingers_crossed_tone3;
- 1f91e-1f3fe: fingers_crossed_tone4;
- 1f91e-1f3ff: fingers_crossed_tone5;
- 270c: v;
- 270c-1f3fb: v_tone1;
- 270c-1f3fc: v_tone2;
- 270c-1f3fd: v_tone3;
- 270c-1f3fe: v_tone4;
- 270c-1f3ff: v_tone5;
- 1f91f: love_you_gesture;
- 1f91f-1f3fb: love_you_gesture_tone1;
- 1f91f-1f3fc: love_you_gesture_tone2;
- 1f91f-1f3fd: love_you_gesture_tone3;
- 1f91f-1f3fe: love_you_gesture_tone4;
- 1f91f-1f3ff: love_you_gesture_tone5;
- 1f918: metal;
- 1f918-1f3fb: metal_tone1;
- 1f918-1f3fc: metal_tone2;
- 1f918-1f3fd: metal_tone3;
- 1f918-1f3fe: metal_tone4;
- 1f918-1f3ff: metal_tone5;
- 1f44c: ok_hand;
- 1f44c-1f3fb: ok_hand_tone1;
- 1f44c-1f3fc: ok_hand_tone2;
- 1f44c-1f3fd: ok_hand_tone3;
- 1f44c-1f3fe: ok_hand_tone4;
- 1f44c-1f3ff: ok_hand_tone5;
- 1f90f: pinching_hand;
- 1f90f-1f3fb: pinching_hand_tone1;
- 1f90f-1f3fc: pinching_hand_tone2;
- 1f90f-1f3fd: pinching_hand_tone3;
- 1f90f-1f3fe: pinching_hand_tone4;
- 1f90f-1f3ff: pinching_hand_tone5;
- 1f448: point_left;
- 1f448-1f3fb: point_left_tone1;
- 1f448-1f3fc: point_left_tone2;
- 1f448-1f3fd: point_left_tone3;
- 1f448-1f3fe: point_left_tone4;
- 1f448-1f3ff: point_left_tone5;
- 1f449: point_right;
- 1f449-1f3fb: point_right_tone1;
- 1f449-1f3fc: point_right_tone2;
- 1f449-1f3fd: point_right_tone3;
- 1f449-1f3fe: point_right_tone4;
- 1f449-1f3ff: point_right_tone5;
- 1f446: point_up_2;
- 1f446-1f3fb: point_up_2_tone1;
- 1f446-1f3fc: point_up_2_tone2;
- 1f446-1f3fd: point_up_2_tone3;
- 1f446-1f3fe: point_up_2_tone4;
- 1f446-1f3ff: point_up_2_tone5;
- 1f447: point_down;
- 1f447-1f3fb: point_down_tone1;
- 1f447-1f3fc: point_down_tone2;
- 1f447-1f3fd: point_down_tone3;
- 1f447-1f3fe: point_down_tone4;
- 1f447-1f3ff: point_down_tone5;
- 261d: point_up;
- 261d-1f3fb: point_up_tone1;
- 261d-1f3fc: point_up_tone2;
- 261d-1f3fd: point_up_tone3;
- 261d-1f3fe: point_up_tone4;
- 261d-1f3ff: point_up_tone5;
- 270b: raised_hand;
- 270b-1f3fb: raised_hand_tone1;
- 270b-1f3fc: raised_hand_tone2;
- 270b-1f3fd: raised_hand_tone3;
- 270b-1f3fe: raised_hand_tone4;
- 270b-1f3ff: raised_hand_tone5;
- 1f91a: raised_back_of_hand;
- 1f91a-1f3fb: raised_back_of_hand_tone1;
- 1f91a-1f3fc: raised_back_of_hand_tone2;
- 1f91a-1f3fd: raised_back_of_hand_tone3;
- 1f91a-1f3fe: raised_back_of_hand_tone4;
- 1f91a-1f3ff: raised_back_of_hand_tone5;
- 1f590: hand_splayed;
- 1f590-1f3fb: hand_splayed_tone1;
- 1f590-1f3fc: hand_splayed_tone2;
- 1f590-1f3fd: hand_splayed_tone3;
- 1f590-1f3fe: hand_splayed_tone4;
- 1f590-1f3ff: hand_splayed_tone5;
- 1f596: vulcan;
- 1f596-1f3fb: vulcan_tone1;
- 1f596-1f3fc: vulcan_tone2;
- 1f596-1f3fd: vulcan_tone3;
- 1f596-1f3fe: vulcan_tone4;
- 1f596-1f3ff: vulcan_tone5;
- 1f44b: wave;
- 1f44b-1f3fb: wave_tone1;
- 1f44b-1f3fc: wave_tone2;
- 1f44b-1f3fd: wave_tone3;
- 1f44b-1f3fe: wave_tone4;
- 1f44b-1f3ff: wave_tone5;
- 1f919: call_me;
- 1f919-1f3fb: call_me_tone1;
- 1f919-1f3fc: call_me_tone2;
- 1f919-1f3fd: call_me_tone3;
- 1f919-1f3fe: call_me_tone4;
- 1f919-1f3ff: call_me_tone5;
- 1f4aa: muscle;
- 1f4aa-1f3fb: muscle_tone1;
- 1f4aa-1f3fc: muscle_tone2;
- 1f4aa-1f3fd: muscle_tone3;
- 1f4aa-1f3fe: muscle_tone4;
- 1f4aa-1f3ff: muscle_tone5;
- 1f9be: mechanical_arm;
- 1f595: middle_finger;
- 1f595-1f3fb: middle_finger_tone1;
- 1f595-1f3fc: middle_finger_tone2;
- 1f595-1f3fd: middle_finger_tone3;
- 1f595-1f3fe: middle_finger_tone4;
- 1f595-1f3ff: middle_finger_tone5;
- 270d: writing_hand;
- 270d-1f3fb: writing_hand_tone1;
- 270d-1f3fc: writing_hand_tone2;
- 270d-1f3fd: writing_hand_tone3;
- 270d-1f3fe: writing_hand_tone4;
- 270d-1f3ff: writing_hand_tone5;
- 1f64f: pray;
- 1f64f-1f3fb: pray_tone1;
- 1f64f-1f3fc: pray_tone2;
- 1f64f-1f3fd: pray_tone3;
- 1f64f-1f3fe: pray_tone4;
- 1f64f-1f3ff: pray_tone5;
- 1f9b6: foot;
- 1f9b6-1f3fb: foot_tone1;
- 1f9b6-1f3fc: foot_tone2;
- 1f9b6-1f3fd: foot_tone3;
- 1f9b6-1f3fe: foot_tone4;
- 1f9b6-1f3ff: foot_tone5;
- 1f9b5: leg;
- 1f9b5-1f3fb: leg_tone1;
- 1f9b5-1f3fc: leg_tone2;
- 1f9b5-1f3fd: leg_tone3;
- 1f9b5-1f3fe: leg_tone4;
- 1f9b5-1f3ff: leg_tone5;
- 1f9bf: mechanical_leg;
- 1f484: lipstick;
- 1f48b: kiss;
- 1f444: lips;
- 1f445: tongue;
- 1f9b7: tooth;
- 1f9b4: bone;
- 1f442: ear;
- 1f442-1f3fb: ear_tone1;
- 1f442-1f3fc: ear_tone2;
- 1f442-1f3fd: ear_tone3;
- 1f442-1f3fe: ear_tone4;
- 1f442-1f3ff: ear_tone5;
- 1f9bb: ear_with_hearing_aid;
- 1f9bb-1f3fb: ear_with_hearing_aid_tone1;
- 1f9bb-1f3fc: ear_with_hearing_aid_tone2;
- 1f9bb-1f3fd: ear_with_hearing_aid_tone3;
- 1f9bb-1f3fe: ear_with_hearing_aid_tone4;
- 1f9bb-1f3ff: ear_with_hearing_aid_tone5;
- 1f443: nose;
- 1f443-1f3fb: nose_tone1;
- 1f443-1f3fc: nose_tone2;
- 1f443-1f3fd: nose_tone3;
- 1f443-1f3fe: nose_tone4;
- 1f443-1f3ff: nose_tone5;
- 1f463: footprints;
- 1f441: eye;
- 1f440: eyes;
- 1f9e0: brain;
- 1f5e3: speaking_head;
- 1f464: bust_in_silhouette;
- 1f465: busts_in_silhouette;
- 1f476: baby;
- 1f476-1f3fb: baby_tone1;
- 1f476-1f3fc: baby_tone2;
- 1f476-1f3fd: baby_tone3;
- 1f476-1f3fe: baby_tone4;
- 1f476-1f3ff: baby_tone5;
- 1f467: girl;
- 1f467-1f3fb: girl_tone1;
- 1f467-1f3fc: girl_tone2;
- 1f467-1f3fd: girl_tone3;
- 1f467-1f3fe: girl_tone4;
- 1f467-1f3ff: girl_tone5;
- 1f9d2: child;
- 1f9d2-1f3fb: child_tone1;
- 1f9d2-1f3fc: child_tone2;
- 1f9d2-1f3fd: child_tone3;
- 1f9d2-1f3fe: child_tone4;
- 1f9d2-1f3ff: child_tone5;
- 1f466: boy;
- 1f466-1f3fb: boy_tone1;
- 1f466-1f3fc: boy_tone2;
- 1f466-1f3fd: boy_tone3;
- 1f466-1f3fe: boy_tone4;
- 1f466-1f3ff: boy_tone5;
- 1f469: woman;
- 1f469-1f3fb: woman_tone1;
- 1f469-1f3fc: woman_tone2;
- 1f469-1f3fd: woman_tone3;
- 1f469-1f3fe: woman_tone4;
- 1f469-1f3ff: woman_tone5;
- 1f9d1: adult;
- 1f9d1-1f3fb: adult_tone1;
- 1f9d1-1f3fc: adult_tone2;
- 1f9d1-1f3fd: adult_tone3;
- 1f9d1-1f3fe: adult_tone4;
- 1f9d1-1f3ff: adult_tone5;
- 1f468: man;
- 1f468-1f3fb: man_tone1;
- 1f468-1f3fc: man_tone2;
- 1f468-1f3fd: man_tone3;
- 1f468-1f3fe: man_tone4;
- 1f468-1f3ff: man_tone5;
- 1f469-200d-1f9b1: woman_curly_haired;
- 1f469-1f3fb-200d-1f9b1: woman_curly_haired_tone1;
- 1f469-1f3fc-200d-1f9b1: woman_curly_haired_tone2;
- 1f469-1f3fd-200d-1f9b1: woman_curly_haired_tone3;
- 1f469-1f3fe-200d-1f9b1: woman_curly_haired_tone4;
- 1f469-1f3ff-200d-1f9b1: woman_curly_haired_tone5;
- 1f468-200d-1f9b1: man_curly_haired;
- 1f468-1f3fb-200d-1f9b1: man_curly_haired_tone1;
- 1f468-1f3fc-200d-1f9b1: man_curly_haired_tone2;
- 1f468-1f3fd-200d-1f9b1: man_curly_haired_tone3;
- 1f468-1f3fe-200d-1f9b1: man_curly_haired_tone4;
- 1f468-1f3ff-200d-1f9b1: man_curly_haired_tone5;
- 1f469-200d-1f9b0: woman_red_haired;
- 1f469-1f3fb-200d-1f9b0: woman_red_haired_tone1;
- 1f469-1f3fc-200d-1f9b0: woman_red_haired_tone2;
- 1f469-1f3fd-200d-1f9b0: woman_red_haired_tone3;
- 1f469-1f3fe-200d-1f9b0: woman_red_haired_tone4;
- 1f469-1f3ff-200d-1f9b0: woman_red_haired_tone5;
- 1f468-200d-1f9b0: man_red_haired;
- 1f468-1f3fb-200d-1f9b0: man_red_haired_tone1;
- 1f468-1f3fc-200d-1f9b0: man_red_haired_tone2;
- 1f468-1f3fd-200d-1f9b0: man_red_haired_tone3;
- 1f468-1f3fe-200d-1f9b0: man_red_haired_tone4;
- 1f468-1f3ff-200d-1f9b0: man_red_haired_tone5;
- 1f471-200d-2640-fe0f: blond-haired_woman;
- 1f471-1f3fb-200d-2640-fe0f: blond-haired_woman_tone1;
- 1f471-1f3fc-200d-2640-fe0f: blond-haired_woman_tone2;
- 1f471-1f3fd-200d-2640-fe0f: blond-haired_woman_tone3;
- 1f471-1f3fe-200d-2640-fe0f: blond-haired_woman_tone4;
- 1f471-1f3ff-200d-2640-fe0f: blond-haired_woman_tone5;
- 1f471: blond_haired_person;
- 1f471-1f3fb: blond_haired_person_tone1;
- 1f471-1f3fc: blond_haired_person_tone2;
- 1f471-1f3fd: blond_haired_person_tone3;
- 1f471-1f3fe: blond_haired_person_tone4;
- 1f471-1f3ff: blond_haired_person_tone5;
- 1f471-200d-2642-fe0f: blond-haired_man;
- 1f471-1f3fb-200d-2642-fe0f: blond-haired_man_tone1;
- 1f471-1f3fc-200d-2642-fe0f: blond-haired_man_tone2;
- 1f471-1f3fd-200d-2642-fe0f: blond-haired_man_tone3;
- 1f471-1f3fe-200d-2642-fe0f: blond-haired_man_tone4;
- 1f471-1f3ff-200d-2642-fe0f: blond-haired_man_tone5;
- 1f469-200d-1f9b3: woman_white_haired;
- 1f469-1f3fb-200d-1f9b3: woman_white_haired_tone1;
- 1f469-1f3fc-200d-1f9b3: woman_white_haired_tone2;
- 1f469-1f3fd-200d-1f9b3: woman_white_haired_tone3;
- 1f469-1f3fe-200d-1f9b3: woman_white_haired_tone4;
- 1f469-1f3ff-200d-1f9b3: woman_white_haired_tone5;
- 1f468-200d-1f9b3: man_white_haired;
- 1f468-1f3fb-200d-1f9b3: man_white_haired_tone1;
- 1f468-1f3fc-200d-1f9b3: man_white_haired_tone2;
- 1f468-1f3fd-200d-1f9b3: man_white_haired_tone3;
- 1f468-1f3fe-200d-1f9b3: man_white_haired_tone4;
- 1f468-1f3ff-200d-1f9b3: man_white_haired_tone5;
- 1f469-200d-1f9b2: woman_bald;
- 1f469-1f3fb-200d-1f9b2: woman_bald_tone1;
- 1f469-1f3fc-200d-1f9b2: woman_bald_tone2;
- 1f469-1f3fd-200d-1f9b2: woman_bald_tone3;
- 1f469-1f3fe-200d-1f9b2: woman_bald_tone4;
- 1f469-1f3ff-200d-1f9b2: woman_bald_tone5;
- 1f468-200d-1f9b2: man_bald;
- 1f468-1f3fb-200d-1f9b2: man_bald_tone1;
- 1f468-1f3fc-200d-1f9b2: man_bald_tone2;
- 1f468-1f3fd-200d-1f9b2: man_bald_tone3;
- 1f468-1f3fe-200d-1f9b2: man_bald_tone4;
- 1f468-1f3ff-200d-1f9b2: man_bald_tone5;
- 1f9d4: bearded_person;
- 1f9d4-1f3fb: bearded_person_tone1;
- 1f9d4-1f3fc: bearded_person_tone2;
- 1f9d4-1f3fd: bearded_person_tone3;
- 1f9d4-1f3fe: bearded_person_tone4;
- 1f9d4-1f3ff: bearded_person_tone5;
- 1f475: older_woman;
- 1f475-1f3fb: older_woman_tone1;
- 1f475-1f3fc: older_woman_tone2;
- 1f475-1f3fd: older_woman_tone3;
- 1f475-1f3fe: older_woman_tone4;
- 1f475-1f3ff: older_woman_tone5;
- 1f9d3: older_adult;
- 1f9d3-1f3fb: older_adult_tone1;
- 1f9d3-1f3fc: older_adult_tone2;
- 1f9d3-1f3fd: older_adult_tone3;
- 1f9d3-1f3fe: older_adult_tone4;
- 1f9d3-1f3ff: older_adult_tone5;
- 1f474: older_man;
- 1f474-1f3fb: older_man_tone1;
- 1f474-1f3fc: older_man_tone2;
- 1f474-1f3fd: older_man_tone3;
- 1f474-1f3fe: older_man_tone4;
- 1f474-1f3ff: older_man_tone5;
- 1f472: man_with_chinese_cap;
- 1f472-1f3fb: man_with_chinese_cap_tone1;
- 1f472-1f3fc: man_with_chinese_cap_tone2;
- 1f472-1f3fd: man_with_chinese_cap_tone3;
- 1f472-1f3fe: man_with_chinese_cap_tone4;
- 1f472-1f3ff: man_with_chinese_cap_tone5;
- 1f473: person_wearing_turban;
- 1f473-1f3fb: person_wearing_turban_tone1;
- 1f473-1f3fc: person_wearing_turban_tone2;
- 1f473-1f3fd: person_wearing_turban_tone3;
- 1f473-1f3fe: person_wearing_turban_tone4;
- 1f473-1f3ff: person_wearing_turban_tone5;
- 1f473-200d-2640-fe0f: woman_wearing_turban;
- 1f473-1f3fb-200d-2640-fe0f: woman_wearing_turban_tone1;
- 1f473-1f3fc-200d-2640-fe0f: woman_wearing_turban_tone2;
- 1f473-1f3fd-200d-2640-fe0f: woman_wearing_turban_tone3;
- 1f473-1f3fe-200d-2640-fe0f: woman_wearing_turban_tone4;
- 1f473-1f3ff-200d-2640-fe0f: woman_wearing_turban_tone5;
- 1f473-200d-2642-fe0f: man_wearing_turban;
- 1f473-1f3fb-200d-2642-fe0f: man_wearing_turban_tone1;
- 1f473-1f3fc-200d-2642-fe0f: man_wearing_turban_tone2;
- 1f473-1f3fd-200d-2642-fe0f: man_wearing_turban_tone3;
- 1f473-1f3fe-200d-2642-fe0f: man_wearing_turban_tone4;
- 1f473-1f3ff-200d-2642-fe0f: man_wearing_turban_tone5;
- 1f9d5: woman_with_headscarf;
- 1f9d5-1f3fb: woman_with_headscarf_tone1;
- 1f9d5-1f3fc: woman_with_headscarf_tone2;
- 1f9d5-1f3fd: woman_with_headscarf_tone3;
- 1f9d5-1f3fe: woman_with_headscarf_tone4;
- 1f9d5-1f3ff: woman_with_headscarf_tone5;
- 1f46e: police_officer;
- 1f46e-1f3fb: police_officer_tone1;
- 1f46e-1f3fc: police_officer_tone2;
- 1f46e-1f3fd: police_officer_tone3;
- 1f46e-1f3fe: police_officer_tone4;
- 1f46e-1f3ff: police_officer_tone5;
- 1f46e-200d-2640-fe0f: woman_police_officer;
- 1f46e-1f3fb-200d-2640-fe0f: woman_police_officer_tone1;
- 1f46e-1f3fc-200d-2640-fe0f: woman_police_officer_tone2;
- 1f46e-1f3fd-200d-2640-fe0f: woman_police_officer_tone3;
- 1f46e-1f3fe-200d-2640-fe0f: woman_police_officer_tone4;
- 1f46e-1f3ff-200d-2640-fe0f: woman_police_officer_tone5;
- 1f46e-200d-2642-fe0f: man_police_officer;
- 1f46e-1f3fb-200d-2642-fe0f: man_police_officer_tone1;
- 1f46e-1f3fc-200d-2642-fe0f: man_police_officer_tone2;
- 1f46e-1f3fd-200d-2642-fe0f: man_police_officer_tone3;
- 1f46e-1f3fe-200d-2642-fe0f: man_police_officer_tone4;
- 1f46e-1f3ff-200d-2642-fe0f: man_police_officer_tone5;
- 1f477: construction_worker;
- 1f477-1f3fb: construction_worker_tone1;
- 1f477-1f3fc: construction_worker_tone2;
- 1f477-1f3fd: construction_worker_tone3;
- 1f477-1f3fe: construction_worker_tone4;
- 1f477-1f3ff: construction_worker_tone5;
- 1f477-200d-2640-fe0f: woman_construction_worker;
- 1f477-1f3fb-200d-2640-fe0f: woman_construction_worker_tone1;
- 1f477-1f3fc-200d-2640-fe0f: woman_construction_worker_tone2;
- 1f477-1f3fd-200d-2640-fe0f: woman_construction_worker_tone3;
- 1f477-1f3fe-200d-2640-fe0f: woman_construction_worker_tone4;
- 1f477-1f3ff-200d-2640-fe0f: woman_construction_worker_tone5;
- 1f477-200d-2642-fe0f: man_construction_worker;
- 1f477-1f3fb-200d-2642-fe0f: man_construction_worker_tone1;
- 1f477-1f3fc-200d-2642-fe0f: man_construction_worker_tone2;
- 1f477-1f3fd-200d-2642-fe0f: man_construction_worker_tone3;
- 1f477-1f3fe-200d-2642-fe0f: man_construction_worker_tone4;
- 1f477-1f3ff-200d-2642-fe0f: man_construction_worker_tone5;
- 1f482: guard;
- 1f482-1f3fb: guard_tone1;
- 1f482-1f3fc: guard_tone2;
- 1f482-1f3fd: guard_tone3;
- 1f482-1f3fe: guard_tone4;
- 1f482-1f3ff: guard_tone5;
- 1f482-200d-2640-fe0f: woman_guard;
- 1f482-1f3fb-200d-2640-fe0f: woman_guard_tone1;
- 1f482-1f3fc-200d-2640-fe0f: woman_guard_tone2;
- 1f482-1f3fd-200d-2640-fe0f: woman_guard_tone3;
- 1f482-1f3fe-200d-2640-fe0f: woman_guard_tone4;
- 1f482-1f3ff-200d-2640-fe0f: woman_guard_tone5;
- 1f482-200d-2642-fe0f: man_guard;
- 1f482-1f3fb-200d-2642-fe0f: man_guard_tone1;
- 1f482-1f3fc-200d-2642-fe0f: man_guard_tone2;
- 1f482-1f3fd-200d-2642-fe0f: man_guard_tone3;
- 1f482-1f3fe-200d-2642-fe0f: man_guard_tone4;
- 1f482-1f3ff-200d-2642-fe0f: man_guard_tone5;
- 1f575: detective;
- 1f575-1f3fb: detective_tone1;
- 1f575-1f3fc: detective_tone2;
- 1f575-1f3fd: detective_tone3;
- 1f575-1f3fe: detective_tone4;
- 1f575-1f3ff: detective_tone5;
- 1f575-fe0f-200d-2640-fe0f: woman_detective;
- 1f575-1f3fb-200d-2640-fe0f: woman_detective_tone1;
- 1f575-1f3fc-200d-2640-fe0f: woman_detective_tone2;
- 1f575-1f3fd-200d-2640-fe0f: woman_detective_tone3;
- 1f575-1f3fe-200d-2640-fe0f: woman_detective_tone4;
- 1f575-1f3ff-200d-2640-fe0f: woman_detective_tone5;
- 1f575-fe0f-200d-2642-fe0f: man_detective;
- 1f575-1f3fb-200d-2642-fe0f: man_detective_tone1;
- 1f575-1f3fc-200d-2642-fe0f: man_detective_tone2;
- 1f575-1f3fd-200d-2642-fe0f: man_detective_tone3;
- 1f575-1f3fe-200d-2642-fe0f: man_detective_tone4;
- 1f575-1f3ff-200d-2642-fe0f: man_detective_tone5;
- 1f469-200d-2695-fe0f: woman_health_worker;
- 1f469-1f3fb-200d-2695-fe0f: woman_health_worker_tone1;
- 1f469-1f3fc-200d-2695-fe0f: woman_health_worker_tone2;
- 1f469-1f3fd-200d-2695-fe0f: woman_health_worker_tone3;
- 1f469-1f3fe-200d-2695-fe0f: woman_health_worker_tone4;
- 1f469-1f3ff-200d-2695-fe0f: woman_health_worker_tone5;
- 1f468-200d-2695-fe0f: man_health_worker;
- 1f468-1f3fb-200d-2695-fe0f: man_health_worker_tone1;
- 1f468-1f3fc-200d-2695-fe0f: man_health_worker_tone2;
- 1f468-1f3fd-200d-2695-fe0f: man_health_worker_tone3;
- 1f468-1f3fe-200d-2695-fe0f: man_health_worker_tone4;
- 1f468-1f3ff-200d-2695-fe0f: man_health_worker_tone5;
- 1f469-200d-1f33e: woman_farmer;
- 1f469-1f3fb-200d-1f33e: woman_farmer_tone1;
- 1f469-1f3fc-200d-1f33e: woman_farmer_tone2;
- 1f469-1f3fd-200d-1f33e: woman_farmer_tone3;
- 1f469-1f3fe-200d-1f33e: woman_farmer_tone4;
- 1f469-1f3ff-200d-1f33e: woman_farmer_tone5;
- 1f468-200d-1f33e: man_farmer;
- 1f468-1f3fb-200d-1f33e: man_farmer_tone1;
- 1f468-1f3fc-200d-1f33e: man_farmer_tone2;
- 1f468-1f3fd-200d-1f33e: man_farmer_tone3;
- 1f468-1f3fe-200d-1f33e: man_farmer_tone4;
- 1f468-1f3ff-200d-1f33e: man_farmer_tone5;
- 1f469-200d-1f373: woman_cook;
- 1f469-1f3fb-200d-1f373: woman_cook_tone1;
- 1f469-1f3fc-200d-1f373: woman_cook_tone2;
- 1f469-1f3fd-200d-1f373: woman_cook_tone3;
- 1f469-1f3fe-200d-1f373: woman_cook_tone4;
- 1f469-1f3ff-200d-1f373: woman_cook_tone5;
- 1f468-200d-1f373: man_cook;
- 1f468-1f3fb-200d-1f373: man_cook_tone1;
- 1f468-1f3fc-200d-1f373: man_cook_tone2;
- 1f468-1f3fd-200d-1f373: man_cook_tone3;
- 1f468-1f3fe-200d-1f373: man_cook_tone4;
- 1f468-1f3ff-200d-1f373: man_cook_tone5;
- 1f469-200d-1f393: woman_student;
- 1f469-1f3fb-200d-1f393: woman_student_tone1;
- 1f469-1f3fc-200d-1f393: woman_student_tone2;
- 1f469-1f3fd-200d-1f393: woman_student_tone3;
- 1f469-1f3fe-200d-1f393: woman_student_tone4;
- 1f469-1f3ff-200d-1f393: woman_student_tone5;
- 1f468-200d-1f393: man_student;
- 1f468-1f3fb-200d-1f393: man_student_tone1;
- 1f468-1f3fc-200d-1f393: man_student_tone2;
- 1f468-1f3fd-200d-1f393: man_student_tone3;
- 1f468-1f3fe-200d-1f393: man_student_tone4;
- 1f468-1f3ff-200d-1f393: man_student_tone5;
- 1f469-200d-1f3a4: woman_singer;
- 1f469-1f3fb-200d-1f3a4: woman_singer_tone1;
- 1f469-1f3fc-200d-1f3a4: woman_singer_tone2;
- 1f469-1f3fd-200d-1f3a4: woman_singer_tone3;
- 1f469-1f3fe-200d-1f3a4: woman_singer_tone4;
- 1f469-1f3ff-200d-1f3a4: woman_singer_tone5;
- 1f468-200d-1f3a4: man_singer;
- 1f468-1f3fb-200d-1f3a4: man_singer_tone1;
- 1f468-1f3fc-200d-1f3a4: man_singer_tone2;
- 1f468-1f3fd-200d-1f3a4: man_singer_tone3;
- 1f468-1f3fe-200d-1f3a4: man_singer_tone4;
- 1f468-1f3ff-200d-1f3a4: man_singer_tone5;
- 1f469-200d-1f3eb: woman_teacher;
- 1f469-1f3fb-200d-1f3eb: woman_teacher_tone1;
- 1f469-1f3fc-200d-1f3eb: woman_teacher_tone2;
- 1f469-1f3fd-200d-1f3eb: woman_teacher_tone3;
- 1f469-1f3fe-200d-1f3eb: woman_teacher_tone4;
- 1f469-1f3ff-200d-1f3eb: woman_teacher_tone5;
- 1f468-200d-1f3eb: man_teacher;
- 1f468-1f3fb-200d-1f3eb: man_teacher_tone1;
- 1f468-1f3fc-200d-1f3eb: man_teacher_tone2;
- 1f468-1f3fd-200d-1f3eb: man_teacher_tone3;
- 1f468-1f3fe-200d-1f3eb: man_teacher_tone4;
- 1f468-1f3ff-200d-1f3eb: man_teacher_tone5;
- 1f469-200d-1f3ed: woman_factory_worker;
- 1f469-1f3fb-200d-1f3ed: woman_factory_worker_tone1;
- 1f469-1f3fc-200d-1f3ed: woman_factory_worker_tone2;
- 1f469-1f3fd-200d-1f3ed: woman_factory_worker_tone3;
- 1f469-1f3fe-200d-1f3ed: woman_factory_worker_tone4;
- 1f469-1f3ff-200d-1f3ed: woman_factory_worker_tone5;
- 1f468-200d-1f3ed: man_factory_worker;
- 1f468-1f3fb-200d-1f3ed: man_factory_worker_tone1;
- 1f468-1f3fc-200d-1f3ed: man_factory_worker_tone2;
- 1f468-1f3fd-200d-1f3ed: man_factory_worker_tone3;
- 1f468-1f3fe-200d-1f3ed: man_factory_worker_tone4;
- 1f468-1f3ff-200d-1f3ed: man_factory_worker_tone5;
- 1f469-200d-1f4bb: woman_technologist;
- 1f469-1f3fb-200d-1f4bb: woman_technologist_tone1;
- 1f469-1f3fc-200d-1f4bb: woman_technologist_tone2;
- 1f469-1f3fd-200d-1f4bb: woman_technologist_tone3;
- 1f469-1f3fe-200d-1f4bb: woman_technologist_tone4;
- 1f469-1f3ff-200d-1f4bb: woman_technologist_tone5;
- 1f468-200d-1f4bb: man_technologist;
- 1f468-1f3fb-200d-1f4bb: man_technologist_tone1;
- 1f468-1f3fc-200d-1f4bb: man_technologist_tone2;
- 1f468-1f3fd-200d-1f4bb: man_technologist_tone3;
- 1f468-1f3fe-200d-1f4bb: man_technologist_tone4;
- 1f468-1f3ff-200d-1f4bb: man_technologist_tone5;
- 1f469-200d-1f4bc: woman_office_worker;
- 1f469-1f3fb-200d-1f4bc: woman_office_worker_tone1;
- 1f469-1f3fc-200d-1f4bc: woman_office_worker_tone2;
- 1f469-1f3fd-200d-1f4bc: woman_office_worker_tone3;
- 1f469-1f3fe-200d-1f4bc: woman_office_worker_tone4;
- 1f469-1f3ff-200d-1f4bc: woman_office_worker_tone5;
- 1f468-200d-1f4bc: man_office_worker;
- 1f468-1f3fb-200d-1f4bc: man_office_worker_tone1;
- 1f468-1f3fc-200d-1f4bc: man_office_worker_tone2;
- 1f468-1f3fd-200d-1f4bc: man_office_worker_tone3;
- 1f468-1f3fe-200d-1f4bc: man_office_worker_tone4;
- 1f468-1f3ff-200d-1f4bc: man_office_worker_tone5;
- 1f469-200d-1f527: woman_mechanic;
- 1f469-1f3fb-200d-1f527: woman_mechanic_tone1;
- 1f469-1f3fc-200d-1f527: woman_mechanic_tone2;
- 1f469-1f3fd-200d-1f527: woman_mechanic_tone3;
- 1f469-1f3fe-200d-1f527: woman_mechanic_tone4;
- 1f469-1f3ff-200d-1f527: woman_mechanic_tone5;
- 1f468-200d-1f527: man_mechanic;
- 1f468-1f3fb-200d-1f527: man_mechanic_tone1;
- 1f468-1f3fc-200d-1f527: man_mechanic_tone2;
- 1f468-1f3fd-200d-1f527: man_mechanic_tone3;
- 1f468-1f3fe-200d-1f527: man_mechanic_tone4;
- 1f468-1f3ff-200d-1f527: man_mechanic_tone5;
- 1f469-200d-1f52c: woman_scientist;
- 1f469-1f3fb-200d-1f52c: woman_scientist_tone1;
- 1f469-1f3fc-200d-1f52c: woman_scientist_tone2;
- 1f469-1f3fd-200d-1f52c: woman_scientist_tone3;
- 1f469-1f3fe-200d-1f52c: woman_scientist_tone4;
- 1f469-1f3ff-200d-1f52c: woman_scientist_tone5;
- 1f468-200d-1f52c: man_scientist;
- 1f468-1f3fb-200d-1f52c: man_scientist_tone1;
- 1f468-1f3fc-200d-1f52c: man_scientist_tone2;
- 1f468-1f3fd-200d-1f52c: man_scientist_tone3;
- 1f468-1f3fe-200d-1f52c: man_scientist_tone4;
- 1f468-1f3ff-200d-1f52c: man_scientist_tone5;
- 1f469-200d-1f3a8: woman_artist;
- 1f469-1f3fb-200d-1f3a8: woman_artist_tone1;
- 1f469-1f3fc-200d-1f3a8: woman_artist_tone2;
- 1f469-1f3fd-200d-1f3a8: woman_artist_tone3;
- 1f469-1f3fe-200d-1f3a8: woman_artist_tone4;
- 1f469-1f3ff-200d-1f3a8: woman_artist_tone5;
- 1f468-200d-1f3a8: man_artist;
- 1f468-1f3fb-200d-1f3a8: man_artist_tone1;
- 1f468-1f3fc-200d-1f3a8: man_artist_tone2;
- 1f468-1f3fd-200d-1f3a8: man_artist_tone3;
- 1f468-1f3fe-200d-1f3a8: man_artist_tone4;
- 1f468-1f3ff-200d-1f3a8: man_artist_tone5;
- 1f469-200d-1f692: woman_firefighter;
- 1f469-1f3fb-200d-1f692: woman_firefighter_tone1;
- 1f469-1f3fc-200d-1f692: woman_firefighter_tone2;
- 1f469-1f3fd-200d-1f692: woman_firefighter_tone3;
- 1f469-1f3fe-200d-1f692: woman_firefighter_tone4;
- 1f469-1f3ff-200d-1f692: woman_firefighter_tone5;
- 1f468-200d-1f692: man_firefighter;
- 1f468-1f3fb-200d-1f692: man_firefighter_tone1;
- 1f468-1f3fc-200d-1f692: man_firefighter_tone2;
- 1f468-1f3fd-200d-1f692: man_firefighter_tone3;
- 1f468-1f3fe-200d-1f692: man_firefighter_tone4;
- 1f468-1f3ff-200d-1f692: man_firefighter_tone5;
- 1f469-200d-2708-fe0f: woman_pilot;
- 1f469-1f3fb-200d-2708-fe0f: woman_pilot_tone1;
- 1f469-1f3fc-200d-2708-fe0f: woman_pilot_tone2;
- 1f469-1f3fd-200d-2708-fe0f: woman_pilot_tone3;
- 1f469-1f3fe-200d-2708-fe0f: woman_pilot_tone4;
- 1f469-1f3ff-200d-2708-fe0f: woman_pilot_tone5;
- 1f468-200d-2708-fe0f: man_pilot;
- 1f468-1f3fb-200d-2708-fe0f: man_pilot_tone1;
- 1f468-1f3fc-200d-2708-fe0f: man_pilot_tone2;
- 1f468-1f3fd-200d-2708-fe0f: man_pilot_tone3;
- 1f468-1f3fe-200d-2708-fe0f: man_pilot_tone4;
- 1f468-1f3ff-200d-2708-fe0f: man_pilot_tone5;
- 1f469-200d-1f680: woman_astronaut;
- 1f469-1f3fb-200d-1f680: woman_astronaut_tone1;
- 1f469-1f3fc-200d-1f680: woman_astronaut_tone2;
- 1f469-1f3fd-200d-1f680: woman_astronaut_tone3;
- 1f469-1f3fe-200d-1f680: woman_astronaut_tone4;
- 1f469-1f3ff-200d-1f680: woman_astronaut_tone5;
- 1f468-200d-1f680: man_astronaut;
- 1f468-1f3fb-200d-1f680: man_astronaut_tone1;
- 1f468-1f3fc-200d-1f680: man_astronaut_tone2;
- 1f468-1f3fd-200d-1f680: man_astronaut_tone3;
- 1f468-1f3fe-200d-1f680: man_astronaut_tone4;
- 1f468-1f3ff-200d-1f680: man_astronaut_tone5;
- 1f469-200d-2696-fe0f: woman_judge;
- 1f469-1f3fb-200d-2696-fe0f: woman_judge_tone1;
- 1f469-1f3fc-200d-2696-fe0f: woman_judge_tone2;
- 1f469-1f3fd-200d-2696-fe0f: woman_judge_tone3;
- 1f469-1f3fe-200d-2696-fe0f: woman_judge_tone4;
- 1f469-1f3ff-200d-2696-fe0f: woman_judge_tone5;
- 1f468-200d-2696-fe0f: man_judge;
- 1f468-1f3fb-200d-2696-fe0f: man_judge_tone1;
- 1f468-1f3fc-200d-2696-fe0f: man_judge_tone2;
- 1f468-1f3fd-200d-2696-fe0f: man_judge_tone3;
- 1f468-1f3fe-200d-2696-fe0f: man_judge_tone4;
- 1f468-1f3ff-200d-2696-fe0f: man_judge_tone5;
- 1f470: bride_with_veil;
- 1f470-1f3fb: bride_with_veil_tone1;
- 1f470-1f3fc: bride_with_veil_tone2;
- 1f470-1f3fd: bride_with_veil_tone3;
- 1f470-1f3fe: bride_with_veil_tone4;
- 1f470-1f3ff: bride_with_veil_tone5;
- 1f935: man_in_tuxedo;
- 1f935-1f3fb: man_in_tuxedo_tone1;
- 1f935-1f3fc: man_in_tuxedo_tone2;
- 1f935-1f3fd: man_in_tuxedo_tone3;
- 1f935-1f3fe: man_in_tuxedo_tone4;
- 1f935-1f3ff: man_in_tuxedo_tone5;
- 1f478: princess;
- 1f478-1f3fb: princess_tone1;
- 1f478-1f3fc: princess_tone2;
- 1f478-1f3fd: princess_tone3;
- 1f478-1f3fe: princess_tone4;
- 1f478-1f3ff: princess_tone5;
- 1f934: prince;
- 1f934-1f3fb: prince_tone1;
- 1f934-1f3fc: prince_tone2;
- 1f934-1f3fd: prince_tone3;
- 1f934-1f3fe: prince_tone4;
- 1f934-1f3ff: prince_tone5;
- 1f9b8: superhero;
- 1f9b8-1f3fb: superhero_tone1;
- 1f9b8-1f3fc: superhero_tone2;
- 1f9b8-1f3fd: superhero_tone3;
- 1f9b8-1f3fe: superhero_tone4;
- 1f9b8-1f3ff: superhero_tone5;
- 1f9b8-200d-2640-fe0f: woman_superhero;
- 1f9b8-1f3fb-200d-2640-fe0f: woman_superhero_tone1;
- 1f9b8-1f3fc-200d-2640-fe0f: woman_superhero_tone2;
- 1f9b8-1f3fd-200d-2640-fe0f: woman_superhero_tone3;
- 1f9b8-1f3fe-200d-2640-fe0f: woman_superhero_tone4;
- 1f9b8-1f3ff-200d-2640-fe0f: woman_superhero_tone5;
- 1f9b8-200d-2642-fe0f: man_superhero;
- 1f9b8-1f3fb-200d-2642-fe0f: man_superhero_tone1;
- 1f9b8-1f3fc-200d-2642-fe0f: man_superhero_tone2;
- 1f9b8-1f3fd-200d-2642-fe0f: man_superhero_tone3;
- 1f9b8-1f3fe-200d-2642-fe0f: man_superhero_tone4;
- 1f9b8-1f3ff-200d-2642-fe0f: man_superhero_tone5;
- 1f9b9: supervillain;
- 1f9b9-1f3fb: supervillain_tone1;
- 1f9b9-1f3fc: supervillain_tone2;
- 1f9b9-1f3fd: supervillain_tone3;
- 1f9b9-1f3fe: supervillain_tone4;
- 1f9b9-1f3ff: supervillain_tone5;
- 1f9b9-200d-2640-fe0f: woman_supervillain;
- 1f9b9-1f3fb-200d-2640-fe0f: woman_supervillain_tone1;
- 1f9b9-1f3fc-200d-2640-fe0f: woman_supervillain_tone2;
- 1f9b9-1f3fd-200d-2640-fe0f: woman_supervillain_tone3;
- 1f9b9-1f3fe-200d-2640-fe0f: woman_supervillain_tone4;
- 1f9b9-1f3ff-200d-2640-fe0f: woman_supervillain_tone5;
- 1f9b9-200d-2642-fe0f: man_supervillain;
- 1f9b9-1f3fb-200d-2642-fe0f: man_supervillain_tone1;
- 1f9b9-1f3fc-200d-2642-fe0f: man_supervillain_tone2;
- 1f9b9-1f3fd-200d-2642-fe0f: man_supervillain_tone3;
- 1f9b9-1f3fe-200d-2642-fe0f: man_supervillain_tone4;
- 1f9b9-1f3ff-200d-2642-fe0f: man_supervillain_tone5;
- 1f936: mrs_claus;
- 1f936-1f3fb: mrs_claus_tone1;
- 1f936-1f3fc: mrs_claus_tone2;
- 1f936-1f3fd: mrs_claus_tone3;
- 1f936-1f3fe: mrs_claus_tone4;
- 1f936-1f3ff: mrs_claus_tone5;
- 1f385: santa;
- 1f385-1f3fb: santa_tone1;
- 1f385-1f3fc: santa_tone2;
- 1f385-1f3fd: santa_tone3;
- 1f385-1f3fe: santa_tone4;
- 1f385-1f3ff: santa_tone5;
- 1f9d9: mage;
- 1f9d9-1f3fb: mage_tone1;
- 1f9d9-1f3fc: mage_tone2;
- 1f9d9-1f3fd: mage_tone3;
- 1f9d9-1f3fe: mage_tone4;
- 1f9d9-1f3ff: mage_tone5;
- 1f9d9-200d-2640-fe0f: woman_mage;
- 1f9d9-1f3fb-200d-2640-fe0f: woman_mage_tone1;
- 1f9d9-1f3fc-200d-2640-fe0f: woman_mage_tone2;
- 1f9d9-1f3fd-200d-2640-fe0f: woman_mage_tone3;
- 1f9d9-1f3fe-200d-2640-fe0f: woman_mage_tone4;
- 1f9d9-1f3ff-200d-2640-fe0f: woman_mage_tone5;
- 1f9d9-200d-2642-fe0f: man_mage;
- 1f9d9-1f3fb-200d-2642-fe0f: man_mage_tone1;
- 1f9d9-1f3fc-200d-2642-fe0f: man_mage_tone2;
- 1f9d9-1f3fd-200d-2642-fe0f: man_mage_tone3;
- 1f9d9-1f3fe-200d-2642-fe0f: man_mage_tone4;
- 1f9d9-1f3ff-200d-2642-fe0f: man_mage_tone5;
- 1f9dd: elf;
- 1f9dd-1f3fb: elf_tone1;
- 1f9dd-1f3fc: elf_tone2;
- 1f9dd-1f3fd: elf_tone3;
- 1f9dd-1f3fe: elf_tone4;
- 1f9dd-1f3ff: elf_tone5;
- 1f9dd-200d-2640-fe0f: woman_elf;
- 1f9dd-1f3fb-200d-2640-fe0f: woman_elf_tone1;
- 1f9dd-1f3fc-200d-2640-fe0f: woman_elf_tone2;
- 1f9dd-1f3fd-200d-2640-fe0f: woman_elf_tone3;
- 1f9dd-1f3fe-200d-2640-fe0f: woman_elf_tone4;
- 1f9dd-1f3ff-200d-2640-fe0f: woman_elf_tone5;
- 1f9dd-200d-2642-fe0f: man_elf;
- 1f9dd-1f3fb-200d-2642-fe0f: man_elf_tone1;
- 1f9dd-1f3fc-200d-2642-fe0f: man_elf_tone2;
- 1f9dd-1f3fd-200d-2642-fe0f: man_elf_tone3;
- 1f9dd-1f3fe-200d-2642-fe0f: man_elf_tone4;
- 1f9dd-1f3ff-200d-2642-fe0f: man_elf_tone5;
- 1f9db: vampire;
- 1f9db-1f3fb: vampire_tone1;
- 1f9db-1f3fc: vampire_tone2;
- 1f9db-1f3fd: vampire_tone3;
- 1f9db-1f3fe: vampire_tone4;
- 1f9db-1f3ff: vampire_tone5;
- 1f9db-200d-2640-fe0f: woman_vampire;
- 1f9db-1f3fb-200d-2640-fe0f: woman_vampire_tone1;
- 1f9db-1f3fc-200d-2640-fe0f: woman_vampire_tone2;
- 1f9db-1f3fd-200d-2640-fe0f: woman_vampire_tone3;
- 1f9db-1f3fe-200d-2640-fe0f: woman_vampire_tone4;
- 1f9db-1f3ff-200d-2640-fe0f: woman_vampire_tone5;
- 1f9db-200d-2642-fe0f: man_vampire;
- 1f9db-1f3fb-200d-2642-fe0f: man_vampire_tone1;
- 1f9db-1f3fc-200d-2642-fe0f: man_vampire_tone2;
- 1f9db-1f3fd-200d-2642-fe0f: man_vampire_tone3;
- 1f9db-1f3fe-200d-2642-fe0f: man_vampire_tone4;
- 1f9db-1f3ff-200d-2642-fe0f: man_vampire_tone5;
- 1f9df: zombie;
- 1f9df-200d-2640-fe0f: woman_zombie;
- 1f9df-200d-2642-fe0f: man_zombie;
- 1f9de: genie;
- 1f9de-200d-2640-fe0f: woman_genie;
- 1f9de-200d-2642-fe0f: man_genie;
- 1f9dc: merperson;
- 1f9dc-1f3fb: merperson_tone1;
- 1f9dc-1f3fc: merperson_tone2;
- 1f9dc-1f3fd: merperson_tone3;
- 1f9dc-1f3fe: merperson_tone4;
- 1f9dc-1f3ff: merperson_tone5;
- 1f9dc-200d-2640-fe0f: mermaid;
- 1f9dc-1f3fb-200d-2640-fe0f: mermaid_tone1;
- 1f9dc-1f3fc-200d-2640-fe0f: mermaid_tone2;
- 1f9dc-1f3fd-200d-2640-fe0f: mermaid_tone3;
- 1f9dc-1f3fe-200d-2640-fe0f: mermaid_tone4;
- 1f9dc-1f3ff-200d-2640-fe0f: mermaid_tone5;
- 1f9dc-200d-2642-fe0f: merman;
- 1f9dc-1f3fb-200d-2642-fe0f: merman_tone1;
- 1f9dc-1f3fc-200d-2642-fe0f: merman_tone2;
- 1f9dc-1f3fd-200d-2642-fe0f: merman_tone3;
- 1f9dc-1f3fe-200d-2642-fe0f: merman_tone4;
- 1f9dc-1f3ff-200d-2642-fe0f: merman_tone5;
- 1f9da: fairy;
- 1f9da-1f3fb: fairy_tone1;
- 1f9da-1f3fc: fairy_tone2;
- 1f9da-1f3fd: fairy_tone3;
- 1f9da-1f3fe: fairy_tone4;
- 1f9da-1f3ff: fairy_tone5;
- 1f9da-200d-2640-fe0f: woman_fairy;
- 1f9da-1f3fb-200d-2640-fe0f: woman_fairy_tone1;
- 1f9da-1f3fc-200d-2640-fe0f: woman_fairy_tone2;
- 1f9da-1f3fd-200d-2640-fe0f: woman_fairy_tone3;
- 1f9da-1f3fe-200d-2640-fe0f: woman_fairy_tone4;
- 1f9da-1f3ff-200d-2640-fe0f: woman_fairy_tone5;
- 1f9da-200d-2642-fe0f: man_fairy;
- 1f9da-1f3fb-200d-2642-fe0f: man_fairy_tone1;
- 1f9da-1f3fc-200d-2642-fe0f: man_fairy_tone2;
- 1f9da-1f3fd-200d-2642-fe0f: man_fairy_tone3;
- 1f9da-1f3fe-200d-2642-fe0f: man_fairy_tone4;
- 1f9da-1f3ff-200d-2642-fe0f: man_fairy_tone5;
- 1f47c: angel;
- 1f47c-1f3fb: angel_tone1;
- 1f47c-1f3fc: angel_tone2;
- 1f47c-1f3fd: angel_tone3;
- 1f47c-1f3fe: angel_tone4;
- 1f47c-1f3ff: angel_tone5;
- 1f930: pregnant_woman;
- 1f930-1f3fb: pregnant_woman_tone1;
- 1f930-1f3fc: pregnant_woman_tone2;
- 1f930-1f3fd: pregnant_woman_tone3;
- 1f930-1f3fe: pregnant_woman_tone4;
- 1f930-1f3ff: pregnant_woman_tone5;
- 1f931: breast_feeding;
- 1f931-1f3fb: breast_feeding_tone1;
- 1f931-1f3fc: breast_feeding_tone2;
- 1f931-1f3fd: breast_feeding_tone3;
- 1f931-1f3fe: breast_feeding_tone4;
- 1f931-1f3ff: breast_feeding_tone5;
- 1f647: person_bowing;
- 1f647-1f3fb: person_bowing_tone1;
- 1f647-1f3fc: person_bowing_tone2;
- 1f647-1f3fd: person_bowing_tone3;
- 1f647-1f3fe: person_bowing_tone4;
- 1f647-1f3ff: person_bowing_tone5;
- 1f647-200d-2640-fe0f: woman_bowing;
- 1f647-1f3fb-200d-2640-fe0f: woman_bowing_tone1;
- 1f647-1f3fc-200d-2640-fe0f: woman_bowing_tone2;
- 1f647-1f3fd-200d-2640-fe0f: woman_bowing_tone3;
- 1f647-1f3fe-200d-2640-fe0f: woman_bowing_tone4;
- 1f647-1f3ff-200d-2640-fe0f: woman_bowing_tone5;
- 1f647-200d-2642-fe0f: man_bowing;
- 1f647-1f3fb-200d-2642-fe0f: man_bowing_tone1;
- 1f647-1f3fc-200d-2642-fe0f: man_bowing_tone2;
- 1f647-1f3fd-200d-2642-fe0f: man_bowing_tone3;
- 1f647-1f3fe-200d-2642-fe0f: man_bowing_tone4;
- 1f647-1f3ff-200d-2642-fe0f: man_bowing_tone5;
- 1f481: person_tipping_hand;
- 1f481-1f3fb: person_tipping_hand_tone1;
- 1f481-1f3fc: person_tipping_hand_tone2;
- 1f481-1f3fd: person_tipping_hand_tone3;
- 1f481-1f3fe: person_tipping_hand_tone4;
- 1f481-1f3ff: person_tipping_hand_tone5;
- 1f481-200d-2640-fe0f: woman_tipping_hand;
- 1f481-1f3fb-200d-2640-fe0f: woman_tipping_hand_tone1;
- 1f481-1f3fc-200d-2640-fe0f: woman_tipping_hand_tone2;
- 1f481-1f3fd-200d-2640-fe0f: woman_tipping_hand_tone3;
- 1f481-1f3fe-200d-2640-fe0f: woman_tipping_hand_tone4;
- 1f481-1f3ff-200d-2640-fe0f: woman_tipping_hand_tone5;
- 1f481-200d-2642-fe0f: man_tipping_hand;
- 1f481-1f3fb-200d-2642-fe0f: man_tipping_hand_tone1;
- 1f481-1f3fc-200d-2642-fe0f: man_tipping_hand_tone2;
- 1f481-1f3fd-200d-2642-fe0f: man_tipping_hand_tone3;
- 1f481-1f3fe-200d-2642-fe0f: man_tipping_hand_tone4;
- 1f481-1f3ff-200d-2642-fe0f: man_tipping_hand_tone5;
- 1f645: person_gesturing_no;
- 1f645-1f3fb: person_gesturing_no_tone1;
- 1f645-1f3fc: person_gesturing_no_tone2;
- 1f645-1f3fd: person_gesturing_no_tone3;
- 1f645-1f3fe: person_gesturing_no_tone4;
- 1f645-1f3ff: person_gesturing_no_tone5;
- 1f645-200d-2640-fe0f: woman_gesturing_no;
- 1f645-1f3fb-200d-2640-fe0f: woman_gesturing_no_tone1;
- 1f645-1f3fc-200d-2640-fe0f: woman_gesturing_no_tone2;
- 1f645-1f3fd-200d-2640-fe0f: woman_gesturing_no_tone3;
- 1f645-1f3fe-200d-2640-fe0f: woman_gesturing_no_tone4;
- 1f645-1f3ff-200d-2640-fe0f: woman_gesturing_no_tone5;
- 1f645-200d-2642-fe0f: man_gesturing_no;
- 1f645-1f3fb-200d-2642-fe0f: man_gesturing_no_tone1;
- 1f645-1f3fc-200d-2642-fe0f: man_gesturing_no_tone2;
- 1f645-1f3fd-200d-2642-fe0f: man_gesturing_no_tone3;
- 1f645-1f3fe-200d-2642-fe0f: man_gesturing_no_tone4;
- 1f645-1f3ff-200d-2642-fe0f: man_gesturing_no_tone5;
- 1f646: person_gesturing_ok;
- 1f646-1f3fb: person_gesturing_ok_tone1;
- 1f646-1f3fc: person_gesturing_ok_tone2;
- 1f646-1f3fd: person_gesturing_ok_tone3;
- 1f646-1f3fe: person_gesturing_ok_tone4;
- 1f646-1f3ff: person_gesturing_ok_tone5;
- 1f646-200d-2640-fe0f: woman_gesturing_ok;
- 1f646-1f3fb-200d-2640-fe0f: woman_gesturing_ok_tone1;
- 1f646-1f3fc-200d-2640-fe0f: woman_gesturing_ok_tone2;
- 1f646-1f3fd-200d-2640-fe0f: woman_gesturing_ok_tone3;
- 1f646-1f3fe-200d-2640-fe0f: woman_gesturing_ok_tone4;
- 1f646-1f3ff-200d-2640-fe0f: woman_gesturing_ok_tone5;
- 1f646-200d-2642-fe0f: man_gesturing_ok;
- 1f646-1f3fb-200d-2642-fe0f: man_gesturing_ok_tone1;
- 1f646-1f3fc-200d-2642-fe0f: man_gesturing_ok_tone2;
- 1f646-1f3fd-200d-2642-fe0f: man_gesturing_ok_tone3;
- 1f646-1f3fe-200d-2642-fe0f: man_gesturing_ok_tone4;
- 1f646-1f3ff-200d-2642-fe0f: man_gesturing_ok_tone5;
- 1f64b: person_raising_hand;
- 1f64b-1f3fb: person_raising_hand_tone1;
- 1f64b-1f3fc: person_raising_hand_tone2;
- 1f64b-1f3fd: person_raising_hand_tone3;
- 1f64b-1f3fe: person_raising_hand_tone4;
- 1f64b-1f3ff: person_raising_hand_tone5;
- 1f64b-200d-2640-fe0f: woman_raising_hand;
- 1f64b-1f3fb-200d-2640-fe0f: woman_raising_hand_tone1;
- 1f64b-1f3fc-200d-2640-fe0f: woman_raising_hand_tone2;
- 1f64b-1f3fd-200d-2640-fe0f: woman_raising_hand_tone3;
- 1f64b-1f3fe-200d-2640-fe0f: woman_raising_hand_tone4;
- 1f64b-1f3ff-200d-2640-fe0f: woman_raising_hand_tone5;
- 1f64b-200d-2642-fe0f: man_raising_hand;
- 1f64b-1f3fb-200d-2642-fe0f: man_raising_hand_tone1;
- 1f64b-1f3fc-200d-2642-fe0f: man_raising_hand_tone2;
- 1f64b-1f3fd-200d-2642-fe0f: man_raising_hand_tone3;
- 1f64b-1f3fe-200d-2642-fe0f: man_raising_hand_tone4;
- 1f64b-1f3ff-200d-2642-fe0f: man_raising_hand_tone5;
- 1f9cf: deaf_person;
- 1f9cf-1f3fb: deaf_person_tone1;
- 1f9cf-1f3fc: deaf_person_tone2;
- 1f9cf-1f3fd: deaf_person_tone3;
- 1f9cf-1f3fe: deaf_person_tone4;
- 1f9cf-1f3ff: deaf_person_tone5;
- 1f9cf-200d-2640-fe0f: deaf_woman;
- 1f9cf-1f3fb-200d-2640-fe0f: deaf_woman_tone1;
- 1f9cf-1f3fc-200d-2640-fe0f: deaf_woman_tone2;
- 1f9cf-1f3fd-200d-2640-fe0f: deaf_woman_tone3;
- 1f9cf-1f3fe-200d-2640-fe0f: deaf_woman_tone4;
- 1f9cf-1f3ff-200d-2640-fe0f: deaf_woman_tone5;
- 1f9cf-200d-2642-fe0f: deaf_man;
- 1f9cf-1f3fb-200d-2642-fe0f: deaf_man_tone1;
- 1f9cf-1f3fc-200d-2642-fe0f: deaf_man_tone2;
- 1f9cf-1f3fd-200d-2642-fe0f: deaf_man_tone3;
- 1f9cf-1f3fe-200d-2642-fe0f: deaf_man_tone4;
- 1f9cf-1f3ff-200d-2642-fe0f: deaf_man_tone5;
- 1f926: person_facepalming;
- 1f926-1f3fb: person_facepalming_tone1;
- 1f926-1f3fc: person_facepalming_tone2;
- 1f926-1f3fd: person_facepalming_tone3;
- 1f926-1f3fe: person_facepalming_tone4;
- 1f926-1f3ff: person_facepalming_tone5;
- 1f926-200d-2640-fe0f: woman_facepalming;
- 1f926-1f3fb-200d-2640-fe0f: woman_facepalming_tone1;
- 1f926-1f3fc-200d-2640-fe0f: woman_facepalming_tone2;
- 1f926-1f3fd-200d-2640-fe0f: woman_facepalming_tone3;
- 1f926-1f3fe-200d-2640-fe0f: woman_facepalming_tone4;
- 1f926-1f3ff-200d-2640-fe0f: woman_facepalming_tone5;
- 1f926-200d-2642-fe0f: man_facepalming;
- 1f926-1f3fb-200d-2642-fe0f: man_facepalming_tone1;
- 1f926-1f3fc-200d-2642-fe0f: man_facepalming_tone2;
- 1f926-1f3fd-200d-2642-fe0f: man_facepalming_tone3;
- 1f926-1f3fe-200d-2642-fe0f: man_facepalming_tone4;
- 1f926-1f3ff-200d-2642-fe0f: man_facepalming_tone5;
- 1f937: person_shrugging;
- 1f937-1f3fb: person_shrugging_tone1;
- 1f937-1f3fc: person_shrugging_tone2;
- 1f937-1f3fd: person_shrugging_tone3;
- 1f937-1f3fe: person_shrugging_tone4;
- 1f937-1f3ff: person_shrugging_tone5;
- 1f937-200d-2640-fe0f: woman_shrugging;
- 1f937-1f3fb-200d-2640-fe0f: woman_shrugging_tone1;
- 1f937-1f3fc-200d-2640-fe0f: woman_shrugging_tone2;
- 1f937-1f3fd-200d-2640-fe0f: woman_shrugging_tone3;
- 1f937-1f3fe-200d-2640-fe0f: woman_shrugging_tone4;
- 1f937-1f3ff-200d-2640-fe0f: woman_shrugging_tone5;
- 1f937-200d-2642-fe0f: man_shrugging;
- 1f937-1f3fb-200d-2642-fe0f: man_shrugging_tone1;
- 1f937-1f3fc-200d-2642-fe0f: man_shrugging_tone2;
- 1f937-1f3fd-200d-2642-fe0f: man_shrugging_tone3;
- 1f937-1f3fe-200d-2642-fe0f: man_shrugging_tone4;
- 1f937-1f3ff-200d-2642-fe0f: man_shrugging_tone5;
- 1f64e: person_pouting;
- 1f64e-1f3fb: person_pouting_tone1;
- 1f64e-1f3fc: person_pouting_tone2;
- 1f64e-1f3fd: person_pouting_tone3;
- 1f64e-1f3fe: person_pouting_tone4;
- 1f64e-1f3ff: person_pouting_tone5;
- 1f64e-200d-2640-fe0f: woman_pouting;
- 1f64e-1f3fb-200d-2640-fe0f: woman_pouting_tone1;
- 1f64e-1f3fc-200d-2640-fe0f: woman_pouting_tone2;
- 1f64e-1f3fd-200d-2640-fe0f: woman_pouting_tone3;
- 1f64e-1f3fe-200d-2640-fe0f: woman_pouting_tone4;
- 1f64e-1f3ff-200d-2640-fe0f: woman_pouting_tone5;
- 1f64e-200d-2642-fe0f: man_pouting;
- 1f64e-1f3fb-200d-2642-fe0f: man_pouting_tone1;
- 1f64e-1f3fc-200d-2642-fe0f: man_pouting_tone2;
- 1f64e-1f3fd-200d-2642-fe0f: man_pouting_tone3;
- 1f64e-1f3fe-200d-2642-fe0f: man_pouting_tone4;
- 1f64e-1f3ff-200d-2642-fe0f: man_pouting_tone5;
- 1f64d: person_frowning;
- 1f64d-1f3fb: person_frowning_tone1;
- 1f64d-1f3fc: person_frowning_tone2;
- 1f64d-1f3fd: person_frowning_tone3;
- 1f64d-1f3fe: person_frowning_tone4;
- 1f64d-1f3ff: person_frowning_tone5;
- 1f64d-200d-2640-fe0f: woman_frowning;
- 1f64d-1f3fb-200d-2640-fe0f: woman_frowning_tone1;
- 1f64d-1f3fc-200d-2640-fe0f: woman_frowning_tone2;
- 1f64d-1f3fd-200d-2640-fe0f: woman_frowning_tone3;
- 1f64d-1f3fe-200d-2640-fe0f: woman_frowning_tone4;
- 1f64d-1f3ff-200d-2640-fe0f: woman_frowning_tone5;
- 1f64d-200d-2642-fe0f: man_frowning;
- 1f64d-1f3fb-200d-2642-fe0f: man_frowning_tone1;
- 1f64d-1f3fc-200d-2642-fe0f: man_frowning_tone2;
- 1f64d-1f3fd-200d-2642-fe0f: man_frowning_tone3;
- 1f64d-1f3fe-200d-2642-fe0f: man_frowning_tone4;
- 1f64d-1f3ff-200d-2642-fe0f: man_frowning_tone5;
- 1f487: person_getting_haircut;
- 1f487-1f3fb: person_getting_haircut_tone1;
- 1f487-1f3fc: person_getting_haircut_tone2;
- 1f487-1f3fd: person_getting_haircut_tone3;
- 1f487-1f3fe: person_getting_haircut_tone4;
- 1f487-1f3ff: person_getting_haircut_tone5;
- 1f487-200d-2640-fe0f: woman_getting_haircut;
- 1f487-1f3fb-200d-2640-fe0f: woman_getting_haircut_tone1;
- 1f487-1f3fc-200d-2640-fe0f: woman_getting_haircut_tone2;
- 1f487-1f3fd-200d-2640-fe0f: woman_getting_haircut_tone3;
- 1f487-1f3fe-200d-2640-fe0f: woman_getting_haircut_tone4;
- 1f487-1f3ff-200d-2640-fe0f: woman_getting_haircut_tone5;
- 1f487-200d-2642-fe0f: man_getting_haircut;
- 1f487-1f3fb-200d-2642-fe0f: man_getting_haircut_tone1;
- 1f487-1f3fc-200d-2642-fe0f: man_getting_haircut_tone2;
- 1f487-1f3fd-200d-2642-fe0f: man_getting_haircut_tone3;
- 1f487-1f3fe-200d-2642-fe0f: man_getting_haircut_tone4;
- 1f487-1f3ff-200d-2642-fe0f: man_getting_haircut_tone5;
- 1f486: person_getting_massage;
- 1f486-1f3fb: person_getting_massage_tone1;
- 1f486-1f3fc: person_getting_massage_tone2;
- 1f486-1f3fd: person_getting_massage_tone3;
- 1f486-1f3fe: person_getting_massage_tone4;
- 1f486-1f3ff: person_getting_massage_tone5;
- 1f486-200d-2640-fe0f: woman_getting_face_massage;
- 1f486-1f3fb-200d-2640-fe0f: woman_getting_face_massage_tone1;
- 1f486-1f3fc-200d-2640-fe0f: woman_getting_face_massage_tone2;
- 1f486-1f3fd-200d-2640-fe0f: woman_getting_face_massage_tone3;
- 1f486-1f3fe-200d-2640-fe0f: woman_getting_face_massage_tone4;
- 1f486-1f3ff-200d-2640-fe0f: woman_getting_face_massage_tone5;
- 1f486-200d-2642-fe0f: man_getting_face_massage;
- 1f486-1f3fb-200d-2642-fe0f: man_getting_face_massage_tone1;
- 1f486-1f3fc-200d-2642-fe0f: man_getting_face_massage_tone2;
- 1f486-1f3fd-200d-2642-fe0f: man_getting_face_massage_tone3;
- 1f486-1f3fe-200d-2642-fe0f: man_getting_face_massage_tone4;
- 1f486-1f3ff-200d-2642-fe0f: man_getting_face_massage_tone5;
- 1f9d6: person_in_steamy_room;
- 1f9d6-1f3fb: person_in_steamy_room_tone1;
- 1f9d6-1f3fc: person_in_steamy_room_tone2;
- 1f9d6-1f3fd: person_in_steamy_room_tone3;
- 1f9d6-1f3fe: person_in_steamy_room_tone4;
- 1f9d6-1f3ff: person_in_steamy_room_tone5;
- 1f9d6-200d-2640-fe0f: woman_in_steamy_room;
- 1f9d6-1f3fb-200d-2640-fe0f: woman_in_steamy_room_tone1;
- 1f9d6-1f3fc-200d-2640-fe0f: woman_in_steamy_room_tone2;
- 1f9d6-1f3fd-200d-2640-fe0f: woman_in_steamy_room_tone3;
- 1f9d6-1f3fe-200d-2640-fe0f: woman_in_steamy_room_tone4;
- 1f9d6-1f3ff-200d-2640-fe0f: woman_in_steamy_room_tone5;
- 1f9d6-200d-2642-fe0f: man_in_steamy_room;
- 1f9d6-1f3fb-200d-2642-fe0f: man_in_steamy_room_tone1;
- 1f9d6-1f3fc-200d-2642-fe0f: man_in_steamy_room_tone2;
- 1f9d6-1f3fd-200d-2642-fe0f: man_in_steamy_room_tone3;
- 1f9d6-1f3fe-200d-2642-fe0f: man_in_steamy_room_tone4;
- 1f9d6-1f3ff-200d-2642-fe0f: man_in_steamy_room_tone5;
- 1f485: nail_care;
- 1f485-1f3fb: nail_care_tone1;
- 1f485-1f3fc: nail_care_tone2;
- 1f485-1f3fd: nail_care_tone3;
- 1f485-1f3fe: nail_care_tone4;
- 1f485-1f3ff: nail_care_tone5;
- 1f933: selfie;
- 1f933-1f3fb: selfie_tone1;
- 1f933-1f3fc: selfie_tone2;
- 1f933-1f3fd: selfie_tone3;
- 1f933-1f3fe: selfie_tone4;
- 1f933-1f3ff: selfie_tone5;
- 1f483: dancer;
- 1f483-1f3fb: dancer_tone1;
- 1f483-1f3fc: dancer_tone2;
- 1f483-1f3fd: dancer_tone3;
- 1f483-1f3fe: dancer_tone4;
- 1f483-1f3ff: dancer_tone5;
- 1f57a: man_dancing;
- 1f57a-1f3fb: man_dancing_tone1;
- 1f57a-1f3fc: man_dancing_tone2;
- 1f57a-1f3fd: man_dancing_tone3;
- 1f57a-1f3ff: man_dancing_tone5;
- 1f57a-1f3fe: man_dancing_tone4;
- 1f46f: people_with_bunny_ears_partying;
- 1f46f-200d-2640-fe0f: women_with_bunny_ears_partying;
- 1f46f-200d-2642-fe0f: men_with_bunny_ears_partying;
- 1f574: levitate;
- 1f574-1f3fb: levitate_tone1;
- 1f574-1f3fc: levitate_tone2;
- 1f574-1f3fd: levitate_tone3;
- 1f574-1f3fe: levitate_tone4;
- 1f574-1f3ff: levitate_tone5;
- 1f6b6: person_walking;
- 1f6b6-1f3fb: person_walking_tone1;
- 1f6b6-1f3fc: person_walking_tone2;
- 1f6b6-1f3fd: person_walking_tone3;
- 1f6b6-1f3fe: person_walking_tone4;
- 1f6b6-1f3ff: person_walking_tone5;
- 1f6b6-200d-2640-fe0f: woman_walking;
- 1f6b6-1f3fb-200d-2640-fe0f: woman_walking_tone1;
- 1f6b6-1f3fc-200d-2640-fe0f: woman_walking_tone2;
- 1f6b6-1f3fd-200d-2640-fe0f: woman_walking_tone3;
- 1f6b6-1f3fe-200d-2640-fe0f: woman_walking_tone4;
- 1f6b6-1f3ff-200d-2640-fe0f: woman_walking_tone5;
- 1f6b6-200d-2642-fe0f: man_walking;
- 1f6b6-1f3fb-200d-2642-fe0f: man_walking_tone1;
- 1f6b6-1f3fc-200d-2642-fe0f: man_walking_tone2;
- 1f6b6-1f3fd-200d-2642-fe0f: man_walking_tone3;
- 1f6b6-1f3fe-200d-2642-fe0f: man_walking_tone4;
- 1f6b6-1f3ff-200d-2642-fe0f: man_walking_tone5;
- 1f3c3: person_running;
- 1f3c3-1f3fb: person_running_tone1;
- 1f3c3-1f3fc: person_running_tone2;
- 1f3c3-1f3fd: person_running_tone3;
- 1f3c3-1f3fe: person_running_tone4;
- 1f3c3-1f3ff: person_running_tone5;
- 1f3c3-200d-2640-fe0f: woman_running;
- 1f3c3-1f3fb-200d-2640-fe0f: woman_running_tone1;
- 1f3c3-1f3fc-200d-2640-fe0f: woman_running_tone2;
- 1f3c3-1f3fd-200d-2640-fe0f: woman_running_tone3;
- 1f3c3-1f3fe-200d-2640-fe0f: woman_running_tone4;
- 1f3c3-1f3ff-200d-2640-fe0f: woman_running_tone5;
- 1f3c3-200d-2642-fe0f: man_running;
- 1f3c3-1f3fb-200d-2642-fe0f: man_running_tone1;
- 1f3c3-1f3fc-200d-2642-fe0f: man_running_tone2;
- 1f3c3-1f3fd-200d-2642-fe0f: man_running_tone3;
- 1f3c3-1f3fe-200d-2642-fe0f: man_running_tone4;
- 1f3c3-1f3ff-200d-2642-fe0f: man_running_tone5;
- 1f9cd: person_standing;
- 1f9cd-1f3fb: person_standing_tone1;
- 1f9cd-1f3fc: person_standing_tone2;
- 1f9cd-1f3fd: person_standing_tone3;
- 1f9cd-1f3fe: person_standing_tone4;
- 1f9cd-1f3ff: person_standing_tone5;
- 1f9cd-200d-2640-fe0f: woman_standing;
- 1f9cd-1f3fb-200d-2640-fe0f: woman_standing_tone1;
- 1f9cd-1f3fc-200d-2640-fe0f: woman_standing_tone2;
- 1f9cd-1f3fd-200d-2640-fe0f: woman_standing_tone3;
- 1f9cd-1f3fe-200d-2640-fe0f: woman_standing_tone4;
- 1f9cd-1f3ff-200d-2640-fe0f: woman_standing_tone5;
- 1f9cd-200d-2642-fe0f: man_standing;
- 1f9cd-1f3fb-200d-2642-fe0f: man_standing_tone1;
- 1f9cd-1f3fc-200d-2642-fe0f: man_standing_tone2;
- 1f9cd-1f3fd-200d-2642-fe0f: man_standing_tone3;
- 1f9cd-1f3fe-200d-2642-fe0f: man_standing_tone4;
- 1f9cd-1f3ff-200d-2642-fe0f: man_standing_tone5;
- 1f9ce: person_kneeling;
- 1f9ce-1f3fb: person_kneeling_tone1;
- 1f9ce-1f3fc: person_kneeling_tone2;
- 1f9ce-1f3fd: person_kneeling_tone3;
- 1f9ce-1f3fe: person_kneeling_tone4;
- 1f9ce-1f3ff: person_kneeling_tone5;
- 1f9ce-200d-2640-fe0f: woman_kneeling;
- 1f9ce-1f3fb-200d-2640-fe0f: woman_kneeling_tone1;
- 1f9ce-1f3fc-200d-2640-fe0f: woman_kneeling_tone2;
- 1f9ce-1f3fd-200d-2640-fe0f: woman_kneeling_tone3;
- 1f9ce-1f3fe-200d-2640-fe0f: woman_kneeling_tone4;
- 1f9ce-1f3ff-200d-2640-fe0f: woman_kneeling_tone5;
- 1f9ce-200d-2642-fe0f: man_kneeling;
- 1f9ce-1f3fb-200d-2642-fe0f: man_kneeling_tone1;
- 1f9ce-1f3fc-200d-2642-fe0f: man_kneeling_tone2;
- 1f9ce-1f3fd-200d-2642-fe0f: man_kneeling_tone3;
- 1f9ce-1f3fe-200d-2642-fe0f: man_kneeling_tone4;
- 1f9ce-1f3ff-200d-2642-fe0f: man_kneeling_tone5;
- 1f469-200d-1f9af: woman_with_probing_cane;
- 1f469-1f3fb-200d-1f9af: woman_with_probing_cane_tone1;
- 1f469-1f3fc-200d-1f9af: woman_with_probing_cane_tone2;
- 1f469-1f3fd-200d-1f9af: woman_with_probing_cane_tone3;
- 1f469-1f3fe-200d-1f9af: woman_with_probing_cane_tone4;
- 1f469-1f3ff-200d-1f9af: woman_with_probing_cane_tone5;
- 1f468-200d-1f9af: man_with_probing_cane;
- 1f468-1f3fb-200d-1f9af: man_with_probing_cane_tone1;
- 1f468-1f3fc-200d-1f9af: man_with_probing_cane_tone2;
- 1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
- 1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
- 1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
- 1f469-200d-1f9bc: woman_in_motorized_wheelchair;
- 1f469-1f3fb-200d-1f9bc: woman_in_motorized_wheelchair_tone1;
- 1f469-1f3fc-200d-1f9bc: woman_in_motorized_wheelchair_tone2;
- 1f469-1f3fd-200d-1f9bc: woman_in_motorized_wheelchair_tone3;
- 1f469-1f3fe-200d-1f9bc: woman_in_motorized_wheelchair_tone4;
- 1f469-1f3ff-200d-1f9bc: woman_in_motorized_wheelchair_tone5;
- 1f468-200d-1f9bc: man_in_motorized_wheelchair;
- 1f468-1f3fb-200d-1f9bc: man_in_motorized_wheelchair_tone1;
- 1f468-1f3fc-200d-1f9bc: man_in_motorized_wheelchair_tone2;
- 1f468-1f3fd-200d-1f9bc: man_in_motorized_wheelchair_tone3;
- 1f468-1f3fe-200d-1f9bc: man_in_motorized_wheelchair_tone4;
- 1f468-1f3ff-200d-1f9bc: man_in_motorized_wheelchair_tone5;
- 1f469-200d-1f9bd: woman_in_manual_wheelchair;
- 1f469-1f3fb-200d-1f9bd: woman_in_manual_wheelchair_tone1;
- 1f469-1f3fc-200d-1f9bd: woman_in_manual_wheelchair_tone2;
- 1f469-1f3fd-200d-1f9bd: woman_in_manual_wheelchair_tone3;
- 1f469-1f3fe-200d-1f9bd: woman_in_manual_wheelchair_tone4;
- 1f469-1f3ff-200d-1f9bd: woman_in_manual_wheelchair_tone5;
- 1f468-200d-1f9bd: man_in_manual_wheelchair;
- 1f468-1f3fb-200d-1f9bd: man_in_manual_wheelchair_tone1;
- 1f468-1f3fc-200d-1f9bd: man_in_manual_wheelchair_tone2;
- 1f468-1f3fd-200d-1f9bd: man_in_manual_wheelchair_tone3;
- 1f468-1f3fe-200d-1f9bd: man_in_manual_wheelchair_tone4;
- 1f468-1f3ff-200d-1f9bd: man_in_manual_wheelchair_tone5;
- 1f9d1-200d-1f91d-200d-1f9d1: people_holding_hands;
- 1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone1;
- 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone2;
- 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone2_tone1;
- 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone3;
- 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone3_tone1;
- 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone3_tone2;
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone4;
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone4_tone1;
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone4_tone2;
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone4_tone3;
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone5;
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone5_tone1;
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone5_tone2;
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone5_tone3;
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone5_tone4;
- 1f46b: couple;
- 1f46b-1f3fb: woman_and_man_holding_hands_tone1;
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone1_tone2;
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone1_tone3;
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone1_tone4;
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone1_tone5;
- 1f46b-1f3fc: woman_and_man_holding_hands_tone2;
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone2_tone1;
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone2_tone3;
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone2_tone4;
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone2_tone5;
- 1f46b-1f3fd: woman_and_man_holding_hands_tone3;
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone3_tone1;
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone3_tone2;
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone3_tone4;
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone3_tone5;
- 1f46b-1f3fe: woman_and_man_holding_hands_tone4;
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone4_tone1;
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone4_tone2;
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone4_tone3;
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone4_tone5;
- 1f46b-1f3ff: woman_and_man_holding_hands_tone5;
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone5_tone1;
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone5_tone2;
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone5_tone3;
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone5_tone4;
- 1f46d: two_women_holding_hands;
- 1f46d-1f3fb: women_holding_hands_tone1;
- 1f46d-1f3fc: women_holding_hands_tone2;
- 1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone2_tone1;
- 1f46d-1f3fd: women_holding_hands_tone3;
- 1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone3_tone1;
- 1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone3_tone2;
- 1f46d-1f3fe: women_holding_hands_tone4;
- 1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone4_tone1;
- 1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone4_tone2;
- 1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone4_tone3;
- 1f46d-1f3ff: women_holding_hands_tone5;
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone5_tone1;
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone5_tone2;
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone5_tone3;
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe: women_holding_hands_tone5_tone4;
- 1f46c: two_men_holding_hands;
- 1f46c-1f3fb: men_holding_hands_tone1;
- 1f46c-1f3fc: men_holding_hands_tone2;
- 1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone2_tone1;
- 1f46c-1f3fd: men_holding_hands_tone3;
- 1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone3_tone1;
- 1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone3_tone2;
- 1f46c-1f3fe: men_holding_hands_tone4;
- 1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone4_tone1;
- 1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone4_tone2;
- 1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone4_tone3;
- 1f46c-1f3ff: men_holding_hands_tone5;
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone5_tone1;
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone5_tone2;
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone5_tone3;
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe: men_holding_hands_tone5_tone4;
- 1f491: couple_with_heart;
- 1f469-200d-2764-fe0f-200d-1f468: couple_with_heart_woman_man;
- 1f469-200d-2764-fe0f-200d-1f469: couple_ww;
- 1f468-200d-2764-fe0f-200d-1f468: couple_mm;
- 1f48f: couplekiss;
- 1f469-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_woman_man;
- 1f469-200d-2764-fe0f-200d-1f48b-200d-1f469: kiss_ww;
- 1f468-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_mm;
- 1f46a: family;
- 1f468-200d-1f469-200d-1f466: family_man_woman_boy;
- 1f468-200d-1f469-200d-1f467: family_mwg;
- 1f468-200d-1f469-200d-1f467-200d-1f466: family_mwgb;
- 1f468-200d-1f469-200d-1f466-200d-1f466: family_mwbb;
- 1f468-200d-1f469-200d-1f467-200d-1f467: family_mwgg;
- 1f469-200d-1f469-200d-1f466: family_wwb;
- 1f469-200d-1f469-200d-1f467: family_wwg;
- 1f469-200d-1f469-200d-1f467-200d-1f466: family_wwgb;
- 1f469-200d-1f469-200d-1f466-200d-1f466: family_wwbb;
- 1f469-200d-1f469-200d-1f467-200d-1f467: family_wwgg;
- 1f468-200d-1f468-200d-1f466: family_mmb;
- 1f468-200d-1f468-200d-1f467: family_mmg;
- 1f468-200d-1f468-200d-1f467-200d-1f466: family_mmgb;
- 1f468-200d-1f468-200d-1f466-200d-1f466: family_mmbb;
- 1f468-200d-1f468-200d-1f467-200d-1f467: family_mmgg;
- 1f469-200d-1f466: family_woman_boy;
- 1f469-200d-1f467: family_woman_girl;
- 1f469-200d-1f467-200d-1f466: family_woman_girl_boy;
- 1f469-200d-1f466-200d-1f466: family_woman_boy_boy;
- 1f469-200d-1f467-200d-1f467: family_woman_girl_girl;
- 1f468-200d-1f466: family_man_boy;
- 1f468-200d-1f467: family_man_girl;
- 1f468-200d-1f467-200d-1f466: family_man_girl_boy;
- 1f468-200d-1f466-200d-1f466: family_man_boy_boy;
- 1f468-200d-1f467-200d-1f467: family_man_girl_girl;
- 1f9f6: yarn;
- 1f9f5: thread;
- 1f9e5: coat;
- 1f97c: lab_coat;
- 1f9ba: safety_vest;
- 1f45a: womans_clothes;
- 1f455: shirt;
- 1f456: jeans;
- 1fa73: shorts;
- 1f454: necktie;
- 1f457: dress;
- 1f459: bikini;
- 1fa71: one_piece_swimsuit;
- 1f458: kimono;
- 1f97b: sari;
- 1f97f: womans_flat_shoe;
- 1f460: high_heel;
- 1f461: sandal;
- 1f462: boot;
- 1fa70: ballet_shoes;
- 1f45e: mans_shoe;
- 1f45f: athletic_shoe;
- 1f97e: hiking_boot;
- 1fa72: briefs;
- 1f9e6: socks;
- 1f9e4: gloves;
- 1f9e3: scarf;
- 1f3a9: tophat;
- 1f9e2: billed_cap;
- 1f452: womans_hat;
- 1f393: mortar_board;
- 26d1: helmet_with_cross;
- 1f451: crown;
- 1f48d: ring;
- 1f45d: pouch;
- 1f45b: purse;
- 1f45c: handbag;
- 1f4bc: briefcase;
- 1f392: school_satchel;
- 1f9f3: luggage;
- 1f453: eyeglasses;
- 1f576: dark_sunglasses;
- 1f97d: goggles;
- 1f93f: diving_mask;
- 1f302: closed_umbrella;
- 1f9b1: curly_haired;
- 1f9b0: red_haired;
- 1f9b3: white_haired;
- 1f9b2: bald;
- 1f697: red_car;
- 1f695: taxi;
- 1f699: blue_car;
- 1f68c: bus;
- 1f68e: trolleybus;
- 1f3ce: race_car;
- 1f693: police_car;
- 1f691: ambulance;
- 1f692: fire_engine;
- 1f690: minibus;
- 1f69a: truck;
- 1f69b: articulated_lorry;
- 1f69c: tractor;
- 1f6fa: auto_rickshaw;
- 1f6f5: motor_scooter;
- 1f3cd: motorcycle;
- 1f6f4: scooter;
- 1f6b2: bike;
- 1f9bc: motorized_wheelchair;
- 1f9bd: manual_wheelchair;
- 1f6a8: rotating_light;
- 1f694: oncoming_police_car;
- 1f68d: oncoming_bus;
- 1f698: oncoming_automobile;
- 1f696: oncoming_taxi;
- 1f6a1: aerial_tramway;
- 1f6a0: mountain_cableway;
- 1f69f: suspension_railway;
- 1f683: railway_car;
- 1f68b: train;
- 1f69e: mountain_railway;
- 1f69d: monorail;
- 1f684: bullettrain_side;
- 1f685: bullettrain_front;
- 1f688: light_rail;
- 1f682: steam_locomotive;
- 1f686: train2;
- 1f687: metro;
- 1f68a: tram;
- 1f689: station;
- 1f6eb: airplane_departure;
- 1f6ec: airplane_arriving;
- 1f6e9: airplane_small;
- 1f4ba: seat;
- 1f6f0: satellite_orbital;
- 1f680: rocket;
- 1f6f8: flying_saucer;
- 1f681: helicopter;
- 1f6f6: canoe;
- 26f5: sailboat;
- 1f6a4: speedboat;
- 1f6e5: motorboat;
- 1f6f3: cruise_ship;
- 26f4: ferry;
- 1f6a2: ship;
- 26fd: fuelpump;
- 1f6a7: construction;
- 1f6a6: vertical_traffic_light;
- 1f6a5: traffic_light;
- 1f68f: busstop;
- 1f5fa: map;
- 1f5ff: moyai;
- 1f5fd: statue_of_liberty;
- 1f5fc: tokyo_tower;
- 1f3f0: european_castle;
- 1f3ef: japanese_castle;
- 1f3df: stadium;
- 1f3a1: ferris_wheel;
- 1f3a2: roller_coaster;
- 1f3a0: carousel_horse;
- 26f2: fountain;
- 26f1: beach_umbrella;
- 1f3d6: beach;
- 1f3dd: island;
- 1f3dc: desert;
- 1f30b: volcano;
- 26f0: mountain;
- 1f3d4: mountain_snow;
- 1f5fb: mount_fuji;
- 1f3d5: camping;
- 26fa: tent;
- 1f3e0: house;
- 1f3e1: house_with_garden;
- 1f3d8: homes;
- 1f3da: house_abandoned;
- 1f3d7: construction_site;
- 1f3ed: factory;
- 1f3e2: office;
- 1f3ec: department_store;
- 1f3e3: post_office;
- 1f3e4: european_post_office;
- 1f3e5: hospital;
- 1f3e6: bank;
- 1f3e8: hotel;
- 1f3ea: convenience_store;
- 1f3eb: school;
- 1f3e9: love_hotel;
- 1f492: wedding;
- 1f3db: classical_building;
- 26ea: church;
- 1f54c: mosque;
- 1f6d5: hindu_temple;
- 1f54d: synagogue;
- 1f54b: kaaba;
- 26e9: shinto_shrine;
- 1f6e4: railway_track;
- 1f6e3: motorway;
- 1f5fe: japan;
- 1f391: rice_scene;
- 1f3de: park;
- 1f305: sunrise;
- 1f304: sunrise_over_mountains;
- 1f320: stars;
- 1f387: sparkler;
- 1f386: fireworks;
- 1f307: city_sunset;
- 1f306: city_dusk;
- 1f3d9: cityscape;
- 1f303: night_with_stars;
- 1f30c: milky_way;
- 1f309: bridge_at_night;
- 1f301: foggy;
- 1f1ff: regional_indicator_z;
- 1f1fe: regional_indicator_y;
- 1f1fd: regional_indicator_x;
- 1f1fc: regional_indicator_w;
- 1f1fb: regional_indicator_v;
- 1f1fa: regional_indicator_u;
- 1f1f9: regional_indicator_t;
- 1f1f8: regional_indicator_s;
- 1f1f7: regional_indicator_r;
- 1f1f6: regional_indicator_q;
- 1f1f5: regional_indicator_p;
- 1f1f4: regional_indicator_o;
- 1f1f3: regional_indicator_n;
- 1f1f2: regional_indicator_m;
- 1f1f1: regional_indicator_l;
- 1f1f0: regional_indicator_k;
- 1f1ef: regional_indicator_j;
- 1f1ee: regional_indicator_i;
- 1f1ed: regional_indicator_h;
- 1f1ec: regional_indicator_g;
- 1f1eb: regional_indicator_f;
- 1f1ea: regional_indicator_e;
- 1f1e9: regional_indicator_d;
- 1f1e8: regional_indicator_c;
- 1f1e7: regional_indicator_b;
- 1f1e6: regional_indicator_a;
- 1f3f3: flag_white;
- 1f3f4: flag_black;
- 1f3c1: checkered_flag;
- 1f6a9: triangular_flag_on_post;
- 1f3f3-fe0f-200d-1f308: rainbow_flag;
- 1f3f4-200d-2620-fe0f: pirate_flag;
- 1f1e6-1f1eb: flag_af;
- 1f1e6-1f1fd: flag_ax;
- 1f1e6-1f1f1: flag_al;
- 1f1e9-1f1ff: flag_dz;
- 1f1e6-1f1f8: flag_as;
- 1f1e6-1f1e9: flag_ad;
- 1f1e6-1f1f4: flag_ao;
- 1f1e6-1f1ee: flag_ai;
- 1f1e6-1f1f6: flag_aq;
- 1f1e6-1f1ec: flag_ag;
- 1f1e6-1f1f7: flag_ar;
- 1f1e6-1f1f2: flag_am;
- 1f1e6-1f1fc: flag_aw;
- 1f1e6-1f1fa: flag_au;
- 1f1e6-1f1f9: flag_at;
- 1f1e6-1f1ff: flag_az;
- 1f1e7-1f1f8: flag_bs;
- 1f1e7-1f1ed: flag_bh;
- 1f1e7-1f1e9: flag_bd;
- 1f1e7-1f1e7: flag_bb;
- 1f1e7-1f1fe: flag_by;
- 1f1e7-1f1ea: flag_be;
- 1f1e7-1f1ff: flag_bz;
- 1f1e7-1f1ef: flag_bj;
- 1f1e7-1f1f2: flag_bm;
- 1f1e7-1f1f9: flag_bt;
- 1f1e7-1f1f4: flag_bo;
- 1f1e7-1f1e6: flag_ba;
- 1f1e7-1f1fc: flag_bw;
- 1f1e7-1f1f7: flag_br;
- 1f1ee-1f1f4: flag_io;
- 1f1fb-1f1ec: flag_vg;
- 1f1e7-1f1f3: flag_bn;
- 1f1e7-1f1ec: flag_bg;
- 1f1e7-1f1eb: flag_bf;
- 1f1e7-1f1ee: flag_bi;
- 1f1f0-1f1ed: flag_kh;
- 1f1e8-1f1f2: flag_cm;
- 1f1e8-1f1e6: flag_ca;
- 1f1ee-1f1e8: flag_ic;
- 1f1e8-1f1fb: flag_cv;
- 1f1e7-1f1f6: flag_bq;
- 1f1f0-1f1fe: flag_ky;
- 1f1e8-1f1eb: flag_cf;
- 1f1f9-1f1e9: flag_td;
- 1f1e8-1f1f1: flag_cl;
- 1f1e8-1f1f3: flag_cn;
- 1f1e8-1f1fd: flag_cx;
- 1f1e8-1f1e8: flag_cc;
- 1f1e8-1f1f4: flag_co;
- 1f1f0-1f1f2: flag_km;
- 1f1e8-1f1ec: flag_cg;
- 1f1e8-1f1e9: flag_cd;
- 1f1e8-1f1f0: flag_ck;
- 1f1e8-1f1f7: flag_cr;
- 1f1e8-1f1ee: flag_ci;
- 1f1ed-1f1f7: flag_hr;
- 1f1e8-1f1fa: flag_cu;
- 1f1e8-1f1fc: flag_cw;
- 1f1e8-1f1fe: flag_cy;
- 1f1e8-1f1ff: flag_cz;
- 1f1e9-1f1f0: flag_dk;
- 1f1e9-1f1ef: flag_dj;
- 1f1e9-1f1f2: flag_dm;
- 1f1e9-1f1f4: flag_do;
- 1f1ea-1f1e8: flag_ec;
- 1f1ea-1f1ec: flag_eg;
- 1f1f8-1f1fb: flag_sv;
- 1f1ec-1f1f6: flag_gq;
- 1f1ea-1f1f7: flag_er;
- 1f1ea-1f1ea: flag_ee;
- 1f1ea-1f1f9: flag_et;
- 1f1ea-1f1fa: flag_eu;
- 1f1eb-1f1f0: flag_fk;
- 1f1eb-1f1f4: flag_fo;
- 1f1eb-1f1ef: flag_fj;
- 1f1eb-1f1ee: flag_fi;
- 1f1eb-1f1f7: flag_fr;
- 1f1ec-1f1eb: flag_gf;
- 1f1f5-1f1eb: flag_pf;
- 1f1f9-1f1eb: flag_tf;
- 1f1ec-1f1e6: flag_ga;
- 1f1ec-1f1f2: flag_gm;
- 1f1ec-1f1ea: flag_ge;
- 1f1e9-1f1ea: flag_de;
- 1f1ec-1f1ed: flag_gh;
- 1f1ec-1f1ee: flag_gi;
- 1f1ec-1f1f7: flag_gr;
- 1f1ec-1f1f1: flag_gl;
- 1f1ec-1f1e9: flag_gd;
- 1f1ec-1f1f5: flag_gp;
- 1f1ec-1f1fa: flag_gu;
- 1f1ec-1f1f9: flag_gt;
- 1f1ec-1f1ec: flag_gg;
- 1f1ec-1f1f3: flag_gn;
- 1f1ec-1f1fc: flag_gw;
- 1f1ec-1f1fe: flag_gy;
- 1f1ed-1f1f9: flag_ht;
- 1f1ed-1f1f3: flag_hn;
- 1f1ed-1f1f0: flag_hk;
- 1f1ed-1f1fa: flag_hu;
- 1f1ee-1f1f8: flag_is;
- 1f1ee-1f1f3: flag_in;
- 1f1ee-1f1e9: flag_id;
- 1f1ee-1f1f7: flag_ir;
- 1f1ee-1f1f6: flag_iq;
- 1f1ee-1f1ea: flag_ie;
- 1f1ee-1f1f2: flag_im;
- 1f1ee-1f1f1: flag_il;
- 1f1ee-1f1f9: flag_it;
- 1f1ef-1f1f2: flag_jm;
- 1f1ef-1f1f5: flag_jp;
- 1f38c: crossed_flags;
- 1f1ef-1f1ea: flag_je;
- 1f1ef-1f1f4: flag_jo;
- 1f1f0-1f1ff: flag_kz;
- 1f1f0-1f1ea: flag_ke;
- 1f1f0-1f1ee: flag_ki;
- 1f1fd-1f1f0: flag_xk;
- 1f1f0-1f1fc: flag_kw;
- 1f1f0-1f1ec: flag_kg;
- 1f1f1-1f1e6: flag_la;
- 1f1f1-1f1fb: flag_lv;
- 1f1f1-1f1e7: flag_lb;
- 1f1f1-1f1f8: flag_ls;
- 1f1f1-1f1f7: flag_lr;
- 1f1f1-1f1fe: flag_ly;
- 1f1f1-1f1ee: flag_li;
- 1f1f1-1f1f9: flag_lt;
- 1f1f1-1f1fa: flag_lu;
- 1f1f2-1f1f4: flag_mo;
- 1f1f2-1f1f0: flag_mk;
- 1f1f2-1f1ec: flag_mg;
- 1f1f2-1f1fc: flag_mw;
- 1f1f2-1f1fe: flag_my;
- 1f1f2-1f1fb: flag_mv;
- 1f1f2-1f1f1: flag_ml;
- 1f1f2-1f1f9: flag_mt;
- 1f1f2-1f1ed: flag_mh;
- 1f1f2-1f1f6: flag_mq;
- 1f1f2-1f1f7: flag_mr;
- 1f1f2-1f1fa: flag_mu;
- 1f1fe-1f1f9: flag_yt;
- 1f1f2-1f1fd: flag_mx;
- 1f1eb-1f1f2: flag_fm;
- 1f1f2-1f1e9: flag_md;
- 1f1f2-1f1e8: flag_mc;
- 1f1f2-1f1f3: flag_mn;
- 1f1f2-1f1ea: flag_me;
- 1f1f2-1f1f8: flag_ms;
- 1f1f2-1f1e6: flag_ma;
- 1f1f2-1f1ff: flag_mz;
- 1f1f2-1f1f2: flag_mm;
- 1f1f3-1f1e6: flag_na;
- 1f1f3-1f1f7: flag_nr;
- 1f1f3-1f1f5: flag_np;
- 1f1f3-1f1f1: flag_nl;
- 1f1f3-1f1e8: flag_nc;
- 1f1f3-1f1ff: flag_nz;
- 1f1f3-1f1ee: flag_ni;
- 1f1f3-1f1ea: flag_ne;
- 1f1f3-1f1ec: flag_ng;
- 1f1f3-1f1fa: flag_nu;
- 1f1f3-1f1eb: flag_nf;
- 1f1f0-1f1f5: flag_kp;
- 1f1f2-1f1f5: flag_mp;
- 1f1f3-1f1f4: flag_no;
- 1f1f4-1f1f2: flag_om;
- 1f1f5-1f1f0: flag_pk;
- 1f1f5-1f1fc: flag_pw;
- 1f1f5-1f1f8: flag_ps;
- 1f1f5-1f1e6: flag_pa;
- 1f1f5-1f1ec: flag_pg;
- 1f1f5-1f1fe: flag_py;
- 1f1f5-1f1ea: flag_pe;
- 1f1f5-1f1ed: flag_ph;
- 1f1f5-1f1f3: flag_pn;
- 1f1f5-1f1f1: flag_pl;
- 1f1f5-1f1f9: flag_pt;
- 1f1f5-1f1f7: flag_pr;
- 1f1f6-1f1e6: flag_qa;
- 1f1f7-1f1ea: flag_re;
- 1f1f7-1f1f4: flag_ro;
- 1f1f7-1f1fa: flag_ru;
- 1f1f7-1f1fc: flag_rw;
- 1f1fc-1f1f8: flag_ws;
- 1f1f8-1f1f2: flag_sm;
- 1f1f8-1f1f9: flag_st;
- 1f1f8-1f1e6: flag_sa;
- 1f1f8-1f1f3: flag_sn;
- 1f1f7-1f1f8: flag_rs;
- 1f1f8-1f1e8: flag_sc;
- 1f1f8-1f1f1: flag_sl;
- 1f1f8-1f1ec: flag_sg;
- 1f1f8-1f1fd: flag_sx;
- 1f1f8-1f1f0: flag_sk;
- 1f1f8-1f1ee: flag_si;
- 1f1ec-1f1f8: flag_gs;
- 1f1f8-1f1e7: flag_sb;
- 1f1f8-1f1f4: flag_so;
- 1f1ff-1f1e6: flag_za;
- 1f1f0-1f1f7: flag_kr;
- 1f1f8-1f1f8: flag_ss;
- 1f1ea-1f1f8: flag_es;
- 1f1f1-1f1f0: flag_lk;
- 1f1e7-1f1f1: flag_bl;
- 1f1f8-1f1ed: flag_sh;
- 1f1f0-1f1f3: flag_kn;
- 1f1f1-1f1e8: flag_lc;
- 1f1f5-1f1f2: flag_pm;
- 1f1fb-1f1e8: flag_vc;
- 1f1f8-1f1e9: flag_sd;
- 1f1f8-1f1f7: flag_sr;
- 1f1f8-1f1ff: flag_sz;
- 1f1f8-1f1ea: flag_se;
- 1f1e8-1f1ed: flag_ch;
- 1f1f8-1f1fe: flag_sy;
- 1f1f9-1f1fc: flag_tw;
- 1f1f9-1f1ef: flag_tj;
- 1f1f9-1f1ff: flag_tz;
- 1f1f9-1f1ed: flag_th;
- 1f1f9-1f1f1: flag_tl;
- 1f1f9-1f1ec: flag_tg;
- 1f1f9-1f1f0: flag_tk;
- 1f1f9-1f1f4: flag_to;
- 1f1f9-1f1f9: flag_tt;
- 1f1f9-1f1f3: flag_tn;
- 1f1f9-1f1f7: flag_tr;
- 1f1f9-1f1f2: flag_tm;
- 1f1f9-1f1e8: flag_tc;
- 1f1fb-1f1ee: flag_vi;
- 1f1f9-1f1fb: flag_tv;
- 1f1fa-1f1ec: flag_ug;
- 1f1fa-1f1e6: flag_ua;
- 1f1e6-1f1ea: flag_ae;
- 1f1ec-1f1e7: flag_gb;
- 1f3f4-e0067-e0062-e0065-e006e-e0067-e007f: england;
- 1f3f4-e0067-e0062-e0073-e0063-e0074-e007f: scotland;
- 1f3f4-e0067-e0062-e0077-e006c-e0073-e007f: wales;
- 1f1fa-1f1f8: flag_us;
- 1f1fa-1f1fe: flag_uy;
- 1f1fa-1f1ff: flag_uz;
- 1f1fb-1f1fa: flag_vu;
- 1f1fb-1f1e6: flag_va;
- 1f1fb-1f1ea: flag_ve;
- 1f1fb-1f1f3: flag_vn;
- 1f1fc-1f1eb: flag_wf;
- 1f1ea-1f1ed: flag_eh;
- 1f1fe-1f1ea: flag_ye;
- 1f1ff-1f1f2: flag_zm;
- 1f1ff-1f1fc: flag_zw;
- 1f1e6-1f1e8: flag_ac;
- 1f1e7-1f1fb: flag_bv;
- 1f1e8-1f1f5: flag_cp;
- 1f1ea-1f1e6: flag_ea;
- 1f1e9-1f1ec: flag_dg;
- 1f1ed-1f1f2: flag_hm;
- 1f1f2-1f1eb: flag_mf;
- 1f1f8-1f1ef: flag_sj;
- 1f1f9-1f1e6: flag_ta;
- 1f1fa-1f1f2: flag_um;
- 1f1fa-1f1f3: united_nations;
- 1f3fb: tone1;
- 1f3fc: tone2;
- 1f3fd: tone3;
- 1f3fe: tone4;
- 1f3ff: tone5;
-};
-
-@size-map: {
- small: 1;
- medium: 2;
- large: 4;
- big: 5;
-};
-
-each(@size-map, {
- em[data-emoji].@{key} {
- font-size: 1.5em * @value;
- vertical-align: middle;
- }
-});
-
-each(@emoji-map,{
- & when (@variationEmojiColons) {
- em[data-emoji=":@{value}:"]:before {
- background-image: url("@{emojiPath}@{key}.@{emojiFileType}");
- }
- em[data-emoji="@{value}"]:before:extend(em[data-emoji=":@{value}:"]:before) when (@variationEmojiNoColons) {}
- }
- em[data-emoji="@{value}"]:before when (@variationEmojiNoColons) and not (@variationEmojiColons) {
- background-image: url("@{emojiPath}@{key}.@{emojiFileType}");
- }
-});
diff --git a/semantic/src/themes/default/elements/emoji.variables b/semantic/src/themes/default/elements/emoji.variables
deleted file mode 100644
index a021071..0000000
--- a/semantic/src/themes/default/elements/emoji.variables
+++ /dev/null
@@ -1,18 +0,0 @@
-/*******************************
- Emoji
-*******************************/
-
-/*--------------
- Path
----------------*/
-@emojiPath: "https://twemoji.maxcdn.com/v/latest/svg/";
-@emojiFileType: "svg";
-
-/*--------------
- Definition
----------------*/
-
-/* Emoji Variables */
-@opacity: 1;
-@loadingDuration: 2s;
-@emojiLineHeight: @headerLineHeight;
diff --git a/semantic/src/themes/default/elements/flag.overrides b/semantic/src/themes/default/elements/flag.overrides
deleted file mode 100644
index ae76871..0000000
--- a/semantic/src/themes/default/elements/flag.overrides
+++ /dev/null
@@ -1,994 +0,0 @@
-/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */
-
-/*******************************
- Theme Overrides
-*******************************/
-/*rtl:begin:ignore*/
-
-i.flag.ad:before,
-i.flag.andorra:before {
- background-position: 0 0;
-}
-i.flag.ae:before,
-i.flag.united.arab.emirates:before,
-i.flag.uae:before {
- background-position: 0 -26px;
-}
-i.flag.af:before,
-i.flag.afghanistan:before {
- background-position: 0 -52px;
-}
-i.flag.ag:before,
-i.flag.antigua:before {
- background-position: 0 -78px;
-}
-i.flag.ai:before,
-i.flag.anguilla:before {
- background-position: 0 -104px;
-}
-i.flag.al:before,
-i.flag.albania:before {
- background-position: 0 -130px;
-}
-i.flag.am:before,
-i.flag.armenia:before {
- background-position: 0 -156px;
-}
-i.flag.an:before,
-i.flag.netherlands.antilles:before {
- background-position: 0 -182px;
-}
-i.flag.ao:before,
-i.flag.angola:before {
- background-position: 0 -208px;
-}
-i.flag.ar:before,
-i.flag.argentina:before {
- background-position: 0 -234px;
-}
-i.flag.as:before,
-i.flag.american.samoa:before {
- background-position: 0 -260px;
-}
-i.flag.at:before,
-i.flag.austria:before {
- background-position: 0 -286px;
-}
-i.flag.au:before,
-i.flag.australia:before {
- background-position: 0 -312px;
-}
-i.flag.aw:before,
-i.flag.aruba:before {
- background-position: 0 -338px;
-}
-i.flag.ax:before,
-i.flag.aland.islands:before {
- background-position: 0 -364px;
-}
-i.flag.az:before,
-i.flag.azerbaijan:before {
- background-position: 0 -390px;
-}
-i.flag.ba:before,
-i.flag.bosnia:before {
- background-position: 0 -416px;
-}
-i.flag.bb:before,
-i.flag.barbados:before {
- background-position: 0 -442px;
-}
-i.flag.bd:before,
-i.flag.bangladesh:before {
- background-position: 0 -468px;
-}
-i.flag.be:before,
-i.flag.belgium:before {
- background-position: 0 -494px;
-}
-i.flag.bf:before,
-i.flag.burkina.faso:before {
- background-position: 0 -520px;
-}
-i.flag.bg:before,
-i.flag.bulgaria:before {
- background-position: 0 -546px;
-}
-i.flag.bh:before,
-i.flag.bahrain:before {
- background-position: 0 -572px;
-}
-i.flag.bi:before,
-i.flag.burundi:before {
- background-position: 0 -598px;
-}
-i.flag.bj:before,
-i.flag.benin:before {
- background-position: 0 -624px;
-}
-i.flag.bm:before,
-i.flag.bermuda:before {
- background-position: 0 -650px;
-}
-i.flag.bn:before,
-i.flag.brunei:before {
- background-position: 0 -676px;
-}
-i.flag.bo:before,
-i.flag.bolivia:before {
- background-position: 0 -702px;
-}
-i.flag.br:before,
-i.flag.brazil:before {
- background-position: 0 -728px;
-}
-i.flag.bs:before,
-i.flag.bahamas:before {
- background-position: 0 -754px;
-}
-i.flag.bt:before,
-i.flag.bhutan:before {
- background-position: 0 -780px;
-}
-i.flag.bv:before,
-i.flag.bouvet.island:before {
- background-position: 0 -806px;
-}
-i.flag.bw:before,
-i.flag.botswana:before {
- background-position: 0 -832px;
-}
-i.flag.by:before,
-i.flag.belarus:before {
- background-position: 0 -858px;
-}
-i.flag.bz:before,
-i.flag.belize:before {
- background-position: 0 -884px;
-}
-i.flag.ca:before,
-i.flag.canada:before {
- background-position: 0 -910px;
-}
-i.flag.cc:before,
-i.flag.cocos.islands:before {
- background-position: 0 -962px;
-}
-i.flag.cd:before,
-i.flag.congo:before {
- background-position: 0 -988px;
-}
-i.flag.cf:before,
-i.flag.central.african.republic:before {
- background-position: 0 -1014px;
-}
-i.flag.cg:before,
-i.flag.congo.brazzaville:before {
- background-position: 0 -1040px;
-}
-i.flag.ch:before,
-i.flag.switzerland:before {
- background-position: 0 -1066px;
-}
-i.flag.ci:before,
-i.flag.cote.divoire:before {
- background-position: 0 -1092px;
-}
-i.flag.ck:before,
-i.flag.cook.islands:before {
- background-position: 0 -1118px;
-}
-i.flag.cl:before,
-i.flag.chile:before {
- background-position: 0 -1144px;
-}
-i.flag.cm:before,
-i.flag.cameroon:before {
- background-position: 0 -1170px;
-}
-i.flag.cn:before,
-i.flag.china:before {
- background-position: 0 -1196px;
-}
-i.flag.co:before,
-i.flag.colombia:before {
- background-position: 0 -1222px;
-}
-i.flag.cr:before,
-i.flag.costa.rica:before {
- background-position: 0 -1248px;
-}
-i.flag.cs:before,
-i.flag.serbia:before {
- background-position: 0 -1274px;
-}
-i.flag.cu:before,
-i.flag.cuba:before {
- background-position: 0 -1300px;
-}
-i.flag.cv:before,
-i.flag.cape.verde:before {
- background-position: 0 -1326px;
-}
-i.flag.cx:before,
-i.flag.christmas.island:before {
- background-position: 0 -1352px;
-}
-i.flag.cy:before,
-i.flag.cyprus:before {
- background-position: 0 -1378px;
-}
-i.flag.cz:before,
-i.flag.czech.republic:before {
- background-position: 0 -1404px;
-}
-i.flag.de:before,
-i.flag.germany:before {
- background-position: 0 -1430px;
-}
-i.flag.dj:before,
-i.flag.djibouti:before {
- background-position: 0 -1456px;
-}
-i.flag.dk:before,
-i.flag.denmark:before {
- background-position: 0 -1482px;
-}
-i.flag.dm:before,
-i.flag.dominica:before {
- background-position: 0 -1508px;
-}
-i.flag.do:before,
-i.flag.dominican.republic:before {
- background-position: 0 -1534px;
-}
-i.flag.dz:before,
-i.flag.algeria:before {
- background-position: 0 -1560px;
-}
-i.flag.ec:before,
-i.flag.ecuador:before {
- background-position: 0 -1586px;
-}
-i.flag.ee:before,
-i.flag.estonia:before {
- background-position: 0 -1612px;
-}
-i.flag.eg:before,
-i.flag.egypt:before {
- background-position: 0 -1638px;
-}
-i.flag.eh:before,
-i.flag.western.sahara:before {
- background-position: 0 -1664px;
-}
-i.flag.gb.eng:before,
-i.flag.england:before {
- background-position: 0 -1690px;
-}
-i.flag.er:before,
-i.flag.eritrea:before {
- background-position: 0 -1716px;
-}
-i.flag.es:before,
-i.flag.spain:before {
- background-position: 0 -1742px;
-}
-i.flag.et:before,
-i.flag.ethiopia:before {
- background-position: 0 -1768px;
-}
-i.flag.eu:before,
-i.flag.european.union:before {
- background-position: 0 -1794px;
-}
-i.flag.fi:before,
-i.flag.finland:before {
- background-position: 0 -1846px;
-}
-i.flag.fj:before,
-i.flag.fiji:before {
- background-position: 0 -1872px;
-}
-i.flag.fk:before,
-i.flag.falkland.islands:before {
- background-position: 0 -1898px;
-}
-i.flag.fm:before,
-i.flag.micronesia:before {
- background-position: 0 -1924px;
-}
-i.flag.fo:before,
-i.flag.faroe.islands:before {
- background-position: 0 -1950px;
-}
-i.flag.fr:before,
-i.flag.france:before {
- background-position: 0 -1976px;
-}
-i.flag.ga:before,
-i.flag.gabon:before {
- background-position: -36px 0;
-}
-i.flag.gb:before,
-i.flag.uk:before,
-i.flag.united.kingdom:before {
- background-position: -36px -26px;
-}
-i.flag.gd:before,
-i.flag.grenada:before {
- background-position: -36px -52px;
-}
-i.flag.ge:before,
-i.flag.georgia:before {
- background-position: -36px -78px;
-}
-i.flag.gf:before,
-i.flag.french.guiana:before {
- background-position: -36px -104px;
-}
-i.flag.gh:before,
-i.flag.ghana:before {
- background-position: -36px -130px;
-}
-i.flag.gi:before,
-i.flag.gibraltar:before {
- background-position: -36px -156px;
-}
-i.flag.gl:before,
-i.flag.greenland:before {
- background-position: -36px -182px;
-}
-i.flag.gm:before,
-i.flag.gambia:before {
- background-position: -36px -208px;
-}
-i.flag.gn:before,
-i.flag.guinea:before {
- background-position: -36px -234px;
-}
-i.flag.gp:before,
-i.flag.guadeloupe:before {
- background-position: -36px -260px;
-}
-i.flag.gq:before,
-i.flag.equatorial.guinea:before {
- background-position: -36px -286px;
-}
-i.flag.gr:before,
-i.flag.greece:before {
- background-position: -36px -312px;
-}
-i.flag.gs:before,
-i.flag.sandwich.islands:before {
- background-position: -36px -338px;
-}
-i.flag.gt:before,
-i.flag.guatemala:before {
- background-position: -36px -364px;
-}
-i.flag.gu:before,
-i.flag.guam:before {
- background-position: -36px -390px;
-}
-i.flag.gw:before,
-i.flag.guinea-bissau:before {
- background-position: -36px -416px;
-}
-i.flag.gy:before,
-i.flag.guyana:before {
- background-position: -36px -442px;
-}
-i.flag.hk:before,
-i.flag.hong.kong:before {
- background-position: -36px -468px;
-}
-i.flag.hm:before,
-i.flag.heard.island:before {
- background-position: -36px -494px;
-}
-i.flag.hn:before,
-i.flag.honduras:before {
- background-position: -36px -520px;
-}
-i.flag.hr:before,
-i.flag.croatia:before {
- background-position: -36px -546px;
-}
-i.flag.ht:before,
-i.flag.haiti:before {
- background-position: -36px -572px;
-}
-i.flag.hu:before,
-i.flag.hungary:before {
- background-position: -36px -598px;
-}
-i.flag.id:before,
-i.flag.indonesia:before {
- background-position: -36px -624px;
-}
-i.flag.ie:before,
-i.flag.ireland:before {
- background-position: -36px -650px;
-}
-i.flag.il:before,
-i.flag.israel:before {
- background-position: -36px -676px;
-}
-i.flag.in:before,
-i.flag.india:before {
- background-position: -36px -702px;
-}
-i.flag.io:before,
-i.flag.indian.ocean.territory:before {
- background-position: -36px -728px;
-}
-i.flag.iq:before,
-i.flag.iraq:before {
- background-position: -36px -754px;
-}
-i.flag.ir:before,
-i.flag.iran:before {
- background-position: -36px -780px;
-}
-i.flag.is:before,
-i.flag.iceland:before {
- background-position: -36px -806px;
-}
-i.flag.it:before,
-i.flag.italy:before {
- background-position: -36px -832px;
-}
-i.flag.jm:before,
-i.flag.jamaica:before {
- background-position: -36px -858px;
-}
-i.flag.jo:before,
-i.flag.jordan:before {
- background-position: -36px -884px;
-}
-i.flag.jp:before,
-i.flag.japan:before {
- background-position: -36px -910px;
-}
-i.flag.ke:before,
-i.flag.kenya:before {
- background-position: -36px -936px;
-}
-i.flag.kg:before,
-i.flag.kyrgyzstan:before {
- background-position: -36px -962px;
-}
-i.flag.kh:before,
-i.flag.cambodia:before {
- background-position: -36px -988px;
-}
-i.flag.ki:before,
-i.flag.kiribati:before {
- background-position: -36px -1014px;
-}
-i.flag.km:before,
-i.flag.comoros:before {
- background-position: -36px -1040px;
-}
-i.flag.kn:before,
-i.flag.saint.kitts.and.nevis:before {
- background-position: -36px -1066px;
-}
-i.flag.kp:before,
-i.flag.north.korea:before {
- background-position: -36px -1092px;
-}
-i.flag.kr:before,
-i.flag.south.korea:before {
- background-position: -36px -1118px;
-}
-i.flag.kw:before,
-i.flag.kuwait:before {
- background-position: -36px -1144px;
-}
-i.flag.ky:before,
-i.flag.cayman.islands:before {
- background-position: -36px -1170px;
-}
-i.flag.kz:before,
-i.flag.kazakhstan:before {
- background-position: -36px -1196px;
-}
-i.flag.la:before,
-i.flag.laos:before {
- background-position: -36px -1222px;
-}
-i.flag.lb:before,
-i.flag.lebanon:before {
- background-position: -36px -1248px;
-}
-i.flag.lc:before,
-i.flag.saint.lucia:before {
- background-position: -36px -1274px;
-}
-i.flag.li:before,
-i.flag.liechtenstein:before {
- background-position: -36px -1300px;
-}
-i.flag.lk:before,
-i.flag.sri.lanka:before {
- background-position: -36px -1326px;
-}
-i.flag.lr:before,
-i.flag.liberia:before {
- background-position: -36px -1352px;
-}
-i.flag.ls:before,
-i.flag.lesotho:before {
- background-position: -36px -1378px;
-}
-i.flag.lt:before,
-i.flag.lithuania:before {
- background-position: -36px -1404px;
-}
-i.flag.lu:before,
-i.flag.luxembourg:before {
- background-position: -36px -1430px;
-}
-i.flag.lv:before,
-i.flag.latvia:before {
- background-position: -36px -1456px;
-}
-i.flag.ly:before,
-i.flag.libya:before {
- background-position: -36px -1482px;
-}
-i.flag.ma:before,
-i.flag.morocco:before {
- background-position: -36px -1508px;
-}
-i.flag.mc:before,
-i.flag.monaco:before {
- background-position: -36px -1534px;
-}
-i.flag.md:before,
-i.flag.moldova:before {
- background-position: -36px -1560px;
-}
-i.flag.me:before,
-i.flag.montenegro:before {
- background-position: -36px -1586px;
-}
-i.flag.mg:before,
-i.flag.madagascar:before {
- background-position: -36px -1613px;
-}
-i.flag.mh:before,
-i.flag.marshall.islands:before {
- background-position: -36px -1639px;
-}
-i.flag.mk:before,
-i.flag.macedonia:before {
- background-position: -36px -1665px;
-}
-i.flag.ml:before,
-i.flag.mali:before {
- background-position: -36px -1691px;
-}
-i.flag.mm:before,
-i.flag.myanmar:before,
-i.flag.burma:before {
- background-position: -36px -1717px;
-}
-i.flag.mn:before,
-i.flag.mongolia:before {
- background-position: -36px -1743px;
-}
-i.flag.mo:before,
-i.flag.macau:before {
- background-position: -36px -1769px;
-}
-i.flag.mp:before,
-i.flag.northern.mariana.islands:before {
- background-position: -36px -1795px;
-}
-i.flag.mq:before,
-i.flag.martinique:before {
- background-position: -36px -1821px;
-}
-i.flag.mr:before,
-i.flag.mauritania:before {
- background-position: -36px -1847px;
-}
-i.flag.ms:before,
-i.flag.montserrat:before {
- background-position: -36px -1873px;
-}
-i.flag.mt:before,
-i.flag.malta:before {
- background-position: -36px -1899px;
-}
-i.flag.mu:before,
-i.flag.mauritius:before {
- background-position: -36px -1925px;
-}
-i.flag.mv:before,
-i.flag.maldives:before {
- background-position: -36px -1951px;
-}
-i.flag.mw:before,
-i.flag.malawi:before {
- background-position: -36px -1977px;
-}
-i.flag.mx:before,
-i.flag.mexico:before {
- background-position: -72px 0;
-}
-i.flag.my:before,
-i.flag.malaysia:before {
- background-position: -72px -26px;
-}
-i.flag.mz:before,
-i.flag.mozambique:before {
- background-position: -72px -52px;
-}
-i.flag.na:before,
-i.flag.namibia:before {
- background-position: -72px -78px;
-}
-i.flag.nc:before,
-i.flag.new.caledonia:before {
- background-position: -72px -104px;
-}
-i.flag.ne:before,
-i.flag.niger:before {
- background-position: -72px -130px;
-}
-i.flag.nf:before,
-i.flag.norfolk.island:before {
- background-position: -72px -156px;
-}
-i.flag.ng:before,
-i.flag.nigeria:before {
- background-position: -72px -182px;
-}
-i.flag.ni:before,
-i.flag.nicaragua:before {
- background-position: -72px -208px;
-}
-i.flag.nl:before,
-i.flag.netherlands:before {
- background-position: -72px -234px;
-}
-i.flag.no:before,
-i.flag.norway:before {
- background-position: -72px -260px;
-}
-i.flag.np:before,
-i.flag.nepal:before {
- background-position: -72px -286px;
-}
-i.flag.nr:before,
-i.flag.nauru:before {
- background-position: -72px -312px;
-}
-i.flag.nu:before,
-i.flag.niue:before {
- background-position: -72px -338px;
-}
-i.flag.nz:before,
-i.flag.new.zealand:before {
- background-position: -72px -364px;
-}
-i.flag.om:before,
-i.flag.oman:before {
- background-position: -72px -390px;
-}
-i.flag.pa:before,
-i.flag.panama:before {
- background-position: -72px -416px;
-}
-i.flag.pe:before,
-i.flag.peru:before {
- background-position: -72px -442px;
-}
-i.flag.pf:before,
-i.flag.french.polynesia:before {
- background-position: -72px -468px;
-}
-i.flag.pg:before,
-i.flag.new.guinea:before {
- background-position: -72px -494px;
-}
-i.flag.ph:before,
-i.flag.philippines:before {
- background-position: -72px -520px;
-}
-i.flag.pk:before,
-i.flag.pakistan:before {
- background-position: -72px -546px;
-}
-i.flag.pl:before,
-i.flag.poland:before {
- background-position: -72px -572px;
-}
-i.flag.pm:before,
-i.flag.saint.pierre:before {
- background-position: -72px -598px;
-}
-i.flag.pn:before,
-i.flag.pitcairn.islands:before {
- background-position: -72px -624px;
-}
-i.flag.pr:before,
-i.flag.puerto.rico:before {
- background-position: -72px -650px;
-}
-i.flag.ps:before,
-i.flag.palestine:before {
- background-position: -72px -676px;
-}
-i.flag.pt:before,
-i.flag.portugal:before {
- background-position: -72px -702px;
-}
-i.flag.pw:before,
-i.flag.palau:before {
- background-position: -72px -728px;
-}
-i.flag.py:before,
-i.flag.paraguay:before {
- background-position: -72px -754px;
-}
-i.flag.qa:before,
-i.flag.qatar:before {
- background-position: -72px -780px;
-}
-i.flag.re:before,
-i.flag.reunion:before {
- background-position: -72px -806px;
-}
-i.flag.ro:before,
-i.flag.romania:before {
- background-position: -72px -832px;
-}
-i.flag.rs:before,
-i.flag.serbia:before {
- background-position: -72px -858px;
-}
-i.flag.ru:before,
-i.flag.russia:before {
- background-position: -72px -884px;
-}
-i.flag.rw:before,
-i.flag.rwanda:before {
- background-position: -72px -910px;
-}
-i.flag.sa:before,
-i.flag.saudi.arabia:before {
- background-position: -72px -936px;
-}
-i.flag.sb:before,
-i.flag.solomon.islands:before {
- background-position: -72px -962px;
-}
-i.flag.sc:before,
-i.flag.seychelles:before {
- background-position: -72px -988px;
-}
-i.flag.gb.sct:before,
-i.flag.scotland:before {
- background-position: -72px -1014px;
-}
-i.flag.sd:before,
-i.flag.sudan:before {
- background-position: -72px -1040px;
-}
-i.flag.se:before,
-i.flag.sweden:before {
- background-position: -72px -1066px;
-}
-i.flag.sg:before,
-i.flag.singapore:before {
- background-position: -72px -1092px;
-}
-i.flag.sh:before,
-i.flag.saint.helena:before {
- background-position: -72px -1118px;
-}
-i.flag.si:before,
-i.flag.slovenia:before {
- background-position: -72px -1144px;
-}
-i.flag.sj:before,
-i.flag.svalbard:before,
-i.flag.jan.mayen:before {
- background-position: -72px -1170px;
-}
-i.flag.sk:before,
-i.flag.slovakia:before {
- background-position: -72px -1196px;
-}
-i.flag.sl:before,
-i.flag.sierra.leone:before {
- background-position: -72px -1222px;
-}
-i.flag.sm:before,
-i.flag.san.marino:before {
- background-position: -72px -1248px;
-}
-i.flag.sn:before,
-i.flag.senegal:before {
- background-position: -72px -1274px;
-}
-i.flag.so:before,
-i.flag.somalia:before {
- background-position: -72px -1300px;
-}
-i.flag.sr:before,
-i.flag.suriname:before {
- background-position: -72px -1326px;
-}
-i.flag.st:before,
-i.flag.sao.tome:before {
- background-position: -72px -1352px;
-}
-i.flag.sv:before,
-i.flag.el.salvador:before {
- background-position: -72px -1378px;
-}
-i.flag.sy:before,
-i.flag.syria:before {
- background-position: -72px -1404px;
-}
-i.flag.sz:before,
-i.flag.swaziland:before {
- background-position: -72px -1430px;
-}
-i.flag.tc:before,
-i.flag.caicos.islands:before {
- background-position: -72px -1456px;
-}
-i.flag.td:before,
-i.flag.chad:before {
- background-position: -72px -1482px;
-}
-i.flag.tf:before,
-i.flag.french.territories:before {
- background-position: -72px -1508px;
-}
-i.flag.tg:before,
-i.flag.togo:before {
- background-position: -72px -1534px;
-}
-i.flag.th:before,
-i.flag.thailand:before {
- background-position: -72px -1560px;
-}
-i.flag.tj:before,
-i.flag.tajikistan:before {
- background-position: -72px -1586px;
-}
-i.flag.tk:before,
-i.flag.tokelau:before {
- background-position: -72px -1612px;
-}
-i.flag.tl:before,
-i.flag.timorleste:before {
- background-position: -72px -1638px;
-}
-i.flag.tm:before,
-i.flag.turkmenistan:before {
- background-position: -72px -1664px;
-}
-i.flag.tn:before,
-i.flag.tunisia:before {
- background-position: -72px -1690px;
-}
-i.flag.to:before,
-i.flag.tonga:before {
- background-position: -72px -1716px;
-}
-i.flag.tr:before,
-i.flag.turkey:before {
- background-position: -72px -1742px;
-}
-i.flag.tt:before,
-i.flag.trinidad:before {
- background-position: -72px -1768px;
-}
-i.flag.tv:before,
-i.flag.tuvalu:before {
- background-position: -72px -1794px;
-}
-i.flag.tw:before,
-i.flag.taiwan:before {
- background-position: -72px -1820px;
-}
-i.flag.tz:before,
-i.flag.tanzania:before {
- background-position: -72px -1846px;
-}
-i.flag.ua:before,
-i.flag.ukraine:before {
- background-position: -72px -1872px;
-}
-i.flag.ug:before,
-i.flag.uganda:before {
- background-position: -72px -1898px;
-}
-i.flag.um:before,
-i.flag.us.minor.islands:before {
- background-position: -72px -1924px;
-}
-i.flag.us:before,
-i.flag.america:before,
-i.flag.united.states:before {
- background-position: -72px -1950px;
-}
-i.flag.uy:before,
-i.flag.uruguay:before {
- background-position: -72px -1976px;
-}
-i.flag.uz:before,
-i.flag.uzbekistan:before {
- background-position: -108px 0;
-}
-i.flag.va:before,
-i.flag.vatican.city:before {
- background-position: -108px -26px;
-}
-i.flag.vc:before,
-i.flag.saint.vincent:before {
- background-position: -108px -52px;
-}
-i.flag.ve:before,
-i.flag.venezuela:before {
- background-position: -108px -78px;
-}
-i.flag.vg:before,
-i.flag.british.virgin.islands:before {
- background-position: -108px -104px;
-}
-i.flag.vi:before,
-i.flag.us.virgin.islands:before {
- background-position: -108px -130px;
-}
-i.flag.vn:before,
-i.flag.vietnam:before {
- background-position: -108px -156px;
-}
-i.flag.vu:before,
-i.flag.vanuatu:before {
- background-position: -108px -182px;
-}
-i.flag.gb.wls:before,
-i.flag.wales:before {
- background-position: -108px -208px;
-}
-i.flag.wf:before,
-i.flag.wallis.and.futuna:before {
- background-position: -108px -234px;
-}
-i.flag.ws:before,
-i.flag.samoa:before {
- background-position: -108px -260px;
-}
-i.flag.ye:before,
-i.flag.yemen:before {
- background-position: -108px -286px;
-}
-i.flag.yt:before,
-i.flag.mayotte:before {
- background-position: -108px -312px;
-}
-i.flag.za:before,
-i.flag.south.africa:before {
- background-position: -108px -338px;
-}
-i.flag.zm:before,
-i.flag.zambia:before {
- background-position: -108px -364px;
-}
-i.flag.zw:before,
-i.flag.zimbabwe:before {
- background-position: -108px -390px;
-}
-
-/*rtl:end:ignore*/
diff --git a/semantic/src/themes/default/elements/flag.variables b/semantic/src/themes/default/elements/flag.variables
deleted file mode 100644
index cf0884c..0000000
--- a/semantic/src/themes/default/elements/flag.variables
+++ /dev/null
@@ -1,13 +0,0 @@
-/*******************************
- Flag
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@spritePath: "@{imagePath}/flags.png";
-@width: 16px;
-@height: 11px;
-@verticalAlign: baseline;
-@margin: 0.5em; \ No newline at end of file
diff --git a/semantic/src/themes/default/elements/header.overrides b/semantic/src/themes/default/elements/header.overrides
deleted file mode 100644
index 0e06821..0000000
--- a/semantic/src/themes/default/elements/header.overrides
+++ /dev/null
@@ -1,4 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
-
diff --git a/semantic/src/themes/default/elements/header.variables b/semantic/src/themes/default/elements/header.variables
deleted file mode 100644
index db32147..0000000
--- a/semantic/src/themes/default/elements/header.variables
+++ /dev/null
@@ -1,168 +0,0 @@
-/*******************************
- Header
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@textTransform: none;
-@fontFamily: @headerFont;
-@fontWeight: @headerFontWeight;
-@lineHeight: @headerLineHeight;
-@lineHeightOffset: @headerLineHeightOffset;
-
-@topMargin: @headerTopMargin;
-@bottomMargin: @headerBottomMargin;
-@margin: @topMargin 0 @bottomMargin;
-
-@firstMargin: -@lineHeightOffset;
-@lastMargin: 0;
-@horizontalPadding: 0;
-@verticalPadding: 0;
-
-/* Sub Heading */
-@subHeadingDistance: @2px;
-@subHeadingFontSize: @relativeTiny;
-@subHeadingFontWeight: @bold;
-@subHeadingTextTransform: uppercase;
-@subHeadingColor: '';
-
-@miniSubHeadingSize: @relativeMini;
-@tinySubHeadingSize: @relativeMini;
-@smallSubHeadingSize: @relativeMini;
-@largeSubHeadingSize: @relativeSmall;
-@bigSubHeadingSize: @relativeMedium;
-@hugeSubHeadingSize: @relativeMedium;
-@massiveSubHeadingSize: @relativeLarge;
-
-/* Sub Header */
-@subHeaderMargin: 0;
-@subHeaderLineHeight: 1.2em;
-@subHeaderColor: @mutedTextColor;
-
-/* Icon */
-@iconOpacity: 1;
-@iconSize: 1.5em;
-@iconOffset: 0;
-@iconMargin: 0.75rem;
-@iconAlignment: middle;
-
-/* Image */
-@imageWidth: 2.5em;
-@imageHeight: auto;
-@imageOffset: @lineHeightOffset;
-@imageMargin: @iconMargin;
-@imageAlignment: middle;
-
-/* Label */
-@labelSize: '';
-@labelDistance: 0.5rem;
-@labelVerticalAlign: middle;
-
-/* Content */
-@contentAlignment: top;
-@contentIconAlignment: middle;
-@contentImageAlignment: middle;
-
-/* Paragraph after Header */
-@nextParagraphDistance: 0;
-
-/*-------------------
- Variations
---------------------*/
-
-/* Sizing */
-@massiveFontSize: unit(32 / 14, em);
-@hugeFontSize : unit(@h1, em);
-@bigFontSize : unit(26 / 14, em);
-@largeFontSize : unit(@h2, em);
-@mediumFontSize : unit(@h3, em);
-@smallFontSize : unit(@h4, em);
-@tinyFontSize : unit(@h5, em);
-@miniFontSize : unit(@h6, em);
-
-/* Sub Header */
-@h1SubHeaderFontSize: @large;
-@h2SubHeaderFontSize: @large;
-@h3SubHeaderFontSize: @medium;
-@h4SubHeaderFontSize: @medium;
-@h5SubHeaderFontSize: @small;
-@h6SubHeaderFontSize: @small;
-
-@massiveSubHeaderFontSize : @huge;
-@hugeSubHeaderFontSize : @h1SubHeaderFontSize;
-@bigSubHeaderFontSize : @h1SubHeaderFontSize;
-@largeSubHeaderFontSize : @h2SubHeaderFontSize;
-@subHeaderFontSize : @h3SubHeaderFontSize;
-@smallSubHeaderFontSize : @h4SubHeaderFontSize;
-@tinySubHeaderFontSize : @h5SubHeaderFontSize;
-@miniSubHeaderFontSize : @h6SubHeaderFontSize;
-
-/* Icon Header */
-@iconHeaderSize: 3em;
-@iconHeaderOpacity: 1;
-@iconHeaderMargin: 0.5rem;
-@circularHeaderIconSize: 2em;
-@squareHeaderIconSize: 2em;
-@cornerIconHeaderSize: calc(@iconHeaderSize * 0.45);
-
-/* No Line Height Offset */
-@iconHeaderTopMargin: 2rem;
-@iconHeaderBottomMargin: @bottomMargin;
-@iconHeaderFirstMargin: 0;
-
-/* Divided */
-@dividedBorderWidth: 1px;
-@dividedBorder: @dividedBorderWidth solid @borderColor;
-@dividedColoredBorderWidth: 2px;
-
-@dividedBorderPadding: @3px;
-@dividedSubHeaderPadding: @3px;
-@dividedIconPadding: 0;
-
-/* Block */
-@blockBackground: @darkWhite;
-@blockBoxShadow: none;
-@blockBorderWidth: 1px;
-@blockBorder: @blockBorderWidth solid @solidBorderColor;
-@blockHorizontalPadding: @medium;
-@blockVerticalPadding: @mini;
-@blockBorderRadius: @defaultBorderRadius;
-
-@miniBlock: @mini;
-@tinyBlock: @tiny;
-@smallBlock: @small;
-@mediumBlock: @medium;
-@largeBlock: @large;
-@bigBlock: @big;
-@hugeBlock: @huge;
-@massiveBlock: @massive;
-
-/* Attached */
-@attachedOffset: -1px;
-@attachedBoxShadow: none;
-@attachedBorder: 1px solid @solidBorderColor;
-@attachedVerticalPadding: @blockVerticalPadding;
-@attachedHorizontalPadding: @blockHorizontalPadding;
-@attachedBackground: @white;
-@attachedBorderRadius: @blockBorderRadius;
-
-@miniAttachedSize: @relativeMini;
-@tinyAttachedSize: @relativeTiny;
-@smallAttachedSize: @relativeSmall;
-@mediumAttachedSize: @relativeMedium;
-@largeAttachedSize: @relativeLarge;
-@bigAttachedSize: @relativeBig;
-@hugeAttachedSize: @relativeHuge;
-@massiveAttachedSize: @relativeMassive;
-
-/* Inverted */
-@invertedColor: @white;
-@invertedSubHeaderColor: @invertedMutedTextColor;
-@invertedDividedBorderColor: @whiteBorderColor;
-@invertedBlockBackground: @lightBlack @subtleGradient;
-@invertedAttachedBackground: @black;
-
-/* Floated */
-@floatedMargin: 0.5em;
diff --git a/semantic/src/themes/default/elements/icon.overrides b/semantic/src/themes/default/elements/icon.overrides
deleted file mode 100644
index ed58c0b..0000000
--- a/semantic/src/themes/default/elements/icon.overrides
+++ /dev/null
@@ -1,2038 +0,0 @@
-/*
-* Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
-* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
-*/
-
-/*******************************
-
-Fomantic-UI integration of FontAwesome :
-
-// class names are separated
-i.icon.angle-left => i.icon.angle.left
-
-// variations are extracted
-i.icon.circle => i.icon.circle
-i.icon.circle-o => i.icon.circle.outline
-
-// abbreviation are replaced by full words
-i.icon.*-h => i.icon.*.horizontal
-i.icon.*-v => i.icon.*.vertical
-i.icon.alpha => i.icon.alphabet
-i.icon.asc => i.icon.ascending
-i.icon.desc => i.icon.descending
-i.icon.alt => i.icon.alternate
-
-
-Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand
-
-*******************************/
-
-
-/*******************************
- Icons
-*******************************/
-
-/* Deprecated *In/Out Naming Conflict) */
-i.icon.linkedin.in:before { content: "\f0e1"; }
-i.icon.zoom.in:before { content: "\f00e"; }
-i.icon.zoom.out:before { content: "\f010"; }
-i.icon.sign.in:before { content: "\f2f6"; }
-i.icon.in.cart:before { content: "\f218"; }
-i.icon.log.out:before { content: "\f2f5"; }
-i.icon.sign.out:before { content: "\f2f5"; }
-
-
-/*******************************
- Solid Icons
-*******************************/
-
-/* Icons */
-i.icon.ad:before { content: "\f641"; }
-i.icon.address.book:before { content: "\f2b9"; }
-i.icon.address.card:before { content: "\f2bb"; }
-i.icon.adjust:before { content: "\f042"; }
-i.icon.air.freshener:before { content: "\f5d0"; }
-i.icon.align.center:before { content: "\f037"; }
-i.icon.align.justify:before { content: "\f039"; }
-i.icon.align.left:before { content: "\f036"; }
-i.icon.align.right:before { content: "\f038"; }
-i.icon.allergies:before { content: "\f461"; }
-i.icon.ambulance:before { content: "\f0f9"; }
-i.icon.american.sign.language.interpreting:before { content: "\f2a3"; }
-i.icon.anchor:before { content: "\f13d"; }
-i.icon.angle.double.down:before { content: "\f103"; }
-i.icon.angle.double.left:before { content: "\f100"; }
-i.icon.angle.double.right:before { content: "\f101"; }
-i.icon.angle.double.up:before { content: "\f102"; }
-i.icon.angle.down:before { content: "\f107"; }
-i.icon.angle.left:before { content: "\f104"; }
-i.icon.angle.right:before { content: "\f105"; }
-i.icon.angle.up:before { content: "\f106"; }
-i.icon.angry:before { content: "\f556"; }
-i.icon.ankh:before { content: "\f644"; }
-i.icon.archive:before { content: "\f187"; }
-i.icon.archway:before { content: "\f557"; }
-i.icon.arrow.alternate.circle.down:before { content: "\f358"; }
-i.icon.arrow.alternate.circle.left:before { content: "\f359"; }
-i.icon.arrow.alternate.circle.right:before { content: "\f35a"; }
-i.icon.arrow.alternate.circle.up:before { content: "\f35b"; }
-i.icon.arrow.circle.down:before { content: "\f0ab"; }
-i.icon.arrow.circle.left:before { content: "\f0a8"; }
-i.icon.arrow.circle.right:before { content: "\f0a9"; }
-i.icon.arrow.circle.up:before { content: "\f0aa"; }
-i.icon.arrow.left:before { content: "\f060"; }
-i.icon.arrow.right:before { content: "\f061"; }
-i.icon.arrow.up:before { content: "\f062"; }
-i.icon.arrow.down:before { content: "\f063"; }
-i.icon.arrows.alternate:before { content: "\f0b2"; }
-i.icon.arrows.alternate.horizontal:before { content: "\f337"; }
-i.icon.arrows.alternate.vertical:before { content: "\f338"; }
-i.icon.assistive.listening.systems:before { content: "\f2a2"; }
-i.icon.asterisk:before { content: "\f069"; }
-i.icon.at:before { content: "\f1fa"; }
-i.icon.atlas:before { content: "\f558"; }
-i.icon.atom:before { content: "\f5d2"; }
-i.icon.audio.description:before { content: "\f29e"; }
-i.icon.award:before { content: "\f559"; }
-i.icon.baby:before { content: "\f77c"; }
-i.icon.baby.carriage:before { content: "\f77d"; }
-i.icon.backspace:before { content: "\f55a"; }
-i.icon.backward:before { content: "\f04a"; }
-i.icon.bacon:before { content: "\f7e5"; }
-i.icon.bahai:before { content: "\f666"; }
-i.icon.balance.scale:before { content: "\f24e"; }
-i.icon.balance.scale.left:before { content: "\f515"; }
-i.icon.balance.scale.right:before { content: "\f516"; }
-i.icon.ban:before { content: "\f05e"; }
-i.icon.band.aid:before { content: "\f462"; }
-i.icon.barcode:before { content: "\f02a"; }
-i.icon.bars:before { content: "\f0c9"; }
-i.icon.baseball.ball:before { content: "\f433"; }
-i.icon.basketball.ball:before { content: "\f434"; }
-i.icon.bath:before { content: "\f2cd"; }
-i.icon.battery.empty:before { content: "\f244"; }
-i.icon.battery.full:before { content: "\f240"; }
-i.icon.battery.half:before { content: "\f242"; }
-i.icon.battery.quarter:before { content: "\f243"; }
-i.icon.battery.three.quarters:before { content: "\f241"; }
-i.icon.bed:before { content: "\f236"; }
-i.icon.beer:before { content: "\f0fc"; }
-i.icon.bell:before { content: "\f0f3"; }
-i.icon.bell.slash:before { content: "\f1f6"; }
-i.icon.bezier.curve:before { content: "\f55b"; }
-i.icon.bible:before { content: "\f647"; }
-i.icon.bicycle:before { content: "\f206"; }
-i.icon.biking:before { content: "\f84a"; }
-i.icon.binoculars:before { content: "\f1e5"; }
-i.icon.biohazard:before { content: "\f780"; }
-i.icon.birthday.cake:before { content: "\f1fd"; }
-i.icon.blender:before { content: "\f517"; }
-i.icon.blender.phone:before { content: "\f6b6"; }
-i.icon.blind:before { content: "\f29d"; }
-i.icon.blog:before { content: "\f781"; }
-i.icon.bold:before { content: "\f032"; }
-i.icon.bolt:before { content: "\f0e7"; }
-i.icon.bomb:before { content: "\f1e2"; }
-i.icon.bone:before { content: "\f5d7"; }
-i.icon.bong:before { content: "\f55c"; }
-i.icon.book:before { content: "\f02d"; }
-i.icon.book.dead:before { content: "\f6b7"; }
-i.icon.book.medical:before { content: "\f7e6"; }
-i.icon.book.open:before { content: "\f518"; }
-i.icon.book.reader:before { content: "\f5da"; }
-i.icon.bookmark:before { content: "\f02e"; }
-i.icon.border.all:before { content: "\f84c"; }
-i.icon.border.none:before { content: "\f850"; }
-i.icon.border.style:before { content: "\f853"; }
-i.icon.bowling.ball:before { content: "\f436"; }
-i.icon.box:before { content: "\f466"; }
-i.icon.box.open:before { content: "\f49e"; }
-i.icon.box.tissue:before { content: "\f95b"; }
-i.icon.boxes:before { content: "\f468"; }
-i.icon.braille:before { content: "\f2a1"; }
-i.icon.brain:before { content: "\f5dc"; }
-i.icon.bread.slice:before { content: "\f7ec"; }
-i.icon.briefcase:before { content: "\f0b1"; }
-i.icon.briefcase.medical:before { content: "\f469"; }
-i.icon.broadcast.tower:before { content: "\f519"; }
-i.icon.broom:before { content: "\f51a"; }
-i.icon.brush:before { content: "\f55d"; }
-i.icon.bug:before { content: "\f188"; }
-i.icon.building:before { content: "\f1ad"; }
-i.icon.bullhorn:before { content: "\f0a1"; }
-i.icon.bullseye:before { content: "\f140"; }
-i.icon.burn:before { content: "\f46a"; }
-i.icon.bus:before { content: "\f207"; }
-i.icon.bus.alternate:before { content: "\f55e"; }
-i.icon.business.time:before { content: "\f64a"; }
-i.icon.calculator:before { content: "\f1ec"; }
-i.icon.calendar:before { content: "\f133"; }
-i.icon.calendar.alternate:before { content: "\f073"; }
-i.icon.calendar.check:before { content: "\f274"; }
-i.icon.calendar.day:before { content: "\f783"; }
-i.icon.calendar.minus:before { content: "\f272"; }
-i.icon.calendar.plus:before { content: "\f271"; }
-i.icon.calendar.times:before { content: "\f273"; }
-i.icon.calendar.week:before { content: "\f784"; }
-i.icon.camera:before { content: "\f030"; }
-i.icon.camera.retro:before { content: "\f083"; }
-i.icon.campground:before { content: "\f6bb"; }
-i.icon.candy.cane:before { content: "\f786"; }
-i.icon.cannabis:before { content: "\f55f"; }
-i.icon.capsules:before { content: "\f46b"; }
-i.icon.car:before { content: "\f1b9"; }
-i.icon.car.alternate:before { content: "\f5de"; }
-i.icon.car.battery:before { content: "\f5df"; }
-i.icon.car.crash:before { content: "\f5e1"; }
-i.icon.car.side:before { content: "\f5e4"; }
-i.icon.caravan:before { content: "\f8ff"; }
-i.icon.caret.down:before { content: "\f0d7"; }
-i.icon.caret.left:before { content: "\f0d9"; }
-i.icon.caret.right:before { content: "\f0da"; }
-i.icon.caret.square.down:before { content: "\f150"; }
-i.icon.caret.square.left:before { content: "\f191"; }
-i.icon.caret.square.right:before { content: "\f152"; }
-i.icon.caret.square.up:before { content: "\f151"; }
-i.icon.caret.up:before { content: "\f0d8"; }
-i.icon.carrot:before { content: "\f787"; }
-i.icon.cart.arrow.down:before { content: "\f218"; }
-i.icon.cart.plus:before { content: "\f217"; }
-i.icon.cash.register:before { content: "\f788"; }
-i.icon.cat:before { content: "\f6be"; }
-i.icon.certificate:before { content: "\f0a3"; }
-i.icon.chair:before { content: "\f6c0"; }
-i.icon.chalkboard:before { content: "\f51b"; }
-i.icon.chalkboard.teacher:before { content: "\f51c"; }
-i.icon.charging.station:before { content: "\f5e7"; }
-i.icon.chart.area:before { content: "\f1fe"; }
-i.icon.chart.bar:before { content: "\f080"; }
-i.icon.chart.line:before { content: "\f201"; }
-i.icon.chartline:before { content: "\f201"; }
-i.icon.chart.pie:before { content: "\f200"; }
-i.icon.check:before { content: "\f00c"; }
-i.icon.check.circle:before { content: "\f058"; }
-i.icon.check.double:before { content: "\f560"; }
-i.icon.check.square:before { content: "\f14a"; }
-i.icon.cheese:before { content: "\f7ef"; }
-i.icon.chess:before { content: "\f439"; }
-i.icon.chess.bishop:before { content: "\f43a"; }
-i.icon.chess.board:before { content: "\f43c"; }
-i.icon.chess.king:before { content: "\f43f"; }
-i.icon.chess.knight:before { content: "\f441"; }
-i.icon.chess.pawn:before { content: "\f443"; }
-i.icon.chess.queen:before { content: "\f445"; }
-i.icon.chess.rook:before { content: "\f447"; }
-i.icon.chevron.circle.down:before { content: "\f13a"; }
-i.icon.chevron.circle.left:before { content: "\f137"; }
-i.icon.chevron.circle.right:before { content: "\f138"; }
-i.icon.chevron.circle.up:before { content: "\f139"; }
-i.icon.chevron.down:before { content: "\f078"; }
-i.icon.chevron.left:before { content: "\f053"; }
-i.icon.chevron.right:before { content: "\f054"; }
-i.icon.chevron.up:before { content: "\f077"; }
-i.icon.child:before { content: "\f1ae"; }
-i.icon.church:before { content: "\f51d"; }
-i.icon.circle:before { content: "\f111"; }
-i.icon.circle.notch:before { content: "\f1ce"; }
-i.icon.city:before { content: "\f64f"; }
-i.icon.clinic.medical:before { content: "\f7f2"; }
-i.icon.clipboard:before { content: "\f328"; }
-i.icon.clipboard.check:before { content: "\f46c"; }
-i.icon.clipboard.list:before { content: "\f46d"; }
-i.icon.clock:before { content: "\f017"; }
-i.icon.clone:before { content: "\f24d"; }
-i.icon.closed.captioning:before { content: "\f20a"; }
-i.icon.cloud:before { content: "\f0c2"; }
-i.icon.cloud.download.alternate:before { content: "\f381"; }
-i.icon.cloud.meatball:before { content: "\f73b"; }
-i.icon.cloud.moon:before { content: "\f6c3"; }
-i.icon.cloud.moon.rain:before { content: "\f73c"; }
-i.icon.cloud.rain:before { content: "\f73d"; }
-i.icon.cloud.showers.heavy:before { content: "\f740"; }
-i.icon.cloud.sun:before { content: "\f6c4"; }
-i.icon.cloud.sun.rain:before { content: "\f743"; }
-i.icon.cloud.upload.alternate:before { content: "\f382"; }
-i.icon.cocktail:before { content: "\f561"; }
-i.icon.code:before { content: "\f121"; }
-i.icon.code.branch:before { content: "\f126"; }
-i.icon.coffee:before { content: "\f0f4"; }
-i.icon.cog:before { content: "\f013"; }
-i.icon.cogs:before { content: "\f085"; }
-i.icon.coins:before { content: "\f51e"; }
-i.icon.columns:before { content: "\f0db"; }
-i.icon.comment:before { content: "\f075"; }
-i.icon.comment.alternate:before { content: "\f27a"; }
-i.icon.comment.dollar:before { content: "\f651"; }
-i.icon.comment.dots:before { content: "\f4ad"; }
-i.icon.comment.medical:before { content: "\f7f5"; }
-i.icon.comment.slash:before { content: "\f4b3"; }
-i.icon.comments:before { content: "\f086"; }
-i.icon.comments.dollar:before { content: "\f653"; }
-i.icon.compact.disc:before { content: "\f51f"; }
-i.icon.compass:before { content: "\f14e"; }
-i.icon.compress:before { content: "\f066"; }
-i.icon.compress.alternate:before { content: "\f422"; }
-i.icon.compress.arrows.alternate:before { content: "\f78c"; }
-i.icon.concierge.bell:before { content: "\f562"; }
-i.icon.cookie:before { content: "\f563"; }
-i.icon.cookie.bite:before { content: "\f564"; }
-i.icon.copy:before { content: "\f0c5"; }
-i.icon.copyright:before { content: "\f1f9"; }
-i.icon.couch:before { content: "\f4b8"; }
-i.icon.credit.card:before { content: "\f09d"; }
-i.icon.crop:before { content: "\f125"; }
-i.icon.crop.alternate:before { content: "\f565"; }
-i.icon.cross:before { content: "\f654"; }
-i.icon.crosshairs:before { content: "\f05b"; }
-i.icon.crow:before { content: "\f520"; }
-i.icon.crown:before { content: "\f521"; }
-i.icon.crutch:before { content: "\f7f7"; }
-i.icon.cube:before { content: "\f1b2"; }
-i.icon.cubes:before { content: "\f1b3"; }
-i.icon.cut:before { content: "\f0c4"; }
-i.icon.database:before { content: "\f1c0"; }
-i.icon.deaf:before { content: "\f2a4"; }
-i.icon.democrat:before { content: "\f747"; }
-i.icon.desktop:before { content: "\f108"; }
-i.icon.dharmachakra:before { content: "\f655"; }
-i.icon.diagnoses:before { content: "\f470"; }
-i.icon.dice:before { content: "\f522"; }
-i.icon.dice.d20:before { content: "\f6cf"; }
-i.icon.dice.d6:before { content: "\f6d1"; }
-i.icon.dice.five:before { content: "\f523"; }
-i.icon.dice.four:before { content: "\f524"; }
-i.icon.dice.one:before { content: "\f525"; }
-i.icon.dice.six:before { content: "\f526"; }
-i.icon.dice.three:before { content: "\f527"; }
-i.icon.dice.two:before { content: "\f528"; }
-i.icon.digital.tachograph:before { content: "\f566"; }
-i.icon.directions:before { content: "\f5eb"; }
-i.icon.disease:before { content: "\f7fa"; }
-i.icon.divide:before { content: "\f529"; }
-i.icon.dizzy:before { content: "\f567"; }
-i.icon.dna:before { content: "\f471"; }
-i.icon.dog:before { content: "\f6d3"; }
-i.icon.dollar.sign:before { content: "\f155"; }
-i.icon.dolly:before { content: "\f472"; }
-i.icon.dolly.flatbed:before { content: "\f474"; }
-i.icon.donate:before { content: "\f4b9"; }
-i.icon.door.closed:before { content: "\f52a"; }
-i.icon.door.open:before { content: "\f52b"; }
-i.icon.dot.circle:before { content: "\f192"; }
-i.icon.dove:before { content: "\f4ba"; }
-i.icon.download:before { content: "\f019"; }
-i.icon.drafting.compass:before { content: "\f568"; }
-i.icon.dragon:before { content: "\f6d5"; }
-i.icon.draw.polygon:before { content: "\f5ee"; }
-i.icon.drum:before { content: "\f569"; }
-i.icon.drum.steelpan:before { content: "\f56a"; }
-i.icon.drumstick.bite:before { content: "\f6d7"; }
-i.icon.dumbbell:before { content: "\f44b"; }
-i.icon.dumpster:before { content: "\f793"; }
-i.icon.dumpster.fire:before { content: "\f794"; }
-i.icon.dungeon:before { content: "\f6d9"; }
-i.icon.edit:before { content: "\f044"; }
-i.icon.egg:before { content: "\f7fb"; }
-i.icon.eject:before { content: "\f052"; }
-i.icon.ellipsis.horizontal:before { content: "\f141"; }
-i.icon.ellipsis.vertical:before { content: "\f142"; }
-i.icon.envelope:before { content: "\f0e0"; }
-i.icon.envelope.open:before { content: "\f2b6"; }
-i.icon.envelope.open.text:before { content: "\f658"; }
-i.icon.envelope.square:before { content: "\f199"; }
-i.icon.equals:before { content: "\f52c"; }
-i.icon.eraser:before { content: "\f12d"; }
-i.icon.ethernet:before { content: "\f796"; }
-i.icon.euro.sign:before { content: "\f153"; }
-i.icon.exchange.alternate:before { content: "\f362"; }
-i.icon.exclamation:before { content: "\f12a"; }
-i.icon.exclamation.circle:before { content: "\f06a"; }
-i.icon.exclamation.triangle:before { content: "\f071"; }
-i.icon.expand:before { content: "\f065"; }
-i.icon.expand.alternate:before { content: "\f424"; }
-i.icon.expand.arrows.alternate:before { content: "\f31e"; }
-i.icon.external.alternate:before { content: "\f35d"; }
-i.icon.external.link.square.alternate:before { content: "\f360"; }
-i.icon.eye:before { content: "\f06e"; }
-i.icon.eye.dropper:before { content: "\f1fb"; }
-i.icon.eye.slash:before { content: "\f070"; }
-i.icon.fan:before { content: "\f863"; }
-i.icon.fast.backward:before { content: "\f049"; }
-i.icon.fast.forward:before { content: "\f050"; }
-i.icon.faucet:before { content: "\f905"; }
-i.icon.fax:before { content: "\f1ac"; }
-i.icon.feather:before { content: "\f52d"; }
-i.icon.feather.alternate:before { content: "\f56b"; }
-i.icon.female:before { content: "\f182"; }
-i.icon.fighter.jet:before { content: "\f0fb"; }
-i.icon.file:before { content: "\f15b"; }
-i.icon.file.alternate:before { content: "\f15c"; }
-i.icon.file.archive:before { content: "\f1c6"; }
-i.icon.file.audio:before { content: "\f1c7"; }
-i.icon.file.code:before { content: "\f1c9"; }
-i.icon.file.contract:before { content: "\f56c"; }
-i.icon.file.csv:before { content: "\f6dd"; }
-i.icon.file.download:before { content: "\f56d"; }
-i.icon.file.excel:before { content: "\f1c3"; }
-i.icon.file.export:before { content: "\f56e"; }
-i.icon.file.image:before { content: "\f1c5"; }
-i.icon.file.import:before { content: "\f56f"; }
-i.icon.file.invoice:before { content: "\f570"; }
-i.icon.file.invoice.dollar:before { content: "\f571"; }
-i.icon.file.medical:before { content: "\f477"; }
-i.icon.file.medical.alternate:before { content: "\f478"; }
-i.icon.file.pdf:before { content: "\f1c1"; }
-i.icon.file.powerpoint:before { content: "\f1c4"; }
-i.icon.file.prescription:before { content: "\f572"; }
-i.icon.file.signature:before { content: "\f573"; }
-i.icon.file.upload:before { content: "\f574"; }
-i.icon.file.video:before { content: "\f1c8"; }
-i.icon.file.word:before { content: "\f1c2"; }
-i.icon.fill:before { content: "\f575"; }
-i.icon.fill.drip:before { content: "\f576"; }
-i.icon.film:before { content: "\f008"; }
-i.icon.filter:before { content: "\f0b0"; }
-i.icon.fingerprint:before { content: "\f577"; }
-i.icon.fire:before { content: "\f06d"; }
-i.icon.fire.alternate:before { content: "\f7e4"; }
-i.icon.fire.extinguisher:before { content: "\f134"; }
-i.icon.first.aid:before { content: "\f479"; }
-i.icon.fish:before { content: "\f578"; }
-i.icon.fist.raised:before { content: "\f6de"; }
-i.icon.flag:before { content: "\f024"; }
-i.icon.flag.checkered:before { content: "\f11e"; }
-i.icon.flag.usa:before { content: "\f74d"; }
-i.icon.flask:before { content: "\f0c3"; }
-i.icon.flushed:before { content: "\f579"; }
-i.icon.folder:before { content: "\f07b"; }
-i.icon.folder.minus:before { content: "\f65d"; }
-i.icon.folder.open:before { content: "\f07c"; }
-i.icon.folder.plus:before { content: "\f65e"; }
-i.icon.font:before { content: "\f031"; }
-i.icon.football.ball:before { content: "\f44e"; }
-i.icon.forward:before { content: "\f04e"; }
-i.icon.frog:before { content: "\f52e"; }
-i.icon.frown:before { content: "\f119"; }
-i.icon.frown.open:before { content: "\f57a"; }
-i.icon.fruit-apple:before { content: "\f5d1"; }
-i.icon.funnel.dollar:before { content: "\f662"; }
-i.icon.futbol:before { content: "\f1e3"; }
-i.icon.gamepad:before { content: "\f11b"; }
-i.icon.gas.pump:before { content: "\f52f"; }
-i.icon.gavel:before { content: "\f0e3"; }
-i.icon.gem:before { content: "\f3a5"; }
-i.icon.genderless:before { content: "\f22d"; }
-i.icon.ghost:before { content: "\f6e2"; }
-i.icon.gift:before { content: "\f06b"; }
-i.icon.gifts:before { content: "\f79c"; }
-i.icon.glass.cheers:before { content: "\f79f"; }
-i.icon.glass.martini:before { content: "\f000"; }
-i.icon.glass.martini.alternate:before { content: "\f57b"; }
-i.icon.glass.whiskey:before { content: "\f7a0"; }
-i.icon.glasses:before { content: "\f530"; }
-i.icon.globe:before { content: "\f0ac"; }
-i.icon.globe.africa:before { content: "\f57c"; }
-i.icon.globe.americas:before { content: "\f57d"; }
-i.icon.globe.asia:before { content: "\f57e"; }
-i.icon.globe.europe:before { content: "\f7a2"; }
-i.icon.golf.ball:before { content: "\f450"; }
-i.icon.gopuram:before { content: "\f664"; }
-i.icon.graduation.cap:before { content: "\f19d"; }
-i.icon.greater.than:before { content: "\f531"; }
-i.icon.greater.than.equal:before { content: "\f532"; }
-i.icon.grimace:before { content: "\f57f"; }
-i.icon.grin:before { content: "\f580"; }
-i.icon.grin.alternate:before { content: "\f581"; }
-i.icon.grin.beam:before { content: "\f582"; }
-i.icon.grin.beam.sweat:before { content: "\f583"; }
-i.icon.grin.hearts:before { content: "\f584"; }
-i.icon.grin.squint:before { content: "\f585"; }
-i.icon.grin.squint.tears:before { content: "\f586"; }
-i.icon.grin.stars:before { content: "\f587"; }
-i.icon.grin.tears:before { content: "\f588"; }
-i.icon.grin.tongue:before { content: "\f589"; }
-i.icon.grin.tongue.squint:before { content: "\f58a"; }
-i.icon.grin.tongue.wink:before { content: "\f58b"; }
-i.icon.grin.wink:before { content: "\f58c"; }
-i.icon.grip.horizontal:before { content: "\f58d"; }
-i.icon.grip.lines:before { content: "\f7a4"; }
-i.icon.grip.lines.vertical:before { content: "\f7a5"; }
-i.icon.grip.vertical:before { content: "\f58e"; }
-i.icon.guitar:before { content: "\f7a6"; }
-i.icon.h.square:before { content: "\f0fd"; }
-i.icon.hamburger:before { content: "\f805"; }
-i.icon.hammer:before { content: "\f6e3"; }
-i.icon.hamsa:before { content: "\f665"; }
-i.icon.hand.holding:before { content: "\f4bd"; }
-i.icon.hand.holding.heart:before { content: "\f4be"; }
-i.icon.hand.holding.medical:before { content: "\f95c"; }
-i.icon.hand.holding.usd:before { content: "\f4c0"; }
-i.icon.hand.holding.water:before { content: "\f4c1"; }
-i.icon.hand.lizard:before { content: "\f258"; }
-i.icon.hand.middle.finger:before { content: "\f806"; }
-i.icon.hand.paper:before { content: "\f256"; }
-i.icon.hand.peace:before { content: "\f25b"; }
-i.icon.hand.point.down:before { content: "\f0a7"; }
-i.icon.hand.point.left:before { content: "\f0a5"; }
-i.icon.hand.point.right:before { content: "\f0a4"; }
-i.icon.hand.point.up:before { content: "\f0a6"; }
-i.icon.hand.pointer:before { content: "\f25a"; }
-i.icon.hand.rock:before { content: "\f255"; }
-i.icon.hand.scissors:before { content: "\f257"; }
-i.icon.hand.sparkles:before { content: "\f95d"; }
-i.icon.hand.spock:before { content: "\f259"; }
-i.icon.hands:before { content: "\f4c2"; }
-i.icon.hands.helping:before { content: "\f4c4"; }
-i.icon.hands.wash:before { content: "\f95e"; }
-i.icon.handshake:before { content: "\f2b5"; }
-i.icon.handshake.alternate.slash:before { content: "\f95f"; }
-i.icon.handshake.slash:before { content: "\f960"; }
-i.icon.hanukiah:before { content: "\f6e6"; }
-i.icon.hard.hat:before { content: "\f807"; }
-i.icon.hashtag:before { content: "\f292"; }
-i.icon.hat.cowboy:before { content: "\f8c0"; }
-i.icon.hat.cowboy.side:before { content: "\f8c1"; }
-i.icon.hat.wizard:before { content: "\f6e8"; }
-i.icon.hdd:before { content: "\f0a0"; }
-i.icon.head.side.cough:before { content: "\f961"; }
-i.icon.head.side.cough.slash:before { content: "\f962"; }
-i.icon.head.side.mask:before { content: "\f963"; }
-i.icon.head.side.virus:before { content: "\f964"; }
-i.icon.heading:before { content: "\f1dc"; }
-i.icon.headphones:before { content: "\f025"; }
-i.icon.headphones.alternate:before { content: "\f58f"; }
-i.icon.headset:before { content: "\f590"; }
-i.icon.heart:before { content: "\f004"; }
-i.icon.heart.broken:before { content: "\f7a9"; }
-i.icon.heartbeat:before { content: "\f21e"; }
-i.icon.helicopter:before { content: "\f533"; }
-i.icon.highlighter:before { content: "\f591"; }
-i.icon.hiking:before { content: "\f6ec"; }
-i.icon.hippo:before { content: "\f6ed"; }
-i.icon.history:before { content: "\f1da"; }
-i.icon.hockey.puck:before { content: "\f453"; }
-i.icon.holly.berry:before { content: "\f7aa"; }
-i.icon.home:before { content: "\f015"; }
-i.icon.horse:before { content: "\f6f0"; }
-i.icon.horse.head:before { content: "\f7ab"; }
-i.icon.hospital:before { content: "\f0f8"; }
-i.icon.hospital.alternate:before { content: "\f47d"; }
-i.icon.hospital.symbol:before { content: "\f47e"; }
-i.icon.hospital.user:before { content: "\f80d"; }
-i.icon.hot.tub:before { content: "\f593"; }
-i.icon.hotdog:before { content: "\f80f"; }
-i.icon.hotel:before { content: "\f594"; }
-i.icon.hourglass:before { content: "\f254"; }
-i.icon.hourglass.end:before { content: "\f253"; }
-i.icon.hourglass.half:before { content: "\f252"; }
-i.icon.hourglass.start:before { content: "\f251"; }
-i.icon.house.damage:before { content: "\f6f1"; }
-i.icon.house.user:before { content: "\f965"; }
-i.icon.hryvnia:before { content: "\f6f2"; }
-i.icon.i.cursor:before { content: "\f246"; }
-i.icon.ice.cream:before { content: "\f810"; }
-i.icon.icicles:before { content: "\f7ad"; }
-i.icon.icons:before { content: "\f86d"; }
-i.icon.id.badge:before { content: "\f2c1"; }
-i.icon.id.card:before { content: "\f2c2"; }
-i.icon.id.card.alternate:before { content: "\f47f"; }
-i.icon.igloo:before { content: "\f7ae"; }
-i.icon.image:before { content: "\f03e"; }
-i.icon.images:before { content: "\f302"; }
-i.icon.inbox:before { content: "\f01c"; }
-i.icon.indent:before { content: "\f03c"; }
-i.icon.industry:before { content: "\f275"; }
-i.icon.infinity:before { content: "\f534"; }
-i.icon.info:before { content: "\f129"; }
-i.icon.info.circle:before { content: "\f05a"; }
-i.icon.italic:before { content: "\f033"; }
-i.icon.jedi:before { content: "\f669"; }
-i.icon.joint:before { content: "\f595"; }
-i.icon.journal.whills:before { content: "\f66a"; }
-i.icon.kaaba:before { content: "\f66b"; }
-i.icon.key:before { content: "\f084"; }
-i.icon.keyboard:before { content: "\f11c"; }
-i.icon.khanda:before { content: "\f66d"; }
-i.icon.kiss:before { content: "\f596"; }
-i.icon.kiss.beam:before { content: "\f597"; }
-i.icon.kiss.wink.heart:before { content: "\f598"; }
-i.icon.kiwi.bird:before { content: "\f535"; }
-i.icon.landmark:before { content: "\f66f"; }
-i.icon.language:before { content: "\f1ab"; }
-i.icon.laptop:before { content: "\f109"; }
-i.icon.laptop.code:before { content: "\f5fc"; }
-i.icon.laptop.house:before { content: "\f966"; }
-i.icon.laptop.medical:before { content: "\f812"; }
-i.icon.laugh:before { content: "\f599"; }
-i.icon.laugh.beam:before { content: "\f59a"; }
-i.icon.laugh.squint:before { content: "\f59b"; }
-i.icon.laugh.wink:before { content: "\f59c"; }
-i.icon.layer.group:before { content: "\f5fd"; }
-i.icon.leaf:before { content: "\f06c"; }
-i.icon.lemon:before { content: "\f094"; }
-i.icon.less.than:before { content: "\f536"; }
-i.icon.less.than.equal:before { content: "\f537"; }
-i.icon.level.down.alternate:before { content: "\f3be"; }
-i.icon.level.up.alternate:before { content: "\f3bf"; }
-i.icon.life.ring:before { content: "\f1cd"; }
-i.icon.lightbulb:before { content: "\f0eb"; }
-i.icon.linkify:before { content: "\f0c1"; }
-i.icon.lira.sign:before { content: "\f195"; }
-i.icon.list:before { content: "\f03a"; }
-i.icon.list.alternate:before { content: "\f022"; }
-i.icon.list.ol:before { content: "\f0cb"; }
-i.icon.list.ul:before { content: "\f0ca"; }
-i.icon.location.arrow:before { content: "\f124"; }
-i.icon.lock:before { content: "\f023"; }
-i.icon.lock.open:before { content: "\f3c1"; }
-i.icon.long.arrow.alternate.down:before { content: "\f309"; }
-i.icon.long.arrow.alternate.left:before { content: "\f30a"; }
-i.icon.long.arrow.alternate.right:before { content: "\f30b"; }
-i.icon.long.arrow.alternate.up:before { content: "\f30c"; }
-i.icon.low.vision:before { content: "\f2a8"; }
-i.icon.luggage.cart:before { content: "\f59d"; }
-i.icon.lungs:before { content: "\f604"; }
-i.icon.lungs.virus:before { content: "\f967"; }
-i.icon.magic:before { content: "\f0d0"; }
-i.icon.magnet:before { content: "\f076"; }
-i.icon.mail.bulk:before { content: "\f674"; }
-i.icon.male:before { content: "\f183"; }
-i.icon.map:before { content: "\f279"; }
-i.icon.map.marked:before { content: "\f59f"; }
-i.icon.map.marked.alternate:before { content: "\f5a0"; }
-i.icon.map.marker:before { content: "\f041"; }
-i.icon.map.marker.alternate:before { content: "\f3c5"; }
-i.icon.map.pin:before { content: "\f276"; }
-i.icon.map.signs:before { content: "\f277"; }
-i.icon.marker:before { content: "\f5a1"; }
-i.icon.mars:before { content: "\f222"; }
-i.icon.mars.double:before { content: "\f227"; }
-i.icon.mars.stroke:before { content: "\f229"; }
-i.icon.mars.stroke.horizontal:before { content: "\f22b"; }
-i.icon.mars.stroke.vertical:before { content: "\f22a"; }
-i.icon.mask:before { content: "\f6fa"; }
-i.icon.medal:before { content: "\f5a2"; }
-i.icon.medkit:before { content: "\f0fa"; }
-i.icon.meh:before { content: "\f11a"; }
-i.icon.meh.blank:before { content: "\f5a4"; }
-i.icon.meh.rolling.eyes:before { content: "\f5a5"; }
-i.icon.memory:before { content: "\f538"; }
-i.icon.menorah:before { content: "\f676"; }
-i.icon.mercury:before { content: "\f223"; }
-i.icon.meteor:before { content: "\f753"; }
-i.icon.microchip:before { content: "\f2db"; }
-i.icon.microphone:before { content: "\f130"; }
-i.icon.microphone.alternate:before { content: "\f3c9"; }
-i.icon.microphone.alternate.slash:before { content: "\f539"; }
-i.icon.microphone.slash:before { content: "\f131"; }
-i.icon.microscope:before { content: "\f610"; }
-i.icon.minus:before { content: "\f068"; }
-i.icon.minus.circle:before { content: "\f056"; }
-i.icon.minus.square:before { content: "\f146"; }
-i.icon.mitten:before { content: "\f7b5"; }
-i.icon.mobile:before { content: "\f10b"; }
-i.icon.mobile.alternate:before { content: "\f3cd"; }
-i.icon.money.bill:before { content: "\f0d6"; }
-i.icon.money.bill.alternate:before { content: "\f3d1"; }
-i.icon.money.bill.wave:before { content: "\f53a"; }
-i.icon.money.bill.wave.alternate:before { content: "\f53b"; }
-i.icon.money.check:before { content: "\f53c"; }
-i.icon.money.check.alternate:before { content: "\f53d"; }
-i.icon.monument:before { content: "\f5a6"; }
-i.icon.moon:before { content: "\f186"; }
-i.icon.mortar.pestle:before { content: "\f5a7"; }
-i.icon.mosque:before { content: "\f678"; }
-i.icon.motorcycle:before { content: "\f21c"; }
-i.icon.mountain:before { content: "\f6fc"; }
-i.icon.mouse:before { content: "\f8cc"; }
-i.icon.mouse.pointer:before { content: "\f245"; }
-i.icon.mug.hot:before { content: "\f7b6"; }
-i.icon.music:before { content: "\f001"; }
-i.icon.network.wired:before { content: "\f6ff"; }
-i.icon.neuter:before { content: "\f22c"; }
-i.icon.newspaper:before { content: "\f1ea"; }
-i.icon.not.equal:before { content: "\f53e"; }
-i.icon.notes.medical:before { content: "\f481"; }
-i.icon.object.group:before { content: "\f247"; }
-i.icon.object.ungroup:before { content: "\f248"; }
-i.icon.oil.can:before { content: "\f613"; }
-i.icon.om:before { content: "\f679"; }
-i.icon.otter:before { content: "\f700"; }
-i.icon.outdent:before { content: "\f03b"; }
-i.icon.pager:before { content: "\f815"; }
-i.icon.paint.brush:before { content: "\f1fc"; }
-i.icon.paint.roller:before { content: "\f5aa"; }
-i.icon.palette:before { content: "\f53f"; }
-i.icon.pallet:before { content: "\f482"; }
-i.icon.paper.plane:before { content: "\f1d8"; }
-i.icon.paperclip:before { content: "\f0c6"; }
-i.icon.parachute.box:before { content: "\f4cd"; }
-i.icon.paragraph:before { content: "\f1dd"; }
-i.icon.parking:before { content: "\f540"; }
-i.icon.passport:before { content: "\f5ab"; }
-i.icon.pastafarianism:before { content: "\f67b"; }
-i.icon.paste:before { content: "\f0ea"; }
-i.icon.pause:before { content: "\f04c"; }
-i.icon.pause.circle:before { content: "\f28b"; }
-i.icon.paw:before { content: "\f1b0"; }
-i.icon.peace:before { content: "\f67c"; }
-i.icon.pen:before { content: "\f304"; }
-i.icon.pen.alternate:before { content: "\f305"; }
-i.icon.pen.fancy:before { content: "\f5ac"; }
-i.icon.pen.nib:before { content: "\f5ad"; }
-i.icon.pen.square:before { content: "\f14b"; }
-i.icon.pencil.alternate:before { content: "\f303"; }
-i.icon.pencil.ruler:before { content: "\f5ae"; }
-i.icon.people.arrows:before { content: "\f968"; }
-i.icon.people.carry:before { content: "\f4ce"; }
-i.icon.pepper.hot:before { content: "\f816"; }
-i.icon.percent:before { content: "\f295"; }
-i.icon.percentage:before { content: "\f541"; }
-i.icon.person.booth:before { content: "\f756"; }
-i.icon.phone:before { content: "\f095"; }
-i.icon.phone.alternate:before { content: "\f879"; }
-i.icon.phone.slash:before { content: "\f3dd"; }
-i.icon.phone.square:before { content: "\f098"; }
-i.icon.phone.square.alternate:before { content: "\f87b"; }
-i.icon.phone.volume:before { content: "\f2a0"; }
-i.icon.photo.video:before { content: "\f87c"; }
-i.icon.piggy.bank:before { content: "\f4d3"; }
-i.icon.pills:before { content: "\f484"; }
-i.icon.pizza.slice:before { content: "\f818"; }
-i.icon.place.of.worship:before { content: "\f67f"; }
-i.icon.plane:before { content: "\f072"; }
-i.icon.plane.arrival:before { content: "\f5af"; }
-i.icon.plane.departure:before { content: "\f5b0"; }
-i.icon.plane.slash:before { content: "\f969"; }
-i.icon.play:before { content: "\f04b"; }
-i.icon.play.circle:before { content: "\f144"; }
-i.icon.plug:before { content: "\f1e6"; }
-i.icon.plus:before { content: "\f067"; }
-i.icon.plus.circle:before { content: "\f055"; }
-i.icon.plus.square:before { content: "\f0fe"; }
-i.icon.podcast:before { content: "\f2ce"; }
-i.icon.poll:before { content: "\f681"; }
-i.icon.poll.horizontal:before { content: "\f682"; }
-i.icon.poo:before { content: "\f2fe"; }
-i.icon.poo.storm:before { content: "\f75a"; }
-i.icon.poop:before { content: "\f619"; }
-i.icon.portrait:before { content: "\f3e0"; }
-i.icon.pound.sign:before { content: "\f154"; }
-i.icon.power.off:before { content: "\f011"; }
-i.icon.pray:before { content: "\f683"; }
-i.icon.praying.hands:before { content: "\f684"; }
-i.icon.prescription:before { content: "\f5b1"; }
-i.icon.prescription.bottle:before { content: "\f485"; }
-i.icon.prescription.bottle.alternate:before { content: "\f486"; }
-i.icon.print:before { content: "\f02f"; }
-i.icon.procedures:before { content: "\f487"; }
-i.icon.project.diagram:before { content: "\f542"; }
-i.icon.pump.medical:before { content: "\f96a"; }
-i.icon.pump.soap:before { content: "\f96b"; }
-i.icon.puzzle.piece:before { content: "\f12e"; }
-i.icon.qrcode:before { content: "\f029"; }
-i.icon.question:before { content: "\f128"; }
-i.icon.question.circle:before { content: "\f059"; }
-i.icon.quidditch:before { content: "\f458"; }
-i.icon.quote.left:before { content: "\f10d"; }
-i.icon.quote.right:before { content: "\f10e"; }
-i.icon.quran:before { content: "\f687"; }
-i.icon.radiation:before { content: "\f7b9"; }
-i.icon.radiation.alternate:before { content: "\f7ba"; }
-i.icon.rainbow:before { content: "\f75b"; }
-i.icon.random:before { content: "\f074"; }
-i.icon.receipt:before { content: "\f543"; }
-i.icon.record.vinyl:before { content: "\f8d9"; }
-i.icon.recycle:before { content: "\f1b8"; }
-i.icon.redo:before { content: "\f01e"; }
-i.icon.redo.alternate:before { content: "\f2f9"; }
-i.icon.registered:before { content: "\f25d"; }
-i.icon.remove.format:before { content: "\f87d"; }
-i.icon.reply:before { content: "\f3e5"; }
-i.icon.reply.all:before { content: "\f122"; }
-i.icon.republican:before { content: "\f75e"; }
-i.icon.restroom:before { content: "\f7bd"; }
-i.icon.retweet:before { content: "\f079"; }
-i.icon.ribbon:before { content: "\f4d6"; }
-i.icon.ring:before { content: "\f70b"; }
-i.icon.road:before { content: "\f018"; }
-i.icon.robot:before { content: "\f544"; }
-i.icon.rocket:before { content: "\f135"; }
-i.icon.route:before { content: "\f4d7"; }
-i.icon.rss:before { content: "\f09e"; }
-i.icon.rss.square:before { content: "\f143"; }
-i.icon.ruble.sign:before { content: "\f158"; }
-i.icon.ruler:before { content: "\f545"; }
-i.icon.ruler.combined:before { content: "\f546"; }
-i.icon.ruler.horizontal:before { content: "\f547"; }
-i.icon.ruler.vertical:before { content: "\f548"; }
-i.icon.running:before { content: "\f70c"; }
-i.icon.rupee.sign:before { content: "\f156"; }
-i.icon.sad.cry:before { content: "\f5b3"; }
-i.icon.sad.tear:before { content: "\f5b4"; }
-i.icon.satellite:before { content: "\f7bf"; }
-i.icon.satellite.dish:before { content: "\f7c0"; }
-i.icon.save:before { content: "\f0c7"; }
-i.icon.school:before { content: "\f549"; }
-i.icon.screwdriver:before { content: "\f54a"; }
-i.icon.scroll:before { content: "\f70e"; }
-i.icon.sd.card:before { content: "\f7c2"; }
-i.icon.search:before { content: "\f002"; }
-i.icon.search.dollar:before { content: "\f688"; }
-i.icon.search.location:before { content: "\f689"; }
-i.icon.search.minus:before { content: "\f010"; }
-i.icon.search.plus:before { content: "\f00e"; }
-i.icon.seedling:before { content: "\f4d8"; }
-i.icon.server:before { content: "\f233"; }
-i.icon.shapes:before { content: "\f61f"; }
-i.icon.share:before { content: "\f064"; }
-i.icon.share.alternate:before { content: "\f1e0"; }
-i.icon.share.alternate.square:before { content: "\f1e1"; }
-i.icon.share.square:before { content: "\f14d"; }
-i.icon.shekel.sign:before { content: "\f20b"; }
-i.icon.shield.alternate:before { content: "\f3ed"; }
-i.icon.shield.virus:before { content: "\f96c"; }
-i.icon.ship:before { content: "\f21a"; }
-i.icon.shipping.fast:before { content: "\f48b"; }
-i.icon.shoe.prints:before { content: "\f54b"; }
-i.icon.shopping.bag:before { content: "\f290"; }
-i.icon.shopping.basket:before { content: "\f291"; }
-i.icon.shopping.cart:before { content: "\f07a"; }
-i.icon.shower:before { content: "\f2cc"; }
-i.icon.shuttle.van:before { content: "\f5b6"; }
-i.icon.sign:before { content: "\f4d9"; }
-i.icon.sign.in.alternate:before { content: "\f2f6"; }
-i.icon.sign.language:before { content: "\f2a7"; }
-i.icon.sign.out.alternate:before { content: "\f2f5"; }
-i.icon.signal:before { content: "\f012"; }
-i.icon.signature:before { content: "\f5b7"; }
-i.icon.sim.card:before { content: "\f7c4"; }
-i.icon.sitemap:before { content: "\f0e8"; }
-i.icon.skating:before { content: "\f7c5"; }
-i.icon.skiing:before { content: "\f7c9"; }
-i.icon.skiing.nordic:before { content: "\f7ca"; }
-i.icon.skull:before { content: "\f54c"; }
-i.icon.skull.crossbones:before { content: "\f714"; }
-i.icon.slash:before { content: "\f715"; }
-i.icon.sleigh:before { content: "\f7cc"; }
-i.icon.sliders.horizontal:before { content: "\f1de"; }
-i.icon.smile:before { content: "\f118"; }
-i.icon.smile.beam:before { content: "\f5b8"; }
-i.icon.smile.wink:before { content: "\f4da"; }
-i.icon.smog:before { content: "\f75f"; }
-i.icon.smoking:before { content: "\f48d"; }
-i.icon.smoking.ban:before { content: "\f54d"; }
-i.icon.sms:before { content: "\f7cd"; }
-i.icon.snowboarding:before { content: "\f7ce"; }
-i.icon.snowflake:before { content: "\f2dc"; }
-i.icon.snowman:before { content: "\f7d0"; }
-i.icon.snowplow:before { content: "\f7d2"; }
-i.icon.soap:before { content: "\f96e"; }
-i.icon.socks:before { content: "\f696"; }
-i.icon.solar.panel:before { content: "\f5ba"; }
-i.icon.sort:before { content: "\f0dc"; }
-i.icon.sort.alphabet.down:before { content: "\f15d"; }
-i.icon.sort.alphabet.down.alternate:before { content: "\f881"; }
-i.icon.sort.alphabet.up:before { content: "\f15e"; }
-i.icon.sort.alphabet.up.alternate:before { content: "\f882"; }
-i.icon.sort.amount.down:before { content: "\f160"; }
-i.icon.sort.amount.down.alternate:before { content: "\f884"; }
-i.icon.sort.amount.up:before { content: "\f161"; }
-i.icon.sort.amount.up.alternate:before { content: "\f885"; }
-i.icon.sort.down:before { content: "\f0dd"; }
-i.icon.sort.numeric.down:before { content: "\f162"; }
-i.icon.sort.numeric.down.alternate:before { content: "\f886"; }
-i.icon.sort.numeric.up:before { content: "\f163"; }
-i.icon.sort.numeric.up.alternate:before { content: "\f887"; }
-i.icon.sort.up:before { content: "\f0de"; }
-i.icon.spa:before { content: "\f5bb"; }
-i.icon.space.shuttle:before { content: "\f197"; }
-i.icon.spell.check:before { content: "\f891"; }
-i.icon.spider:before { content: "\f717"; }
-i.icon.spinner:before { content: "\f110"; }
-i.icon.splotch:before { content: "\f5bc"; }
-i.icon.spray.can:before { content: "\f5bd"; }
-i.icon.square:before { content: "\f0c8"; }
-i.icon.square.full:before { content: "\f45c"; }
-i.icon.square.root.alternate:before { content: "\f698"; }
-i.icon.stamp:before { content: "\f5bf"; }
-i.icon.star:before { content: "\f005"; }
-i.icon.star.and.crescent:before { content: "\f699"; }
-i.icon.star.half:before { content: "\f089"; }
-i.icon.star.half.alternate:before { content: "\f5c0"; }
-i.icon.star.of.david:before { content: "\f69a"; }
-i.icon.star.of.life:before { content: "\f621"; }
-i.icon.step.backward:before { content: "\f048"; }
-i.icon.step.forward:before { content: "\f051"; }
-i.icon.stethoscope:before { content: "\f0f1"; }
-i.icon.sticky.note:before { content: "\f249"; }
-i.icon.stop:before { content: "\f04d"; }
-i.icon.stop.circle:before { content: "\f28d"; }
-i.icon.stopwatch:before { content: "\f2f2"; }
-i.icon.stopwatch.twenty:before { content: "\f96f"; }
-i.icon.store:before { content: "\f54e"; }
-i.icon.store.alternate:before { content: "\f54f"; }
-i.icon.store.alternate.slash:before { content: "\f970"; }
-i.icon.store.slash:before { content: "\f971"; }
-i.icon.stream:before { content: "\f550"; }
-i.icon.street.view:before { content: "\f21d"; }
-i.icon.strikethrough:before { content: "\f0cc"; }
-i.icon.stroopwafel:before { content: "\f551"; }
-i.icon.subscript:before { content: "\f12c"; }
-i.icon.subway:before { content: "\f239"; }
-i.icon.suitcase:before { content: "\f0f2"; }
-i.icon.suitcase.rolling:before { content: "\f5c1"; }
-i.icon.sun:before { content: "\f185"; }
-i.icon.superscript:before { content: "\f12b"; }
-i.icon.surprise:before { content: "\f5c2"; }
-i.icon.swatchbook:before { content: "\f5c3"; }
-i.icon.swimmer:before { content: "\f5c4"; }
-i.icon.swimming.pool:before { content: "\f5c5"; }
-i.icon.synagogue:before { content: "\f69b"; }
-i.icon.sync:before { content: "\f021"; }
-i.icon.sync.alternate:before { content: "\f2f1"; }
-i.icon.syringe:before { content: "\f48e"; }
-i.icon.table:before { content: "\f0ce"; }
-i.icon.table.tennis:before { content: "\f45d"; }
-i.icon.tablet:before { content: "\f10a"; }
-i.icon.tablet.alternate:before { content: "\f3fa"; }
-i.icon.tablets:before { content: "\f490"; }
-i.icon.tachometer.alternate:before { content: "\f3fd"; }
-i.icon.tag:before { content: "\f02b"; }
-i.icon.tags:before { content: "\f02c"; }
-i.icon.tape:before { content: "\f4db"; }
-i.icon.tasks:before { content: "\f0ae"; }
-i.icon.taxi:before { content: "\f1ba"; }
-i.icon.teeth:before { content: "\f62e"; }
-i.icon.teeth.open:before { content: "\f62f"; }
-i.icon.temperature.high:before { content: "\f769"; }
-i.icon.temperature.low:before { content: "\f76b"; }
-i.icon.tenge:before { content: "\f7d7"; }
-i.icon.terminal:before { content: "\f120"; }
-i.icon.text.height:before { content: "\f034"; }
-i.icon.text.width:before { content: "\f035"; }
-i.icon.th:before { content: "\f00a"; }
-i.icon.th.large:before { content: "\f009"; }
-i.icon.th.list:before { content: "\f00b"; }
-i.icon.theater.masks:before { content: "\f630"; }
-i.icon.thermometer:before { content: "\f491"; }
-i.icon.thermometer.empty:before { content: "\f2cb"; }
-i.icon.thermometer.full:before { content: "\f2c7"; }
-i.icon.thermometer.half:before { content: "\f2c9"; }
-i.icon.thermometer.quarter:before { content: "\f2ca"; }
-i.icon.thermometer.three.quarters:before { content: "\f2c8"; }
-i.icon.thumbs.down:before { content: "\f165"; }
-i.icon.thumbs.up:before { content: "\f164"; }
-i.icon.thumbtack:before { content: "\f08d"; }
-i.icon.ticket.alternate:before { content: "\f3ff"; }
-i.icon.times:before { content: "\f00d"; }
-i.icon.times.circle:before { content: "\f057"; }
-i.icon.tint:before { content: "\f043"; }
-i.icon.tint.slash:before { content: "\f5c7"; }
-i.icon.tired:before { content: "\f5c8"; }
-i.icon.toggle.off:before { content: "\f204"; }
-i.icon.toggle.on:before { content: "\f205"; }
-i.icon.toilet:before { content: "\f7d8"; }
-i.icon.toilet.paper:before { content: "\f71e"; }
-i.icon.toilet.paper.slash:before { content: "\f972"; }
-i.icon.toolbox:before { content: "\f552"; }
-i.icon.tools:before { content: "\f7d9"; }
-i.icon.tooth:before { content: "\f5c9"; }
-i.icon.torah:before { content: "\f6a0"; }
-i.icon.torii.gate:before { content: "\f6a1"; }
-i.icon.tractor:before { content: "\f722"; }
-i.icon.trademark:before { content: "\f25c"; }
-i.icon.traffic.light:before { content: "\f637"; }
-i.icon.trailer:before { content: "\f941"; }
-i.icon.train:before { content: "\f238"; }
-i.icon.tram:before { content: "\f7da"; }
-i.icon.transgender:before { content: "\f224"; }
-i.icon.transgender.alternate:before { content: "\f225"; }
-i.icon.trash:before { content: "\f1f8"; }
-i.icon.trash.alternate:before { content: "\f2ed"; }
-i.icon.trash.restore:before { content: "\f829"; }
-i.icon.trash.restore.alternate:before { content: "\f82a"; }
-i.icon.tree:before { content: "\f1bb"; }
-i.icon.trophy:before { content: "\f091"; }
-i.icon.truck:before { content: "\f0d1"; }
-i.icon.truck.monster:before { content: "\f63b"; }
-i.icon.truck.moving:before { content: "\f4df"; }
-i.icon.truck.packing:before { content: "\f4de"; }
-i.icon.truck.pickup:before { content: "\f63c"; }
-i.icon.tshirt:before { content: "\f553"; }
-i.icon.tty:before { content: "\f1e4"; }
-i.icon.tv:before { content: "\f26c"; }
-i.icon.umbrella:before { content: "\f0e9"; }
-i.icon.umbrella.beach:before { content: "\f5ca"; }
-i.icon.underline:before { content: "\f0cd"; }
-i.icon.undo:before { content: "\f0e2"; }
-i.icon.undo.alternate:before { content: "\f2ea"; }
-i.icon.universal.access:before { content: "\f29a"; }
-i.icon.university:before { content: "\f19c"; }
-i.icon.unlink:before { content: "\f127"; }
-i.icon.unlock:before { content: "\f09c"; }
-i.icon.unlock.alternate:before { content: "\f13e"; }
-i.icon.upload:before { content: "\f093"; }
-i.icon.user:before { content: "\f007"; }
-i.icon.user.alternate:before { content: "\f406"; }
-i.icon.user.alternate.slash:before { content: "\f4fa"; }
-i.icon.user.astronaut:before { content: "\f4fb"; }
-i.icon.user.check:before { content: "\f4fc"; }
-i.icon.user.circle:before { content: "\f2bd"; }
-i.icon.user.clock:before { content: "\f4fd"; }
-i.icon.user.cog:before { content: "\f4fe"; }
-i.icon.user.edit:before { content: "\f4ff"; }
-i.icon.user.friends:before { content: "\f500"; }
-i.icon.user.graduate:before { content: "\f501"; }
-i.icon.user.injured:before { content: "\f728"; }
-i.icon.user.lock:before { content: "\f502"; }
-i.icon.user.md:before { content: "\f0f0"; }
-i.icon.user.minus:before { content: "\f503"; }
-i.icon.user.ninja:before { content: "\f504"; }
-i.icon.user.nurse:before { content: "\f82f"; }
-i.icon.user.plus:before { content: "\f234"; }
-i.icon.user.secret:before { content: "\f21b"; }
-i.icon.user.shield:before { content: "\f505"; }
-i.icon.user.slash:before { content: "\f506"; }
-i.icon.user.tag:before { content: "\f507"; }
-i.icon.user.tie:before { content: "\f508"; }
-i.icon.user.times:before { content: "\f235"; }
-i.icon.users:before { content: "\f0c0"; }
-i.icon.users.cog:before { content: "\f509"; }
-i.icon.utensil.spoon:before { content: "\f2e5"; }
-i.icon.utensils:before { content: "\f2e7"; }
-i.icon.vector.square:before { content: "\f5cb"; }
-i.icon.venus:before { content: "\f221"; }
-i.icon.venus.double:before { content: "\f226"; }
-i.icon.venus.mars:before { content: "\f228"; }
-i.icon.vial:before { content: "\f492"; }
-i.icon.vials:before { content: "\f493"; }
-i.icon.video:before { content: "\f03d"; }
-i.icon.video.slash:before { content: "\f4e2"; }
-i.icon.vihara:before { content: "\f6a7"; }
-i.icon.virus:before { content: "\f974"; }
-i.icon.virus.slash:before { content: "\f975"; }
-i.icon.viruses:before { content: "\f976"; }
-i.icon.voicemail:before { content: "\f897"; }
-i.icon.volleyball.ball:before { content: "\f45f"; }
-i.icon.volume.down:before { content: "\f027"; }
-i.icon.volume.mute:before { content: "\f6a9"; }
-i.icon.volume.off:before { content: "\f026"; }
-i.icon.volume.up:before { content: "\f028"; }
-i.icon.vote.yea:before { content: "\f772"; }
-i.icon.vr.cardboard:before { content: "\f729"; }
-i.icon.walking:before { content: "\f554"; }
-i.icon.wallet:before { content: "\f555"; }
-i.icon.warehouse:before { content: "\f494"; }
-i.icon.water:before { content: "\f773"; }
-i.icon.wave.square:before { content: "\f83e"; }
-i.icon.weight:before { content: "\f496"; }
-i.icon.weight.hanging:before { content: "\f5cd"; }
-i.icon.wheelchair:before { content: "\f193"; }
-i.icon.wifi:before { content: "\f1eb"; }
-i.icon.wind:before { content: "\f72e"; }
-i.icon.window.close:before { content: "\f410"; }
-i.icon.window.maximize:before { content: "\f2d0"; }
-i.icon.window.minimize:before { content: "\f2d1"; }
-i.icon.window.restore:before { content: "\f2d2"; }
-i.icon.wine.bottle:before { content: "\f72f"; }
-i.icon.wine.glass:before { content: "\f4e3"; }
-i.icon.wine.glass.alternate:before { content: "\f5ce"; }
-i.icon.won.sign:before { content: "\f159"; }
-i.icon.wrench:before { content: "\f0ad"; }
-i.icon.x.ray:before { content: "\f497"; }
-i.icon.yen.sign:before { content: "\f157"; }
-i.icon.yin.yang:before { content: "\f6ad"; }
-
-/* Aliases */
-i.icon.add:before { content: "\f067"; }
-i.icon.add.circle:before { content: "\f055"; }
-i.icon.add.square:before { content: "\f0fe"; }
-i.icon.add.to.calendar:before { content: "\f271"; }
-i.icon.add.to.cart:before { content: "\f217"; }
-i.icon.add.user:before { content: "\f234"; }
-i.icon.alarm:before { content: "\f0f3"; }
-i.icon.alarm.mute:before { content: "\f1f6"; }
-i.icon.ald:before { content: "\f2a2"; }
-i.icon.als:before { content: "\f2a2"; }
-i.icon.announcement:before { content: "\f0a1"; }
-i.icon.area.chart:before { content: "\f1fe"; }
-i.icon.area.graph:before { content: "\f1fe"; }
-i.icon.arrow.down.cart:before { content: "\f218"; }
-i.icon.asexual:before { content: "\f22d"; }
-i.icon.asl:before { content: "\f2a3"; }
-i.icon.asl.interpreting:before { content: "\f2a3"; }
-i.icon.assistive.listening.devices:before { content: "\f2a2"; }
-i.icon.attach:before { content: "\f0c6"; }
-i.icon.attention:before { content: "\f06a"; }
-i.icon.balance:before { content: "\f24e"; }
-i.icon.bar:before { content: "\f0fc"; }
-i.icon.bathtub:before { content: "\f2cd"; }
-i.icon.battery.four:before { content: "\f240"; }
-i.icon.battery.high:before { content: "\f241"; }
-i.icon.battery.low:before { content: "\f243"; }
-i.icon.battery.medium:before { content: "\f242"; }
-i.icon.battery.one:before { content: "\f243"; }
-i.icon.battery.three:before { content: "\f241"; }
-i.icon.battery.two:before { content: "\f242"; }
-i.icon.battery.zero:before { content: "\f244"; }
-i.icon.birthday:before { content: "\f1fd"; }
-i.icon.block.layout:before { content: "\f009"; }
-i.icon.broken.chain:before { content: "\f127"; }
-i.icon.browser:before { content: "\f022"; }
-i.icon.call:before { content: "\f095"; }
-i.icon.call.square:before { content: "\f098"; }
-i.icon.cancel:before { content: "\f00d"; }
-i.icon.cart:before { content: "\f07a"; }
-i.icon.cc:before { content: "\f20a"; }
-i.icon.chain:before { content: "\f0c1"; }
-i.icon.chat:before { content: "\f075"; }
-i.icon.checked.calendar:before { content: "\f274"; }
-i.icon.checkmark:before { content: "\f00c"; }
-i.icon.checkmark.box:before { content: "\f14a"; }
-i.icon.chess.rock:before { content: "\f447"; }
-i.icon.circle.notched:before { content: "\f1ce"; }
-i.icon.circle.thin:before { content: "\f111"; }
-i.icon.close:before { content: "\f00d"; }
-i.icon.cloud.download:before { content: "\f381"; }
-i.icon.cloud.upload:before { content: "\f382"; }
-i.icon.cny:before { content: "\f157"; }
-i.icon.cocktail:before { content: "\f000"; }
-i.icon.commenting:before { content: "\f27a"; }
-i.icon.compose:before { content: "\f303"; }
-i.icon.computer:before { content: "\f108"; }
-i.icon.configure:before { content: "\f0ad"; }
-i.icon.content:before { content: "\f0c9"; }
-i.icon.conversation:before { content: "\f086"; }
-i.icon.credit.card.alternative:before { content: "\f09d"; }
-i.icon.currency:before { content: "\f3d1"; }
-i.icon.dashboard:before { content: "\f3fd"; }
-i.icon.deafness:before { content: "\f2a4"; }
-i.icon.delete:before { content: "\f00d"; }
-i.icon.delete.calendar:before { content: "\f273"; }
-i.icon.detective:before { content: "\f21b"; }
-i.icon.diamond:before { content: "\f3a5"; }
-i.icon.discussions:before { content: "\f086"; }
-i.icon.disk:before { content: "\f0a0"; }
-i.icon.doctor:before { content: "\f0f0"; }
-i.icon.dollar:before { content: "\f155"; }
-i.icon.dont:before { content: "\f05e"; }
-i.icon.drivers.license:before { content: "\f2c2"; }
-i.icon.dropdown:before { content: "\f0d7"; }
-i.icon.emergency:before { content: "\f0f9"; }
-i.icon.erase:before { content: "\f12d"; }
-i.icon.eur:before { content: "\f153"; }
-i.icon.euro:before { content: "\f153"; }
-i.icon.exchange:before { content: "\f362"; }
-i.icon.external:before { content: "\f35d"; }
-i.icon.external.share:before { content: "\f14d"; }
-i.icon.external.square:before { content: "\f360"; }
-i.icon.eyedropper:before { content: "\f1fb"; }
-i.icon.factory:before { content: "\f275"; }
-i.icon.favorite:before { content: "\f005"; }
-i.icon.feed:before { content: "\f09e"; }
-i.icon.female.homosexual:before { content: "\f226"; }
-i.icon.file.text:before { content: "\f15c"; }
-i.icon.find:before { content: "\f1e5"; }
-i.icon.first.aid:before { content: "\f0fa"; }
-i.icon.food:before { content: "\f2e7"; }
-i.icon.fork:before { content: "\f126"; }
-i.icon.game:before { content: "\f11b"; }
-i.icon.gay:before { content: "\f227"; }
-i.icon.gbp:before { content: "\f154"; }
-i.icon.grab:before { content: "\f255"; }
-i.icon.graduation:before { content: "\f19d"; }
-i.icon.grid.layout:before { content: "\f00a"; }
-i.icon.group:before { content: "\f0c0"; }
-i.icon.h:before { content: "\f0fd"; }
-i.icon.hamburger:before { content: "\f0c9"; }
-i.icon.hand.victory:before { content: "\f25b"; }
-i.icon.handicap:before { content: "\f193"; }
-i.icon.hard.of.hearing:before { content: "\f2a4"; }
-i.icon.header:before { content: "\f1dc"; }
-i.icon.heart.empty:before { content: "\f004"; }
-i.icon.help:before { content: "\f128"; }
-i.icon.help.circle:before { content: "\f059"; }
-i.icon.heterosexual:before { content: "\f228"; }
-i.icon.hide:before { content: "\f070"; }
-i.icon.hotel:before { content: "\f236"; }
-i.icon.hourglass.four:before { content: "\f254"; }
-i.icon.hourglass.full:before { content: "\f254"; }
-i.icon.hourglass.one:before { content: "\f251"; }
-i.icon.hourglass.three:before { content: "\f253"; }
-i.icon.hourglass.two:before { content: "\f252"; }
-i.icon.hourglass.zero:before { content: "\f253"; }
-i.icon.idea:before { content: "\f0eb"; }
-i.icon.ils:before { content: "\f20b"; }
-i.icon.in.cart:before { content: "\f218"; }
-i.icon.inr:before { content: "\f156"; }
-i.icon.intergender:before { content: "\f224"; }
-i.icon.intersex:before { content: "\f224"; }
-i.icon.jpy:before { content: "\f157"; }
-i.icon.krw:before { content: "\f159"; }
-i.icon.lab:before { content: "\f0c3"; }
-i.icon.law:before { content: "\f24e"; }
-i.icon.legal:before { content: "\f0e3"; }
-i.icon.lesbian:before { content: "\f226"; }
-i.icon.level.down:before { content: "\f3be"; }
-i.icon.level.up:before { content: "\f3bf"; }
-i.icon.lightning:before { content: "\f0e7"; }
-i.icon.like:before { content: "\f004"; }
-i.icon.line.graph:before { content: "\f201"; }
-i.icon.linegraph:before { content: "\f201"; }
-i.icon.linkify:before { content: "\f0c1"; }
-i.icon.lira:before { content: "\f195"; }
-i.icon.list.layout:before { content: "\f00b"; }
-i.icon.log.out:before { content: "\f2f5"; }
-i.icon.magnify:before { content: "\f00e"; }
-i.icon.mail:before { content: "\f0e0"; }
-i.icon.mail.forward:before { content: "\f064"; }
-i.icon.mail.square:before { content: "\f199"; }
-i.icon.male.homosexual:before { content: "\f227"; }
-i.icon.man:before { content: "\f222"; }
-i.icon.marker:before { content: "\f041"; }
-i.icon.mars.alternate:before { content: "\f229"; }
-i.icon.mars.horizontal:before { content: "\f22b"; }
-i.icon.mars.vertical:before { content: "\f22a"; }
-i.icon.meanpath:before { content: "\f0c8"; }
-i.icon.military:before { content: "\f0fb"; }
-i.icon.money:before { content: "\f3d1"; }
-i.icon.move:before { content: "\f0b2"; }
-i.icon.mute:before { content: "\f131"; }
-i.icon.non.binary.transgender:before { content: "\f223"; }
-i.icon.numbered.list:before { content: "\f0cb"; }
-i.icon.options:before { content: "\f1de"; }
-i.icon.ordered.list:before { content: "\f0cb"; }
-i.icon.other.gender:before { content: "\f229"; }
-i.icon.other.gender.horizontal:before { content: "\f22b"; }
-i.icon.other.gender.vertical:before { content: "\f22a"; }
-i.icon.payment:before { content: "\f09d"; }
-i.icon.pencil:before { content: "\f303"; }
-i.icon.pencil.square:before { content: "\f14b"; }
-i.icon.photo:before { content: "\f030"; }
-i.icon.picture:before { content: "\f03e"; }
-i.icon.pie.chart:before { content: "\f200"; }
-i.icon.pie.graph:before { content: "\f200"; }
-i.icon.pin:before { content: "\f08d"; }
-i.icon.plus.cart:before { content: "\f217"; }
-i.icon.point:before { content: "\f041"; }
-i.icon.pointing.down:before { content: "\f0a7"; }
-i.icon.pointing.left:before { content: "\f0a5"; }
-i.icon.pointing.right:before { content: "\f0a4"; }
-i.icon.pointing.up:before { content: "\f0a6"; }
-i.icon.pound:before { content: "\f154"; }
-i.icon.power:before { content: "\f011"; }
-i.icon.power.cord:before { content: "\f1e6"; }
-i.icon.privacy:before { content: "\f084"; }
-i.icon.protect:before { content: "\f023"; }
-i.icon.puzzle:before { content: "\f12e"; }
-i.icon.r.circle:before { content: "\f25d"; }
-i.icon.radio:before { content: "\f192"; }
-i.icon.rain:before { content: "\f0e9"; }
-i.icon.record:before { content: "\f03d"; }
-i.icon.refresh:before { content: "\f021"; }
-i.icon.remove:before { content: "\f00d"; }
-i.icon.remove.bookmark:before { content: "\f02e"; }
-i.icon.remove.circle:before { content: "\f057"; }
-i.icon.remove.from.calendar:before { content: "\f272"; }
-i.icon.remove.user:before { content: "\f235"; }
-i.icon.repeat:before { content: "\f01e"; }
-i.icon.resize.horizontal:before { content: "\f337"; }
-i.icon.resize.vertical:before { content: "\f338"; }
-i.icon.rmb:before { content: "\f157"; }
-i.icon.rouble:before { content: "\f158"; }
-i.icon.rub:before { content: "\f158"; }
-i.icon.ruble:before { content: "\f158"; }
-i.icon.rupee:before { content: "\f156"; }
-i.icon.s15:before { content: "\f2cd"; }
-i.icon.selected.radio:before { content: "\f192"; }
-i.icon.send:before { content: "\f1d8"; }
-i.icon.setting:before { content: "\f013"; }
-i.icon.settings:before { content: "\f085"; }
-i.icon.shekel:before { content: "\f20b"; }
-i.icon.sheqel:before { content: "\f20b"; }
-i.icon.shield:before { content: "\f3ed"; }
-i.icon.shipping:before { content: "\f0d1"; }
-i.icon.shop:before { content: "\f07a"; }
-i.icon.shuffle:before { content: "\f074"; }
-i.icon.shutdown:before { content: "\f011"; }
-i.icon.sidebar:before { content: "\f0c9"; }
-i.icon.sign.in:before { content: "\f2f6"; }
-i.icon.sign.out:before { content: "\f2f5"; }
-i.icon.signing:before { content: "\f2a7"; }
-i.icon.signup:before { content: "\f044"; }
-i.icon.sliders:before { content: "\f1de"; }
-i.icon.soccer:before { content: "\f1e3"; }
-i.icon.sort.alphabet.ascending:before { content: "\f15d"; }
-i.icon.sort.alphabet.descending:before { content: "\f15e"; }
-i.icon.sort.ascending:before { content: "\f0de"; }
-i.icon.sort.content.ascending:before { content: "\f160"; }
-i.icon.sort.content.descending:before { content: "\f161"; }
-i.icon.sort.descending:before { content: "\f0dd"; }
-i.icon.sort.numeric.ascending:before { content: "\f162"; }
-i.icon.sort.numeric.descending:before { content: "\f163"; }
-i.icon.sound:before { content: "\f025"; }
-i.icon.spoon:before { content: "\f2e5"; }
-i.icon.spy:before { content: "\f21b"; }
-i.icon.star.empty:before { content: "\f005"; }
-i.icon.star.half.empty:before { content: "\f089"; }
-i.icon.star.half.full:before { content: "\f089"; }
-i.icon.student:before { content: "\f19d"; }
-i.icon.talk:before { content: "\f27a"; }
-i.icon.target:before { content: "\f140"; }
-i.icon.teletype:before { content: "\f1e4"; }
-i.icon.television:before { content: "\f26c"; }
-i.icon.text.cursor:before { content: "\f246"; }
-i.icon.text.telephone:before { content: "\f1e4"; }
-i.icon.theme:before { content: "\f043"; }
-i.icon.thermometer:before { content: "\f2c7"; }
-i.icon.thumb.tack:before { content: "\f08d"; }
-i.icon.ticket:before { content: "\f3ff"; }
-i.icon.time:before { content: "\f017"; }
-i.icon.times.rectangle:before { content: "\f410"; }
-i.icon.tm:before { content: "\f25c"; }
-i.icon.toggle.down:before { content: "\f150"; }
-i.icon.toggle.left:before { content: "\f191"; }
-i.icon.toggle.right:before { content: "\f152"; }
-i.icon.toggle.up:before { content: "\f151"; }
-i.icon.translate:before { content: "\f1ab"; }
-i.icon.travel:before { content: "\f0b1"; }
-i.icon.treatment:before { content: "\f0f1"; }
-i.icon.triangle.down:before { content: "\f0d7"; }
-i.icon.triangle.left:before { content: "\f0d9"; }
-i.icon.triangle.right:before { content: "\f0da"; }
-i.icon.triangle.up:before { content: "\f0d8"; }
-i.icon.try:before { content: "\f195"; }
-i.icon.unhide:before { content: "\f06e"; }
-i.icon.unlinkify:before { content: "\f127"; }
-i.icon.unmute:before { content: "\f130"; }
-i.icon.unordered.list:before { content: "\f0ca"; }
-i.icon.usd:before { content: "\f155"; }
-i.icon.user.cancel:before { content: "\f235"; }
-i.icon.user.close:before { content: "\f235"; }
-i.icon.user.delete:before { content: "\f235"; }
-i.icon.user.doctor:before { content: "\f0f0"; }
-i.icon.user.x:before { content: "\f235"; }
-i.icon.vcard:before { content: "\f2bb"; }
-i.icon.video.camera:before { content: "\f03d"; }
-i.icon.video.play:before { content: "\f144"; }
-i.icon.volume.control.phone:before { content: "\f2a0"; }
-i.icon.wait:before { content: "\f017"; }
-i.icon.warning:before { content: "\f12a"; }
-i.icon.warning.circle:before { content: "\f06a"; }
-i.icon.warning.sign:before { content: "\f071"; }
-i.icon.wi.fi:before { content: "\f1eb"; }
-i.icon.winner:before { content: "\f091"; }
-i.icon.wizard:before { content: "\f0d0"; }
-i.icon.woman:before { content: "\f221"; }
-i.icon.won:before { content: "\f159"; }
-i.icon.world:before { content: "\f0ac"; }
-i.icon.write:before { content: "\f303"; }
-i.icon.write.square:before { content: "\f14b"; }
-i.icon.x:before { content: "\f00d"; }
-i.icon.yen:before { content: "\f157"; }
-i.icon.zip:before { content: "\f187"; }
-i.icon.zoom:before { content: "\f00e"; }
-i.icon.zoom.in:before { content: "\f00e"; }
-i.icon.zoom.out:before { content: "\f010"; }
-
-/*******************************
- Outline Icons
-*******************************/
-
-/* Outline Icon */
-.loadOutlineIcons() when (@importOutlineIcons) {
- /* Load & Define Icon Font */
- @font-face {
- font-family: @outlineFontName;
- src: @outlineFallbackSRC;
- src: @outlineSrc;
- font-style: normal;
- font-weight: @normal;
- font-variant: normal;
- text-decoration: inherit;
- text-transform: none;
- }
-
- i.icon.outline {
- font-family: @outlineFontName;
- }
-
- /* Icons */
- i.icon.address.book.outline:before { content: "\f2b9"; }
- i.icon.address.card.outline:before { content: "\f2bb"; }
- i.icon.angry.outline:before { content: "\f556"; }
- i.icon.arrow.alternate.circle.down.outline:before { content: "\f358"; }
- i.icon.arrow.alternate.circle.left.outline:before { content: "\f359"; }
- i.icon.arrow.alternate.circle.right.outline:before { content: "\f35a"; }
- i.icon.arrow.alternate.circle.up.outline:before { content: "\f35b"; }
- i.icon.bell.outline:before { content: "\f0f3"; }
- i.icon.bell.slash.outline:before { content: "\f1f6"; }
- i.icon.bookmark.outline:before { content: "\f02e"; }
- i.icon.building.outline:before { content: "\f1ad"; }
- i.icon.calendar.alternate.outline:before { content: "\f073"; }
- i.icon.calendar.check.outline:before { content: "\f274"; }
- i.icon.calendar.minus.outline:before { content: "\f272"; }
- i.icon.calendar.outline:before { content: "\f133"; }
- i.icon.calendar.plus.outline:before { content: "\f271"; }
- i.icon.calendar.times.outline:before { content: "\f273"; }
- i.icon.caret.square.down.outline:before { content: "\f150"; }
- i.icon.caret.square.left.outline:before { content: "\f191"; }
- i.icon.caret.square.right.outline:before { content: "\f152"; }
- i.icon.caret.square.up.outline:before { content: "\f151"; }
- i.icon.chart.bar.outline:before { content: "\f080"; }
- i.icon.check.circle.outline:before { content: "\f058"; }
- i.icon.check.square.outline:before { content: "\f14a"; }
- i.icon.circle.outline:before { content: "\f111"; }
- i.icon.clipboard.outline:before { content: "\f328"; }
- i.icon.clock.outline:before { content: "\f017"; }
- i.icon.clone.outline:before { content: "\f24d"; }
- i.icon.closed.captioning.outline:before { content: "\f20a"; }
- i.icon.comment.alternate.outline:before { content: "\f27a"; }
- i.icon.comment.dots.outline:before { content: "\f4ad"; }
- i.icon.comment.outline:before { content: "\f075"; }
- i.icon.comments.outline:before { content: "\f086"; }
- i.icon.compass.outline:before { content: "\f14e"; }
- i.icon.copy.outline:before { content: "\f0c5"; }
- i.icon.copyright.outline:before { content: "\f1f9"; }
- i.icon.credit.card.outline:before { content: "\f09d"; }
- i.icon.dizzy.outline:before { content: "\f567"; }
- i.icon.dot.circle.outline:before { content: "\f192"; }
- i.icon.edit.outline:before { content: "\f044"; }
- i.icon.envelope.open.outline:before { content: "\f2b6"; }
- i.icon.envelope.outline:before { content: "\f0e0"; }
- i.icon.eye.outline:before { content: "\f06e"; }
- i.icon.eye.slash.outline:before { content: "\f070"; }
- i.icon.file.alternate.outline:before { content: "\f15c"; }
- i.icon.file.archive.outline:before { content: "\f1c6"; }
- i.icon.file.audio.outline:before { content: "\f1c7"; }
- i.icon.file.code.outline:before { content: "\f1c9"; }
- i.icon.file.excel.outline:before { content: "\f1c3"; }
- i.icon.file.image.outline:before { content: "\f1c5"; }
- i.icon.file.outline:before { content: "\f15b"; }
- i.icon.file.pdf.outline:before { content: "\f1c1"; }
- i.icon.file.powerpoint.outline:before { content: "\f1c4"; }
- i.icon.file.video.outline:before { content: "\f1c8"; }
- i.icon.file.word.outline:before { content: "\f1c2"; }
- i.icon.flag.outline:before { content: "\f024"; }
- i.icon.flushed.outline:before { content: "\f579"; }
- i.icon.folder.open.outline:before { content: "\f07c"; }
- i.icon.folder.outline:before { content: "\f07b"; }
- i.icon.frown.open.outline:before { content: "\f57a"; }
- i.icon.frown.outline:before { content: "\f119"; }
- i.icon.futbol.outline:before { content: "\f1e3"; }
- i.icon.gem.outline:before { content: "\f3a5"; }
- i.icon.grimace.outline:before { content: "\f57f"; }
- i.icon.grin.alternate.outline:before { content: "\f581"; }
- i.icon.grin.beam.outline:before { content: "\f582"; }
- i.icon.grin.beam.sweat.outline:before { content: "\f583"; }
- i.icon.grin.hearts.outline:before { content: "\f584"; }
- i.icon.grin.outline:before { content: "\f580"; }
- i.icon.grin.squint.outline:before { content: "\f585"; }
- i.icon.grin.squint.tears.outline:before { content: "\f586"; }
- i.icon.grin.stars.outline:before { content: "\f587"; }
- i.icon.grin.tears.outline:before { content: "\f588"; }
- i.icon.grin.tongue.outline:before { content: "\f589"; }
- i.icon.grin.tongue.squint.outline:before { content: "\f58a"; }
- i.icon.grin.tongue.wink.outline:before { content: "\f58b"; }
- i.icon.grin.wink.outline:before { content: "\f58c"; }
- i.icon.hand.lizard.outline:before { content: "\f258"; }
- i.icon.hand.paper.outline:before { content: "\f256"; }
- i.icon.hand.peace.outline:before { content: "\f25b"; }
- i.icon.hand.point.down.outline:before { content: "\f0a7"; }
- i.icon.hand.point.left.outline:before { content: "\f0a5"; }
- i.icon.hand.point.right.outline:before { content: "\f0a4"; }
- i.icon.hand.point.up.outline:before { content: "\f0a6"; }
- i.icon.hand.pointer.outline:before { content: "\f25a"; }
- i.icon.hand.rock.outline:before { content: "\f255"; }
- i.icon.hand.scissors.outline:before { content: "\f257"; }
- i.icon.hand.spock.outline:before { content: "\f259"; }
- i.icon.handshake.outline:before { content: "\f2b5"; }
- i.icon.hdd.outline:before { content: "\f0a0"; }
- i.icon.heart.outline:before { content: "\f004"; }
- i.icon.hospital.outline:before { content: "\f0f8"; }
- i.icon.hourglass.outline:before { content: "\f254"; }
- i.icon.id.badge.outline:before { content: "\f2c1"; }
- i.icon.id.card.outline:before { content: "\f2c2"; }
- i.icon.image.outline:before { content: "\f03e"; }
- i.icon.images.outline:before { content: "\f302"; }
- i.icon.keyboard.outline:before { content: "\f11c"; }
- i.icon.kiss.beam.outline:before { content: "\f597"; }
- i.icon.kiss.outline:before { content: "\f596"; }
- i.icon.kiss.wink.heart.outline:before { content: "\f598"; }
- i.icon.laugh.beam.outline:before { content: "\f59a"; }
- i.icon.laugh.outline:before { content: "\f599"; }
- i.icon.laugh.squint.outline:before { content: "\f59b"; }
- i.icon.laugh.wink.outline:before { content: "\f59c"; }
- i.icon.lemon.outline:before { content: "\f094"; }
- i.icon.life.ring.outline:before { content: "\f1cd"; }
- i.icon.lightbulb.outline:before { content: "\f0eb"; }
- i.icon.list.alternate.outline:before { content: "\f022"; }
- i.icon.map.outline:before { content: "\f279"; }
- i.icon.meh.blank.outline:before { content: "\f5a4"; }
- i.icon.meh.outline:before { content: "\f11a"; }
- i.icon.meh.rolling.eyes.outline:before { content: "\f5a5"; }
- i.icon.minus.square.outline:before { content: "\f146"; }
- i.icon.money.bill.alternate.outline:before { content: "\f3d1"; }
- i.icon.moon.outline:before { content: "\f186"; }
- i.icon.newspaper.outline:before { content: "\f1ea"; }
- i.icon.object.group.outline:before { content: "\f247"; }
- i.icon.object.ungroup.outline:before { content: "\f248"; }
- i.icon.paper.plane.outline:before { content: "\f1d8"; }
- i.icon.pause.circle.outline:before { content: "\f28b"; }
- i.icon.play.circle.outline:before { content: "\f144"; }
- i.icon.plus.square.outline:before { content: "\f0fe"; }
- i.icon.question.circle.outline:before { content: "\f059"; }
- i.icon.registered.outline:before { content: "\f25d"; }
- i.icon.sad.cry.outline:before { content: "\f5b3"; }
- i.icon.sad.tear.outline:before { content: "\f5b4"; }
- i.icon.save.outline:before { content: "\f0c7"; }
- i.icon.share.square.outline:before { content: "\f14d"; }
- i.icon.smile.beam.outline:before { content: "\f5b8"; }
- i.icon.smile.outline:before { content: "\f118"; }
- i.icon.smile.wink.outline:before { content: "\f4da"; }
- i.icon.snowflake.outline:before { content: "\f2dc"; }
- i.icon.square.outline:before { content: "\f0c8"; }
- i.icon.star.half.outline:before { content: "\f089"; }
- i.icon.star.outline:before { content: "\f005"; }
- i.icon.sticky.note.outline:before { content: "\f249"; }
- i.icon.stop.circle.outline:before { content: "\f28d"; }
- i.icon.sun.outline:before { content: "\f185"; }
- i.icon.surprise.outline:before { content: "\f5c2"; }
- i.icon.thumbs.down.outline:before { content: "\f165"; }
- i.icon.thumbs.up.outline:before { content: "\f164"; }
- i.icon.times.circle.outline:before { content: "\f057"; }
- i.icon.tired.outline:before { content: "\f5c8"; }
- i.icon.trash.alternate.outline:before { content: "\f2ed"; }
- i.icon.user.circle.outline:before { content: "\f2bd"; }
- i.icon.user.outline:before { content: "\f007"; }
- i.icon.window.close.outline:before { content: "\f410"; }
- i.icon.window.maximize.outline:before { content: "\f2d0"; }
- i.icon.window.minimize.outline:before { content: "\f2d1"; }
- i.icon.window.restore.outline:before { content: "\f2d2"; }
-
-
-
-}
-.loadOutlineIcons();
-
-
-
-/*******************************
- Brand Icons
-*******************************/
-
-.loadBrandIcons() when (@importBrandIcons) {
- /* Load & Define Brand Font */
- @font-face {
- font-family: @brandFontName;
- src: @brandFallbackSRC;
- src: @brandSrc;
- font-style: normal;
- font-weight: @normal;
- font-variant: normal;
- text-decoration: inherit;
- text-transform: none;
- }
-
- /* Icons */
- i.icon.\35 00px:before { content: "\f26e"; font-family: @brandFontName; }
- i.icon.accessible:before { content: "\f368"; font-family: @brandFontName; }
- i.icon.accusoft:before { content: "\f369"; font-family: @brandFontName; }
- i.icon.acquisitions.incorporated:before { content: "\f6af"; font-family: @brandFontName; }
- i.icon.adn:before { content: "\f170"; font-family: @brandFontName; }
- i.icon.adobe:before { content: "\f778"; font-family: @brandFontName; }
- i.icon.adversal:before { content: "\f36a"; font-family: @brandFontName; }
- i.icon.affiliatetheme:before { content: "\f36b"; font-family: @brandFontName; }
- i.icon.airbnb:before { content: "\f834"; font-family: @brandFontName; }
- i.icon.algolia:before { content: "\f36c"; font-family: @brandFontName; }
- i.icon.alipay:before { content: "\f642"; font-family: @brandFontName; }
- i.icon.amazon:before { content: "\f270"; font-family: @brandFontName; }
- i.icon.amazon.pay:before { content: "\f42c"; font-family: @brandFontName; }
- i.icon.amilia:before { content: "\f36d"; font-family: @brandFontName; }
- i.icon.android:before { content: "\f17b"; font-family: @brandFontName; }
- i.icon.angellist:before { content: "\f209"; font-family: @brandFontName; }
- i.icon.angrycreative:before { content: "\f36e"; font-family: @brandFontName; }
- i.icon.angular:before { content: "\f420"; font-family: @brandFontName; }
- i.icon.app.store:before { content: "\f36f"; font-family: @brandFontName; }
- i.icon.app.store.ios:before { content: "\f370"; font-family: @brandFontName; }
- i.icon.apper:before { content: "\f371"; font-family: @brandFontName; }
- i.icon.apple:before { content: "\f179"; font-family: @brandFontName; }
- i.icon.apple.pay:before { content: "\f415"; font-family: @brandFontName; }
- i.icon.artstation:before { content: "\f77a"; font-family: @brandFontName; }
- i.icon.asymmetrik:before { content: "\f372"; font-family: @brandFontName; }
- i.icon.atlassian:before { content: "\f77b"; font-family: @brandFontName; }
- i.icon.audible:before { content: "\f373"; font-family: @brandFontName; }
- i.icon.autoprefixer:before { content: "\f41c"; font-family: @brandFontName; }
- i.icon.avianex:before { content: "\f374"; font-family: @brandFontName; }
- i.icon.aviato:before { content: "\f421"; font-family: @brandFontName; }
- i.icon.aws:before { content: "\f375"; font-family: @brandFontName; }
- i.icon.bandcamp:before { content: "\f2d5"; font-family: @brandFontName; }
- i.icon.battle.net:before { content: "\f835"; font-family: @brandFontName; }
- i.icon.behance:before { content: "\f1b4"; font-family: @brandFontName; }
- i.icon.behance.square:before { content: "\f1b5"; font-family: @brandFontName; }
- i.icon.bimobject:before { content: "\f378"; font-family: @brandFontName; }
- i.icon.bitbucket:before { content: "\f171"; font-family: @brandFontName; }
- i.icon.bitcoin:before { content: "\f379"; font-family: @brandFontName; }
- i.icon.bity:before { content: "\f37a"; font-family: @brandFontName; }
- i.icon.black.tie:before { content: "\f27e"; font-family: @brandFontName; }
- i.icon.blackberry:before { content: "\f37b"; font-family: @brandFontName; }
- i.icon.blogger:before { content: "\f37c"; font-family: @brandFontName; }
- i.icon.blogger.b:before { content: "\f37d"; font-family: @brandFontName; }
- i.icon.bluetooth:before { content: "\f293"; font-family: @brandFontName; }
- i.icon.bluetooth.b:before { content: "\f294"; font-family: @brandFontName; }
- i.icon.bootstrap:before { content: "\f836"; font-family: @brandFontName; }
- i.icon.btc:before { content: "\f15a"; font-family: @brandFontName; }
- i.icon.buffer:before { content: "\f837"; font-family: @brandFontName; }
- i.icon.buromobelexperte:before { content: "\f37f"; font-family: @brandFontName; }
- i.icon.buy.n.large:before { content: "\f8a6"; font-family: @brandFontName; }
- i.icon.buysellads:before { content: "\f20d"; font-family: @brandFontName; }
- i.icon.canadian.maple.leaf:before { content: "\f785"; font-family: @brandFontName; }
- i.icon.cc.amazon.pay:before { content: "\f42d"; font-family: @brandFontName; }
- i.icon.cc.amex:before { content: "\f1f3"; font-family: @brandFontName; }
- i.icon.cc.apple.pay:before { content: "\f416"; font-family: @brandFontName; }
- i.icon.cc.diners.club:before { content: "\f24c"; font-family: @brandFontName; }
- i.icon.cc.discover:before { content: "\f1f2"; font-family: @brandFontName; }
- i.icon.cc.jcb:before { content: "\f24b"; font-family: @brandFontName; }
- i.icon.cc.mastercard:before { content: "\f1f1"; font-family: @brandFontName; }
- i.icon.cc.paypal:before { content: "\f1f4"; font-family: @brandFontName; }
- i.icon.cc.stripe:before { content: "\f1f5"; font-family: @brandFontName; }
- i.icon.cc.visa:before { content: "\f1f0"; font-family: @brandFontName; }
- i.icon.centercode:before { content: "\f380"; font-family: @brandFontName; }
- i.icon.centos:before { content: "\f789"; font-family: @brandFontName; }
- i.icon.chrome:before { content: "\f268"; font-family: @brandFontName; }
- i.icon.chromecast:before { content: "\f838"; font-family: @brandFontName; }
- i.icon.cloudscale:before { content: "\f383"; font-family: @brandFontName; }
- i.icon.cloudsmith:before { content: "\f384"; font-family: @brandFontName; }
- i.icon.cloudversify:before { content: "\f385"; font-family: @brandFontName; }
- i.icon.codepen:before { content: "\f1cb"; font-family: @brandFontName; }
- i.icon.codiepie:before { content: "\f284"; font-family: @brandFontName; }
- i.icon.confluence:before { content: "\f78d"; font-family: @brandFontName; }
- i.icon.connectdevelop:before { content: "\f20e"; font-family: @brandFontName; }
- i.icon.contao:before { content: "\f26d"; font-family: @brandFontName; }
- i.icon.cotton.bureau:before { content: "\f89e"; font-family: @brandFontName; }
- i.icon.cpanel:before { content: "\f388"; font-family: @brandFontName; }
- i.icon.creative.commons:before { content: "\f25e"; font-family: @brandFontName; }
- i.icon.creative.commons.by:before { content: "\f4e7"; font-family: @brandFontName; }
- i.icon.creative.commons.nc:before { content: "\f4e8"; font-family: @brandFontName; }
- i.icon.creative.commons.nc.eu:before { content: "\f4e9"; font-family: @brandFontName; }
- i.icon.creative.commons.nc.jp:before { content: "\f4ea"; font-family: @brandFontName; }
- i.icon.creative.commons.nd:before { content: "\f4eb"; font-family: @brandFontName; }
- i.icon.creative.commons.pd:before { content: "\f4ec"; font-family: @brandFontName; }
- i.icon.creative.commons.pd.alternate:before { content: "\f4ed"; font-family: @brandFontName; }
- i.icon.creative.commons.remix:before { content: "\f4ee"; font-family: @brandFontName; }
- i.icon.creative.commons.sa:before { content: "\f4ef"; font-family: @brandFontName; }
- i.icon.creative.commons.sampling:before { content: "\f4f0"; font-family: @brandFontName; }
- i.icon.creative.commons.sampling.plus:before { content: "\f4f1"; font-family: @brandFontName; }
- i.icon.creative.commons.share:before { content: "\f4f2"; font-family: @brandFontName; }
- i.icon.creative.commons.zero:before { content: "\f4f3"; font-family: @brandFontName; }
- i.icon.critical.role:before { content: "\f6c9"; font-family: @brandFontName; }
- i.icon.css3:before { content: "\f13c"; font-family: @brandFontName; }
- i.icon.css3.alternate:before { content: "\f38b"; font-family: @brandFontName; }
- i.icon.cuttlefish:before { content: "\f38c"; font-family: @brandFontName; }
- i.icon.d.and.d:before { content: "\f38d"; font-family: @brandFontName; }
- i.icon.d.and.d.beyond:before { content: "\f6ca"; font-family: @brandFontName; }
- i.icon.dailymotion:before { content: "\f952"; font-family: @brandFontName; }
- i.icon.dashcube:before { content: "\f210"; font-family: @brandFontName; }
- i.icon.delicious:before { content: "\f1a5"; font-family: @brandFontName; }
- i.icon.deploydog:before { content: "\f38e"; font-family: @brandFontName; }
- i.icon.deskpro:before { content: "\f38f"; font-family: @brandFontName; }
- i.icon.dev:before { content: "\f6cc"; font-family: @brandFontName; }
- i.icon.deviantart:before { content: "\f1bd"; font-family: @brandFontName; }
- i.icon.dhl:before { content: "\f790"; font-family: @brandFontName; }
- i.icon.diaspora:before { content: "\f791"; font-family: @brandFontName; }
- i.icon.digg:before { content: "\f1a6"; font-family: @brandFontName; }
- i.icon.digital.ocean:before { content: "\f391"; font-family: @brandFontName; }
- i.icon.discord:before { content: "\f392"; font-family: @brandFontName; }
- i.icon.discourse:before { content: "\f393"; font-family: @brandFontName; }
- i.icon.dochub:before { content: "\f394"; font-family: @brandFontName; }
- i.icon.docker:before { content: "\f395"; font-family: @brandFontName; }
- i.icon.draft2digital:before { content: "\f396"; font-family: @brandFontName; }
- i.icon.dribbble:before { content: "\f17d"; font-family: @brandFontName; }
- i.icon.dribbble.square:before { content: "\f397"; font-family: @brandFontName; }
- i.icon.dropbox:before { content: "\f16b"; font-family: @brandFontName; }
- i.icon.drupal:before { content: "\f1a9"; font-family: @brandFontName; }
- i.icon.dyalog:before { content: "\f399"; font-family: @brandFontName; }
- i.icon.earlybirds:before { content: "\f39a"; font-family: @brandFontName; }
- i.icon.ebay:before { content: "\f4f4"; font-family: @brandFontName; }
- i.icon.edge:before { content: "\f282"; font-family: @brandFontName; }
- i.icon.elementor:before { content: "\f430"; font-family: @brandFontName; }
- i.icon.ello:before { content: "\f5f1"; font-family: @brandFontName; }
- i.icon.ember:before { content: "\f423"; font-family: @brandFontName; }
- i.icon.empire:before { content: "\f1d1"; font-family: @brandFontName; }
- i.icon.envira:before { content: "\f299"; font-family: @brandFontName; }
- i.icon.erlang:before { content: "\f39d"; font-family: @brandFontName; }
- i.icon.ethereum:before { content: "\f42e"; font-family: @brandFontName; }
- i.icon.etsy:before { content: "\f2d7"; font-family: @brandFontName; }
- i.icon.evernote:before { content: "\f839"; font-family: @brandFontName; }
- i.icon.expeditedssl:before { content: "\f23e"; font-family: @brandFontName; }
- i.icon.facebook:before { content: "\f09a"; font-family: @brandFontName; }
- i.icon.facebook.f:before { content: "\f39e"; font-family: @brandFontName; }
- i.icon.facebook.messenger:before { content: "\f39f"; font-family: @brandFontName; }
- i.icon.facebook.square:before { content: "\f082"; font-family: @brandFontName; }
- i.icon.fantasy.flight.games:before { content: "\f6dc"; font-family: @brandFontName; }
- i.icon.fedex:before { content: "\f797"; font-family: @brandFontName; }
- i.icon.fedora:before { content: "\f798"; font-family: @brandFontName; }
- i.icon.figma:before { content: "\f799"; font-family: @brandFontName; }
- i.icon.firefox:before { content: "\f269"; font-family: @brandFontName; }
- i.icon.firefox.browser:before { content: "\f907"; font-family: @brandFontName; }
- i.icon.first.order:before { content: "\f2b0"; font-family: @brandFontName; }
- i.icon.first.order.alternate:before { content: "\f50a"; font-family: @brandFontName; }
- i.icon.firstdraft:before { content: "\f3a1"; font-family: @brandFontName; }
- i.icon.flickr:before { content: "\f16e"; font-family: @brandFontName; }
- i.icon.flipboard:before { content: "\f44d"; font-family: @brandFontName; }
- i.icon.fly:before { content: "\f417"; font-family: @brandFontName; }
- i.icon.font.awesome:before { content: "\f2b4"; font-family: @brandFontName; }
- i.icon.font.awesome.alternate:before { content: "\f35c"; font-family: @brandFontName; }
- i.icon.font.awesome.flag:before { content: "\f425"; font-family: @brandFontName; }
- i.icon.fonticons:before { content: "\f280"; font-family: @brandFontName; }
- i.icon.fonticons.fi:before { content: "\f3a2"; font-family: @brandFontName; }
- i.icon.fort.awesome:before { content: "\f286"; font-family: @brandFontName; }
- i.icon.fort.awesome.alternate:before { content: "\f3a3"; font-family: @brandFontName; }
- i.icon.forumbee:before { content: "\f211"; font-family: @brandFontName; }
- i.icon.foursquare:before { content: "\f180"; font-family: @brandFontName; }
- i.icon.free.code.camp:before { content: "\f2c5"; font-family: @brandFontName; }
- i.icon.freebsd:before { content: "\f3a4"; font-family: @brandFontName; }
- i.icon.fulcrum:before { content: "\f50b"; font-family: @brandFontName; }
- i.icon.galactic.republic:before { content: "\f50c"; font-family: @brandFontName; }
- i.icon.galactic.senate:before { content: "\f50d"; font-family: @brandFontName; }
- i.icon.get.pocket:before { content: "\f265"; font-family: @brandFontName; }
- i.icon.gg:before { content: "\f260"; font-family: @brandFontName; }
- i.icon.gg.circle:before { content: "\f261"; font-family: @brandFontName; }
- i.icon.git:before { content: "\f1d3"; font-family: @brandFontName; }
- i.icon.git.alternate:before { content: "\f841"; font-family: @brandFontName; }
- i.icon.git.square:before { content: "\f1d2"; font-family: @brandFontName; }
- i.icon.github:before { content: "\f09b"; font-family: @brandFontName; }
- i.icon.github.alternate:before { content: "\f113"; font-family: @brandFontName; }
- i.icon.github.square:before { content: "\f092"; font-family: @brandFontName; }
- i.icon.gitkraken:before { content: "\f3a6"; font-family: @brandFontName; }
- i.icon.gitlab:before { content: "\f296"; font-family: @brandFontName; }
- i.icon.gitter:before { content: "\f426"; font-family: @brandFontName; }
- i.icon.glide:before { content: "\f2a5"; font-family: @brandFontName; }
- i.icon.glide.g:before { content: "\f2a6"; font-family: @brandFontName; }
- i.icon.gofore:before { content: "\f3a7"; font-family: @brandFontName; }
- i.icon.goodreads:before { content: "\f3a8"; font-family: @brandFontName; }
- i.icon.goodreads.g:before { content: "\f3a9"; font-family: @brandFontName; }
- i.icon.google:before { content: "\f1a0"; font-family: @brandFontName; }
- i.icon.google.drive:before { content: "\f3aa"; font-family: @brandFontName; }
- i.icon.google.play:before { content: "\f3ab"; font-family: @brandFontName; }
- i.icon.google.plus:before { content: "\f2b3"; font-family: @brandFontName; }
- i.icon.google.plus.g:before { content: "\f0d5"; font-family: @brandFontName; }
- i.icon.google.plus.square:before { content: "\f0d4"; font-family: @brandFontName; }
- i.icon.google.wallet:before { content: "\f1ee"; font-family: @brandFontName; }
- i.icon.gratipay:before { content: "\f184"; font-family: @brandFontName; }
- i.icon.grav:before { content: "\f2d6"; font-family: @brandFontName; }
- i.icon.gripfire:before { content: "\f3ac"; font-family: @brandFontName; }
- i.icon.grunt:before { content: "\f3ad"; font-family: @brandFontName; }
- i.icon.gulp:before { content: "\f3ae"; font-family: @brandFontName; }
- i.icon.hacker.news:before { content: "\f1d4"; font-family: @brandFontName; }
- i.icon.hacker.news.square:before { content: "\f3af"; font-family: @brandFontName; }
- i.icon.hackerrank:before { content: "\f5f7"; font-family: @brandFontName; }
- i.icon.hips:before { content: "\f452"; font-family: @brandFontName; }
- i.icon.hire.a.helper:before { content: "\f3b0"; font-family: @brandFontName; }
- i.icon.hooli:before { content: "\f427"; font-family: @brandFontName; }
- i.icon.hornbill:before { content: "\f592"; font-family: @brandFontName; }
- i.icon.hotjar:before { content: "\f3b1"; font-family: @brandFontName; }
- i.icon.houzz:before { content: "\f27c"; font-family: @brandFontName; }
- i.icon.html5:before { content: "\f13b"; font-family: @brandFontName; }
- i.icon.hubspot:before { content: "\f3b2"; font-family: @brandFontName; }
- i.icon.ideal:before { content: "\f913"; font-family: @brandFontName; }
- i.icon.imdb:before { content: "\f2d8"; font-family: @brandFontName; }
- i.icon.instagram:before { content: "\f16d"; font-family: @brandFontName; }
- i.icon.instagram.square:before { content: "\f955"; font-family: @brandFontName; }
- i.icon.intercom:before { content: "\f7af"; font-family: @brandFontName; }
- i.icon.internet.explorer:before { content: "\f26b"; font-family: @brandFontName; }
- i.icon.invision:before { content: "\f7b0"; font-family: @brandFontName; }
- i.icon.ioxhost:before { content: "\f208"; font-family: @brandFontName; }
- i.icon.itch.io:before { content: "\f83a"; font-family: @brandFontName; }
- i.icon.itunes:before { content: "\f3b4"; font-family: @brandFontName; }
- i.icon.itunes.note:before { content: "\f3b5"; font-family: @brandFontName; }
- i.icon.java:before { content: "\f4e4"; font-family: @brandFontName; }
- i.icon.jedi.order:before { content: "\f50e"; font-family: @brandFontName; }
- i.icon.jenkins:before { content: "\f3b6"; font-family: @brandFontName; }
- i.icon.jira:before { content: "\f7b1"; font-family: @brandFontName; }
- i.icon.joget:before { content: "\f3b7"; font-family: @brandFontName; }
- i.icon.joomla:before { content: "\f1aa"; font-family: @brandFontName; }
- i.icon.js:before { content: "\f3b8"; font-family: @brandFontName; }
- i.icon.js.square:before { content: "\f3b9"; font-family: @brandFontName; }
- i.icon.jsfiddle:before { content: "\f1cc"; font-family: @brandFontName; }
- i.icon.kaggle:before { content: "\f5fa"; font-family: @brandFontName; }
- i.icon.keybase:before { content: "\f4f5"; font-family: @brandFontName; }
- i.icon.keycdn:before { content: "\f3ba"; font-family: @brandFontName; }
- i.icon.kickstarter:before { content: "\f3bb"; font-family: @brandFontName; }
- i.icon.kickstarter.k:before { content: "\f3bc"; font-family: @brandFontName; }
- i.icon.korvue:before { content: "\f42f"; font-family: @brandFontName; }
- i.icon.laravel:before { content: "\f3bd"; font-family: @brandFontName; }
- i.icon.lastfm:before { content: "\f202"; font-family: @brandFontName; }
- i.icon.lastfm.square:before { content: "\f203"; font-family: @brandFontName; }
- i.icon.leanpub:before { content: "\f212"; font-family: @brandFontName; }
- i.icon.lesscss:before { content: "\f41d"; font-family: @brandFontName; }
- i.icon.linechat:before { content: "\f3c0"; font-family: @brandFontName; }
- i.icon.linkedin:before { content: "\f08c"; font-family: @brandFontName; }
- i.icon.linkedin.in:before { content: "\f0e1"; font-family: @brandFontName; }
- i.icon.linode:before { content: "\f2b8"; font-family: @brandFontName; }
- i.icon.linux:before { content: "\f17c"; font-family: @brandFontName; }
- i.icon.lyft:before { content: "\f3c3"; font-family: @brandFontName; }
- i.icon.magento:before { content: "\f3c4"; font-family: @brandFontName; }
- i.icon.mailchimp:before { content: "\f59e"; font-family: @brandFontName; }
- i.icon.mandalorian:before { content: "\f50f"; font-family: @brandFontName; }
- i.icon.markdown:before { content: "\f60f"; font-family: @brandFontName; }
- i.icon.mastodon:before { content: "\f4f6"; font-family: @brandFontName; }
- i.icon.maxcdn:before { content: "\f136"; font-family: @brandFontName; }
- i.icon.mdb:before { content: "\f8ca"; font-family: @brandFontName; }
- i.icon.medapps:before { content: "\f3c6"; font-family: @brandFontName; }
- i.icon.medium:before { content: "\f23a"; font-family: @brandFontName; }
- i.icon.medium.m:before { content: "\f3c7"; font-family: @brandFontName; }
- i.icon.medrt:before { content: "\f3c8"; font-family: @brandFontName; }
- i.icon.meetup:before { content: "\f2e0"; font-family: @brandFontName; }
- i.icon.megaport:before { content: "\f5a3"; font-family: @brandFontName; }
- i.icon.mendeley:before { content: "\f7b3"; font-family: @brandFontName; }
- i.icon.microblog:before { content: "\f91a"; font-family: @brandFontName; }
- i.icon.microsoft:before { content: "\f3ca"; font-family: @brandFontName; }
- i.icon.mix:before { content: "\f3cb"; font-family: @brandFontName; }
- i.icon.mixcloud:before { content: "\f289"; font-family: @brandFontName; }
- i.icon.mixer:before { content: "\f956"; font-family: @brandFontName; }
- i.icon.mizuni:before { content: "\f3cc"; font-family: @brandFontName; }
- i.icon.modx:before { content: "\f285"; font-family: @brandFontName; }
- i.icon.monero:before { content: "\f3d0"; font-family: @brandFontName; }
- i.icon.napster:before { content: "\f3d2"; font-family: @brandFontName; }
- i.icon.neos:before { content: "\f612"; font-family: @brandFontName; }
- i.icon.nimblr:before { content: "\f5a8"; font-family: @brandFontName; }
- i.icon.node:before { content: "\f419"; font-family: @brandFontName; }
- i.icon.node.js:before { content: "\f3d3"; font-family: @brandFontName; }
- i.icon.npm:before { content: "\f3d4"; font-family: @brandFontName; }
- i.icon.ns8:before { content: "\f3d5"; font-family: @brandFontName; }
- i.icon.nutritionix:before { content: "\f3d6"; font-family: @brandFontName; }
- i.icon.odnoklassniki:before { content: "\f263"; font-family: @brandFontName; }
- i.icon.odnoklassniki.square:before { content: "\f264"; font-family: @brandFontName; }
- i.icon.old.republic:before { content: "\f510"; font-family: @brandFontName; }
- i.icon.opencart:before { content: "\f23d"; font-family: @brandFontName; }
- i.icon.openid:before { content: "\f19b"; font-family: @brandFontName; }
- i.icon.opera:before { content: "\f26a"; font-family: @brandFontName; }
- i.icon.optin.monster:before { content: "\f23c"; font-family: @brandFontName; }
- i.icon.orcid:before { content: "\f8d2"; font-family: @brandFontName; }
- i.icon.osi:before { content: "\f41a"; font-family: @brandFontName; }
- i.icon.page4:before { content: "\f3d7"; font-family: @brandFontName; }
- i.icon.pagelines:before { content: "\f18c"; font-family: @brandFontName; }
- i.icon.palfed:before { content: "\f3d8"; font-family: @brandFontName; }
- i.icon.patreon:before { content: "\f3d9"; font-family: @brandFontName; }
- i.icon.paypal:before { content: "\f1ed"; font-family: @brandFontName; }
- i.icon.penny.arcade:before { content: "\f704"; font-family: @brandFontName; }
- i.icon.periscope:before { content: "\f3da"; font-family: @brandFontName; }
- i.icon.phabricator:before { content: "\f3db"; font-family: @brandFontName; }
- i.icon.phoenix.framework:before { content: "\f3dc"; font-family: @brandFontName; }
- i.icon.phoenix.squadron:before { content: "\f511"; font-family: @brandFontName; }
- i.icon.php:before { content: "\f457"; font-family: @brandFontName; }
- i.icon.pied.piper:before { content: "\f2ae"; font-family: @brandFontName; }
- i.icon.pied.piper.alternate:before { content: "\f1a8"; font-family: @brandFontName; }
- i.icon.pied.piper.hat:before { content: "\f4e5"; font-family: @brandFontName; }
- i.icon.pied.piper.pp:before { content: "\f1a7"; font-family: @brandFontName; }
- i.icon.pied.piper.square:before { content: "\f91e"; font-family: @brandFontName; }
- i.icon.pinterest:before { content: "\f0d2"; font-family: @brandFontName; }
- i.icon.pinterest.p:before { content: "\f231"; font-family: @brandFontName; }
- i.icon.pinterest.square:before { content: "\f0d3"; font-family: @brandFontName; }
- i.icon.playstation:before { content: "\f3df"; font-family: @brandFontName; }
- i.icon.product.hunt:before { content: "\f288"; font-family: @brandFontName; }
- i.icon.pushed:before { content: "\f3e1"; font-family: @brandFontName; }
- i.icon.python:before { content: "\f3e2"; font-family: @brandFontName; }
- i.icon.qq:before { content: "\f1d6"; font-family: @brandFontName; }
- i.icon.quinscape:before { content: "\f459"; font-family: @brandFontName; }
- i.icon.quora:before { content: "\f2c4"; font-family: @brandFontName; }
- i.icon.r.project:before { content: "\f4f7"; font-family: @brandFontName; }
- i.icon.raspberry.pi:before { content: "\f7bb"; font-family: @brandFontName; }
- i.icon.ravelry:before { content: "\f2d9"; font-family: @brandFontName; }
- i.icon.react:before { content: "\f41b"; font-family: @brandFontName; }
- i.icon.reacteurope:before { content: "\f75d"; font-family: @brandFontName; }
- i.icon.readme:before { content: "\f4d5"; font-family: @brandFontName; }
- i.icon.rebel:before { content: "\f1d0"; font-family: @brandFontName; }
- i.icon.reddit:before { content: "\f1a1"; font-family: @brandFontName; }
- i.icon.reddit.alien:before { content: "\f281"; font-family: @brandFontName; }
- i.icon.reddit.square:before { content: "\f1a2"; font-family: @brandFontName; }
- i.icon.redhat:before { content: "\f7bc"; font-family: @brandFontName; }
- i.icon.redriver:before { content: "\f3e3"; font-family: @brandFontName; }
- i.icon.redyeti:before { content: "\f69d"; font-family: @brandFontName; }
- i.icon.renren:before { content: "\f18b"; font-family: @brandFontName; }
- i.icon.replyd:before { content: "\f3e6"; font-family: @brandFontName; }
- i.icon.researchgate:before { content: "\f4f8"; font-family: @brandFontName; }
- i.icon.resolving:before { content: "\f3e7"; font-family: @brandFontName; }
- i.icon.rev:before { content: "\f5b2"; font-family: @brandFontName; }
- i.icon.rocketchat:before { content: "\f3e8"; font-family: @brandFontName; }
- i.icon.rockrms:before { content: "\f3e9"; font-family: @brandFontName; }
- i.icon.safari:before { content: "\f267"; font-family: @brandFontName; }
- i.icon.salesforce:before { content: "\f83b"; font-family: @brandFontName; }
- i.icon.sass:before { content: "\f41e"; font-family: @brandFontName; }
- i.icon.schlix:before { content: "\f3ea"; font-family: @brandFontName; }
- i.icon.scribd:before { content: "\f28a"; font-family: @brandFontName; }
- i.icon.searchengin:before { content: "\f3eb"; font-family: @brandFontName; }
- i.icon.sellcast:before { content: "\f2da"; font-family: @brandFontName; }
- i.icon.sellsy:before { content: "\f213"; font-family: @brandFontName; }
- i.icon.servicestack:before { content: "\f3ec"; font-family: @brandFontName; }
- i.icon.shirtsinbulk:before { content: "\f214"; font-family: @brandFontName; }
- i.icon.shopify:before { content: "\f957"; font-family: @brandFontName; }
- i.icon.shopware:before { content: "\f5b5"; font-family: @brandFontName; }
- i.icon.simplybuilt:before { content: "\f215"; font-family: @brandFontName; }
- i.icon.sistrix:before { content: "\f3ee"; font-family: @brandFontName; }
- i.icon.sith:before { content: "\f512"; font-family: @brandFontName; }
- i.icon.sketch:before { content: "\f7c6"; font-family: @brandFontName; }
- i.icon.skyatlas:before { content: "\f216"; font-family: @brandFontName; }
- i.icon.skype:before { content: "\f17e"; font-family: @brandFontName; }
- i.icon.slack:before { content: "\f198"; font-family: @brandFontName; }
- i.icon.slack.hash:before { content: "\f3ef"; font-family: @brandFontName; }
- i.icon.slideshare:before { content: "\f1e7"; font-family: @brandFontName; }
- i.icon.snapchat:before { content: "\f2ab"; font-family: @brandFontName; }
- i.icon.snapchat.ghost:before { content: "\f2ac"; font-family: @brandFontName; }
- i.icon.snapchat.square:before { content: "\f2ad"; font-family: @brandFontName; }
- i.icon.soundcloud:before { content: "\f1be"; font-family: @brandFontName; }
- i.icon.sourcetree:before { content: "\f7d3"; font-family: @brandFontName; }
- i.icon.speakap:before { content: "\f3f3"; font-family: @brandFontName; }
- i.icon.speaker.deck:before { content: "\f83c"; font-family: @brandFontName; }
- i.icon.spotify:before { content: "\f1bc"; font-family: @brandFontName; }
- i.icon.squarespace:before { content: "\f5be"; font-family: @brandFontName; }
- i.icon.stack.exchange:before { content: "\f18d"; font-family: @brandFontName; }
- i.icon.stack.overflow:before { content: "\f16c"; font-family: @brandFontName; }
- i.icon.stackpath:before { content: "\f842"; font-family: @brandFontName; }
- i.icon.staylinked:before { content: "\f3f5"; font-family: @brandFontName; }
- i.icon.steam:before { content: "\f1b6"; font-family: @brandFontName; }
- i.icon.steam.square:before { content: "\f1b7"; font-family: @brandFontName; }
- i.icon.steam.symbol:before { content: "\f3f6"; font-family: @brandFontName; }
- i.icon.sticker.mule:before { content: "\f3f7"; font-family: @brandFontName; }
- i.icon.strava:before { content: "\f428"; font-family: @brandFontName; }
- i.icon.stripe:before { content: "\f429"; font-family: @brandFontName; }
- i.icon.stripe.s:before { content: "\f42a"; font-family: @brandFontName; }
- i.icon.studiovinari:before { content: "\f3f8"; font-family: @brandFontName; }
- i.icon.stumbleupon:before { content: "\f1a4"; font-family: @brandFontName; }
- i.icon.stumbleupon.circle:before { content: "\f1a3"; font-family: @brandFontName; }
- i.icon.superpowers:before { content: "\f2dd"; font-family: @brandFontName; }
- i.icon.supple:before { content: "\f3f9"; font-family: @brandFontName; }
- i.icon.suse:before { content: "\f7d6"; font-family: @brandFontName; }
- i.icon.swift:before { content: "\f8e1"; font-family: @brandFontName; }
- i.icon.symfony:before { content: "\f83d"; font-family: @brandFontName; }
- i.icon.teamspeak:before { content: "\f4f9"; font-family: @brandFontName; }
- i.icon.telegram:before { content: "\f2c6"; font-family: @brandFontName; }
- i.icon.telegram.plane:before { content: "\f3fe"; font-family: @brandFontName; }
- i.icon.tencent.weibo:before { content: "\f1d5"; font-family: @brandFontName; }
- i.icon.themeco:before { content: "\f5c6"; font-family: @brandFontName; }
- i.icon.themeisle:before { content: "\f2b2"; font-family: @brandFontName; }
- i.icon.think.peaks:before { content: "\f731"; font-family: @brandFontName; }
- i.icon.trade.federation:before { content: "\f513"; font-family: @brandFontName; }
- i.icon.trello:before { content: "\f181"; font-family: @brandFontName; }
- i.icon.tripadvisor:before { content: "\f262"; font-family: @brandFontName; }
- i.icon.tumblr:before { content: "\f173"; font-family: @brandFontName; }
- i.icon.tumblr.square:before { content: "\f174"; font-family: @brandFontName; }
- i.icon.twitch:before { content: "\f1e8"; font-family: @brandFontName; }
- i.icon.twitter:before { content: "\f099"; font-family: @brandFontName; }
- i.icon.twitter.square:before { content: "\f081"; font-family: @brandFontName; }
- i.icon.typo3:before { content: "\f42b"; font-family: @brandFontName; }
- i.icon.uber:before { content: "\f402"; font-family: @brandFontName; }
- i.icon.ubuntu:before { content: "\f7df"; font-family: @brandFontName; }
- i.icon.uikit:before { content: "\f403"; font-family: @brandFontName; }
- i.icon.umbraco:before { content: "\f8e8"; font-family: @brandFontName; }
- i.icon.uniregistry:before { content: "\f404"; font-family: @brandFontName; }
- i.icon.unity:before { content: "\f949"; font-family: @brandFontName; }
- i.icon.untappd:before { content: "\f405"; font-family: @brandFontName; }
- i.icon.ups:before { content: "\f7e0"; font-family: @brandFontName; }
- i.icon.usb:before { content: "\f287"; font-family: @brandFontName; }
- i.icon.usps:before { content: "\f7e1"; font-family: @brandFontName; }
- i.icon.ussunnah:before { content: "\f407"; font-family: @brandFontName; }
- i.icon.vaadin:before { content: "\f408"; font-family: @brandFontName; }
- i.icon.viacoin:before { content: "\f237"; font-family: @brandFontName; }
- i.icon.viadeo:before { content: "\f2a9"; font-family: @brandFontName; }
- i.icon.viadeo.square:before { content: "\f2aa"; font-family: @brandFontName; }
- i.icon.viber:before { content: "\f409"; font-family: @brandFontName; }
- i.icon.vimeo:before { content: "\f40a"; font-family: @brandFontName; }
- i.icon.vimeo.square:before { content: "\f194"; font-family: @brandFontName; }
- i.icon.vimeo.v:before { content: "\f27d"; font-family: @brandFontName; }
- i.icon.vine:before { content: "\f1ca"; font-family: @brandFontName; }
- i.icon.vk:before { content: "\f189"; font-family: @brandFontName; }
- i.icon.vnv:before { content: "\f40b"; font-family: @brandFontName; }
- i.icon.vuejs:before { content: "\f41f"; font-family: @brandFontName; }
- i.icon.waze:before { content: "\f83f"; font-family: @brandFontName; }
- i.icon.weebly:before { content: "\f5cc"; font-family: @brandFontName; }
- i.icon.weibo:before { content: "\f18a"; font-family: @brandFontName; }
- i.icon.weixin:before { content: "\f1d7"; font-family: @brandFontName; }
- i.icon.whatsapp:before { content: "\f232"; font-family: @brandFontName; }
- i.icon.whatsapp.square:before { content: "\f40c"; font-family: @brandFontName; }
- i.icon.whmcs:before { content: "\f40d"; font-family: @brandFontName; }
- i.icon.wikipedia.w:before { content: "\f266"; font-family: @brandFontName; }
- i.icon.windows:before { content: "\f17a"; font-family: @brandFontName; }
- i.icon.wix:before { content: "\f5cf"; font-family: @brandFontName; }
- i.icon.wizards.of.the.coast:before { content: "\f730"; font-family: @brandFontName; }
- i.icon.wolf.pack.battalion:before { content: "\f514"; font-family: @brandFontName; }
- i.icon.wordpress:before { content: "\f19a"; font-family: @brandFontName; }
- i.icon.wordpress.simple:before { content: "\f411"; font-family: @brandFontName; }
- i.icon.wpbeginner:before { content: "\f297"; font-family: @brandFontName; }
- i.icon.wpexplorer:before { content: "\f2de"; font-family: @brandFontName; }
- i.icon.wpforms:before { content: "\f298"; font-family: @brandFontName; }
- i.icon.wpressr:before { content: "\f3e4"; font-family: @brandFontName; }
- i.icon.xbox:before { content: "\f412"; font-family: @brandFontName; }
- i.icon.xing:before { content: "\f168"; font-family: @brandFontName; }
- i.icon.xing.square:before { content: "\f169"; font-family: @brandFontName; }
- i.icon.y.combinator:before { content: "\f23b"; font-family: @brandFontName; }
- i.icon.yahoo:before { content: "\f19e"; font-family: @brandFontName; }
- i.icon.yammer:before { content: "\f840"; font-family: @brandFontName; }
- i.icon.yandex:before { content: "\f413"; font-family: @brandFontName; }
- i.icon.yandex.international:before { content: "\f414"; font-family: @brandFontName; }
- i.icon.yarn:before { content: "\f7e3"; font-family: @brandFontName; }
- i.icon.yelp:before { content: "\f1e9"; font-family: @brandFontName; }
- i.icon.yoast:before { content: "\f2b1"; font-family: @brandFontName; }
- i.icon.youtube:before { content: "\f167"; font-family: @brandFontName; }
- i.icon.youtube.square:before { content: "\f431"; font-family: @brandFontName; }
- i.icon.zhihu:before { content: "\f63f"; font-family: @brandFontName; }
-
-
- /* Aliases */
- i.icon.american.express:before { content: "\f1f3"; font-family: @brandFontName; }
- i.icon.american.express.card:before { content: "\f1f3"; font-family: @brandFontName; }
- i.icon.amex:before { content: "\f1f3"; font-family: @brandFontName; }
- i.icon.bitbucket.square:before { content: "\f171"; font-family: @brandFontName; }
- i.icon.bluetooth.alternative:before { content: "\f294"; font-family: @brandFontName; }
- i.icon.credit.card.amazon.pay:before { content: "\f42d"; font-family: @brandFontName; }
- i.icon.credit.card.american.express:before { content: "\f1f3"; font-family: @brandFontName; }
- i.icon.credit.card.diners.club:before { content: "\f24c"; font-family: @brandFontName; }
- i.icon.credit.card.discover:before { content: "\f1f2"; font-family: @brandFontName; }
- i.icon.credit.card.jcb:before { content: "\f24b"; font-family: @brandFontName; }
- i.icon.credit.card.mastercard:before { content: "\f1f1"; font-family: @brandFontName; }
- i.icon.credit.card.paypal:before { content: "\f1f4"; font-family: @brandFontName; }
- i.icon.credit.card.stripe:before { content: "\f1f5"; font-family: @brandFontName; }
- i.icon.credit.card.visa:before { content: "\f1f0"; font-family: @brandFontName; }
- i.icon.diners.club:before { content: "\f24c"; font-family: @brandFontName; }
- i.icon.diners.club.card:before { content: "\f24c"; font-family: @brandFontName; }
- i.icon.discover:before { content: "\f1f2"; font-family: @brandFontName; }
- i.icon.discover.card:before { content: "\f1f2"; font-family: @brandFontName; }
- i.icon.disk.outline:before { content: "\f369"; font-family: @brandFontName; }
- i.icon.dribble:before { content: "\f17d"; font-family: @brandFontName; }
- i.icon.eercast:before { content: "\f2da"; font-family: @brandFontName; }
- i.icon.envira.gallery:before { content: "\f299"; font-family: @brandFontName; }
- i.icon.fa:before { content: "\f2b4"; font-family: @brandFontName; }
- i.icon.facebook.official:before { content: "\f082"; font-family: @brandFontName; }
- i.icon.five.hundred.pixels:before { content: "\f26e"; font-family: @brandFontName; }
- i.icon.gittip:before { content: "\f184"; font-family: @brandFontName; }
- i.icon.google.plus.circle:before { content: "\f2b3"; font-family: @brandFontName; }
- i.icon.google.plus.official:before { content: "\f2b3"; font-family: @brandFontName; }
- i.icon.japan.credit.bureau:before { content: "\f24b"; font-family: @brandFontName; }
- i.icon.japan.credit.bureau.card:before { content: "\f24b"; font-family: @brandFontName; }
- i.icon.jcb:before { content: "\f24b"; font-family: @brandFontName; }
- i.icon.linkedin.square:before { content: "\f08c"; font-family: @brandFontName; }
- i.icon.mastercard:before { content: "\f1f1"; font-family: @brandFontName; }
- i.icon.mastercard.card:before { content: "\f1f1"; font-family: @brandFontName; }
- i.icon.microsoft.edge:before { content: "\f282"; font-family: @brandFontName; }
- i.icon.ms.edge:before { content: "\f282"; font-family: @brandFontName; }
- i.icon.new.pied.piper:before { content: "\f2ae"; font-family: @brandFontName; }
- i.icon.optinmonster:before { content: "\f23c"; font-family: @brandFontName; }
- i.icon.paypal.card:before { content: "\f1f4"; font-family: @brandFontName; }
- i.icon.pied.piper.hat:before { content: "\f2ae"; font-family: @brandFontName; }
- i.icon.pocket:before { content: "\f265"; font-family: @brandFontName; }
- i.icon.stripe.card:before { content: "\f1f5"; font-family: @brandFontName; }
- i.icon.theme.isle:before { content: "\f2b2"; font-family: @brandFontName; }
- i.icon.visa:before { content: "\f1f0"; font-family: @brandFontName; }
- i.icon.visa.card:before { content: "\f1f0"; font-family: @brandFontName; }
- i.icon.wechat:before { content: "\f1d7"; font-family: @brandFontName; }
- i.icon.wikipedia:before { content: "\f266"; font-family: @brandFontName; }
- i.icon.wordpress.beginner:before { content: "\f297"; font-family: @brandFontName; }
- i.icon.wordpress.forms:before { content: "\f298"; font-family: @brandFontName; }
- i.icon.yc:before { content: "\f23b"; font-family: @brandFontName; }
- i.icon.ycombinator:before { content: "\f23b"; font-family: @brandFontName; }
- i.icon.youtube.play:before { content: "\f167"; font-family: @brandFontName; }
-
-}
-.loadBrandIcons();
diff --git a/semantic/src/themes/default/elements/icon.variables b/semantic/src/themes/default/elements/icon.variables
deleted file mode 100644
index 73c88e0..0000000
--- a/semantic/src/themes/default/elements/icon.variables
+++ /dev/null
@@ -1,95 +0,0 @@
-/*******************************
- Icon
-*******************************/
-
-/*--------------
- Font Files
----------------*/
-
-/* Solid Icons */
-@fontName: 'icons';
-@src:
- url("@{fontPath}/@{fontName}.eot?#iefix") format('embedded-opentype'),
- url("@{fontPath}/@{fontName}.woff2") format('woff2'),
- url("@{fontPath}/@{fontName}.woff") format('woff'),
- url("@{fontPath}/@{fontName}.ttf") format('truetype'),
- url("@{fontPath}/@{fontName}.svg#icons") format('svg')
-;
-@fallbackSRC: url("@{fontPath}/@{fontName}.eot");
-
-/* Outline Icons */
-@importOutlineIcons: true;
-@outlineFontName: 'outline-icons';
-@outlineSrc:
- url("@{fontPath}/@{outlineFontName}.eot?#iefix") format('embedded-opentype'),
- url("@{fontPath}/@{outlineFontName}.woff2") format('woff2'),
- url("@{fontPath}/@{outlineFontName}.woff") format('woff'),
- url("@{fontPath}/@{outlineFontName}.ttf") format('truetype'),
- url("@{fontPath}/@{outlineFontName}.svg#icons") format('svg')
-;
-@outlineFallbackSRC: url("@{fontPath}/@{outlineFontName}.eot");
-
-
-
-/* Brand Icons */
-@importBrandIcons: true;
-@brandFontName: 'brand-icons';
-@brandSrc:
- url("@{fontPath}/@{brandFontName}.eot?#iefix") format('embedded-opentype'),
- url("@{fontPath}/@{brandFontName}.woff2") format('woff2'),
- url("@{fontPath}/@{brandFontName}.woff") format('woff'),
- url("@{fontPath}/@{brandFontName}.ttf") format('truetype'),
- url("@{fontPath}/@{brandFontName}.svg#icons") format('svg')
-;
-@brandFallbackSRC: url("@{fontPath}/@{brandFontName}.eot");
-
-
-/*--------------
- Definition
----------------*/
-
-/* Icon Variables */
-@opacity: 1;
-@width: @iconWidth;
-@height: 1em;
-@distanceFromText: 0.25rem;
-@lineHeight: 1;
-
-
-/* Variations */
-@linkOpacity: 0.8;
-@linkDuration: 0.3s;
-@loadingDuration: 2s;
-
-@circularSize: 2em;
-@circularPadding: 0.5em 0;
-@circularShadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
-
-@borderedSize: 2em;
-@borderedVerticalPadding: ((@borderedSize - @height) / 2);
-@borderedHorizontalPadding: 0;
-@borderedShadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
-
-@cornerIconSize: 0.45em;
-@cornerIconStroke: 1px;
-@cornerIconShadow:
- -@cornerIconStroke -@cornerIconStroke 0 @white,
- @cornerIconStroke -@cornerIconStroke 0 @white,
- -@cornerIconStroke @cornerIconStroke 0 @white,
- @cornerIconStroke @cornerIconStroke 0 @white
-;
-@cornerIconInvertedShadow:
- -@cornerIconStroke -@cornerIconStroke 0 @black,
- @cornerIconStroke -@cornerIconStroke 0 @black,
- -@cornerIconStroke @cornerIconStroke 0 @black,
- @cornerIconStroke @cornerIconStroke 0 @black
-;
-
-@mini: 0.4em;
-@tiny: 0.5em;
-@small: 0.75em;
-@medium: 1em;
-@large: 1.5em;
-@big: 2em;
-@huge: 4em;
-@massive: 8em;
diff --git a/semantic/src/themes/default/elements/image.overrides b/semantic/src/themes/default/elements/image.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/image.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/image.variables b/semantic/src/themes/default/elements/image.variables
deleted file mode 100644
index 925110e..0000000
--- a/semantic/src/themes/default/elements/image.variables
+++ /dev/null
@@ -1,44 +0,0 @@
-/*******************************
- Image
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@placeholderColor: transparent;
-@roundedBorderRadius: 0.3125em;
-
-@imageHorizontalMargin: 0.25rem;
-@imageVerticalMargin: 0.5rem;
-@imageBorder: 1px solid rgba(0, 0, 0, 0.1);
-
-/*-------------------
- Types
---------------------*/
-
-/* Avatar */
-@avatarSize: 2em;
-@avatarMargin: 0.25em;
-
-
-/*-------------------
- Variations
---------------------*/
-
-/* Spaced */
-@spacedDistance: 0.5em;
-
-/* Floated */
-@floatedHorizontalMargin: 1em;
-@floatedVerticalMargin: 1em;
-
-/* Size */
-@miniWidth: 35px;
-@tinyWidth: 80px;
-@smallWidth: 150px;
-@mediumWidth: 300px;
-@largeWidth: 450px;
-@bigWidth: 600px;
-@hugeWidth: 800px;
-@massiveWidth: 960px;
diff --git a/semantic/src/themes/default/elements/input.overrides b/semantic/src/themes/default/elements/input.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/input.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/input.variables b/semantic/src/themes/default/elements/input.variables
deleted file mode 100644
index 493f574..0000000
--- a/semantic/src/themes/default/elements/input.variables
+++ /dev/null
@@ -1,102 +0,0 @@
-/*******************************
- Input
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@inputFont: @pageFont;
-@verticalPadding: @inputVerticalPadding;
-@horizontalPadding: @inputHorizontalPadding;
-
-@lineHeight: @inputLineHeight;
-@lineHeightOffset: ((@lineHeight - 1em) / 2);
-
-@padding: (@verticalPadding - @lineHeightOffset) @horizontalPadding;
-
-@textAlign: left;
-@background: @inputBackground;
-@borderWidth: 1px;
-@border: @borderWidth solid @borderColor;
-@boxShadow: none;
-
-@borderRadius: @defaultBorderRadius;
-@transition:
- box-shadow @defaultDuration @defaultEasing,
- border-color @defaultDuration @defaultEasing
-;
-
-/*-------------------
- Types
---------------------*/
-
-/* Icon Input */
-@iconWidth: (@verticalPadding * 2) + @glyphWidth;
-@iconOpacity: 0.5;
-@iconFocusOpacity: 1;
-@iconOffset: -0.5em;
-
-@iconDistance: 0;
-@iconMargin: @iconWidth + @iconDistance;
-@iconTransition: opacity 0.3s @defaultEasing;
-
-@transparentIconWidth: @glyphWidth;
-@transparentIconMargin: 2em;
-
-@textareaIconHeight: 3em;
-@transparentTextareaIconHeight: 1.3em;
-
-/* Circular Icon Input */
-@circularIconVerticalOffset: 0.35em;
-@circularIconHorizontalOffset: 0.5em;
-
-/* Labeled Input */
-@labelCornerTop: @borderWidth;
-@labelCornerRight: @borderWidth;
-@labelCornerSize: @relative9px;
-@labelSize: 1em;
-@labelVerticalPadding: (@verticalPadding - @lineHeightOffset);
-
-@labeledMargin: 2.5em;
-@labeledIconInputMargin: 3.25em;
-@labeledIconMargin: 1.25em;
-
-/*-------------------
- States
---------------------*/
-
-/* Placeholder */
-@placeholderColor: @inputPlaceholderColor;
-@placeholderFocusColor: @inputPlaceholderFocusColor;
-
-/* Down */
-@downBorderColor: rgba(0, 0, 0, 0.3);
-@downBackground: #FAFAFA;
-@downColor: @textColor;
-@downBoxShadow: none;
-
-/* Focus */
-@focusBorderColor: @focusedFormBorderColor;
-@focusBackground: @background;
-@focusColor: @hoveredTextColor;
-@focusBoxShadow: none;
-
-/* Loader */
-@invertedLoaderFillColor: rgba(0, 0, 0, 0.15);
-
-/*-------------------
- Variations
---------------------*/
-
-/* Inverted */
-@transparentInvertedPlaceholderColor: @invertedUnselectedTextColor;
-@transparentInvertedColor: @white;
-
-@miniInputSize: @relativeMini;
-@tinyInputSize: @relativeTiny;
-@smallInputSize: @relativeSmall;
-@largeInputSize: @relativeLarge;
-@bigInputSize: @relativeBig;
-@hugeInputSize: @relativeHuge;
-@massiveInputSize: @relativeMassive;
diff --git a/semantic/src/themes/default/elements/label.overrides b/semantic/src/themes/default/elements/label.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/label.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/label.variables b/semantic/src/themes/default/elements/label.variables
deleted file mode 100644
index e3381ce..0000000
--- a/semantic/src/themes/default/elements/label.variables
+++ /dev/null
@@ -1,268 +0,0 @@
-/*******************************
- Label
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@verticalAlign: baseline;
-@verticalMargin: 0;
-@horizontalMargin: @relative2px;
-@backgroundColor: #E8E8E8;
-@color: @mutedTextColor;
-@backgroundImage: none;
-@verticalPadding: 0.5833em; /* medium is not @emSize custom value required */
-@horizontalPadding: 0.833em;
-@borderRadius: @absoluteBorderRadius;
-@textTransform: none;
-@fontWeight: @bold;
-@borderWidth: 1px;
-@border: 0 solid transparent;
-
-@lineHeightOffset: -(@verticalPadding / 2);
-
-@labelTransitionDuration: @defaultDuration;
-@labelTransitionEasing: @defaultEasing;
-@transition: background @labelTransitionDuration @labelTransitionEasing;
-
-/* Group */
-@groupVerticalMargin: 0.5em;
-@groupHorizontalMargin: 0.5em;
-
-/*-------------------
- Parts
---------------------*/
-
-/* Link */
-@linkOpacity: 0.5;
-@linkTransition: @labelTransitionDuration opacity @labelTransitionEasing;
-
-/* Icon */
-@iconDistance: 0.75em;
-
-/* Image */
-@imageHeight: (1em + @verticalPadding * 2);
-
-/* Detail */
-@detailFontWeight: @bold;
-@detailOpacity: 0.8;
-@detailIconDistance: 0.25em;
-@detailMargin: 1em;
-
-/* Delete */
-@deleteOpacity: @linkOpacity;
-@deleteSize: @relativeSmall;
-@deleteMargin: 0.5em;
-@deleteTransition: background @labelTransitionDuration @labelTransitionEasing;
-
-/*-------------------
- Types
---------------------*/
-
-/* Image Label */
-@imageLabelBackground: @backgroundColor;
-@imageLabelVerticalPadding: @verticalPadding;
-@imageLabelHorizontalPadding: @horizontalPadding;
-@imageLabelTextDistance: 0.5em;
-@imageLabelDetailDistance: @imageLabelTextDistance;
-@imageLabelBorderRadius: @borderRadius;
-@imageLabelBoxShadow: none;
-@imageLabelPadding: @imageLabelVerticalPadding @imageLabelHorizontalPadding @imageLabelVerticalPadding @imageLabelTextDistance;
-
-@imageLabelImageMargin: -@verticalPadding @imageLabelTextDistance -@verticalPadding -@imageLabelTextDistance;
-@imageLabelImageBorderRadius: @imageLabelBorderRadius 0 0 @imageLabelBorderRadius;
-@imageLabelImageHeight: @imageHeight;
-
-@imageLabelDetailBackground: @strongTransparentBlack;
-@imageLabelDetailPadding: @imageLabelVerticalPadding @imageLabelHorizontalPadding;
-@imageLabelDetailMargin: -@imageLabelVerticalPadding -@imageLabelHorizontalPadding -@imageLabelVerticalPadding @imageLabelDetailDistance;
-
-/*-------------------
- States
---------------------*/
-
-/* Hover */
-@labelHoverBackgroundColor: #E0E0E0;
-@labelHoverBackgroundImage: none;
-@labelHoverTextColor: @hoveredTextColor;
-
-/* Active */
-@labelActiveBackgroundColor: #D0D0D0;
-@labelActiveBackgroundImage: none;
-@labelActiveTextColor: @selectedTextColor;
-
-/* Active Hover */
-@labelActiveHoverBackgroundColor: #C8C8C8;
-@labelActiveHoverBackgroundImage: none;
-@labelActiveHoverTextColor: @selectedTextColor;
-
-
-/*-------------------
- Variations
---------------------*/
-
-/* Basic */
-@basicBackground: none @white;
-@basicBorderWidth: 1px;
-@basicBorderWidthOffset: -@basicBorderWidth;
-@basicBorderFullWidthOffset: e(%("calc(100%% + %d)", @basicBorderWidth));
-@basicBorder: @basicBorderWidth solid @borderColor;
-@basicColor: @textColor;
-@basicBoxShadow: none;
-
-@basicHoverBackground: @basicBackground;
-@basicHoverColor: @linkHoverColor;
-@basicHoverBorder: @basicBorder;
-@basicHoverBoxShadow: @basicBoxShadow;
-
-@basicVerticalPadding: e(%("calc(%d - %d)", @verticalPadding, @basicBorderWidth));
-@basicHorizontalPadding: e(%("calc(%d - %d)", @horizontalPadding, @basicBorderWidth));
-@basicImageLabelPadding: e(%("calc(%d - %d)", @imageLabelTextDistance, @basicBorderWidth));
-
-/* Tag */
-@tagCircleColor: @white;
-@tagCircleSize: 0.5em;
-@tagHorizontalPadding: 1.5em;
-@tagCircleBoxShadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
-@basicTagCircleBoxShadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.8);
-@tagTriangleRightOffset: 100%;
-@tagTriangleTopOffset: 50%;
-@tagTriangleSize: 1.56em;
-@tagTriangleBackgroundImage: none;
-@tagTransition: none; /* Avoids error with background: inherit; on animation */
-
-/* Ribbon */
-@ribbonTriangleSize: 1.2em;
-@basicRibbonTriangleSize: e(%("calc(%d - %d)", @ribbonTriangleSize, @basicBorderWidth));
-@basicRibbonTriangleSizeOffset: e(%("calc(1rem + %d - %d)", @ribbonTriangleSize, @basicBorderWidth));
-@ribbonShadowColor: rgba(0, 0, 0, 0.15);
-
-@ribbonMargin: 1rem;
-@ribbonOffset: e(%("calc(%d - %d)", -@ribbonMargin, @ribbonTriangleSize));
-@basicRibbonOffset: e(%("calc(%d - %d)", @verticalPadding, @basicBorderWidth));
-@ribbonDistance: e(%("calc(%d + %d)", @ribbonMargin, @ribbonTriangleSize));
-@rightRibbonOffset: e(%("calc(100%% + %d + %d)", @ribbonMargin, @ribbonTriangleSize));
-
-@ribbonImageTopDistance: 1rem;
-@ribbonImageMargin: -0.05rem; /* Rounding Offset on Triangle */
-@ribbonImageOffset: e(%("calc(%d - %d)", -@ribbonImageMargin, @ribbonTriangleSize));
-@rightRibbonImageOffset: e(%("calc(100%% + %d + %d)", @ribbonImageMargin, @ribbonTriangleSize));
-
-@ribbonTableMargin: @relativeMedium; /* Rounding Offset on Triangle */
-@ribbonTableOffset: e(%("calc(%d - %d)", -@ribbonTableMargin, @ribbonTriangleSize));
-@rightRibbonTableOffset: e(%("calc(100%% + %d + %d)", @ribbonTableMargin, @ribbonTriangleSize));
-
-/* Inverted */
-@invertedBackgroundColor: darken(@backgroundColor,20);
-@invertedBackground: @black;
-@invertedBoxShadowSize: 2px;
-@invertedBorderSize: 1px;
-
-@basicInvertedBorderColor: rgba(255, 255, 255, 0.5);
-
-/* Colors */
-@redTextColor: @white;
-@orangeTextColor: @white;
-@yellowTextColor: @white;
-@oliveTextColor: @white;
-@greenTextColor: @white;
-@tealTextColor: @white;
-@blueTextColor: @white;
-@violetTextColor: @white;
-@purpleTextColor: @white;
-@pinkTextColor: @white;
-@brownTextColor: @white;
-@greyTextColor: @white;
-@blackTextColor: @white;
-
-@redHoverTextColor: @white;
-@orangeHoverTextColor: @white;
-@yellowHoverTextColor: @white;
-@oliveHoverTextColor: @white;
-@greenHoverTextColor: @white;
-@tealHoverTextColor: @white;
-@blueHoverTextColor: @white;
-@violetHoverTextColor: @white;
-@purpleHoverTextColor: @white;
-@pinkHoverTextColor: @white;
-@brownHoverTextColor: @white;
-@greyHoverTextColor: @white;
-@blackHoverTextColor: @white;
-
-@primaryHoverTextColor: @white;
-@secondaryHoverTextColor: @white;
-
-@primaryTextColor: @invertedTextColor;
-@secondaryTextColor: @invertedTextColor;
-
-/* Attached */
-@attachedSegmentPadding: 2rem;
-@attachedVerticalPadding: 0.75em;
-@attachedHorizontalPadding: 1em;
-
-@attachedCornerBorderRadius: @3px;
-@attachedBorderRadius: @borderRadius;
-
-@attachedOffset: -@borderWidth;
-@attachedWidthOffset: e(%("calc(100%% + %d)", @borderWidth * 2));
-
-/* Corner */
-@cornerSizeRatio: 1;
-@cornerTransition: color @labelTransitionDuration @labelTransitionEasing;
-@cornerTriangleSize: 4em;
-@cornerTriangleTransition: border-color @labelTransitionDuration @labelTransitionEasing;
-@cornerTriangleZIndex: 1;
-
-@cornerIconSize: @relativeLarge;
-@cornerIconTopOffset: @relative9px;
-@cornerIconLeftOffset: @relative8px;
-@cornerIconRightOffset: @relative8px;
-
-/* Corner Text */
-@cornerTextWidth: 3em;
-@cornerTextWeight: @bold;
-@cornerTextSize: 1em;
-
-/* Horizontal */
-@horizontalLabelMinWidth: 3em;
-@horizontalLabelMargin: 0.5em;
-@horizontalLabelVerticalPadding: 0.4em;
-
-/* Circular Padding */
-@circularPadding: 0.5em;
-@circularMinSize: 2em;
-@emptyCircleSize: 0.5em;
-
-/* Pointing */
-@pointingBorderColor: inherit;
-@pointingBorderWidth: @borderWidth;
-@pointingVerticalDistance: 1em;
-@pointingTriangleSize: 0.6666em;
-@pointingHorizontalDistance: @pointingTriangleSize;
-
-@pointingTriangleTransition: none; /* Avoids error with background: inherit; on animation */
-@pointingTriangleZIndex: 2;
-
-/* Basic Pointing */
-@basicPointingTriangleOffset: -@pointingBorderWidth;
-
-/* Floating */
-@floatingTopOffset: -1em;
-@floatingBottomOffset: @floatingTopOffset;
-@floatingAlignOffset: 1.2em;
-@floatingZIndex: 100;
-
-/*-------------------
- Group
---------------------*/
-
-/* Sizing */
-@mini : @9px;
-@tiny : @10px;
-@small : @11px;
-@medium : @12px;
-@large : @absoluteMedium;
-@big : @absoluteBig;
-@huge : @absoluteHuge;
-@massive : @absoluteMassive;
diff --git a/semantic/src/themes/default/elements/list.overrides b/semantic/src/themes/default/elements/list.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/list.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/list.variables b/semantic/src/themes/default/elements/list.variables
deleted file mode 100644
index 13c45e7..0000000
--- a/semantic/src/themes/default/elements/list.variables
+++ /dev/null
@@ -1,236 +0,0 @@
-/*******************************
- List
-*******************************/
-
-/*-------------------
- View
---------------------*/
-
-/* List */
-@listStyleType: none;
-@listStylePosition: outside;
-@margin: 1em 0;
-@verticalPadding: 0;
-@horizontalPadding: 0;
-
-/* List Item */
-@itemVerticalPadding: @relative3px;
-@itemHorizontalPadding: 0;
-@itemPadding: @itemVerticalPadding @itemHorizontalPadding;
-@itemLineHeight: @relativeLarge;
-
-/* Sub List */
-@childListPadding: 0.75em 0 0.25em 0.5em;
-@childListIndent: 1em;
-
-/* Sub List Item */
-@childItemVerticalPadding: @relative2px;
-@childItemHorizontalPadding: 0;
-@childItemPadding: @childItemVerticalPadding @childItemHorizontalPadding;
-@childItemLineHeight: inherit;
-
-/*-------------------
- Elements
---------------------*/
-
-/* Icon */
-@iconDistance: @relative4px;
-@iconOffset: 0;
-@iconTransition: color @defaultDuration @defaultEasing;
-@iconVerticalAlign: top;
-@iconContentVerticalAlign: top;
-
-/* Image */
-@imageDistance: 0.5em;
-@imageAlign: top;
-
-/* Content */
-@contentDistance: 0.5em;
-@contentLineHeight: @itemLineHeight;
-@contentLineHeightOffset: (@contentLineHeight - 1em) / 2;
-@contentVerticalAlign: top;
-@contentColor: @textColor;
-
-/* Header */
-@itemHeaderFontFamily: @headerFont;
-@itemHeaderFontWeight: @bold;
-@itemHeaderColor: @textColor;
-
-/* Description */
-@itemDescriptionColor: rgba(0, 0, 0, 0.7);
-
-/* Link */
-@itemLinkColor: @linkColor;
-@itemLinkHoverColor: @linkHoverColor;
-
-/* Header Link */
-@itemHeaderLinkColor: @itemLinkColor;
-@itemHeaderLinkHoverColor: @itemLinkHoverColor;
-
-/* Linked Icon */
-@itemLinkIconColor: @lightTextColor;
-@itemLinkIconHoverColor: @textColor;
-@invertedIconLinkColor: @invertedLightTextColor;
-
-/*-------------------
- States
---------------------*/
-
-@disabledColor: @disabledTextColor;
-@invertedDisabledColor: @invertedDisabledTextColor;
-
-/*-------------------
- Variations
---------------------*/
-
-/* Float */
-@floatDistance: 1em;
-@leftFloatMargin: 0 @floatDistance 0 0;
-@rightFloatMargin: 0 0 0 @floatDistance;
-
-/* Horizontal */
-@horizontalSpacing: 1em;
-@horizontalIconDistance: 0.25em;
-@horizontalVerticalAlign: middle;
-
-/* Inverted */
-@invertedListIconColor: @invertedLightTextColor;
-@invertedHeaderColor: @invertedTextColor;
-@invertedDescriptionColor: @invertedLightTextColor;
-@invertedItemLinkColor: @invertedTextColor;
-@invertedItemLinkHoverColor: @linkHoverColor;
-@invertedContentColor: @invertedLightTextColor;
-
-/* Link List */
-@linkListItemColor: @unselectedTextColor;
-@linkListItemHoverColor: @hoveredTextColor;
-@linkListItemDownColor: @pressedTextColor;
-@linkListItemActiveColor: @selectedTextColor;
-@linkListTransition:
- @defaultDuration color @defaultEasing
-;
-
-/* Inverted Link List */
-@invertedLinkListItemColor: @invertedUnselectedTextColor;
-@invertedLinkListItemHoverColor: @invertedHoveredTextColor;
-@invertedLinkListItemDownColor: @invertedPressedTextColor;
-@invertedLinkListItemActiveColor: @invertedSelectedTextColor;
-
-/* Selection List */
-@selectionListItemMargin: 0;
-@selectionListItemBorderRadius: 0.5em;
-@selectionListItemVerticalPadding: 0.5em;
-@selectionListItemHorizontalPadding: 0.5em;
-@selectionListTransition:
- @defaultDuration color @defaultEasing,
- @defaultDuration padding-left @defaultEasing,
- @defaultDuration background-color @defaultEasing
-;
-
-/* Selection List States */
-@selectionListBackground: transparent;
-@selectionListColor: @unselectedTextColor;
-@selectionListHoverBackground: @subtleTransparentBlack;
-@selectionListHoverColor: @hoveredTextColor;
-@selectionListDownBackground: @transparentBlack;
-@selectionListDownColor: @pressedTextColor;
-@selectionListActiveBackground: @transparentBlack;
-@selectionListActiveColor: @selectedTextColor;
-
-/* Inverted Selection List */
-@invertedSelectionListBackground: transparent;
-@invertedSelectionListColor: @invertedUnselectedTextColor;
-@invertedSelectionListHoverBackground: @subtleTransparentWhite;
-@invertedSelectionListHoverColor: @invertedHoveredTextColor;
-@invertedSelectionListDownBackground: @transparentWhite;
-@invertedSelectionListDownColor: @invertedPressedTextColor;
-@invertedSelectionListActiveBackground: @transparentWhite;
-@invertedSelectionListActiveColor: @invertedSelectedTextColor;
-
-/* Animated List */
-@animatedDuration: 0.25s;
-@animatedDelay: 0.1s;
-@animatedListTransition:
- @animatedDuration color @defaultEasing @animatedDelay,
- @animatedDuration padding-left @defaultEasing @animatedDelay,
- @animatedDuration background-color @defaultEasing @animatedDelay
-;
-@animatedListIndent: 1em;
-
-/* Bulleted */
-@bulletDistance: 1.25rem;
-@bulletOffset: -@bulletDistance;
-
-@bulletOpacity: 1;
-@bulletCharacter: '\2022';
-@bulletColor: inherit;
-@bulletLinkColor: @textColor;
-@bulletVerticalAlign: top;
-@bulletChildDistance: @bulletDistance;
-
-/* Horizontal Bullets */
-@horizontalBulletColor: @textColor;
-@horizontalBulletSpacing: @bulletDistance + 0.5em;
-
-/* Ordered List */
-@orderedCountName: ordered;
-@orderedCountSeparator: ".";
-@orderedCountSuffix: ".";
-@orderedCountContent: counters(@orderedCountName, @orderedCountSeparator) " ";
-@orderedCountContentSuffixed: counters(@orderedCountName, @orderedCountSeparator) @orderedCountSuffix;
-@orderedCountColor: @textColor;
-@orderedCountDistance: 1.25rem;
-@orderedCountOpacity: 0.8;
-@orderedCountTextAlign: right;
-@orderedCountVerticalAlign: middle;
-
-@orderedChildCountDistance: 1em;
-@orderedChildCountOffset: -2em;
-
-@orderedInvertedCountColor: @invertedLightTextColor;
-
-/* Horizontal Ordered */
-@horizontalOrderedCountDistance: 0.5em;
-
-/* Divided */
-@dividedBorderWidth: 1px;
-@dividedBorder: @dividedBorderWidth solid @borderColor;
-@dividedInvertedBorderColor: @whiteBorderColor;
-@dividedChildListBorder: none;
-@dividedChildItemBorder: none;
-
-/* Divided Horizontal */
-@horizontalDividedSpacing: (@horizontalSpacing / 2);
-@horizontalDividedLineHeight: 0.6;
-
-/* Divided */
-@celledBorderWidth: 1px;
-@celledBorder: @celledBorderWidth solid @borderColor;
-@celledInvertedBorder: @whiteBorderColor;
-@celledHorizontalPadding: 0.5em;
-@celledChildListBorder: none;
-@celledChildItemBorder: none;
-
-/* Divided Horizontal */
-@horizontalCelledSpacing: (@horizontalSpacing / 2);
-@horizontalCelledLineHeight: 0.6;
-
-/* Relaxed */
-@relaxedItemVerticalPadding: @relative6px;
-@relaxedChildItemVerticalPadding: @relative3px;
-@relaxedHeaderMargin: 0.25rem;
-@relaxedHorizontalPadding: 1rem;
-
-/* Very Relaxed */
-@veryRelaxedItemVerticalPadding: @relative12px;
-@veryRelaxedChildItemVerticalPadding: @relative4px;
-@veryRelaxedHeaderMargin: 0.5rem;
-@veryRelaxedHorizontalPadding: 1.5rem;
-
-@miniListSize: @relativeMini;
-@tinyListSize: @relativeTiny;
-@smallListSize: @relativeSmall;
-@largeListSize: @relativeLarge;
-@bigListSize: @relativeBig;
-@hugeListSize: @relativeHuge;
-@massiveListSize: @relativeMassive; \ No newline at end of file
diff --git a/semantic/src/themes/default/elements/loader.overrides b/semantic/src/themes/default/elements/loader.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/loader.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/loader.variables b/semantic/src/themes/default/elements/loader.variables
deleted file mode 100644
index 5b2bf56..0000000
--- a/semantic/src/themes/default/elements/loader.variables
+++ /dev/null
@@ -1,73 +0,0 @@
-/*******************************
- Loader
-*******************************/
-
-/* Some global loader styles defined in site.variables */
-// @loaderSpeed
-// @loaderLineWidth
-// @loaderFillColor
-// @loaderLineColor
-// @invertedLoaderFillColor
-// @invertedLoaderLineColor
-
-/*-------------------
- Standard
---------------------*/
-
-@loaderTopOffset: 50%;
-@loaderLeftOffset: 50%;
-
-@shapeBorderColor: @loaderLineColor;
-@invertedShapeBorderColor: @invertedLoaderLineColor;
-
-/*-------------------
- Types
---------------------*/
-
-/* Text */
-@textDistance: @relativeMini;
-@loaderTextColor: @textColor;
-@invertedLoaderTextColor: @invertedTextColor;
-
-
-/*-------------------
- States
---------------------*/
-
-@indeterminateDirection: reverse;
-@indeterminateSpeed: (2 * @loaderSpeed);
-
-/*-------------------
- Variations
---------------------*/
-
-@inlineVerticalAlign: middle;
-@inlineMargin: 0;
-
-/* Exact Sizes (Avoids Rounding Errors) */
-@mini : @14px;
-@tiny : @16px;
-@small : @24px;
-@medium : @32px;
-@large : @48px;
-@big : @52px;
-@huge : @58px;
-@massive : @64px;
-
-@miniOffset: 0 0 0 -(@mini / 2);
-@tinyOffset: 0 0 0 -(@tiny / 2);
-@smallOffset: 0 0 0 -(@small / 2);
-@mediumOffset: 0 0 0 -(@medium / 2);
-@largeOffset: 0 0 0 -(@large / 2);
-@bigOffset: 0 0 0 -(@big / 2);
-@hugeOffset: 0 0 0 -(@huge / 2);
-@massiveOffset: 0 0 0 -(@massive / 2);
-
-@tinyFontSize: @relativeTiny;
-@miniFontSize: @relativeMini;
-@smallFontSize: @relativeSmall;
-@mediumFontSize: @relativeMedium;
-@largeFontSize: @relativeLarge;
-@bigFontSize: @relativeBig;
-@hugeFontSize: @relativeHuge;
-@massiveFontSize: @relativeMassive;
diff --git a/semantic/src/themes/default/elements/placeholder.overrides b/semantic/src/themes/default/elements/placeholder.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/placeholder.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/placeholder.variables b/semantic/src/themes/default/elements/placeholder.variables
deleted file mode 100644
index a1b490a..0000000
--- a/semantic/src/themes/default/elements/placeholder.variables
+++ /dev/null
@@ -1,55 +0,0 @@
-@placeholderMaxWidth: 30rem;
-
-/* Key Content Sizing */
-@placeholderLineMargin: @relative12px;
-@placeholderHeaderLineHeight: @relative9px;
-@placeholderLineHeight: @relative7px;
-@placeholderParagraphLineHeight: @placeholderLineHeight;
-
-@placeholderSpacing: @relative20px;
-
-/* Interval between consecutive placeholders */
-@placeholderAnimationInterval: 0.15s;
-
-/* Repeated Placeholder */
-@consecutivePlaceholderSpacing: 2rem;
-
-/* Image */
-@placeholderImageHeight: 100px;
-
-/* Header Image */
-@placeholderImageWidth: 3em;
-@placeholderImageTextIndent: @10px;
-
-/* Paragraph */
-@placeholderHeaderLineOneOutdent: 20%;
-@placeholderHeaderLineTwoOutdent: 60%;
-
-@placeholderLineOneOutdent: @placeholderFullLineOutdent;
-@placeholderLineTwoOutdent: @placeholderMediumLineOutdent;
-@placeholderLineThreeOutdent: @placeholderVeryLongLineOutdent;
-@placeholderLineFourOutdent: @placeholderLongLineOutdent;
-@placeholderLineFiveOutdent: @placeholderShortLineOutdent;
-
-
-/* Glow Gradient */
-@placeholderLoadingAnimationDuration: 2s;
-@placeholderLoadingGradientWidth: 1200px;
-@placeholderLoadingGradient: linear-gradient(to right,
- rgba(0, 0, 0, 0.08) 0,
- rgba(0, 0, 0, 0.15) 15%,
- rgba(0, 0, 0, 0.08) 30%
-);
-@placeholderInvertedLoadingGradient: linear-gradient(to right,
- rgba(255, 255, 255, 0.08) 0,
- rgba(255, 255, 255, 0.14) 15%,
- rgba(255, 255, 255, 0.08) 30%
-);
-
-/* Variations */
-@placeholderFullLineOutdent: 0;
-@placeholderVeryLongLineOutdent: 10%;
-@placeholderLongLineOutdent: 35%;
-@placeholderMediumLineOutdent: 50%;
-@placeholderShortLineOutdent: 65%;
-@placeholderVeryShortLineOutdent: 80%;
diff --git a/semantic/src/themes/default/elements/rail.overrides b/semantic/src/themes/default/elements/rail.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/rail.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/rail.variables b/semantic/src/themes/default/elements/rail.variables
deleted file mode 100644
index 11bf9b3..0000000
--- a/semantic/src/themes/default/elements/rail.variables
+++ /dev/null
@@ -1,34 +0,0 @@
-/*******************************
- Rail
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@width: 300px;
-@height: 100%;
-
-@distance: 4rem;
-@splitDistance: (@distance / 2);
-
-/*-------------------
- Variations
---------------------*/
-
-/* Close */
-@closeDistance: 2em;
-@veryCloseDistance: 1em;
-
-@splitCloseDistance: (@closeDistance / 2);
-@splitVeryCloseDistance: (@veryCloseDistance / 2);
-
-@closeWidth: e(%("calc(%d + %d)", @width, @splitCloseDistance));
-@veryCloseWidth: e(%("calc(%d + %d)", @width, @splitVeryCloseDistance));
-
-/* Dividing */
-@dividingBorder: 1px solid @borderColor;
-@dividingDistance: 5rem;
-@splitDividingDistance: (@dividingDistance / 2);
-@dividingWidth: @width + @splitDividingDistance;
-
diff --git a/semantic/src/themes/default/elements/reveal.overrides b/semantic/src/themes/default/elements/reveal.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/reveal.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/reveal.variables b/semantic/src/themes/default/elements/reveal.variables
deleted file mode 100644
index 1c7fac4..0000000
--- a/semantic/src/themes/default/elements/reveal.variables
+++ /dev/null
@@ -1,18 +0,0 @@
-/*******************************
- Reveal
-*******************************/
-
-@transitionDelay: 0.1s;
-@transitionDuration: 0.5s;
-@transitionEasing: cubic-bezier(0.175, 0.885, 0.320, 1);
-@transition: all @transitionDuration @defaultEasing @transitionDelay;
-
-@bottomZIndex: 2;
-@topZIndex: 3;
-@activeZIndex: 4;
-@overlayZIndex: 5;
-
-/* Types */
-@rotateDegrees: 110deg;
-@moveTransition: transform @transitionDuration @transitionEasing @transitionDelay;
-@slideTransition: transform @transitionDuration @defaultEasing @transitionDelay;
diff --git a/semantic/src/themes/default/elements/segment.overrides b/semantic/src/themes/default/elements/segment.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/segment.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/segment.variables b/semantic/src/themes/default/elements/segment.variables
deleted file mode 100644
index 3d29bff..0000000
--- a/semantic/src/themes/default/elements/segment.variables
+++ /dev/null
@@ -1,155 +0,0 @@
-/*******************************
- Segment
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-
-@background: @white;
-@borderWidth: 1px;
-@border: @borderWidth solid @borderColor;
-
-@boxShadow: @subtleShadow;
-@verticalPadding: 1em;
-@horizontalPadding: 1em;
-@padding: @verticalPadding @horizontalPadding;
-
-@verticalMargin: 1rem;
-@horizontalMargin: 0;
-@margin: @verticalMargin @horizontalMargin;
-@borderRadius: @defaultBorderRadius;
-
-/*-------------------
- Group
---------------------*/
-
-@groupedMargin: @margin;
-@groupedBorder: @border;
-@groupedBoxShadow: @boxShadow;
-@groupedBorderRadius: @borderRadius;
-
-@nestedGroupMargin: @verticalMargin @verticalMargin;
-
-@groupedSegmentBorder: none;
-@groupedSegmentDivider: @border;
-@groupedSegmentMargin: 0;
-@groupedSegmentWidth: auto;
-@groupedSegmentBoxShadow: none;
-
-/*-------------------
- Coupling
---------------------*/
-
-/* Page Grid Segment */
-@pageGridMargin: (2 * @verticalPadding);
-
-/*******************************
- Types
-*******************************/
-
-/* Placeholder */
-@placeholderBackground: @offWhite;
-@placeholderPadding: @padding;
-@placeholderBorderColor: @borderColor;
-@placeholderBoxShadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
-@placeholderMinHeight: 18rem;
-@placeholderContentMaxWidth: 15rem;
-@placeholderContentInlineButtonMargin: 0 @5px 0 0;
-
-
-/* Piled */
-@piledZIndex: auto;
-@piledMargin: 3em;
-@piledBoxShadow: '';
-@piledDegrees: 1.2deg;
-@piledBorder: @border;
-
-/* Circular */
-@circularPadding: 2em;
-
-/* Stacked */
-@stackedHeight: 6px;
-@stackedPageBackground: @subtleTransparentBlack;
-@stackedPadding: @verticalPadding + (0.4em);
-@tallStackedPadding: @verticalPadding + (0.8em);
-
-/*******************************
- States
-*******************************/
-
-/* Loading Dimmer */
-@loaderDimmerColor: rgba(255, 255, 255, 0.8);
-@loaderInvertedDimmerColor: rgba(0, 0, 0 , 0.85);
-@loaderDimmerZIndex: 100;
-
-/* Loading Spinner */
-@loaderSize: 3em;
-@loaderLineZIndex: 101;
-
-
-/*******************************
- Variations
-*******************************/
-
-
-/* Raised */
-@raisedBoxShadow: @floatingShadow;
-
-/* Padded */
-@paddedSegmentPadding: 1.5em;
-@veryPaddedSegmentPadding: 3em;
-
-/* Attached */
-@attachedTopOffset: 0;
-@attachedBottomOffset: 0;
-@attachedHorizontalOffset: -@borderWidth;
-@attachedWidth: e(%("calc(100%% + %d)", -@attachedHorizontalOffset * 2));
-@attachedBoxShadow: none;
-@attachedBorder: @borderWidth solid @solidBorderColor;
-@attachedBottomBoxShadow:
- @boxShadow,
- @attachedBoxShadow
-;
-
-/* Inverted */
-@invertedBackground: @black;
-
-/* Floated */
-@floatedDistance: 1em;
-
-/* Basic */
-@basicBackground: none transparent;
-@basicBorder: none;
-@basicBoxShadow: none;
-@basicBorderRadius: 0;
-
-/* Colors */
-@coloredBorderSize: 2px;
-
-/* Ordinality */
-@secondaryBackground: @darkWhite;
-@secondaryColor: @mutedTextColor;
-
-@tertiaryBackground: @midWhite;
-@tertiaryColor: @mutedTextColor;
-
-@secondaryInvertedLightness: 0.2;
-@secondaryInvertedBackground:
- lighten(@black, (@secondaryInvertedLightness * 100))
- linear-gradient(
- rgba(255, 255, 255, @secondaryInvertedLightness) 0,
- rgba(255, 255, 255, @secondaryInvertedLightness) 100%
- )
-;
-@secondaryInvertedColor: @invertedMutedTextColor;
-
-@tertiaryInvertedLightness: 0.35;
-@tertiaryInvertedBackground:
- lighten(@black, (@tertiaryInvertedLightness * 100))
- linear-gradient(
- rgba(255, 255, 255, @tertiaryInvertedLightness) 0,
- rgba(255, 255, 255, @tertiaryInvertedLightness) 100%
- )
-;
-@tertiaryInvertedColor: @invertedMutedTextColor;
diff --git a/semantic/src/themes/default/elements/step.overrides b/semantic/src/themes/default/elements/step.overrides
deleted file mode 100644
index e7aca52..0000000
--- a/semantic/src/themes/default/elements/step.overrides
+++ /dev/null
@@ -1,16 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
-
-@font-face {
- font-family: 'Step';
- src:
- url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'),
- url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff')
- ;
-}
-.ui.steps .step.completed > .icon:before,
-.ui.ordered.steps .step.completed:before {
- font-family: 'Step';
- content: '\e800'; /* '' */
-} \ No newline at end of file
diff --git a/semantic/src/themes/default/elements/step.variables b/semantic/src/themes/default/elements/step.variables
deleted file mode 100644
index 83205d2..0000000
--- a/semantic/src/themes/default/elements/step.variables
+++ /dev/null
@@ -1,139 +0,0 @@
-/*******************************
- Step
-*******************************/
-
-/*-------------------
- Group
---------------------*/
-
-@stepMargin: 1em 0;
-@stepsBorderRadius: @defaultBorderRadius;
-@stepsBackground: '';
-@stepsBoxShadow: none;
-@stepsBorder: 1px solid @borderColor;
-
-/*-------------------
- Element
---------------------*/
-
-@verticalMargin: 0;
-@horizontalMargin: 0;
-
-@arrowSize: @relativeLarge;
-@verticalPadding: @relativeLarge;
-@horizontalPadding: 2em;
-
-@transition:
- background-color @defaultDuration @defaultEasing,
- opacity @defaultDuration @defaultEasing,
- color @defaultDuration @defaultEasing,
- box-shadow @defaultDuration @defaultEasing
-;
-@lineHeight: @relativeLarge;
-@alignItems: center;
-@justifyContent: center;
-@backgroundColor: @white;
-@background: @backgroundColor;
-@borderRadius: 0;
-@borderWidth: 1px;
-@boxShadow: none;
-@border: none;
-@divider: @borderWidth solid @borderColor;
-
-/* Icon */
-@iconDistance: 1rem;
-@iconSize: 2.5em;
-@iconAlign: middle;
-
-/* Title */
-@titleFontFamily: @headerFont;
-@titleFontWeight: @bold;
-@titleFontSize: @relativeLarge;
-@titleColor: @darkTextColor;
-
-/* Description */
-@descriptionDistance: 0.25em;
-@descriptionFontSize: @relativeSmall;
-@descriptionFontWeight: @normal;
-@descriptionColor: @textColor;
-
-
-/* Arrow */
-@arrowBackgroundColor: @backgroundColor;
-@arrowTopOffset: 50%;
-@arrowRightOffset: 0;
-@arrowBorderWidth: 0 @borderWidth @borderWidth 0;
-
-@arrowDisplay: block;
-@lastArrowDisplay: none;
-
-@activeArrowDisplay: block;
-@activeLastArrowDisplay: none;
-
-/* Mobile */
-@mobileIconDistance: @iconDistance;
-
-/*-------------------
- Types
---------------------*/
-
-/* Vertical */
-@verticalDivider: @divider;
-@verticalArrowTopOffset: 50%;
-@verticalArrowRightOffset: 0;
-@verticalLeftArrowLeftOffset: 0;
-@verticalLeftArrowRightOffset: 100%;
-@verticalLeftArrowBorderWidth: @borderWidth 0 0 @borderWidth;
-@verticalArrowBorderWidth: 0 @borderWidth @borderWidth 0;
-
-@verticalArrowDisplay: none;
-@verticalLastArrowDisplay: @verticalArrowDisplay;
-
-@verticalActiveArrowDisplay: block;
-@verticalActiveLastArrowDisplay: block;
-
-/*-------------------
- Variations
---------------------*/
-
-@attachedHorizontalOffset: -@borderWidth;
-@attachedVerticalOffset: 0;
-@attachedWidth: e(%("calc(100%% + %d)", -@attachedHorizontalOffset * 2));
-
-@orderedFontFamily: inherit;
-@orderedFontWeight: @bold;
-
-/*-------------------
- States
---------------------*/
-
-/* Completed */
-@completedColor: @positiveColor;
-
-/* Hover */
-@hoverBackground: @offWhite;
-@hoverColor: @hoveredTextColor;
-
-/* Down */
-@downBackground: @darkWhite;
-@downColor: @pressedTextColor;
-
-/* Active */
-@activeBackground: @darkWhite;
-@activeColor: @linkColor;
-@activeIconColor: @darkTextColor;
-
-/* Active + Hover */
-@activeHoverBackground: @lightGrey;
-@activeHoverColor: @textColor;
-
-
-/* Disabled */
-@disabledBackground: @background;
-@disabledColor: @disabledTextColor;
-
-/* Inverted */
-@invertedActiveBackground: #333333;
-@invertedActiveHoverBackground: #444444;
-@invertedHoverBackground: #3F3F3F;
-@invertedDisabledBackground: #222222;
diff --git a/semantic/src/themes/default/elements/text.overrides b/semantic/src/themes/default/elements/text.overrides
deleted file mode 100644
index 14fb0da..0000000
--- a/semantic/src/themes/default/elements/text.overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-/*******************************
- Theme Overrides
-*******************************/
diff --git a/semantic/src/themes/default/elements/text.variables b/semantic/src/themes/default/elements/text.variables
deleted file mode 100644
index 7995cfd..0000000
--- a/semantic/src/themes/default/elements/text.variables
+++ /dev/null
@@ -1,18 +0,0 @@
-/*******************************
- Text
-*******************************/
-
-/*-------------------
- Element
---------------------*/
-@lineHeight: 1;
-
-@mini: 0.4em;
-@tiny: 0.5em;
-@small: 0.75em;
-@medium: 1em;
-@large: 1.5em;
-@big: 2em;
-@huge: 4em;
-@massive: 8em;
-