@mdsfe/mds-ui
Version:
A set of enterprise-class Vue UI components.
2,678 lines • 136 kB
CSS
.mds-carousel {
position: relative;
}
.mds-carousel.mds-carousel-arrow__outside {
box-sizing: content-box;
padding: 0 40px;
}
.mds-carousel__container {
position: relative;
height: 300px;
}
.mds-carousel__item-container {
overflow: hidden;
position: relative;
}
.mds-carousel__arrow {
border: none;
outline: none;
padding: 0;
margin: 0;
height: 32px;
width: 32px;
cursor: pointer;
transition: .3s;
border-radius: 50%;
background: rgba(255, 255, 255, 0.25);
color: rgba(0, 0, 0, 0.25);
position: absolute;
top: 50%;
z-index: 10;
transform: translateY(-50%);
text-align: center;
font-size: 12px;
}
.mds-carousel__arrow--left {
left: 16px;
}
.mds-carousel__arrow-outside.mds-carousel__arrow--left {
left: -40px;
}
.mds-carousel__arrow--right {
right: 16px;
}
.mds-carousel__arrow-outside.mds-carousel__arrow--right {
right: -40px;
}
.mds-carousel__arrow:hover {
background: rgba(255, 255, 255, 0.85);
color: rgba(0, 0, 0, 0.65);
}
.mds-carousel__arrow i {
cursor: pointer;
}
.mds-carousel__indicators {
position: absolute;
list-style: none;
margin: 0;
padding: 0;
z-index: 2;
}
.mds-carousel__indicators--bottom {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.mds-carousel__indicators--right {
bottom: 0;
right: 24px;
}
.mds-carousel__indicators--left {
bottom: 0;
left: 24px;
}
.mds-carousel__indicators--top {
top: 0;
left: 50%;
transform: translateX(-50%);
}
.mds-carousel__indicators--outside {
bottom: 26px;
text-align: center;
position: static;
transform: none;
}
.mds-carousel__indicators--outside .mds-carousel__indicator:hover button {
opacity: 0.64;
}
.mds-carousel__indicators--outside button {
background-color: #D8DCE6;
opacity: 0.24;
}
.mds-carousel__indicators--outside .mds-carousel__button {
width: 32px;
height: 3px;
border-radius: 2px;
}
.mds-carousel__indicators--outside .is-active button {
background-color: #0364FF;
}
.mds-carousel__indicators--labels {
left: 0;
right: 0;
transform: none;
text-align: center;
}
.mds-carousel__indicators--labels .mds-carousel__button {
height: auto;
width: auto;
padding: 2px 18px;
font-size: 12px;
}
.mds-carousel__indicators--labels .mds-carousel__indicator {
padding: 6px 4px;
}
.mds-carousel__indicator {
background-color: transparent;
cursor: pointer;
}
.mds-carousel__indicator:hover button {
opacity: 0.72;
}
.mds-carousel__indicator--bottom {
display: inline-block;
padding: 12px 4px;
}
.mds-carousel__indicator--left {
display: inline-block;
padding: 12px 4px;
}
.mds-carousel__indicator--right {
display: inline-block;
padding: 12px 4px;
}
.mds-carousel__indicator--bottom {
display: inline-block;
padding: 12px 4px;
}
.mds-carousel__indicator--top {
display: inline-block;
padding: 12px 4px;
}
.mds-carousel__indicator--top .mds-carousel__button {
width: 8px;
height: 8px;
border-radius: 50%;
}
.mds-carousel__indicator.is-active button {
opacity: 1;
}
.mds-carousel__button {
display: block;
opacity: .48;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #fff;
border: none;
outline: none;
padding: 0;
margin: 0;
cursor: pointer;
transition: 0.3s;
}
.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
transform: translateY(-50%) translateX(-10px);
opacity: 0;
}
.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
transform: translateY(-50%) translateX(10px);
opacity: 0;
}
.mds-carousel__item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: inline-block;
overflow: hidden;
z-index: 0;
}
.mds-carousel__item.is-active {
z-index: 2;
}
.mds-carousel__item--card,
.mds-carousel__item.is-animating {
transition: transform 0.4s ease-in-out;
}
.mds-carousel__item--card {
width: 50%;
}
.mds-carousel__item--card.is-in-stage {
cursor: pointer;
z-index: 1;
}
.mds-carousel__item--card.is-in-stage.is-hover .mds-carousel__mask,
.mds-carousel__item--card.is-in-stage:hover .mds-carousel__mask {
opacity: 0.12;
}
.mds-carousel__item--card.is-active {
z-index: 2;
}
.mds-carousel__mask {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fff;
opacity: .24;
transition: 0.2s;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
/* stylelint-disable-line */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */
}
/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
/* stylelint-disable-line */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
@font-face {
font-family: "Helvetica Neue For Number";
src: local("Helvetica Neue");
unicode-range: U+30-39;
}
* {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 1.5;
color: #666666;
background-color: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
margin: 0;
padding: 0;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
}
input[type="text"],
textarea {
-webkit-appearance: none;
}
ul,
ol {
list-style: none;
}
input::-ms-clear,
input::-ms-reveal {
display: none;
}
::selection {
background: #0364ff;
color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
}
a {
color: #0364ff;
background: transparent;
text-decoration: none;
outline: none;
cursor: pointer;
transition: color .3s ease;
}
a:focus {
text-decoration: underline;
text-decoration-skip-ink: auto;
}
a:hover {
color: #3f89ff;
}
a:active {
color: #0252dd;
}
a:active,
a:hover {
outline: 0;
text-decoration: none;
}
a[disabled] {
color: rgba(0, 0, 0, 0.2);
cursor: not-allowed;
pointer-events: none;
}
.mds-divider {
margin: 0 6px;
display: inline-block;
height: 8px;
width: 1px;
background: #ccc;
}
code,
kbd,
pre,
samp {
font-family: Consolas, Menlo, Courier, monospace;
}
.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
}
@font-face {
font-family: 'mdsicon';
font-display: auto;
font-style: normal;
/* project id 1921203 */
src: url(/dist/font/iconfont.d8e6666.woff2) format('woff2'), url(/dist/font/iconfont.ba42e6f.woff) format('woff'), url(/dist/font/iconfont.bf5c999.ttf) format('truetype');
}
.mdsicon {
display: inline-block;
font-style: normal;
vertical-align: baseline;
text-align: center;
text-transform: none;
line-height: 1;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.mdsicon:before {
display: block;
font-family: "mdsicon" !important;
}
.mdsicon-line-column-configuration:before {
content: "\E783";
}
.mdsicon-line-row-configuration:before {
content: "\E784";
}
.mdsicon-line-menu-vertical:before {
content: "\E86E";
}
.mdsicon-line-cloud-upload:before {
content: "\E86D";
}
.mdsicon-line-thumbs-up:before {
content: "\E86C";
}
.mdsicon-line-trash-cancel:before {
content: "\E86B";
}
.mdsicon-line-heart-off:before {
content: "\E86A";
}
.mdsicon-line-zoom-in:before {
content: "\E869";
}
.mdsicon-line-favorite-off:before {
content: "\E868";
}
.mdsicon-line-thumbs-down:before {
content: "\E867";
}
.mdsicon-line-favorite-half:before {
content: "\E866";
}
.mdsicon-line-heart:before {
content: "\E865";
}
.mdsicon-line-setting:before {
content: "\E864";
}
.mdsicon-line-heart-half:before {
content: "\E863";
}
.mdsicon-line-zoom-out:before {
content: "\E862";
}
.mdsicon-line-cloud-off:before {
content: "\E861";
}
.mdsicon-line-favorite:before {
content: "\E860";
}
.mdsicon-line-menu:before {
content: "\E85F";
}
.mdsicon-line-search:before {
content: "\E85E";
}
.mdsicon-line-trash:before {
content: "\E85D";
}
.mdsicon-line-cloud:before {
content: "\E85C";
}
.mdsicon-line-home:before {
content: "\E85B";
}
.mdsicon-line-ellipsis-vertical:before {
content: "\E85A";
}
.mdsicon-line-eye:before {
content: "\E859";
}
.mdsicon-line-cloud-download:before {
content: "\E858";
}
.mdsicon-line-bookmark-add:before {
content: "\E857";
}
.mdsicon-line-eye-off:before {
content: "\E856";
}
.mdsicon-line-filter:before {
content: "\E855";
}
.mdsicon-line-ellipsis:before {
content: "\E854";
}
.mdsicon-line-cloud-cancel:before {
content: "\E853";
}
.mdsicon-line-cloud-check:before {
content: "\E852";
}
.mdsicon-line-cloud-minus:before {
content: "\E851";
}
.mdsicon-line-cloud-add:before {
content: "\E850";
}
.mdsicon-line-bookmark:before {
content: "\E84F";
}
.mdsicon-line-homepage:before {
content: "\E610";
}
.mdsicon-line-graduation:before {
content: "\E60F";
}
.mdsicon-line-table:before {
content: "\E611";
}
.mdsicon-line-location:before {
content: "\E618";
}
.mdsicon-line-bracelet:before {
content: "\E619";
}
.mdsicon-line-Closeeyes:before {
content: "\E636";
}
.mdsicon-line-sync:before {
content: "\E8BE";
}
.mdsicon-line-transfer:before {
content: "\E8BD";
}
.mdsicon-line-upload:before {
content: "\E8BC";
}
.mdsicon-line-transfer-alt:before {
content: "\E8BB";
}
.mdsicon-swap-left:before {
content: "\E8BA";
}
.mdsicon-line-turnleft:before {
content: "\E8B9";
}
.mdsicon-line-turnright:before {
content: "\E8B8";
}
.mdsicon-line-share:before {
content: "\E8B7";
}
.mdsicon-line-send-out:before {
content: "\E8B6";
}
.mdsicon-line-up-square:before {
content: "\E8B5";
}
.mdsicon-line-send-in:before {
content: "\E8B4";
}
.mdsicon-line-shrink:before {
content: "\E8B3";
}
.mdsicon-line-swap-right:before {
content: "\E8B2";
}
.mdsicon-line-share-alt:before {
content: "\E8B1";
}
.mdsicon-line-rotate:before {
content: "\E8B0";
}
.mdsicon-line-right-square:before {
content: "\E8AF";
}
.mdsicon-line-radio-button:before {
content: "\E8AE";
}
.mdsicon-line-point-up:before {
content: "\E8AD";
}
.mdsicon-line-point-right:before {
content: "\E8AC";
}
.mdsicon-line-radio-button-active:before {
content: "\E8AB";
}
.mdsicon-line-point-down:before {
content: "\E8AA";
}
.mdsicon-line-point-left:before {
content: "\E8A9";
}
.mdsicon-line-plus-square:before {
content: "\E8A8";
}
.mdsicon-line-out:before {
content: "\E8A7";
}
.mdsicon-line-minimize:before {
content: "\E8A6";
}
.mdsicon-line-to-top:before {
content: "\E8A5";
}
.mdsicon-line-plus-circle:before {
content: "\E8A4";
}
.mdsicon-line-Stretch:before {
content: "\E8A3";
}
.mdsicon-line-plus:before {
content: "\E8A2";
}
.mdsicon-line-minus:before {
content: "\E8A1";
}
.mdsicon-line-minus-square:before {
content: "\E8A0";
}
.mdsicon-line-minus-circle:before {
content: "\E89F";
}
.mdsicon-line-finished:before {
content: "\E89E";
}
.mdsicon-line-fullscreen:before {
content: "\E89D";
}
.mdsicon-line-to-download:before {
content: "\E89C";
}
.mdsicon-line-check:before {
content: "\E89B";
}
.mdsicon-line-left-square:before {
content: "\E89A";
}
.mdsicon-line-fullscreen-exit:before {
content: "\E899";
}
.mdsicon-line-expand:before {
content: "\E898";
}
.mdsicon-line-enter-upright:before {
content: "\E897";
}
.mdsicon-line-enter-rightdown:before {
content: "\E896";
}
.mdsicon-line-enter-rightup:before {
content: "\E895";
}
.mdsicon-line-enter-upleft:before {
content: "\E894";
}
.mdsicon-line-enter-leftup:before {
content: "\E893";
}
.mdsicon-line-enter-leftdown:before {
content: "\E892";
}
.mdsicon-line-enter-downright:before {
content: "\E891";
}
.mdsicon-line-enter-downleft:before {
content: "\E890";
}
.mdsicon-line-close:before {
content: "\E88F";
}
.mdsicon-line-download:before {
content: "\E88E";
}
.mdsicon-line-down-square:before {
content: "\E88D";
}
.mdsicon-line-chose-square:before {
content: "\E88C";
}
.mdsicon-line-close-circle:before {
content: "\E88B";
}
.mdsicon-line-checkbox:before {
content: "\E88A";
}
.mdsicon-line-check-square:before {
content: "\E889";
}
.mdsicon-line-checkbox-active:before {
content: "\E888";
}
.mdsicon-line-caret-up-circle:before {
content: "\E887";
}
.mdsicon-line-caret-right:before {
content: "\E886";
}
.mdsicon-line-caret-up-double:before {
content: "\E885";
}
.mdsicon-line-caret-up:before {
content: "\E884";
}
.mdsicon-line-button:before {
content: "\E883";
}
.mdsicon-line-caret-down-double:before {
content: "\E882";
}
.mdsicon-line-caret-down:before {
content: "\E881";
}
.mdsicon-line-caret-right-circle:before {
content: "\E880";
}
.mdsicon-line-caret-left-double:before {
content: "\E87F";
}
.mdsicon-line-caret-down-circle:before {
content: "\E87E";
}
.mdsicon-line-arrow-left:before {
content: "\E87D";
}
.mdsicon-line-caret-right-double:before {
content: "\E87C";
}
.mdsicon-line-caret-left:before {
content: "\E87B";
}
.mdsicon-line-arrow-swap:before {
content: "\E87A";
}
.mdsicon-line-arrow-up-left:before {
content: "\E879";
}
.mdsicon-line-arrow-shrink:before {
content: "\E878";
}
.mdsicon-line-caret-left-circle:before {
content: "\E877";
}
.mdsicon-line-arrow-expand:before {
content: "\E876";
}
.mdsicon-line-arrow-merge:before {
content: "\E875";
}
.mdsicon-line-arrow-up-right:before {
content: "\E874";
}
.mdsicon-line-arrow-right:before {
content: "\E873";
}
.mdsicon-line-arrow-down-right:before {
content: "\E872";
}
.mdsicon-line-arrow-down:before {
content: "\E871";
}
.mdsicon-line-arrow-down-left:before {
content: "\E870";
}
.mdsicon-line-arrow-diverge:before {
content: "\E86F";
}
.mdsicon-line-move-up:before {
content: "\E602";
}
.mdsicon-line-move-down:before {
content: "\E601";
}
.mdsicon-line-withdraw:before {
content: "\E63E";
}
.mdsicon-line-scissors:before {
content: "\E910";
}
.mdsicon-line-paintbrush:before {
content: "\E90F";
}
.mdsicon-line-format-fill:before {
content: "\E90E";
}
.mdsicon-line-list-reorder:before {
content: "\E90D";
}
.mdsicon-line-trademark:before {
content: "\E90C";
}
.mdsicon-line-send:before {
content: "\E90B";
}
.mdsicon-line-indent-decrease:before {
content: "\E90A";
}
.mdsicon-line-list:before {
content: "\E909";
}
.mdsicon-line-superscript:before {
content: "\E908";
}
.mdsicon-line-pencil-paintbrush-pen:before {
content: "\E907";
}
.mdsicon-line-subscript:before {
content: "\E906";
}
.mdsicon-line-right:before {
content: "\E905";
}
.mdsicon-line-tilde:before {
content: "\E904";
}
.mdsicon-line-type-rotate:before {
content: "\E903";
}
.mdsicon-line-swap-stroke:before {
content: "\E902";
}
.mdsicon-line-link-off:before {
content: "\E901";
}
.mdsicon-line-format-text-color:before {
content: "\E900";
}
.mdsicon-line-pen-nib:before {
content: "\E8FF";
}
.mdsicon-line-pencil:before {
content: "\E8FE";
}
.mdsicon-line-pencil-off:before {
content: "\E8FD";
}
.mdsicon-line-type-square:before {
content: "\E8FC";
}
.mdsicon-line-border-style-alt:before {
content: "\E8FB";
}
.mdsicon-line-registered:before {
content: "\E8FA";
}
.mdsicon-line-indent:before {
content: "\E8F9";
}
.mdsicon-line-typography:before {
content: "\E8F8";
}
.mdsicon-line-ruler-square:before {
content: "\E8F7";
}
.mdsicon-line-link:before {
content: "\E8F6";
}
.mdsicon-line-palette:before {
content: "\E8F5";
}
.mdsicon-line-touch-type:before {
content: "\E8F4";
}
.mdsicon-line-cut:before {
content: "\E8F3";
}
.mdsicon-line-pencil-paintbrush:before {
content: "\E8F2";
}
.mdsicon-line-ruler:before {
content: "\E8F1";
}
.mdsicon-line-magic-wand:before {
content: "\E8F0";
}
.mdsicon-line-format-italic:before {
content: "\E8EF";
}
.mdsicon-line-format-text:before {
content: "\E8EE";
}
.mdsicon-line-swap-fill:before {
content: "\E8ED";
}
.mdsicon-line-eye-dropper:before {
content: "\E8EC";
}
.mdsicon-line-format-strikethrough:before {
content: "\E8EB";
}
.mdsicon-line-border-all:before {
content: "\E8EA";
}
.mdsicon-line-border-vertical:before {
content: "\E8E9";
}
.mdsicon-line-pen:before {
content: "\E8E8";
}
.mdsicon-line-paint-roller:before {
content: "\E8E7";
}
.mdsicon-line-eraser:before {
content: "\E8E6";
}
.mdsicon-line-layout-grid-rearrange:before {
content: "\E8E5";
}
.mdsicon-line-left:before {
content: "\E8E4";
}
.mdsicon-line-list-numbered:before {
content: "\E8E3";
}
.mdsicon-line-format-off:before {
content: "\E8E2";
}
.mdsicon-line-format-strikethrough-alt:before {
content: "\E8E1";
}
.mdsicon-line-layout-grid:before {
content: "\E8E0";
}
.mdsicon-line-delete:before {
content: "\E8DF";
}
.mdsicon-line-border-outer:before {
content: "\E8DE";
}
.mdsicon-line-format-size:before {
content: "\E8DD";
}
.mdsicon-line-hashtag:before {
content: "\E8DC";
}
.mdsicon-line-easel-landscape:before {
content: "\E8DB";
}
.mdsicon-line-format-underline:before {
content: "\E8DA";
}
.mdsicon-line-format-text-alt:before {
content: "\E8D9";
}
.mdsicon-line-format-bold:before {
content: "\E8D8";
}
.mdsicon-line-border-horizontal:before {
content: "\E8D7";
}
.mdsicon-line-format-border-color:before {
content: "\E8D6";
}
.mdsicon-line-format-shapes:before {
content: "\E8D5";
}
.mdsicon-line-center:before {
content: "\E8D4";
}
.mdsicon-line-border-top:before {
content: "\E8D3";
}
.mdsicon-line-command:before {
content: "\E8D2";
}
.mdsicon-line-edit:before {
content: "\E8D1";
}
.mdsicon-line-border-right:before {
content: "\E8D0";
}
.mdsicon-line-copyright:before {
content: "\E8CF";
}
.mdsicon-line-crop:before {
content: "\E8CE";
}
.mdsicon-line-brush:before {
content: "\E8CD";
}
.mdsicon-line-ampersand:before {
content: "\E8CC";
}
.mdsicon-line-bucket-drip:before {
content: "\E8CB";
}
.mdsicon-line-border-none:before {
content: "\E8CA";
}
.mdsicon-line-border-style:before {
content: "\E8C9";
}
.mdsicon-line-bezier-curve:before {
content: "\E8C8";
}
.mdsicon-line-border-left:before {
content: "\E8C7";
}
.mdsicon-line-border-inner:before {
content: "\E8C6";
}
.mdsicon-line-border-bottom:before {
content: "\E8C5";
}
.mdsicon-line-align-left:before {
content: "\E8C4";
}
.mdsicon-line-align-justify:before {
content: "\E8C3";
}
.mdsicon-line-align-center:before {
content: "\E8C2";
}
.mdsicon-line-align-right:before {
content: "\E8C1";
}
.mdsicon-line-align-justify-right:before {
content: "\E8C0";
}
.mdsicon-line-align-justify-left:before {
content: "\E8BF";
}
.mdsicon-line-custom-header:before {
content: "\E608";
}
.mdsicon-line-seal:before {
content: "\E607";
}
.mdsicon-line-batch-operation:before {
content: "\E605";
}
.mdsicon-line-list-style:before {
content: "\E604";
}
.mdsicon-line-compound-screening:before {
content: "\E603";
}
.mdsicon-line-drag-icon:before {
content: "\E606";
}
.mdsicon-line-distribution:before {
content: "\E617";
}
.mdsicon-line-move:before {
content: "\E616";
}
.mdsicon-line-Multi-line-text:before {
content: "\E612";
}
.mdsicon-line-Single-line-text:before {
content: "\E613";
}
.mdsicon-line-List-freeze:before {
content: "\E651";
}
.mdsicon-line-shield-off:before {
content: "\E93A";
}
.mdsicon-line-padlock-off:before {
content: "\E939";
}
.mdsicon-line-siren:before {
content: "\E938";
}
.mdsicon-line-shield-check:before {
content: "\E937";
}
.mdsicon-line-warning:before {
content: "\E936";
}
.mdsicon-line-cctv-camera:before {
content: "\E935";
}
.mdsicon-line-stop:before {
content: "\E934";
}
.mdsicon-line-Refresh:before {
content: "\E933";
}
.mdsicon-line-stopsign-alert:before {
content: "\E932";
}
.mdsicon-line-policeman:before {
content: "\E931";
}
.mdsicon-line-question-circle:before {
content: "\E649";
}
.mdsicon-line-lock:before {
content: "\E92F";
}
.mdsicon-line-slant:before {
content: "\E92E";
}
.mdsicon-line-unlock:before {
content: "\E92D";
}
.mdsicon-line-pause:before {
content: "\E92C";
}
.mdsicon-line-square:before {
content: "\E92B";
}
.mdsicon-line-security-camera:before {
content: "\E92A";
}
.mdsicon-line-shield-alert:before {
content: "\E929";
}
.mdsicon-line-flag:before {
content: "\E928";
}
.mdsicon-line-keyhole:before {
content: "\E927";
}
.mdsicon-line-shield:before {
content: "\E926";
}
.mdsicon-line-bug:before {
content: "\E925";
}
.mdsicon-line-clock-circle-o:before {
content: "\E64E";
}
.mdsicon-line-padlock-unlock:before {
content: "\E923";
}
.mdsicon-line-flag-wave:before {
content: "\E922";
}
.mdsicon-line-pause-circle:before {
content: "\E921";
}
.mdsicon-line-exclamation-circle:before {
content: "\E64F";
}
.mdsicon-line-gavel:before {
content: "\E91F";
}
.mdsicon-line-badge:before {
content: "\E91E";
}
.mdsicon-line-info-circle:before {
content: "\E650";
}
.mdsicon-line-keyhole-alt:before {
content: "\E91C";
}
.mdsicon-line-lock-off:before {
content: "\E91B";
}
.mdsicon-line-padlock:before {
content: "\E91A";
}
.mdsicon-line-key:before {
content: "\E919";
}
.mdsicon-line-exclamation:before {
content: "\E918";
}
.mdsicon-line-check-square:before {
content: "\E917";
}
.mdsicon-line-bug-off:before {
content: "\E916";
}
.mdsicon-line-block:before {
content: "\E915";
}
.mdsicon-line-info:before {
content: "\E914";
}
.mdsicon-line-clock-circle:before {
content: "\E64D";
}
.mdsicon-line-ban:before {
content: "\E912";
}
.mdsicon-line-badge-alt:before {
content: "\E911";
}
.mdsicon-line-jurisdiction:before {
content: "\E609";
}
.mdsicon-line-user-delete:before {
content: "\E944";
}
.mdsicon-line-more:before {
content: "\E943";
}
.mdsicon-line-usergroup:before {
content: "\E942";
}
.mdsicon-line-user-minus:before {
content: "\E941";
}
.mdsicon-line-user-add:before {
content: "\E940";
}
.mdsicon-line-user:before {
content: "\E93F";
}
.mdsicon-line-smile:before {
content: "\E93E";
}
.mdsicon-line-fromn:before {
content: "\E93D";
}
.mdsicon-line-meh:before {
content: "\E93C";
}
.mdsicon-line-user-right:before {
content: "\E93B";
}
.mdsicon-line-changes:before {
content: "\E60E";
}
.mdsicon-line-user-circle:before {
content: "\E63C";
}
.mdsicon-line-user-square:before {
content: "\E63B";
}
.mdsicon-line-user-list:before {
content: "\E632";
}
.mdsicon-line-team:before {
content: "\E639";
}
.mdsicon-line-face:before {
content: "\E637";
}
.mdsicon-line-user-off:before {
content: "\E62D";
}
.mdsicon-line-group:before {
content: "\E62E";
}
.mdsicon-line-group-add:before {
content: "\E634";
}
.mdsicon-line-user-heart:before {
content: "\E63D";
}
.mdsicon-line-female:before {
content: "\E633";
}
.mdsicon-line-male:before {
content: "\E635";
}
.mdsicon-line-hand:before {
content: "\E638";
}
.mdsicon-line-hand-off:before {
content: "\E630";
}
.mdsicon-line-fingerprint:before {
content: "\E631";
}
.mdsicon-line-man-fancy:before {
content: "\E63A";
}
.mdsicon-line-woman-fancy:before {
content: "\E63D";
}
.mdsicon-line-shutter:before {
content: "\E980";
}
.mdsicon-line-tune-alt:before {
content: "\E97F";
}
.mdsicon-line-switch-flip:before {
content: "\E97E";
}
.mdsicon-line-portrait-carousel:before {
content: "\E97D";
}
.mdsicon-line-photo-library:before {
content: "\E97C";
}
.mdsicon-line-photo-portrait:before {
content: "\E97B";
}
.mdsicon-line-live-photo-off:before {
content: "\E97A";
}
.mdsicon-line-tune:before {
content: "\E979";
}
.mdsicon-line-lense:before {
content: "\E978";
}
.mdsicon-line-image-chat:before {
content: "\E977";
}
.mdsicon-line-loupe:before {
content: "\E976";
}
.mdsicon-line-photo-flower:before {
content: "\E975";
}
.mdsicon-line-portraits:before {
content: "\E974";
}
.mdsicon-line-hdr-off:before {
content: "\E973";
}
.mdsicon-line-sd-card:before {
content: "\E972";
}
.mdsicon-line-portrait-library:before {
content: "\E971";
}
.mdsicon-line-redeye:before {
content: "\E970";
}
.mdsicon-line-photo:before {
content: "\E96F";
}
.mdsicon-line-grid:before {
content: "\E96E";
}
.mdsicon-line-photo-search:before {
content: "\E96D";
}
.mdsicon-line-live-photo:before {
content: "\E96C";
}
.mdsicon-line-sd-card-off:before {
content: "\E96B";
}
.mdsicon-line-portrait:before {
content: "\E96A";
}
.mdsicon-line-panorama:before {
content: "\E969";
}
.mdsicon-line-macro:before {
content: "\E968";
}
.mdsicon-line-photos:before {
content: "\E967";
}
.mdsicon-line-loupe-zoom:before {
content: "\E966";
}
.mdsicon-line-image-carousel:before {
content: "\E965";
}
.mdsicon-line-image:before {
content: "\E964";
}
.mdsicon-line-hdr:before {
content: "\E963";
}
.mdsicon-line-image-search:before {
content: "\E962";
}
.mdsicon-line-focus:before {
content: "\E961";
}
.mdsicon-line-images:before {
content: "\E960";
}
.mdsicon-line-folders-image:before {
content: "\E95F";
}
.mdsicon-line-flash-off:before {
content: "\E95E";
}
.mdsicon-line-flower-setting:before {
content: "\E95D";
}
.mdsicon-line-grid-off:before {
content: "\E95C";
}
.mdsicon-line-flash:before {
content: "\E95B";
}
.mdsicon-line-folder-image:before {
content: "\E95A";
}
.mdsicon-line-flash-auto:before {
content: "\E959";
}
.mdsicon-line-film-canister:before {
content: "\E958";
}
.mdsicon-line-camera-filter:before {
content: "\E957";
}
.mdsicon-line-device-portrait:before {
content: "\E956";
}
.mdsicon-line-exposure:before {
content: "\E955";
}
.mdsicon-line-camera-tripod:before {
content: "\E954";
}
.mdsicon-line-camera-mic:before {
content: "\E953";
}
.mdsicon-line-exposure-alt:before {
content: "\E952";
}
.mdsicon-line-carousel:before {
content: "\E951";
}
.mdsicon-line-camera:before {
content: "\E950";
}
.mdsicon-line-camera-dslr:before {
content: "\E94F";
}
.mdsicon-line-device-image:before {
content: "\E94E";
}
.mdsicon-line-camera-off:before {
content: "\E94D";
}
.mdsicon-line-camera-add:before {
content: "\E94C";
}
.mdsicon-line-brightness-medium:before {
content: "\E94B";
}
.mdsicon-line-brightness-low:before {
content: "\E94A";
}
.mdsicon-line-album-portrait:before {
content: "\E949";
}
.mdsicon-line-_x33_d-rotate:before {
content: "\E948";
}
.mdsicon-line-brightness-high:before {
content: "\E947";
}
.mdsicon-line-all-out:before {
content: "\E946";
}
.mdsicon-line-album-photo:before {
content: "\E945";
}
.mdsicon-line-fast-forward:before {
content: "\E9BC";
}
.mdsicon-line-volume-mute:before {
content: "\E9BB";
}
.mdsicon-line-speed-4x:before {
content: "\E9BA";
}
.mdsicon-line-rewind:before {
content: "\E9B9";
}
.mdsicon-line-speed-1_5x:before {
content: "\E9B8";
}
.mdsicon-line-volume-high:before {
content: "\E9B7";
}
.mdsicon-line-volume-off:before {
content: "\E9B6";
}
.mdsicon-line-music-cascade:before {
content: "\E9B5";
}
.mdsicon-line-speed-1x:before {
content: "\E9B4";
}
.mdsicon-line-speed-3x:before {
content: "\E9B3";
}
.mdsicon-line-file-audio:before {
content: "\E9B2";
}
.mdsicon-line-volume:before {
content: "\E9B1";
}
.mdsicon-line-playlist:before {
content: "\E9B0";
}
.mdsicon-line-skip-backward:before {
content: "\E9AF";
}
.mdsicon-line-speed-2x:before {
content: "\E9AE";
}
.mdsicon-line-play-library:before {
content: "\E9AD";
}
.mdsicon-line-record:before {
content: "\E9AC";
}
.mdsicon-line-skip-forward:before {
content: "\E9AB";
}
.mdsicon-line-list-play:before {
content: "\E9AA";
}
.mdsicon-line-stop:before {
content: "\E9A9";
}
.mdsicon-line-media-player:before {
content: "\E9A8";
}
.mdsicon-line-play-circle:before {
content: "\E9A7";
}
.mdsicon-line-play:before {
content: "\E9A6";
}
.mdsicon-line-mic-corded:before {
content: "\E9A5";
}
.mdsicon-line-inbox-music:before {
content: "\E9A4";
}
.mdsicon-line-podcast:before {
content: "\E9A3";
}
.mdsicon-line-volume-low:before {
content: "\E9A2";
}
.mdsicon-line-mic-stand:before {
content: "\E9A1";
}
.mdsicon-line-music-deep-house:before {
content: "\E9A0";
}
.mdsicon-line-house-music:before {
content: "\E99F";
}
.mdsicon-line-speed-0_5x:before {
content: "\E99E";
}
.mdsicon-line-mic-alt-off:before {
content: "\E99D";
}
.mdsicon-line-file-music:before {
content: "\E99C";
}
.mdsicon-line-pause:before {
content: "\E99B";
}
.mdsicon-line-pause-circle:before {
content: "\E99A";
}
.mdsicon-line-forward-5:before {
content: "\E999";
}
.mdsicon-line-mic-off:before {
content: "\E998";
}
.mdsicon-line-forward-10:before {
content: "\E997";
}
.mdsicon-line-eq:before {
content: "\E996";
}
.mdsicon-line-mic-alt:before {
content: "\E995";
}
.mdsicon-line-forward-30:before {
content: "\E994";
}
.mdsicon-line-Group:before {
content: "\E993";
}
.mdsicon-line-folder-music:before {
content: "\E992";
}
.mdsicon-line-list-check:before {
content: "\E991";
}
.mdsicon-line-mic:before {
content: "\E990";
}
.mdsicon-line-album-audio:before {
content: "\E98F";
}
.mdsicon-line-cloud-audio:before {
content: "\E98E";
}
.mdsicon-line-folder-audio:before {
content: "\E98D";
}
.mdsicon-line-audio-cascade:before {
content: "\E98C";
}
.mdsicon-line-forward:before {
content: "\E98B";
}
.mdsicon-line-back-5:before {
content: "\E98A";
}
.mdsicon-line-back-30:before {
content: "\E989";
}
.mdsicon-line-back-10:before {
content: "\E988";
}
.mdsicon-line-cloud-music:before {
content: "\E987";
}
.mdsicon-line-chromecast:before {
content: "\E986";
}
.mdsicon-line-eject:before {
content: "\E985";
}
.mdsicon-line-airplay-audio:before {
content: "\E984";
}
.mdsicon-line-album-music:before {
content: "\E983";
}
.mdsicon-line-back:before {
content: "\E982";
}
.mdsicon-line-airplay-screen:before {
content: "\E981";
}
.mdsicon-line-headphones:before {
content: "\E62B";
}
.mdsicon-line-headphones-off:before {
content: "\E62C";
}
.mdsicon-line-wrench-screwdriver:before {
content: "\EA18";
}
.mdsicon-line-wrenches:before {
content: "\EA17";
}
.mdsicon-line-toggles:before {
content: "\EA16";
}
.mdsicon-line-wrench:before {
content: "\EA15";
}
.mdsicon-line-spinner-thin:before {
content: "\EA14";
}
.mdsicon-line-usb:before {
content: "\EA13";
}
.mdsicon-line-wifi-off:before {
content: "\EA12";
}
.mdsicon-line-window-layout:before {
content: "\EA11";
}
.mdsicon-line-swipe-left:before {
content: "\EA10";
}
.mdsicon-line-spinner:before {
content: "\EA0F";
}
.mdsicon-line-wifi:before {
content: "\EA0E";
}
.mdsicon-line-tap:before {
content: "\EA0D";
}
.mdsicon-line-window:before {
content: "\EA0C";
}
.mdsicon-line-swipe-right:before {
content: "\EA0B";
}
.mdsicon-line-terminal:before {
content: "\EA0A";
}
.mdsicon-line-send-to-device:before {
content: "\EA09";
}
.mdsicon-line-thumbdrive:before {
content: "\EA08";
}
.mdsicon-line-tablet:before {
content: "\EA07";
}
.mdsicon-line-toolbox:before {
content: "\EA06";
}
.mdsicon-line-signal-range:before {
content: "\EA05";
}
.mdsicon-line-plugin:before {
content: "\EA04";
}
.mdsicon-line-toggle-on:before {
content: "\EA03";
}
.mdsicon-line-script:before {
content: "\EA02";
}
.mdsicon-line-toggle-off:before {
content: "\EA01";
}
.mdsicon-line-stack:before {
content: "\EA00";
}
.mdsicon-line-rotation-lock:before {
content: "\E9FF";
}
.mdsicon-line-shake:before {
content: "\E9FE";
}
.mdsicon-line-keyboard-up:before {
content: "\E9FD";
}
.mdsicon-line-rotation-unlock:before {
content: "\E9FC";
}
.mdsicon-line-rss:before {
content: "\E9FB";
}
.mdsicon-line-pull-request:before {
content: "\E9FA";
}
.mdsicon-line-power:before {
content: "\E9F9";
}
.mdsicon-line-phone-dock:before {
content: "\E9F8";
}
.mdsicon-line-phone-pencil:before {
content: "\E9F7";
}
.mdsicon-line-remote:before {
content: "\E9F6";
}
.mdsicon-line-notification:before {
content: "\E9F5";
}
.mdsicon-line-merge:before {
content: "\E9F4";
}
.mdsicon-line-nas-drives:before {
content: "\E9F3";
}
.mdsicon-line-mouse-buttons:before {
content: "\E9F2";
}
.mdsicon-line-laptop-alt:before {
content: "\E9F1";
}
.mdsicon-line-laptop:before {
content: "\E9F0";
}
.mdsicon-line-mouse-ball:before {
content: "\E9EF";
}
.mdsicon-line-keyboard-down:before {
content: "\E9EE";
}
.mdsicon-line-harddrive:before {
content: "\E9ED";
}
.mdsicon-line-iphone-x:before {
content: "\E9EC";
}
.mdsicon-line-iphone:before {
content: "\E9EB";
}
.mdsicon-line-ipad:before {
content: "\E9EA";
}
.mdsicon-line-harddrives:before {
content: "\E9E9";
}
.mdsicon-line-harddrive-alt:before {
content: "\E9E8";
}
.mdsicon-line-file-code:before {
content: "\E9E7";
}
.mdsicon-line-download-harddrive:before {
content: "\E9E6";
}
.mdsicon-line-double-tap:before {
content: "\E9E5";
}
.mdsicon-line-devices:before {
content: "\E9E4";
}
.mdsicon-line-forked:before {
content: "\E9E3";
}
.mdsicon-line-drive-network:before {
content: "\E9E2";
}
.mdsicon-line-folder-code:before {
content: "\E9E1";
}
.mdsicon-line-fan:before {
content: "\E9E0";
}
.mdsicon-line-database-minus:before {
content: "\E9DF";
}
.mdsicon-line-disc-drive:before {
content: "\E9DE";
}
.mdsicon-line-database-lock:before {
content: "\E9DD";
}
.mdsicon-line-database-cancel:before {
content: "\E9DC";
}
.mdsicon-line-database:before {
content: "\E9DB";
}
.mdsicon-line-compare:before {
content: "\E9DA";
}
.mdsicon-line-commit:before {
content: "\E9D9";
}
.mdsicon-line-database-add:before {
content: "\E9D8";
}
.mdsicon-line-computer:before {
content: "\E9D7";
}
.mdsicon-line-chip:before {
content: "\E9D6";
}
.mdsicon-line-code:before {
content: "\E9D5";
}
.mdsicon-line-circuit-board:before {
content: "\E9D4";
}
.mdsicon-line-code-alt:before {
content: "\E9D3";
}
.mdsicon-line-browser-code:before {
content: "\E9D2";
}
.mdsicon-line-browser:before {
content: "\E9D1";
}
.mdsicon-line-cell-signal:before {
content: "\E9D0";
}
.mdsicon-line-browser-code-alt:before {
content: "\E9CF";
}
.mdsicon-line-browser-alt:before {
content: "\E9CE";
}
.mdsicon-line-battery-alert:before {
content: "\E9CD";
}
.mdsicon-line-brightness:before {
content: "\E9CC";
}
.mdsicon-line-airplane-mode-off:before {
content: "\E9CB";
}
.mdsicon-line-battery-full:before {
content: "\E9CA";
}
.mdsicon-line-binary:before {
content: "\E9C9";
}
.mdsicon-line-battery-empty:before {
content: "\E9C8";
}
.mdsicon-line-book-code:before {
content: "\E9C7";
}
.mdsicon-line-branch:before {
content: "\E9C6";
}
.mdsicon-line-battery-low:before {
content: "\E9C5";
}
.mdsicon-line-bluetooth:before {
content: "\E9C4";
}
.mdsicon-line-battery-partial:before {
content: "\E9C3";
}
.mdsicon-line-battery-off:before {
content: "\E9C2";
}
.mdsicon-line-battery-charge:before {
content: "\E9C1";
}
.mdsicon-line-battery-half:before {
content: "\E9C0";
}
.mdsicon-line-android-phone:before {
content: "\E9BF";
}
.mdsicon-line-android-tablet:before {
content: "\E9BE";
}
.mdsicon-line-airplane-mode:before {
content: "\E9BD";
}
.mdsicon-line-cloud-upload:before {
content: "\E60A";
}
.mdsicon-line-process:before {
content: "\E60B";
}
.mdsicon-line-cluster:before {
content: "\E6D2";
}
.mdsicon-line-approval:before {
content: "\E6D1";
}
.mdsicon-line-whistory:before {
content: "\E6D0";
}
.mdsicon-line-wtable:before {
content: "\E6CF";
}
.mdsicon-line-Apply:before {
content: "\E6CE";
}
.mdsicon-line-wlist:before {
content: "\E6CD";
}
.mdsicon-line-monitor:before {
content: "\E6CC";
}
.mdsicon-line-deploy:before {
content: "\E6CB";
}
.mdsicon-line-gateway:before {
content: "\E6CA";
}
.mdsicon-line-measure:before {
content: "\E6C9";
}
.mdsicon-line-new:before {
content: "\E6C8";
}
.mdsicon-line-data:before {
content: "\E6C7";
}
.mdsicon-line-SCF:before {
content: "\E6C6";
}
.mdsicon-line-order:before {
content: "\E6C5";
}
.mdsicon-line-alert:before {
content: "\E6C4";
}
.mdsicon-line-management:before {
content: "\E6C3";
}
.mdsicon-line-trend-up:before {
content: "\EA63";
}
.mdsicon-line-file-bitcoin:before {
content: "\EA62";
}
.mdsicon-line-stocks-down:before {
content: "\EA61";
}
.mdsicon-line-scales:before {
content: "\EA60";
}
.mdsicon-line-money-chat:before {
content: "\EA5F";
}
.mdsicon-line-percentage-chat:before {
content: "\EA5E";
}
.mdsicon-line-stocks-up:before {
content: "\EA5D";
}
.mdsicon-line-treasure-chest:before {
content: "\EA5C";
}
.mdsicon-line-trend-down:before {
content: "\EA5B";
}
.mdsicon-line-yen:before {
content: "\EA5A";
}
.mdsicon-line-wallet-crypto:before {
content: "\EA59";
}
.mdsicon-line-wallet:before {
content: "\EA58";
}
.mdsicon-line-printer:before {
content: "\EA57";
}
.mdsicon-line-podium:before {
content: "\EA56";
}
.mdsicon-line-purse:before {
content: "\EA55";
}
.mdsicon-line-refund:before {
content: "\EA54";
}
.mdsicon-line-chart-pie:before {
content: "\EA53";
}
.mdsicon-line-shredder:before {
content: "\EA52";
}
.mdsicon-line-hierarchy:before {
content: "\EA51";
}
.mdsicon-line-presentation-alt:before {
content: "\EA50";
}
.mdsicon-line-safe:before {
content: "\EA4F";
}
.mdsicon-line-percentage:before {
content: "\EA4E";
}
.mdsicon-line-heart-money:before {
content: "\EA4D";
}
.mdsicon-line-presentation:before {
content: "\EA4C";
}
.mdsicon-line-piggy-bank:before {
content: "\EA4B";
}
.mdsicon-line-pound:before {
content: "\EA4A";
}
.mdsicon-line-memo-money:before {
content: "\EA49";
}
.mdsicon-line-money-circle:before {
content: "\EA48";
}
.mdsicon-line-nest-egg:before {
content: "\EA47";
}
.mdsicon-line-money-card:before {
content: "\EA46";
}
.mdsicon-line-money-home:before {
content: "\EA45";
}
.mdsicon-line-keynote:before {
content: "\EA44";
}
.mdsicon-line-gold-bars:before {
content: "\EA43";
}
.mdsicon-line-graph-line:before {
content: "\EA42";
}
.mdsicon-line-file-yen:before {
content: "\EA41";
}
.mdsicon-line-franc:before {
content: "\EA40";
}
.mdsicon-line-graph-bar:before {
content: "\EA3F";
}
.mdsicon-line-file-pound:before {
content: "\EA3E";
}
.mdsicon-line-file-franc:before {
content: "\EA3D";
}
.mdsicon-line-file-euro:before {
content: "\EA3C";
}
.mdsicon-line-file-dollar:before {
content: "\EA3B";
}
.mdsicon-line-euro:before {
content: "\EA3A";
}
.mdsicon-line-coin-yen:before {
content: "\EA39";
}
.mdsicon-line-crdit-card-alt:before {
content: "\EA38";
}
.mdsicon-line-banknote-yen:before {
content: "\EA37";
}
.mdsicon-line-banknote-bitcoin:before {
content: "\EA36";
}
.mdsicon-line-diamond:before {
content: "\EA35";
}
.mdsicon-line-coin-euro:before {
content: "\EA34";
}
.mdsicon-line-dollar:before {
content: "\EA33";
}
.mdsicon-line-bag-yen:before {
content: "\EA32";
}
.mdsicon-line-calculator:before {
content: "\EA31";
}
.mdsicon-line-coins:before {
content: "\EA30";
}
.mdsicon-line-coin-dollar:before {
content: "\EA2F";
}
.mdsicon-line-briefcase-metal:before {
content: "\EA2E";
}
.mdsicon-line-banknote-off:before {
content: "\EA2D";
}
.mdsicon-line-chart-bar:before {
content: "\EA2C";
}
.mdsicon-line-credit-card:before {
content: "\EA2B";
}
.mdsicon-line-coin-bitcoin:before {
content: "\EA2A";
}
.mdsicon-line-coin-franc:before {
content: "\EA29";
}
.mdsicon-line-coin-pound:before {
content: "\EA28";
}
.mdsicon-line-banknote-euro:before {
content: "\EA27";
}
.mdsicon-line-banknote:before {
content: "\EA26";
}
.mdsicon-line-bitcoin:before {
content: "\EA25";
}
.mdsicon-line-banknote-dollar:before {
content: "\EA24";
}
.mdsicon-line-banknote-pound:before {
content: "\EA23";
}
.mdsicon-line-banknote-franc:before {
content: "\EA22";
}
.mdsicon-line-bag-money:before {
content: "\EA21";
}
.mdsicon-line-bag-pound:before {
content: "\EA20";
}
.mdsicon-line-bank:before {
content: "\EA1F";
}
.mdsicon-line-bag-franc:before {
content: "\EA1E";
}
.mdsicon-line-bag-dollar:before {
content: "\EA1D";
}
.mdsicon-line-bag-euro:before {
content: "\EA1C";
}
.mdsicon-line-bag-bitcoin:before {
content: "\EA1B";
}
.mdsicon-line-abacus:before {
content: "\EA1A";
}
.mdsicon-line-atm:before {
content: "\EA19";
}
.mdsicon-line-phone-pickup:before {
content: "\EA81";
}
.mdsicon-line-satellite-signal:before {
content: "\EA80";
}
.mdsicon-line-voicemail:before {
content: "\EA7F";
}
.mdsicon-line-router:before {
content: "\EA7E";
}
.mdsicon-line-sim-card-alert:before {
content: "\EA7D";
}
.mdsicon-line-keypad:before {
content: "\EA7C";
}
.mdsicon-line-phone-talking:before {
content: "\EA7B";
}
.mdsicon-line-sim-card:before {
content: "\EA7A";
}
.mdsicon-line-phone-off:before {
content: "\EA79";
}
.mdsicon-line-megaphone:before {
content: "\EA78";
}
.mdsicon-line-sim-card-off:before {
content: "\EA77";
}
.mdsicon-line-phone:before {
content: "\EA76";
}
.mdsicon-line-chat-alert:before {
content: "\EA75";
}
.mdsicon-line-phone-hangup:before {
content: "\EA74";
}
.mdsicon-line-phone-buttons:before {
content: "\EA73";
}
.mdsicon-line-contact-book:before {
content: "\EA72";
}
.mdsicon-line-chat-message:before {
content: "\EA71";
}
.mdsicon-line-chat-message-alt:before {
content: "\EA70";
}
.mdsicon-line-chat:before {
content: "\EA6F";
}
.mdsicon-line-fax-machine:before {
content: "\EA6E";
}
.mdsicon-line-headset:before {
content: "\EA6D";
}
.mdsicon-line-chat-conversation:before {
content: "\EA6C";
}
.mdsicon-line-chat-conversation-alt:before {
content: "\EA6B";
}
.mdsicon-line-chat-bubbles:before {
content: "\EA6A";
}
.mdsicon-line-chat-bubbles-alt:before {
content: "\EA69";
}
.mdsicon-line-chat-alt:before {
content: "\EA68";
}
.mdsicon-line-chat-alert-alt:before {
content: "\EA67";
}
.mdsicon-line-cellphone-off:before {
content: "\EA66";
}
.mdsicon-line-cellphone-landscape:before {
content: "\EA65";
}
.mdsicon-line-cellphone:before {
content: "\EA64";
}
.mdsicon-line-pencil:before {
content: "\EAA8";
}
.mdsicon-line-page:before {
content: "\EAA7";
}
.mdsicon-line-pencil-off:before {
content: "\EAA6";
}
.mdsicon-line-pages-insert:before {
content: "\EAA5";
}
.mdsicon-line-pages:before {
content: "\EAA4";
}
.mdsicon-line-page-search:before {
content: "\EAA3";
}
.mdsicon-line-page-add:before {
content: "\EAA2";
}
.mdsicon-