/* 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
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// ============================================================================
// :: battery
// ============================================================================
%__icon-battery {

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

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

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

// ============================================================================
// :: chat-single
// ============================================================================
%__icon-chat-single {

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

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

.icon-chat-single {
  @extend %__icon-chat-single;
}

// ============================================================================
// :: chat
// ============================================================================
%__icon-chat {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// ============================================================================
// :: date
// ============================================================================
%__icon-date {

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

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

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

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

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

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

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

// ============================================================================
// :: education
// ============================================================================
%__icon-education {

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

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

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

// ============================================================================
// :: electro
// ============================================================================
%__icon-electro {

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

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

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

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

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

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

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

// ============================================================================
// :: home
// ============================================================================
%__icon-home {

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

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

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

// ============================================================================
// :: instagram
// ============================================================================
%__icon-instagram {

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

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

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

// ============================================================================
// :: link
// ============================================================================
%__icon-link {

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

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

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

// ============================================================================
// :: linkedin
// ============================================================================
%__icon-linkedin {

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

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

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

// ============================================================================
// :: location
// ============================================================================
%__icon-location {

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

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

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

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

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

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

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

// ============================================================================
// :: menu
// ============================================================================
%__icon-menu {

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

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

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

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

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

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

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

// ============================================================================
// :: min
// ============================================================================
%__icon-min {

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

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

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

// ============================================================================
// :: pause
// ============================================================================
%__icon-pause {

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

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

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

// ============================================================================
// :: pinterest
// ============================================================================
%__icon-pinterest {

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

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

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

// ============================================================================
// :: play
// ============================================================================
%__icon-play {

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

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

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

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

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

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

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

// ============================================================================
// :: question
// ============================================================================
%__icon-question {

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

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

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

// ============================================================================
// :: recycle
// ============================================================================
%__icon-recycle {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// ============================================================================
// :: target
// ============================================================================
%__icon-target {

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

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

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

// ============================================================================
// :: telephone
// ============================================================================
%__icon-telephone {

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

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

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

// ============================================================================
// :: transport
// ============================================================================
%__icon-transport {

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

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

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

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

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

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

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

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

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

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

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

// ============================================================================
// :: youtube
// ============================================================================
%__icon-youtube {

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

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

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