@use '../variables' as *;
@include export-module('chart-wizard-material-icons') {

  .e-chart-wizard-export-icon::before {
    content: '\e711';
  }

  .e-chart-wizard-print::before {
    content: '\e34b';
  }

  .e-chart-wizard-jpeg::before {
    content: '\ea13';
  }

  .e-chart-wizard-png::before {
    content: '\e715';
  }

  .e-chart-wizard-svg::before {
    content: '\e716';
  }

  .e-chart-wizard-pdf::before {
    content: '\e240';
  }

  .e-chart-wizard-xlsx::before {
    content: '\e726';
  }

  .e-chart-wizard-csv::before {
    content: '\e241';
  }

  #{&}.e-chart-wizard-context-menu {

    .e-chart-wizard-bar-chart-icon::before {
      content: '\e855';
    }

    .e-chart-wizard-bar-icon::before {
      content: '\e855';
    }

    .e-chart-wizard-stacking-bar-icon::before {
      content: '\e889';
    }

    .e-chart-wizard-stacking-bar-100-icon::before {
      content: '\e863';
    }

    .e-chart-wizard-pie-icon::before {
      content: '\e141';
    }

    .e-chart-wizard-column-chart-icon::before {
      content: '\e847';
    }

    .e-chart-wizard-column-icon::before {
      content: '\e847';
    }

    .e-chart-wizard-stacking-column-icon::before {
      content: '\e888';
    }

    .e-chart-wizard-stacking-column-100-icon::before {
      content: '\e868';
    }

    .e-chart-wizard-line-chart-icon::before {
      content: '\e867';
    }

    .e-chart-wizard-line-icon::before {
      content: '\e867';
    }

    .e-chart-wizard-stacking-line-icon::before {
      content: '\e841';
    }

    .e-chart-wizard-stacking-line-100-icon::before {
      content: '\e871';
    }

    .e-chart-wizard-area-chart-icon::before {
      content: '\e883';
    }

    .e-chart-wizard-area-icon::before {
      content: '\e883';
    }

    .e-chart-wizard-stacking-area-icon::before {
      content: '\e875';
    }

    .e-chart-wizard-stacking-area-100-icon::before {
      content: '\e900';
    }

    .e-chart-wizard-scatter-icon::before {
      content: '\ea14';
    }
  }
}
