/* stylelint-disable */

// ============================================================================
// :: Icon class names
// ============================================================================
/**
 * Created with the 'gulp iconfont' gulp-task, the source template of this
 * file can be found in src/assets/_templates/icons/template.lodash
 */

// ============================================================================
// :: argenta
// ============================================================================
%__icon-argenta {

  &::before {
    @extend %___default-icon;

    content: "\EA01";
    font-family: "icons";
  }
}

.icon-argenta {
  @extend %__icon-argenta;
}

// ============================================================================
// :: arrange
// ============================================================================
%__icon-arrange {

  &::before {
    @extend %___default-icon;

    content: "\EA02";
    font-family: "icons";
  }
}

.icon-arrange {
  @extend %__icon-arrange;
}

// ============================================================================
// :: arrow-down
// ============================================================================
%__icon-arrow-down {

  &::before {
    @extend %___default-icon;

    content: "\EA03";
    font-family: "icons";
  }
}

.icon-arrow-down {
  @extend %__icon-arrow-down;
}

// ============================================================================
// :: arrow-left
// ============================================================================
%__icon-arrow-left {

  &::before {
    @extend %___default-icon;

    content: "\EA04";
    font-family: "icons";
  }
}

.icon-arrow-left {
  @extend %__icon-arrow-left;
}

// ============================================================================
// :: arrow-right
// ============================================================================
%__icon-arrow-right {

  &::before {
    @extend %___default-icon;

    content: "\EA05";
    font-family: "icons";
  }
}

.icon-arrow-right {
  @extend %__icon-arrow-right;
}

// ============================================================================
// :: arrow-up
// ============================================================================
%__icon-arrow-up {

  &::before {
    @extend %___default-icon;

    content: "\EA06";
    font-family: "icons";
  }
}

.icon-arrow-up {
  @extend %__icon-arrow-up;
}

// ============================================================================
// :: bell-filled
// ============================================================================
%__icon-bell-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA07";
    font-family: "icons";
  }
}

.icon-bell-filled {
  @extend %__icon-bell-filled;
}

// ============================================================================
// :: bell
// ============================================================================
%__icon-bell {

  &::before {
    @extend %___default-icon;

    content: "\EA08";
    font-family: "icons";
  }
}

.icon-bell {
  @extend %__icon-bell;
}

// ============================================================================
// :: calendar
// ============================================================================
%__icon-calendar {

  &::before {
    @extend %___default-icon;

    content: "\EA09";
    font-family: "icons";
  }
}

.icon-calendar {
  @extend %__icon-calendar;
}

// ============================================================================
// :: chart
// ============================================================================
%__icon-chart {

  &::before {
    @extend %___default-icon;

    content: "\EA0A";
    font-family: "icons";
  }
}

.icon-chart {
  @extend %__icon-chart;
}

// ============================================================================
// :: checkmark-thick
// ============================================================================
%__icon-checkmark-thick {

  &::before {
    @extend %___default-icon;

    content: "\EA0B";
    font-family: "icons";
  }
}

.icon-checkmark-thick {
  @extend %__icon-checkmark-thick;
}

// ============================================================================
// :: checkmark
// ============================================================================
%__icon-checkmark {

  &::before {
    @extend %___default-icon;

    content: "\EA0C";
    font-family: "icons";
  }
}

.icon-checkmark {
  @extend %__icon-checkmark;
}

// ============================================================================
// :: chevron-down
// ============================================================================
%__icon-chevron-down {

  &::before {
    @extend %___default-icon;

    content: "\EA0D";
    font-family: "icons";
  }
}

.icon-chevron-down {
  @extend %__icon-chevron-down;
}

// ============================================================================
// :: chevron-left
// ============================================================================
%__icon-chevron-left {

  &::before {
    @extend %___default-icon;

    content: "\EA0E";
    font-family: "icons";
  }
}

.icon-chevron-left {
  @extend %__icon-chevron-left;
}

// ============================================================================
// :: chevron-right
// ============================================================================
%__icon-chevron-right {

  &::before {
    @extend %___default-icon;

    content: "\EA0F";
    font-family: "icons";
  }
}

.icon-chevron-right {
  @extend %__icon-chevron-right;
}

// ============================================================================
// :: chevron-up
// ============================================================================
%__icon-chevron-up {

  &::before {
    @extend %___default-icon;

    content: "\EA10";
    font-family: "icons";
  }
}

.icon-chevron-up {
  @extend %__icon-chevron-up;
}

// ============================================================================
// :: coin-locked
// ============================================================================
%__icon-coin-locked {

  &::before {
    @extend %___default-icon;

    content: "\EA11";
    font-family: "icons";
  }
}

.icon-coin-locked {
  @extend %__icon-coin-locked;
}

// ============================================================================
// :: coin-saving
// ============================================================================
%__icon-coin-saving {

  &::before {
    @extend %___default-icon;

    content: "\EA12";
    font-family: "icons";
  }
}

.icon-coin-saving {
  @extend %__icon-coin-saving;
}

// ============================================================================
// :: coin-send
// ============================================================================
%__icon-coin-send {

  &::before {
    @extend %___default-icon;

    content: "\EA13";
    font-family: "icons";
  }
}

.icon-coin-send {
  @extend %__icon-coin-send;
}

// ============================================================================
// :: coin-stack
// ============================================================================
%__icon-coin-stack {

  &::before {
    @extend %___default-icon;

    content: "\EA14";
    font-family: "icons";
  }
}

.icon-coin-stack {
  @extend %__icon-coin-stack;
}

// ============================================================================
// :: cross
// ============================================================================
%__icon-cross {

  &::before {
    @extend %___default-icon;

    content: "\EA15";
    font-family: "icons";
  }
}

.icon-cross {
  @extend %__icon-cross;
}

// ============================================================================
// :: download-attachment
// ============================================================================
%__icon-download-attachment {

  &::before {
    @extend %___default-icon;

    content: "\EA16";
    font-family: "icons";
  }
}

.icon-download-attachment {
  @extend %__icon-download-attachment;
}

// ============================================================================
// :: download
// ============================================================================
%__icon-download {

  &::before {
    @extend %___default-icon;

    content: "\EA17";
    font-family: "icons";
  }
}

.icon-download {
  @extend %__icon-download;
}

// ============================================================================
// :: edit
// ============================================================================
%__icon-edit {

  &::before {
    @extend %___default-icon;

    content: "\EA18";
    font-family: "icons";
  }
}

.icon-edit {
  @extend %__icon-edit;
}

// ============================================================================
// :: euro
// ============================================================================
%__icon-euro {

  &::before {
    @extend %___default-icon;

    content: "\EA19";
    font-family: "icons";
  }
}

.icon-euro {
  @extend %__icon-euro;
}

// ============================================================================
// :: external
// ============================================================================
%__icon-external {

  &::before {
    @extend %___default-icon;

    content: "\EA1A";
    font-family: "icons";
  }
}

.icon-external {
  @extend %__icon-external;
}

// ============================================================================
// :: eye
// ============================================================================
%__icon-eye {

  &::before {
    @extend %___default-icon;

    content: "\EA1B";
    font-family: "icons";
  }
}

.icon-eye {
  @extend %__icon-eye;
}

// ============================================================================
// :: facebook
// ============================================================================
%__icon-facebook {

  &::before {
    @extend %___default-icon;

    content: "\EA1C";
    font-family: "icons";
  }
}

.icon-facebook {
  @extend %__icon-facebook;
}

// ============================================================================
// :: file-add
// ============================================================================
%__icon-file-add {

  &::before {
    @extend %___default-icon;

    content: "\EA1D";
    font-family: "icons";
  }
}

.icon-file-add {
  @extend %__icon-file-add;
}

// ============================================================================
// :: file-attachment
// ============================================================================
%__icon-file-attachment {

  &::before {
    @extend %___default-icon;

    content: "\EA1E";
    font-family: "icons";
  }
}

.icon-file-attachment {
  @extend %__icon-file-attachment;
}

// ============================================================================
// :: file-pdf
// ============================================================================
%__icon-file-pdf {

  &::before {
    @extend %___default-icon;

    content: "\EA1F";
    font-family: "icons";
  }
}

.icon-file-pdf {
  @extend %__icon-file-pdf;
}

// ============================================================================
// :: file
// ============================================================================
%__icon-file {

  &::before {
    @extend %___default-icon;

    content: "\EA20";
    font-family: "icons";
  }
}

.icon-file {
  @extend %__icon-file;
}

// ============================================================================
// :: filter
// ============================================================================
%__icon-filter {

  &::before {
    @extend %___default-icon;

    content: "\EA21";
    font-family: "icons";
  }
}

.icon-filter {
  @extend %__icon-filter;
}

// ============================================================================
// :: grid-filled
// ============================================================================
%__icon-grid-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA22";
    font-family: "icons";
  }
}

.icon-grid-filled {
  @extend %__icon-grid-filled;
}

// ============================================================================
// :: grid
// ============================================================================
%__icon-grid {

  &::before {
    @extend %___default-icon;

    content: "\EA23";
    font-family: "icons";
  }
}

.icon-grid {
  @extend %__icon-grid;
}

// ============================================================================
// :: group
// ============================================================================
%__icon-group {

  &::before {
    @extend %___default-icon;

    content: "\EA24";
    font-family: "icons";
  }
}

.icon-group {
  @extend %__icon-group;
}

// ============================================================================
// :: help-filled
// ============================================================================
%__icon-help-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA25";
    font-family: "icons";
  }
}

.icon-help-filled {
  @extend %__icon-help-filled;
}

// ============================================================================
// :: help
// ============================================================================
%__icon-help {

  &::before {
    @extend %___default-icon;

    content: "\EA26";
    font-family: "icons";
  }
}

.icon-help {
  @extend %__icon-help;
}

// ============================================================================
// :: id
// ============================================================================
%__icon-id {

  &::before {
    @extend %___default-icon;

    content: "\EA27";
    font-family: "icons";
  }
}

.icon-id {
  @extend %__icon-id;
}

// ============================================================================
// :: image-placeholder
// ============================================================================
%__icon-image-placeholder {

  &::before {
    @extend %___default-icon;

    content: "\EA28";
    font-family: "icons";
  }
}

.icon-image-placeholder {
  @extend %__icon-image-placeholder;
}

// ============================================================================
// :: info
// ============================================================================
%__icon-info {

  &::before {
    @extend %___default-icon;

    content: "\EA29";
    font-family: "icons";
  }
}

.icon-info {
  @extend %__icon-info;
}

// ============================================================================
// :: ing
// ============================================================================
%__icon-ing {

  &::before {
    @extend %___default-icon;

    content: "\EA2A";
    font-family: "icons";
  }
}

.icon-ing {
  @extend %__icon-ing;
}

// ============================================================================
// :: lock
// ============================================================================
%__icon-lock {

  &::before {
    @extend %___default-icon;

    content: "\EA2B";
    font-family: "icons";
  }
}

.icon-lock {
  @extend %__icon-lock;
}

// ============================================================================
// :: login
// ============================================================================
%__icon-login {

  &::before {
    @extend %___default-icon;

    content: "\EA2C";
    font-family: "icons";
  }
}

.icon-login {
  @extend %__icon-login;
}

// ============================================================================
// :: logout
// ============================================================================
%__icon-logout {

  &::before {
    @extend %___default-icon;

    content: "\EA2D";
    font-family: "icons";
  }
}

.icon-logout {
  @extend %__icon-logout;
}

// ============================================================================
// :: mail-attachment
// ============================================================================
%__icon-mail-attachment {

  &::before {
    @extend %___default-icon;

    content: "\EA2E";
    font-family: "icons";
  }
}

.icon-mail-attachment {
  @extend %__icon-mail-attachment;
}

// ============================================================================
// :: mail
// ============================================================================
%__icon-mail {

  &::before {
    @extend %___default-icon;

    content: "\EA2F";
    font-family: "icons";
  }
}

.icon-mail {
  @extend %__icon-mail;
}

// ============================================================================
// :: more-filled
// ============================================================================
%__icon-more-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA30";
    font-family: "icons";
  }
}

.icon-more-filled {
  @extend %__icon-more-filled;
}

// ============================================================================
// :: more
// ============================================================================
%__icon-more {

  &::before {
    @extend %___default-icon;

    content: "\EA31";
    font-family: "icons";
  }
}

.icon-more {
  @extend %__icon-more;
}

// ============================================================================
// :: paperclip
// ============================================================================
%__icon-paperclip {

  &::before {
    @extend %___default-icon;

    content: "\EA32";
    font-family: "icons";
  }
}

.icon-paperclip {
  @extend %__icon-paperclip;
}

// ============================================================================
// :: person-filled
// ============================================================================
%__icon-person-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA33";
    font-family: "icons";
  }
}

.icon-person-filled {
  @extend %__icon-person-filled;
}

// ============================================================================
// :: person
// ============================================================================
%__icon-person {

  &::before {
    @extend %___default-icon;

    content: "\EA34";
    font-family: "icons";
  }
}

.icon-person {
  @extend %__icon-person;
}

// ============================================================================
// :: phone
// ============================================================================
%__icon-phone {

  &::before {
    @extend %___default-icon;

    content: "\EA35";
    font-family: "icons";
  }
}

.icon-phone {
  @extend %__icon-phone;
}

// ============================================================================
// :: plus-circle
// ============================================================================
%__icon-plus-circle {

  &::before {
    @extend %___default-icon;

    content: "\EA36";
    font-family: "icons";
  }
}

.icon-plus-circle {
  @extend %__icon-plus-circle;
}

// ============================================================================
// :: plus
// ============================================================================
%__icon-plus {

  &::before {
    @extend %___default-icon;

    content: "\EA37";
    font-family: "icons";
  }
}

.icon-plus {
  @extend %__icon-plus;
}

// ============================================================================
// :: search
// ============================================================================
%__icon-search {

  &::before {
    @extend %___default-icon;

    content: "\EA38";
    font-family: "icons";
  }
}

.icon-search {
  @extend %__icon-search;
}

// ============================================================================
// :: send
// ============================================================================
%__icon-send {

  &::before {
    @extend %___default-icon;

    content: "\EA39";
    font-family: "icons";
  }
}

.icon-send {
  @extend %__icon-send;
}

// ============================================================================
// :: settings-filled
// ============================================================================
%__icon-settings-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA3A";
    font-family: "icons";
  }
}

.icon-settings-filled {
  @extend %__icon-settings-filled;
}

// ============================================================================
// :: settings
// ============================================================================
%__icon-settings {

  &::before {
    @extend %___default-icon;

    content: "\EA3B";
    font-family: "icons";
  }
}

.icon-settings {
  @extend %__icon-settings;
}

// ============================================================================
// :: smartphone
// ============================================================================
%__icon-smartphone {

  &::before {
    @extend %___default-icon;

    content: "\EA3C";
    font-family: "icons";
  }
}

.icon-smartphone {
  @extend %__icon-smartphone;
}

// ============================================================================
// :: speech-filled
// ============================================================================
%__icon-speech-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA3D";
    font-family: "icons";
  }
}

.icon-speech-filled {
  @extend %__icon-speech-filled;
}

// ============================================================================
// :: speech
// ============================================================================
%__icon-speech {

  &::before {
    @extend %___default-icon;

    content: "\EA3E";
    font-family: "icons";
  }
}

.icon-speech {
  @extend %__icon-speech;
}

// ============================================================================
// :: text-aa
// ============================================================================
%__icon-text-aa {

  &::before {
    @extend %___default-icon;

    content: "\EA3F";
    font-family: "icons";
  }
}

.icon-text-aa {
  @extend %__icon-text-aa;
}

// ============================================================================
// :: toggle-left
// ============================================================================
%__icon-toggle-left {

  &::before {
    @extend %___default-icon;

    content: "\EA40";
    font-family: "icons";
  }
}

.icon-toggle-left {
  @extend %__icon-toggle-left;
}

// ============================================================================
// :: toggle-right
// ============================================================================
%__icon-toggle-right {

  &::before {
    @extend %___default-icon;

    content: "\EA41";
    font-family: "icons";
  }
}

.icon-toggle-right {
  @extend %__icon-toggle-right;
}

// ============================================================================
// :: transfer-filled
// ============================================================================
%__icon-transfer-filled {

  &::before {
    @extend %___default-icon;

    content: "\EA42";
    font-family: "icons";
  }
}

.icon-transfer-filled {
  @extend %__icon-transfer-filled;
}

// ============================================================================
// :: transfer
// ============================================================================
%__icon-transfer {

  &::before {
    @extend %___default-icon;

    content: "\EA43";
    font-family: "icons";
  }
}

.icon-transfer {
  @extend %__icon-transfer;
}

// ============================================================================
// :: trash
// ============================================================================
%__icon-trash {

  &::before {
    @extend %___default-icon;

    content: "\EA44";
    font-family: "icons";
  }
}

.icon-trash {
  @extend %__icon-trash;
}

// ============================================================================
// :: turn-off
// ============================================================================
%__icon-turn-off {

  &::before {
    @extend %___default-icon;

    content: "\EA45";
    font-family: "icons";
  }
}

.icon-turn-off {
  @extend %__icon-turn-off;
}

// ============================================================================
// :: twitter
// ============================================================================
%__icon-twitter {

  &::before {
    @extend %___default-icon;

    content: "\EA46";
    font-family: "icons";
  }
}

.icon-twitter {
  @extend %__icon-twitter;
}

// ============================================================================
// :: user
// ============================================================================
%__icon-user {

  &::before {
    @extend %___default-icon;

    content: "\EA47";
    font-family: "icons";
  }
}

.icon-user {
  @extend %__icon-user;
}

// ============================================================================
// :: warning
// ============================================================================
%__icon-warning {

  &::before {
    @extend %___default-icon;

    content: "\EA48";
    font-family: "icons";
  }
}

.icon-warning {
  @extend %__icon-warning;
}

// ============================================================================
// :: whatsapp
// ============================================================================
%__icon-whatsapp {

  &::before {
    @extend %___default-icon;

    content: "\EA49";
    font-family: "icons";
  }
}

.icon-whatsapp {
  @extend %__icon-whatsapp;
}
