@use '../variables' as *;
@include export-module('smartpdfviewer-material-icons') {
  .e-smart-pdfviewer {
    .e-spv-icon::before {
      font-family: 'e-icons';
    }

    .e-spv-ai-assit-icon::before {
      content: '\e9c7';
    }

    .e-spv-smart-redaction-icon::before {
      content: '\ea1b';
    }

    .e-spv-smart-paste-icon::before {
      content: '\e9d8';
    }
  }
}
